summaryrefslogtreecommitdiffstats
path: root/app/controllers
AgeCommit message (Expand)Author
2024-04-30Fix missing destory audit logs for Domain Allows (#30125)Emelia Smith
2024-04-23Add read:me OAuth 2.0 scope, allowing more limited access to user data (#29087)Emelia Smith
2024-04-18Use enum-generated scopes/queries for `BulkImport` (#29975)Matt Jankowski
2024-04-17Add `not_featured_by` scope to Tag (#28815)Matt Jankowski
2024-04-17Add `API::Pagination` concern (#28826)Matt Jankowski
2024-04-16Add scope `Status.distributable_visibility` (#29950)Matt Jankowski
2024-04-08Remove caching in `cache_collection` (#29862)Claire
2024-04-02Update stoplight to version 4.1.0 (#28366)Matt Jankowski
2024-03-22Fix results/query in `api/v1/featured_tags/suggestions` (#29597)Matt Jankowski
2024-03-21Use existing `SeveredRelationship.about_local_account` scope in more places (...Matt Jankowski
2024-03-20Add notifications of severed relationships (#27511)Claire
2024-03-20Allow unblocking email addresses from any matching account (#29305)Claire
2024-03-18Move repeated `insert_pagination_headers` method to api base class (#29606)Matt Jankowski
2024-03-15Move common module inclusion in sub classes to `ActivityPub::BaseController` ...Matt Jankowski
2024-03-14Add `Api::ErrorHandling` concern for api/base controller (#29574)Matt Jankowski
2024-03-13Add `Account.without_internal` scope (#29559)Matt Jankowski
2024-03-13Move `pagination_max_id` and `pagination_since_id` into api/base controller (...Matt Jankowski
2024-03-11Add notification policies and notification requests in web UI (#29433)Eugen Rochko
2024-03-11Add hints for rules (#29539)Eugen Rochko
2024-03-07Add notification policies and notification requests (#29366)Eugen Rochko
2024-02-29Allow pagination `Link` headers on API accounts/statuses when pinned true (#2...Matt Jankowski
2024-02-26Specify 410 for code when responding as json while self-destruction (#29420)zunda
2024-02-20Add scope `providing_styles` to `UserRole` (#29286)Matt Jankowski
2024-02-14Fix user creation failure handling in OAuth paths (#29207)Claire
2024-02-14Merge pull request from GHSA-vm39-j3vx-pch3Claire
2024-02-07Move HTTP Signature parsing code to its own class (#28932)Claire
2024-02-07Fix compatibility with Redis <6.2 (#29123)Claire
2024-02-06Move status serializer error handling to private method (#29031)Matt Jankowski
2024-02-06Move status serializer chooser to private method (#29030)Matt Jankowski
2024-02-06Remove redundant `return` in `IntentsController` (#29099)Matt Jankowski
2024-02-06Add missing action logging to `api/v1/admin/reports#update` (#29044)Matt Jankowski
2024-02-01Merge pull request from GHSA-3fjr-858r-92rwClaire
2024-01-25Add specs for `Instance` model scopes and add `with_domain_follows` scope (#2...Matt Jankowski
2024-01-25Fix `Style/GuardClause` cop in app/controllers (#28420)Matt Jankowski
2024-01-25Fix remaining `Rails/WhereExists` cop violations, regenerate todo (#28892)Matt Jankowski
2024-01-25Fix redirect confirmation for accounts (#28902)Claire
2024-01-24Add confirmation when redirecting logged-out requests to permalink (#27792)Eugen Rochko
2024-01-24Add annual reports for accounts (#28693)Eugen Rochko
2024-01-23Eager loading fixes for `api/` controllers (#28848)Matt Jankowski
2024-01-22Add notification email on invalid second authenticator (#28822)Claire
2024-01-22Add `Account.matches_uri_prefix` scope and use in activitypub/followers_synch...Matt Jankowski
2024-01-22Move controller->request specs for api/v1/statuses/* (#28818)Matt Jankowski
2024-01-19Add rate-limit of TOTP authentication attempts at controller level (#28801)Claire
2024-01-19Migrate controller->request spec for api/v1/follow* (#28811)Matt Jankowski
2024-01-19Add `Account.auditable` scope, fix N+1 in admin/action_logs#index (#28812)Matt Jankowski
2024-01-18Add coverage for `api/v1/peers/search` endpoint and extract controller query ...Matt Jankowski
2024-01-15Rename and refactor `User#confirm!` to `User#mark_email_as_confirmed!` (#28735)Claire
2024-01-15Improve `api/v1/markers#create` performance against simultaneous requests (#2...Matt Jankowski
2024-01-12Spec coverage for custom css endpoint (#28706)Matt Jankowski
2024-01-12Disable `Rails/ApplicationController` for `HealthController` (#28705)Matt Jankowski