Robert R George
|
6fb81e40fd
|
Added admin api for managing tags (#26872)
|
1 year ago |
CSDUMMI
|
99e34fed97
|
Fix #26849 by adding the domain of the current SSO provider to the form-action CSP (#26857)
|
1 year ago |
Claire
|
97238e3496
|
Add admin notifications for new Mastodon versions (#26582)
|
1 year ago |
Tyler Deitz
|
a50d3d877f
|
Add avatar image to webfinger responses (#26558)
|
1 year ago |
jsgoldstein
|
e82d84469e
|
Add new public status index (#26344)
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
1 year ago |
Robert R George
|
a4bc8b58f9
|
Add support for federating `memorial` attribute (#26583)
|
1 year ago |
CSDUMMI
|
1ebdd46242
|
Add direct link to the Single-Sign On provider if there is only one sign up method available (#26083)
|
1 year ago |
Christian Schmidt
|
ecb00fa5ac
|
Add alt text for preview card thumbnails (#26184)
|
1 year ago |
Daniel M Brasil
|
788d7a6a2a
|
Add `GET /api/v1/instance/languages` to REST API (#24443)
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
1 year ago |
Emelia Smith
|
e395939ead
|
Refactor: replace whitelist_mode mentions with limited_federation_mode (#26252)
|
1 year ago |
Claire
|
20809d5d8c
|
Change interaction modal in web UI (#26075)
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
|
1 year ago |
Eugen Rochko
|
ca6ff4f9a1
|
Add `published_at` attribute to preview cards (#26153)
|
1 year ago |
Eugen Rochko
|
9015e5b194
|
Change design of link previews in web UI (#26136)
|
1 year ago |
Eugen Rochko
|
1c28a202fe
|
Remove 16:9 cropping from web UI (#26132)
|
1 year ago |
Claire
|
4cf27100c0
|
Use username as display name for suspended users or users with blank display names (#25276)
|
1 year ago |
Christian Schmidt
|
540cced981
|
Wrong count in response when removing favourite/reblog (#24365)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
1 year ago |
renovate[bot]
|
789459cea3
|
Update dependency rubocop-rails to v2.20.1 (#25493)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
|
1 year ago |
Matt Jankowski
|
5cdc196e44
|
Rails 7.0 update (#25668)
|
1 year ago |
Eugen Rochko
|
9f5eab728b
|
Fix explore page being inaccessible when opted-out of trends in web UI (#25716)
|
1 year ago |
Claire
|
96dcfa9745
|
Merge pull request from GHSA-ccm4-vgcc-73hp
* Tighten allowed HTML in oEmbed-based preview cards
* Sanitize preview cards at render time
* Add `sandbox` attribute to preview card iframes
|
1 year ago |
Eugen Rochko
|
edb6aab974
|
Revert "Rails 7 update" (#25667)
|
1 year ago |
Matt Jankowski
|
5cadbaa296
|
Rails 7 update (#24241)
|
1 year ago |
Darius Kazemi
|
6debddcf89
|
Add exclusive lists (#22048)
Co-authored-by: Liam Cooke <liam@liamcooke.com>
Co-authored-by: John Holdun <john@johnholdun.com>
Co-authored-by: Effy Elden <effy@effy.space>
Co-authored-by: Lina Reyne <git@lina.pizza>
Co-authored-by: Lina <20880695+necropolina@users.noreply.github.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
1 year ago |
Christian Schmidt
|
971eafc709
|
Translate CW, poll options and media descriptions (#24175)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
1 year ago |
Claire
|
4d631fcfb7
|
Add support for custom sign-up URLs (#25014)
|
2 years ago |
Robert R George
|
335b53ab48
|
Add trend management to admin API (#24257)
|
2 years ago |
Vyr Cossont
|
13db7d0075
|
Serialize status webhook events in REST API format (#24243)
|
2 years ago |
Christian Schmidt
|
7583523bf0
|
Replace `Status#translatable?` with language matrix in separate endpoint (#24037)
|
2 years ago |
Christian Schmidt
|
cc0c37cd69
|
Only offer translation for supported languages (#23879)
|
2 years ago |
Christian Schmidt
|
e56145661c
|
Add `lang` attribute to preview card (#23869)
|
2 years ago |
Nick Schonning
|
9b3be79cb5
|
Autofix Rubocop Style/FormatString (#23743)
|
2 years ago |
Nick Schonning
|
ac56c3971b
|
Autofix Rubocop RSpec/ImplicitSubject (#23721)
|
2 years ago |
Nick Schonning
|
793f8c7dd5
|
Autofix Rubocop Style/IfUnlessModifier (#23697)
|
2 years ago |
Nick Schonning
|
5973a58281
|
Enable Lint/RedundantCopDisableDirective (#23687)
|
2 years ago |
Claire
|
d706570d30
|
Add `memorial` attribute to REST API (#23591)
|
2 years ago |
Nick Schonning
|
d09952cf77
|
Apply Rubocop Style/EmptyElse (#23449)
|
2 years ago |
Jeong Arm
|
2c06ca5615
|
Fix account serializer crash if account doesn't have a user (#23428)
|
2 years ago |
Eugen Rochko
|
92e5feb621
|
Add setting for status page URL (#23390)
|
2 years ago |
Eugen Rochko
|
3110aee7d2
|
Fix unserialized `role` on account entities in admin API (#23290)
|
2 years ago |
Claire
|
9e5f274ba9
|
Add `roles` attribute to Account entities in REST API (#23255)
|
2 years ago |
Claire
|
1e9d799c0a
|
Add missing `policy` attribute to `WebPushSubscriptionSerializer` (#23210)
* Add missing `policy` attribute to `WebPushSubscriptionSerializer`
Fixes #23145
* Add tests
|
2 years ago |
Claire
|
340be8d706
|
Add option to make the landing page be /about even when trends are enabled (#20808)
* Add option to make the landing page be /about even when trends are enabled
* Restablish /explore as landing page by default
|
2 years ago |
Claire
|
05f96b30d7
|
Fix REST API serializer for Account not including `moved` when the moved account has itself moved (#22483)
Instead of cutting immediately, cut after one recursion.
|
2 years ago |
Jed Fox
|
85e9494499
|
Add `reading:autoplay:gifs` to /api/v1/preferences (#22706)
|
2 years ago |
Claire
|
cfeb01b17f
|
Add follow request banner on account header (#20785)
* Add requested_by to relationship maps
* Display whether an account has requested to follow you on their profile
|
2 years ago |
Matthías Páll Gissurarson
|
bf26ee1e27
|
Fix punycoded local domains not being prettified in initial state (#21440)
|
2 years ago |
Chris Johnson
|
5573d1db4e
|
Add maskable icon support for Android (#20904)
* Add maskable icon support for Android
* Update manifest_serializer.rb
* Fix linting issue
|
2 years ago |
Claire
|
5f391239e3
|
Fix nodeinfo metadata attribute being an array instead of an object (#20114)
Fixes #20111
|
2 years ago |
trwnh
|
821fcfb930
|
Add `sensitized` to Admin::Account serializer (fix #19148) (#20094)
* Add `sensitized` to Admin::Account serializer (fix #19148)
* remove whitespace, please linter
|
2 years ago |
trwnh
|
c8933e9275
|
Fix missing cast of status and rule IDs to string (fix #19048) (#20122)
|
2 years ago |