]> cat aescling's git repositories - mastodon.git/history - app/controllers/api
Display trending hashtags on admin dashboard (#8038)
[mastodon.git] / app / controllers / api /
2018-07-09 ThibGAdd option to not consider word boundaries when process...
2018-07-07 Eugen RochkoAdd API method to remove a suggestion (#7978)
2018-07-07 Eugen RochkoFix missing irreversible in filters API, expires_in...
2018-07-05 Eugen RochkoAdd more granular OAuth scopes (#7929)
2018-07-02 Eugen RochkoRe-add follow recommendations API (#7918)
2018-06-29 Eugen RochkoKeyword/phrase filtering (#7905)
2018-06-17 Eugen RochkoAllow selecting default posting language instead of...
2018-06-09 Eugen RochkoFix domain hiding logic (#7765)
2018-06-04 Eugen RochkoRemove trending hashtags (#7711)
2018-05-29 Eugen RochkoAdd GET /api/v2/search which returns rich tag objects...
2018-05-28 tateisuoptimize direct timeline (#7614)
2018-05-27 Eugen RochkoTrack trending tags (#7638)
2018-05-21 Eugen RochkoRemove small pagination limit from context API (#7564)
2018-05-18 Eugen RochkoAdd preference to hide following/followers lists (...
2018-05-16 Akihiko OdakiDo not use permitted_for scope when querying pinned...
2018-05-13 Eugen RochkoFix 404 for GET /api/v1/push/subscription (#7472)
2018-05-13 Eugen RochkoAdd GET /api/v1/push/subscription REST API (#7471)
2018-05-11 Eugen RochkoAdd REST API for Web Push Notifications subscriptions...
2018-05-07 Eugen RochkoBot nameplates (#7391)
2018-05-07 abcangFix distribute_add_activity and distribute_remove_activ...
2018-05-02 Eugen RochkoSlightly reduce RAM usage (#7301)
2018-05-02 Eugen RochkoAllow updating bio fields via PUT /api/v1/accounts...
2018-04-30 Eugen RochkoDisable API access when login is disabled (#7289)
2018-04-30 Eugen RochkoReturn HTTP 410 for suspended accounts in GET /api...
2018-04-23 Akihiko OdakiPaginate descendant statuses in public page (#7148)
2018-04-18 Kaito SinclaireDirect messages column (#4514)
2018-04-17 abcangImprove web api protect (#6343)
2018-04-12 Yamagishi KazutoshiUpgrade Rails to version 5.2.0 (#5898)
2018-04-11 Akihiko OdakiPaginate ancestor statuses in public page (#7102)
2018-04-08 Levi BardEnable updating additional account information from...
2018-04-02 Eugen RochkoFix unpermitted parameters warning when generating...
2018-03-10 abcangImprove performance of account_media_status_ids (#6729)
2018-03-04 Eugen RochkoFederate pinned statuses over ActivityPub (#6610)
2018-03-01 Eugen RochkoAdd only_media param to public and hashtag timelines...
2018-03-01 Eugen RochkoEnsure that boolean params in the API are parsed for...
2018-02-28 Eugen RochkoFederated reports (#6570)
2018-02-21 Eugen RochkoFocal points (#6520)
2018-02-21 Eugen RochkoFix bug in relationships API introduced by #6482 (...
2018-02-18 Konrad Pozniakadd parameter locked to /api/v1/update_credentials...
2018-02-08 abcangFix response of signature_verification_failure_reason...
2018-02-04 abcangExclude nil from relationships array (#6427)
2018-01-17 Eugen RochkoFix home regeneration (#6251)
2018-01-15 Patrick FigelSuppress CSRF token warnings (#6240)
2018-01-08 nightpoolRefactor /api/web APIs to use the centralized axios...
2018-01-05 TheKinrarRepresent numbers by strings in instance activity API...
2017-12-29 Eugen RochkoAdd more instance stats APIs (#6125)
2017-12-12 Eugen RochkoFix #5953 - Add GET /api/v1/accounts/:id/lists (#5983)
2017-12-09 abcangRemove unused function (#5950)
2017-12-09 abcangKeep WebPush settings (#5879)
2017-12-09 Eugen RochkoLimit users to 50 lists, remove pagination from lists...
2017-12-06 Yamagishi KazutoshiUsing double splat operator (#5859)
2017-12-05 Eugen RochkoAdd list of lists component to web UI (#5811)
2017-11-28 aschmitzAllow hiding of reblogs from followed users (#5762)
2017-11-17 Eugen RochkoLists (#5703)
2017-11-15 Surinna CurtisOptional notification muting (#5087)
2017-11-15 ThibGFilter searched toots to be consistent with blocking...
2017-11-11 Eugen RochkoAdd moderator role and add pundit policies for admin...
2017-10-09 Akihiko OdakiFix pagination in Api::V1::BlocksController (#5285)
2017-10-05 Eugen RochkoImprove admin UI for custom emojis, add copy/disable...
2017-10-04 aschmitzNon-Serial ("Snowflake") IDs (#4801)
2017-10-03 ThibGFix HTTP responses for salmon and ActivityPub inbox...
2017-09-30 Eugen RochkoFix #5104 - GET /api/v1/apps/verify_credentials to...
2017-09-28 Eugen RochkoAdd ability to specify alternative text for media attac...
2017-09-22 Eugen RochkoNew API: GET /api/v1/custom_emojis to get a server...
2017-09-11 Eugen RochkoFix error when following locked accounts (#4896)
2017-09-10 Eugen RochkoFix POST /api/v1/follows error when already following...
2017-09-05 Eugen RochkoFix #4794 - Fake instant follow in API response when...
2017-09-01 Eugen RochkoMake PreviewCard records reuseable between statuses...
2017-08-31 Eugen RochkoEmbed modal (#4748)
2017-08-30 Eugen RochkoUpdate status embeds (#4742)
2017-08-26 masarakkiauthorize-follow-requests-after-unlocking (#4658)
2017-08-24 Eugen RochkoPinned statuses (#4675)
2017-08-20 Eugen RochkoFix #4637 - Re-add missing doorkeeper_authorize for...
2017-08-18 Yamagishi KazutoshiDon't send Link header when don't know prev and next...
2017-08-15 abcangFix require_user! behavior when not logged in (#4604)
2017-08-12 Eugen RochkoActivityPub delivery (#4566)
2017-07-25 Akihiko OdakiMerge queries in Api::V1::FavouritesController (#4359)
2017-07-23 Sorin Davidoifeat: Enable push subscription for mobile devices by...
2017-07-19 Eugen RochkoFix webfinger retries (#4275)
2017-07-15 Eugen RochkoImprove ActivityPub representations (#3844)
2017-07-14 Eugen RochkoFix #2672 - Connect signed PuSH subscription requests...
2017-07-14 unaristFix response of unreblog/unfavourite APIs (#4204)
2017-07-14 Eugen RochkoHTTP signatures (#4146)
2017-07-13 Sorin DavidoiWeb Push Notifications (#3243)
2017-07-11 Eugen RochkoFix #3462 - Require authentication for search API ...
2017-07-10 Yamagishi KazutoshiAdd attribute for default privacy to verify credentials...
2017-07-08 Eugen RochkoReplace OEmbed and initial state Rabl templates with...
2017-07-07 Eugen RochkoRefactor JSON templates to be generated with ActiveMode...
2017-06-26 Eugen RochkoFix #1624 - Send e-mail notifications to admins about...
2017-06-18 Eugen RochkoRename FollowRemoteAccountService to ResolveRemoteAccou...
2017-06-10 Matt JankowskiMove create/destroy actions for api/v1/statuses to...
2017-06-09 Matt JankowskiMove reblogged_by and favourited_by actions out of...
2017-06-08 Yamagishi KazutoshiImprove RuboCop rules (compatibility to Code Climate...
2017-06-07 Matt JankowskiClean up for api/base controller (#3629)
2017-06-05 Daigo 3 DangoRedirect to streaming_api_base_url (#3579)
2017-06-04 Naoki KosakaFix limit_param in favourites_controller.rb (#3553)
2017-05-31 Matt JankowskiSpec coverage and refactor for the api/v1/accounts...
2017-05-31 Matt JankowskiImprove spec coverage and clean up api/v1/blocks contro...
2017-05-31 Matt JankowskiImprove spec coverage and clean up api/v1/follow_reques...
2017-05-31 Matt JankowskiImprove spec coverage and clean up api/v1/domain_blocks...
next
This page took 0.173797 seconds and 6 git commands to generate.