docbrown/app/controllers/concerns
Michael Kohl d1c3380161
Update GET /followers API endpoint (#13287)
* Add created_at to API followers controller

* Add sorting

* Update API docs

* Update app/controllers/api/v0/followers_controller.rb

Co-authored-by: Jamie Gaskins <jgaskins@gmail.com>

* Update app/controllers/api/v0/followers_controller.rb

Co-authored-by: Jamie Gaskins <jgaskins@gmail.com>

* Use correct date format

* Update API docs

* Add JsonApiSortParams concern

* Update controller to use concern

* Rename and add docs

* Update API docs

* Remove leftover file

* Undo gem changes

* Consistently use field vs param

* Reset vendor/cache for git dependencies

Co-authored-by: Jamie Gaskins <jgaskins@gmail.com>
2021-04-13 10:12:42 +07:00
..
.keep Initial commit 2018-02-28 16:11:08 -05:00
caching_headers.rb Developer experience/security: Make dev/test blow up if current_user is used erroneously (#11237) 2020-11-12 11:54:23 -05:00
development_dependency_checks.rb Feature:Notify Devs when Sidekiq is Not Running in Development (#10541) 2020-10-13 12:13:47 -05:00
edge_cache_safety_check.rb Developer experience/security: Make dev/test blow up if current_user is used erroneously (#11237) 2020-11-12 11:54:23 -05:00
image_uploads.rb [deploy] Remove logging of image data to Datadog (#7829) 2020-05-13 16:23:42 -04:00
json_api_sort_param.rb Update GET /followers API endpoint (#13287) 2021-04-13 10:12:42 +07:00
listings_toolkit.rb Upgrade rubocop* packages to the latest version and fix violations (#11972) 2020-12-21 18:29:43 +01:00
session_current_user.rb Refactor session_current_user_id in a shared concern (#4936) 2019-11-26 13:21:56 -05:00
settings_params.rb Split Settings::Authentication from SiteConfig (#13095) 2021-04-12 09:41:09 +02:00
valid_request.rb Upgrade rubocop* packages to the latest version and fix violations (#11972) 2020-12-21 18:29:43 +01:00
verify_setup_completed.rb Prevent suspended users from self-deleting and returning (#12503) 2021-02-11 09:28:59 +07:00