Eugen Rochko
add4d4118c
Fix relays UI being available in whitelist/secure mode ( #11963 )
...
Fix relays UI referencing relay that is not functional
5 years ago
Eugen Rochko
a1f04c1e34
Fix authentication before 2FA challenge ( #11943 )
...
Regression from #11831
5 years ago
Takeshi Umeda
f497d14b19
Addition of update activity distribution by alias, minor correction ( #11905 )
...
* Addition of update activity distribution by alias, minor correction
* Distribute Update activity after adding alias
* Add uniqueness verification to alias uri
* accept acct starting with @
* fix double-quoted to single-quoted
5 years ago
Takeshi Umeda
e35636a0d1
Fixed an error in the aliases template of the aliases controller ( #11902 )
5 years ago
Eugen Rochko
3ed94dcc1a
Add account migration UI ( #11846 )
...
Fix #10736
- Change data export to be available for non-functional accounts
- Change non-functional accounts to include redirecting accounts
5 years ago
Eugen Rochko
d930eb88b6
Add table of contents to about page ( #11885 )
...
Move public domain blocks information to about page
5 years ago
Eugen Rochko
e1066cd431
Add password challenge to 2FA settings, e-mail notifications ( #11878 )
...
Fix #3961
5 years ago
Eugen Rochko
a4b60e9ba4
Fix TOTP codes not being filtered from logs during enabling/disabling ( #11877 )
...
Not a serious issue because they are meaningless past single use
5 years ago
Eugen Rochko
b671b91211
Fix webfinger response not returning 410 when account is suspended ( #11869 )
5 years ago
mayaeh
ef0d22f232
Add search and sort functions to hashtag admin UI ( #11829 )
...
* Add search and sort functions to hashtag admin UI
* Move scope processing from tags_controller to tag_filter
* Fix based on method naming conventions
* Fixed not to get 500 errors for invalid requests
5 years ago
Eugen Rochko
c707ef49d9
Fix 2FA challenge and password challenge for non-database users ( #11831 )
...
* Fix 2FA challenge not appearing for non-database users
Fix #11685
* Fix account deletion not working when using external login
Fix #11691
5 years ago
Eugen Rochko
18331fefa2
Remove deprecated `GET /api/v1/search` API ( #11823 )
...
Use `GET /api/v2/search` instead
5 years ago
ThibG
225edac118
Change /api/v1/timelines/public to require auth when public preview is off ( #11802 )
...
Fixes #11289
5 years ago
Eugen Rochko
59da5ccb8e
Change unlisted custom emoji to not appear in autosuggestions ( #11818 )
...
Fix #11669
5 years ago
Eugen Rochko
16cdaa1110
Fix uncaught errors in media proxy controller ( #11811 )
5 years ago
Eugen Rochko
c5d37f18cb
Change deletes to preserve soft-deleted statuses in unresolved reports ( #11805 )
...
Change all account actions except "none" to resolve all unresolved reports
Refactor `SuspendAccountService` to be more readable
5 years ago
ThibG
4faaa5b25e
Add updated relationship to follow request API responses ( #11800 )
...
Fixes #11747
5 years ago
Eugen Rochko
1110ea1a91
Add batch actions and categories to admin UI for custom emojis ( #11793 )
5 years ago
Eugen Rochko
261e52268c
Add batch approve/reject for pending hashtags in admin UI ( #11791 )
5 years ago
Takeshi Umeda
9c9dcf580a
Add featured tags API ( #11778 )
...
* Add featured tags API
* Remove show and update, change scope, fix code style
5 years ago
Yamagishi Kazutoshi
d7268befa8
Add healthcheck endpoint for web ( #11770 )
5 years ago
Eugen Rochko
e445a8af64
Add timeline read markers API ( #11762 )
...
Fix #4093
5 years ago
Eugen Rochko
58755439ac
Fix wrong variable regression from #11753 ( #11763 )
5 years ago
Eugen Rochko
43f56f1291
Change account deletion page to have better explanations ( #11753 )
...
Fix deletion of unconfirmed account not freeing up the username
Add prefill of logged-in user's email in the reconfirmation form
5 years ago
Eugen Rochko
70ddef2654
Change trending hashtags to not disappear instantly after midnight ( #11712 )
5 years ago
Eugen Rochko
47584180d8
Fix wrong percentages in admin UI for hashtag usage breakdown ( #11714 )
5 years ago
Eugen Rochko
9871904172
Change layout of public profile directory to be the same as in web UI ( #11705 )
5 years ago
Eugen Rochko
70ae77895f
Fix error in REST API for an account's statuses ( #11700 )
5 years ago
Eugen Rochko
60e684af5f
Fix uncaught error when resource param is missing in Webfinger request ( #11701 )
5 years ago
Eugen Rochko
b54b725d6b
Fix uncaught domain normalization error in remote follow ( #11703 )
5 years ago
Eugen Rochko
22ce4778eb
Fix uncaught parameter missing exceptions and missing error templates ( #11702 )
5 years ago
Eugen Rochko
cb447b28c4
Add profile directory to web UI ( #11688 )
...
* Add profile directory to web UI
* Add a line of bio to the directory
5 years ago
Eugen Rochko
73ca0bb925
Add option to include reported statuses in warning e-mail ( #11639 )
5 years ago
Eugen Rochko
282ea17078
Add soft delete for statuses for instant deletes through API ( #11623 )
...
* Add soft delete for statuses to allow them to appear instant
* Allow reporting soft-deleted statuses and show them in the admin UI
* Change index for getting an account's statuses
5 years ago
Eugen Rochko
97192d9a77
Fix remote and staff-removed statuses leaving media behind for a day ( #11638 )
...
The reason for unattaching media instead of removing it is to support
delete & redraft functionality, but remote or staff-removed statuses
will never be redrafted, so the media should be deleted immediately
5 years ago
ThibG
cb62a83a71
Add invite comments ( #10465 )
5 years ago
ThibG
9b6a5ed109
Add public blocks to /about/blocks ( #11298 )
...
* Add automatic blocklist display in /about/blocks
Inspired by https://github.com/Gargron/mastodon.social-misc
* Add admin option to set who can see instance blocks
* Normalize locales files
* Rename “Sandbox” to “Silence” for consistency
* Disable /about/blocks when in whitelist mode
* Optionally display rationale for domain blocks
* Only display domain blocks that have user-facing limitations, and order them
* Redesign table of blocked domains to better handle long domain names and rationales
* Change domain blocks ordering now that rationales aren't displayed right away
* Only show explanation for block severities actually in use
* Reword instance block explanations and add disclaimer for public fetch mode
5 years ago
Takeshi Umeda
9e1d28f48e
Add an RSS feed tagged to a public profile page ( #10502 )
...
* Add featured tag support to rss feed on public account page
* fix codeing style
5 years ago
Eugen Rochko
a8b0bb355d
Fix uncaught 422 and 500 errors ( #11590 )
5 years ago
Eugen Rochko
1bc077dc74
Add HTTP signature keyId to request log ( #11591 )
5 years ago
Eugen Rochko
b348c9b0db
Add explanation to featured hashtags page and profile ( #11586 )
5 years ago
ThibG
53071389ee
Fix multiple issues with replies collection for pages further than self-replies ( #11582 )
...
* Fix the replies collection returning snowflakes ids rather than URIs
Fixes #11568
* Fix min_id in replies queries once self-replies are exhausted
* Fix `next` attribute of replies collection being nil when there are no self-replies
* Rename other_accounts param to only_other_accounts
5 years ago
Eugen Rochko
e5cee8062f
Fix blurhash and autoplay not working on public pages ( #11585 )
5 years ago
Eugen Rochko
6e872c6dab
Fix 422 being returned instead of 404 when POSTing ( #11574 )
5 years ago
ThibG
7ffec882ae
Fix reverse-proxy caching of instance actor object ( #11561 )
5 years ago
ThibG
5f63339744
Fix more ActivityPub queries setting cookies and preventing caching ( #11557 )
5 years ago
ThibG
646f96d448
Fix ActivityPub and REST API queries setting cookies and preventing caching ( #11539 )
...
Regression from #8657
5 years ago
Eugen Rochko
699db454c3
Fix pinned statuses API returning pagination headers ( #11526 )
...
Fix #10227
5 years ago
Eugen Rochko
898dacf83e
Fix weekly usage not being displayed correctly in hashtag admin UI ( #11524 )
...
Fix percentages in usage breakdown having too many digits
Change trending hashtags to only ask for review if a hashtag enters
the top 3 position in the set, since it's the only items shown in
the default web UI
5 years ago
Eugen Rochko
f51c7c105f
Fix acct URIs with IDN domains not being resolved ( #11520 )
...
Fix #11494
5 years ago