docbrown/app/controllers/api/v0
Jeremy Friesen 663a712a10
Removing deprecation warning (#16572)
Prior to this commit, I saw the following in the Rails test log:

```
DEPRECATION WARNING: 'include Pundit' is deprecated. Please use 'include Pundit::Authorization' instead.
 (called from include at ./app/controllers/application_controller.rb:12)
 ```
2022-02-15 05:02:47 -05:00
..
admin Admin API use case 1: endpoint to create users (#16520) 2022-02-15 09:30:00 +07:00
analytics_controller.rb app/controllers/api i18n (#16002) 2022-01-11 10:05:54 +07:00
api_controller.rb Refactoring questions asked of user (#15762) 2021-12-21 12:45:12 -05:00
articles_controller.rb app/controllers/api i18n (#16002) 2022-01-11 10:05:54 +07:00
comments_controller.rb Profile generalization cleanup phase 2 (#14555) 2021-08-27 09:17:26 +07:00
feature_flags_controller.rb Easier feature flag handling for Cypress (#16379) 2022-02-03 10:42:13 -05:00
followers_controller.rb 15 minute fix: Add default argument to JsonApiSortParam (#13369) 2021-04-14 10:32:07 +07:00
follows_controller.rb app/controllers/api i18n (#16002) 2022-01-11 10:05:54 +07:00
health_checks_controller.rb app/controllers/api i18n (#16002) 2022-01-11 10:05:54 +07:00
instances_controller.rb Remove counts from instance API (#16479) 2022-02-09 11:07:44 -05:00
listings_controller.rb Removing deprecation warning (#16572) 2022-02-15 05:02:47 -05:00
organizations_controller.rb Profile generalization: cleanup (#12947) 2021-08-20 16:36:02 +02:00
podcast_episodes_controller.rb Rubocop: move dot in multi-line calls to leading position (#9262) 2020-07-16 15:51:11 +02:00
profile_images_controller.rb [deploy] Introduce /api/profile_images/:username endpoint (#10547) 2020-10-14 14:24:25 -05:00
readinglist_controller.rb Remove Doorkeeper from API (#15750) 2021-12-16 09:57:26 -06:00
tags_controller.rb Modify tags api index to allow for bulk GET of tags (#16417) 2022-02-09 15:30:15 -05:00
users_controller.rb Remove Doorkeeper from API (#15750) 2021-12-16 09:57:26 -06:00
videos_controller.rb Return video_source_url in API V0 Videos index (#11040) 2020-11-09 06:27:28 +01:00