]> cat aescling's git repositories - mastodon.git/history - app/controllers/api/v1/accounts_controller.rb
Change silences to always require approval on follow (#11975)
[mastodon.git] / app / controllers / api / v1 / accounts_controller.rb
2019-09-27 ThibGChange silences to always require approval on follow...
2019-07-30 Eugen RochkoAdd whitelist mode (#11291)
2019-04-07 Eugen RochkoImprove blocked view of profiles (#10491)
2019-04-01 ThibGHide blocking accounts from blocked users (#10442)
2019-03-14 Eugen RochkoAdmission-based registrations mode (#10250)
2019-01-07 Eugen RochkoAdd locale param to sign-up API (#9747)
2018-12-24 Eugen RochkoAdd REST API for creating an account (#9572)
2018-11-08 Eugen RochkoOptimize the process of following someone (#9220)
2018-07-05 Eugen RochkoAdd more granular OAuth scopes (#7929)
2018-04-30 Eugen RochkoReturn HTTP 410 for suspended accounts in GET /api...
2018-03-01 Eugen RochkoEnsure that boolean params in the API are parsed for...
2017-12-06 Yamagishi KazutoshiUsing double splat operator (#5859)
2017-11-28 aschmitzAllow hiding of reblogs from followed users (#5762)
2017-11-15 Surinna CurtisOptional notification muting (#5087)
2017-09-11 Eugen RochkoFix error when following locked accounts (#4896)
2017-09-05 Eugen RochkoFix #4794 - Fake instant follow in API response when...
2017-07-07 Eugen RochkoRefactor JSON templates to be generated with ActiveMode...
2017-06-07 Matt JankowskiClean up for api/base controller (#3629)
2017-05-31 Matt JankowskiSpec coverage and refactor for the api/v1/accounts...
2017-05-25 unaristMore use of next link header on account (media) timelin...
2017-05-23 unaristFix following/followers API to return correct link...
2017-05-20 Akihiko OdakiUse joins for account properties (#3167)
2017-05-19 Eugen RochkoAdd buttons to block and unblock domain (#3127)
2017-04-19 Matt JankowskiSimplify render in controllers (#2144)
2017-04-11 Eugen RochkoMerge branch 'master' of https://github.com/blackle...
2017-04-09 EugenFix /api/v1/accounts/update_credentials tests (#1357)
2017-04-09 David CelisAllow users to update their Account in the API (#1179)
2017-04-08 EugenMake public timelines API not require user context...
2017-04-05 EugenMerge pull request #805 from nevillepark/master
2017-04-02 EugenMerge pull request #744 from fpiesche/master
2017-03-31 shelMerge branch 'master' into patch-2
2017-03-30 Eugen RochkoAdd counter caches for a large performance increase...
2017-03-30 Eugen RochkoAdd counter caches for a large performance increase...
2017-03-22 Eugen RochkoMerge branch 'feature-omnisearch'
2017-03-22 Eugen RochkoMerge branch 'master' into feature-omnisearch
2017-03-22 Eugen RochkoMerge branch 'master' into feature-omnisearch
2017-03-22 Eugen RochkoNew API method: /api/v1/search
2017-03-17 Eugen RochkoForgot to hook up API with the latest method
2017-03-15 EugenMerge branch 'master' into mastodon-site-api
2017-03-06 Eugen RochkoPerformance improvement for profiles
2017-03-05 Eugen RochkoImproved /api/v1/accounts/:id/statuses with new params...
2017-03-02 Eugen RochkoMerge branch 'KitRedgrave-add-mute-button'
2017-03-02 Kit RedgraveMute button progress so far. WIP, doesn't entirely...
2017-02-26 Eugen RochkoMerge branch 'fix_462' of https://github.com/rmhasan...
2017-02-26 Eugen RochkoMerge branch 'fix_626' of https://github.com/rmhasan...
2017-02-25 Eugen RochkoAdd tuning documentation, add <content> tags back to...
2017-02-17 EugenMerge pull request #640 from mcat-ee/master
2017-02-17 Eugen RochkoAdd GET /api/v1/accounts/:id/statuses/media that return...
2017-01-26 Anthony BellewMerge pull request #3 from tootsuite/master
2017-01-24 EugenMerge branch 'master' into master
2017-01-24 Eugen RochkoMake blocks create entries and unfollows instantly...
2017-01-24 EugenMerge branch 'master' into boostspin
2017-01-24 Eugen RochkoAPI now respects ?limit param as long as it's within...
2017-01-23 Eugen RochkoMove merging/unmerging of timelines into background...
2017-01-13 Eugen RochkoExtend rails-settings-cached to merge db-saved hash...
2016-12-22 Eugen RochkoFollow call on locked account creates follow request...
2016-12-22 Eugen RochkoMerge branch 'master' into development
2016-12-21 Eugen RochkoPrivate visibility on statuses prevents non-followers...
2016-12-01 Eugen RochkoFix pt translations, improve pre-cache queries, removin...
2016-11-29 EugenMerge pull request #261 from alyssais/test_env
2016-11-29 EugenMerge pull request #235 from TazeTSchnitzel/settings_co...
2016-11-29 Eugen RochkoUnify collection caching code
2016-11-26 EugenMerge pull request #275 from kodacs/master
2016-11-25 nicolasMerge branch 'master' into french-translation
2016-11-25 Eugen RochkoRemove stale entries from cache results
2016-11-25 nicolasMerge pull request #3 from Gargron/master
2016-11-24 Eugen RochkoRemove Neo4J
2016-11-24 nicolasMerge branch 'master' into french-translation
2016-11-23 Eugen RochkoMerge branch 'development'
2016-11-23 Eugen RochkoCache accounts/:id/statuses and single statuses too
2016-11-23 nicolasMerge branch 'master' into french-translation
2016-11-22 Eugen RochkoMoving some counter queries out of subqueries in the API
2016-11-15 Eugen RochkoFix rubocop issues, introduce usage of frozen literal...
2016-11-14 Eugen RochkoFix wrong link header on followers API, wrong link...
2016-11-12 Eugen RochkoAdd limit to search results
2016-11-12 Eugen RochkoUse full-text search for autosuggestions
2016-11-09 Eugen RochkoImprove filtering of public/hashtag timelines, both...
2016-11-09 Eugen RochkoAPI pagination for all collections using Link header
2016-11-08 Eugen RochkoMove timelines API from statuses to its own controller...
2016-11-04 Eugen RochkoAdding hashtag model
2016-10-30 Eugen RochkoLimit returned followees/followers by API to 40 for now
2016-10-28 Eugen RochkoAdding common followers API, fixing fallback query...
2016-10-22 Eugen RochkoAdding OAuth access scopes, fixing OAuth authorization...
2016-10-16 Eugen RochkoFix #16 - Optimize n+1 queries when checking reblogged...
2016-10-15 Eugen RochkoMerge branch 'feature-suggestions' into development
2016-10-14 Eugen RochkoAdding sync of follow relationships to Neo4J, accounts...
2016-10-03 Eugen RochkoAPI for blocking and unblocking
2016-10-03 Eugen RochkoIntegrating block relationships into the API (read...
2016-10-02 Eugen RochkoAdd since_id param to feeds
2016-10-02 Eugen RochkoAdd API for getting info about authenticated user:...
2016-09-29 Eugen RochkoImprove code style
2016-09-27 Eugen RochkoFix #52 - Add API versioning (v1)
This page took 1.472313 seconds and 99 git commands to generate.