index
:
mastodon.git
add-publish-button-text-site-setting
bump-rails-to-6.0
change-mute-filtering
dependabot/bundler/puma-6.0.0
dependabot/bundler/redis-4.6.0
dependabot/bundler/scenic-1.7.0
dependabot/npm_and_yarn/stylelint-14.15.0
dependabot/npm_and_yarn/stylelint-14.16.0
dependabot/npm_and_yarn/stylelint-config-standard-scss-6.1.0
deps/shakapacker
feature-abuse-metrics
feature-argument-deduplication
feature-circles
feature-collapsed-notifications
feature-e2ee-web-ui
feature-limited-visibility-bearcaps
feature-rich-tooltips
feature-secure-account-summary
feature-suspended-page
feature-unify-uis
fix-account-search-exclude-domains
fix-admin-api-params
fix-soft-deleted-reblog-error
fix-status-reach-finder
i18n/manage-translations
l10n_main
main
nolan/button-a11y
pg15
react18
refactor-raw-sql-queries
refactor/remove-legacy-decorator
refactor/streaming
remove-montserrat
remove-yarn
rubocop-fixes
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-3.2
stable-3.3
stable-3.4
stable-3.5
track_unsalvageable_errors
yuuta
Yuuta's fork of Mastodon. Pulled from upstream periodically. On v4.0.2.
Yuuta Liang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
serializers
/
rest
Age
Commit message (
Expand
)
Author
2018-07-07
Fix missing irreversible in filters API, expires_in param (#7976)
Eugen Rochko
2018-06-29
Keyword/phrase filtering (#7905)
Eugen Rochko
2018-06-17
Allow selecting default posting language instead of auto-detect (#7828)
v2.4.2rc1
Eugen Rochko
2018-06-16
Do not pre-emojify note HTML in accounts REST API (#7821)
Eugen Rochko
2018-05-29
Add GET /api/v2/search which returns rich tag objects, adjust web UI (#7661)
Eugen Rochko
2018-05-27
Track trending tags (#7638)
Eugen Rochko
2018-05-11
Add REST API for Web Push Notifications subscriptions (#7445)
Eugen Rochko
2018-05-07
Bot nameplates (#7391)
Eugen Rochko
2018-05-06
Enable custom emojis in profiles (notes, field values, display names) (#7374)
Eugen Rochko
2018-05-02
Allow updating bio fields via PUT /api/v1/accounts/update_credentials (#7288)
Eugen Rochko
2018-04-14
Add bio fields (#6645)
Eugen Rochko
2018-04-01
[WIP] Enable custom emoji on account pages and in the sidebar (#6124)
David Underwood
2018-03-22
Do not re-query mentions from serializers (#6858)
Eugen Rochko
2018-03-19
Serialize mentions in the order they are added (#6836)
ThibG
2018-03-04
Do not fetch environment variables to determine default locale (#6618)
Akihiko Odaki
2018-03-01
Add contact_account and languages to instance API (#6574)
Eugen Rochko
2018-01-04
Fallback default thumbnail in instance status API (#6177)
Yamagishi Kazutoshi
2017-12-14
Fix #6022 - Prevent nested migrated accounts, or migrations to self (#6026)
Eugen Rochko
2017-12-07
Add embed_url to preview cards (#5775)
Akihiko Odaki
2017-12-06
Break out nested relationship API keys (#5887)
aschmitz
2017-11-25
Display list column (#5750)
Eugen Rochko
2017-11-18
Profile redirect notes (#5746)
Eugen Rochko
2017-11-18
Lists (#5703)
Eugen Rochko
2017-10-27
Feature: Unlisted custom emojis (#5485)
nullkal
2017-10-07
In REST API, when URL can be missing, cast it to nil (#5259)
Eugen Rochko
2017-10-05
When processing custom emoji, ensure a non-animated version exists (#5230)
Eugen Rochko
2017-09-28
Add ability to specify alternative text for media attachments (#5123)
Eugen Rochko
2017-09-24
Make sure nil IDs to not get cast to empty string in REST API (#5068)
Eugen Rochko
2017-09-23
New API: GET /api/v1/custom_emojis to get a server's custom emojis (#5051)
Eugen Rochko
2017-09-20
Change IDs to strings rather than numbers in API JSON output (#5019)
aschmitz
2017-09-19
Introduce OStatus::TagManager (#5008)
Akihiko Odaki
2017-09-19
Custom emoji (#4988)
Eugen Rochko
2017-09-16
When accessing uncached media attachment, redownload it (#4955)
Eugen Rochko
2017-09-14
Uploads for admin site settings (#4913)
Eugen Rochko
2017-08-25
Pinned statuses (#4675)
Eugen Rochko
2017-08-08
api/instances: Include the stats from the /about/more page (#4074)
Gergely Nagy
2017-07-10
Add setting a always mark media as sensitive (#4136)
Yamagishi Kazutoshi
2017-07-10
Add attribute for default privacy to verify credentials (#4075)
Yamagishi Kazutoshi
2017-07-08
Fix JSON serialization of media_attachment (#4111)
unarist
2017-07-07
Fix notifications including wrong status in JSON (#4097)
Eugen Rochko
2017-07-07
Refactor JSON templates to be generated with ActiveModelSerializers instead o...
Eugen Rochko