ThibG
6b5aebf0ca
Add abilityto add oneself to lists ( #12271 )
...
* Add ability to add oneself to lists
* Change search results to include oneself when searching through followers
* Mark follow relation as optional in ListAccount
5 years ago
ThibG
479d8ff47a
Fix remote media descriptions being cut off at 420 chars ( #12262 )
...
* Fix remote media descriptions being cut off at 420 chars
Fixes #12258
* Fix tests
5 years ago
Faye Duxovni
6bca6dbc2d
Add setting for whether to crop images in unexpanded toots ( #12126 )
5 years ago
Hugo Gameiro
9980046428
remove audio metadata ( #12171 )
5 years ago
Eugen Rochko
cfb06d0565
Fix admin setting to auto-approve hashtags not affecting query ( #12130 )
...
Follow-up to #12122
5 years ago
Eugen Rochko
d99a6145de
Remove auto-silence behaviour from spam check ( #12117 )
...
Fix #12113
5 years ago
Eugen Rochko
2e07a901c5
Fix attachment not being re-downloaded even if file is not stored ( #12125 )
...
Change the behaviour of remotable concern. Previously, it would skip
downloading an attachment if the stored remote URL is identical to
the new one. Now it would not be skipped if the attachment is not
actually currently stored by Paperclip.
5 years ago
Eugen Rochko
001ce9a1a9
Add admin setting to auto-approve hashtags ( #12122 )
...
Change inaccurate labels on other admin settings
5 years ago
Eugen Rochko
c453888616
Fix performance of home feed regeneration ( #12084 )
...
Fetching statuses from all followed accounts at once takes too long
within Postgres. Fetching them one by one and merging in Ruby
could be a lot less resource-intensive
Because the query for dynamically fetching the home timeline is so
heavy, we can no longer offer it when the home timeline is missing
5 years ago
Hugo Gameiro
b302921eb1
add loglevel fatal to video and audio styles ( #12088 )
5 years ago
Eugen Rochko
746fae0bd1
Fix performance of GIF re-encoding ( #12057 )
...
* Change animated GIF detection to not shell out to ImageMagick
Signed-off-by: Eugen Rochko <eugen@zeonfederated.com>
* Change video encoding parameters to limit to 10800 video frames
Signed-off-by: Eugen Rochko <eugen@zeonfederated.com>
* Limit GIF image size further
Signed-off-by: Eugen Rochko <eugen@zeonfederated.com>
* Always strip metadata from video files
* Fix code style issues
5 years ago
Eugen Rochko
1db0719dbb
Fix needlessly indexing unsearchable statuses into ElasticSearch ( #12041 )
5 years ago
Eugen Rochko
ced431f02f
Fix account counters being overwritten by parallel writes ( #12045 )
5 years ago
Eugen Rochko
f77337daaf
Fix records not being indexed sometimes ( #12024 )
...
It's possible that after commit callbacks were not firing when
exceptions occurred in the process. Also, the default Sidekiq
strategy does not push indexing jobs immediately, which is not
necessary and could be part of the issue too.
5 years ago
ThibG
f088e090e4
Add voters count support ( #11917 )
...
* Add voters count to polls
* Add ActivityPub serialization and parsing of voters count
* Add support for voters count in WebUI
* Move incrementation of voters count out of redis lock
* Reword “voters” to “people”
5 years ago
Eugen Rochko
f5c71a6cd2
Add (back) option to set redirect notice on account without moving followers ( #11994 )
...
Fix #11913
5 years ago
Eugen Rochko
d8f09d5853
Fix unscoped being used in the wrong place ( #11987 )
...
Regression from #11982
5 years ago
Eugen Rochko
386dc65671
Fix preview card image not being re-fetched even if link is re-posted ( #11981 )
...
Fix #11956
5 years ago
Eugen Rochko
6baaceefcd
Fix index not being used in Status.reblogs_map ( #11982 )
...
Regression from #11623
5 years ago
Eugen Rochko
66d3e13777
Add `exclude_unreviewed` param to `GET /api/v2/search` REST API ( #11977 )
...
Make it so normal search returns even unreviewed matches, but
autosuggestions do not.
Fix #11960
5 years ago
abcang
2c43d538dc
Validate Web::PushSubscription ( #11971 )
5 years ago
Eugen Rochko
67796a267d
Fix relays UI being available in whitelist/secure mode ( #11963 )
...
Fix relays UI referencing relay that is not functional
5 years ago
Eugen Rochko
3773115066
Fix authentication before 2FA challenge ( #11943 )
...
Regression from #11831
5 years ago
ThibG
c596206f8c
Show user what options they have voted ( #11195 )
...
* Add own_votes field to poll results in REST API
Fixes #10679
* Display user votes in WebUI
* Update styling
* Add vote checkmark to public pages
5 years ago
Takeshi Umeda
9267e4310d
Accept acct starting with @ in account migration ( #11907 )
5 years ago
Takeshi Umeda
45fe523a18
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
Eugen Rochko
a2d3728c36
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
61442032a2
Add table of contents to about page ( #11885 )
...
Move public domain blocks information to about page
5 years ago
Eugen Rochko
1781358bd9
Add password challenge to 2FA settings, e-mail notifications ( #11878 )
...
Fix #3961
5 years ago
Eugen Rochko
8904a4eb36
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
han@highemelry
66241cfc7e
Fix audit log error when custom emoji is copied from remote server ( #11876 )
5 years ago
mayaeh
2d79552c3c
Fix the sample account icon of Profile directory to local only ( #11872 )
5 years ago
Eugen Rochko
68ce208da3
Fix SSO login not using existing account when e-mail is verified ( #11862 )
...
Fix #11472
5 years ago
mayaeh
566e85716f
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
8eb0d880cb
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
45b759a2ca
Fix hashtags being split by ZWNJ character ( #11821 )
...
Fix #11761
5 years ago
Eugen Rochko
ec20fd2112
Change unlisted custom emoji to not appear in autosuggestions ( #11818 )
...
Fix #11669
5 years ago
Eugen Rochko
9301574423
Change max length of media descriptions from 420 to 1500 characters ( #11819 )
...
Fix #11658
5 years ago
Eugen Rochko
4291b74031
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
Tao Bror Bojlén
0430cbec29
add admin setting for default search engine indexing ( fix #11750 ) ( #11804 )
5 years ago
Eugen Rochko
8eab4349b4
Add retry for failed media downloads and `tootctl media refresh` ( #11775 )
5 years ago
Eugen Rochko
666c1a8a06
Change tootctl to use inline parallelization instead of Sidekiq ( #11776 )
...
- Remove --background option
- Add --concurrency(=5) option
- Add progress bars
5 years ago
Eugen Rochko
25fb124ee6
Add batch actions and categories to admin UI for custom emojis ( #11793 )
5 years ago
Eugen Rochko
7799c7c75f
Add batch approve/reject for pending hashtags in admin UI ( #11791 )
5 years ago
Eugen Rochko
021a19deba
Change half-life of trend decay ( #11774 )
5 years ago
Eugen Rochko
89989b6255
Add timeline read markers API ( #11762 )
...
Fix #4093
5 years ago
Eugen Rochko
436266ca27
Change trending hashtags to not disappear instantly after midnight ( #11712 )
5 years ago
umonaca
70e0c2f162
Add more media formats ( #11687 )
...
* Add more media formats
* Removed amr file type
5 years ago
Eugen Rochko
c194c17cb7
Fix non-numbers being passed to Redis and causing an error ( #11697 )
5 years ago
Eugen Rochko
ee9d0c0f38
Fix uncaught domain normalization error in remote follow ( #11703 )
5 years ago