1. 07 12月, 2019 3 次提交
  2. 03 12月, 2019 1 次提交
  3. 24 11月, 2019 1 次提交
  4. 12 10月, 2019 1 次提交
    • P
      Permanent URLs for public storage blobs · feab7031
      Peter Zhu 提交于
      Services can be configured in `config/storage.yml` with a new key
      `public: true | false` to indicate whether a service holds public
      blobs or private blobs. Public services will always return a
      permanent URL.
      
      Deprecates `Blob#service_url` in favor of `Blob#url`.
      feab7031
  5. 04 10月, 2019 1 次提交
  6. 02 10月, 2019 2 次提交
  7. 30 9月, 2019 1 次提交
  8. 24 9月, 2019 2 次提交
  9. 06 9月, 2019 1 次提交
  10. 08 8月, 2019 1 次提交
  11. 07 8月, 2019 1 次提交
  12. 23 7月, 2019 1 次提交
  13. 05 6月, 2019 1 次提交
  14. 31 5月, 2019 1 次提交
  15. 24 5月, 2019 1 次提交
  16. 23 5月, 2019 1 次提交
  17. 16 5月, 2019 1 次提交
  18. 25 4月, 2019 2 次提交
  19. 24 4月, 2019 2 次提交
  20. 22 4月, 2019 1 次提交
  21. 11 3月, 2019 1 次提交
    • E
      Prep release · 7c87fd56
      eileencodes 提交于
      * Update RAILS_VERSION
      * Bundle
      * rake update_versions
      * rake changelog:header
      7c87fd56
  22. 26 2月, 2019 1 次提交
  23. 28 1月, 2019 1 次提交
  24. 19 1月, 2019 1 次提交
  25. 02 1月, 2019 1 次提交
  26. 31 12月, 2018 2 次提交
  27. 28 12月, 2018 1 次提交
    • C
      Don’t include an undefined X-CSRF-Token header · 372dda2a
      Cameron Bothner 提交于
      If there is not a `csrf-token` meta tag in the document, the blob record
      XHR was including an `X-CSRF-Token` header set to the string
      "undefined." Instead of setting it to undefined, it should not be
      included in the absence of a meta tag.
      372dda2a
  28. 20 12月, 2018 1 次提交
  29. 28 11月, 2018 1 次提交
  30. 22 11月, 2018 1 次提交
  31. 14 9月, 2018 1 次提交
    • C
      Configure Active Storage route prefix · 7dd9916c
      Chris Bisnett 提交于
      Applications can configure the route prefix prepended to the Active
      Storage routes. By default this maintains the previous prefix
      `/rails/active_storage` but supports custom prefixes.
      
      Before this change the route for serving blobs is fixed to
      `/rails/active_storage/blobs/:signed_id/*filename`. After this change
      it's possible to configure the route to something like
      `/files/blobs/:signed_id/*filename`.
      7dd9916c
  32. 24 8月, 2018 2 次提交