Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-03 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/models/media_attachment.rb Upstream raised max image size from 8MB to 10MB while our limit is configurable. Raised the default to 10MB. | |||
2019-10-03 | Fix performance of GIF re-encoding (#12057) | Eugen Rochko | |
* 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 | |||
2019-10-02 | Fix needlessly indexing unsearchable statuses into ElasticSearch (#12041) | Eugen Rochko | |
2019-10-02 | Fix account counters being overwritten by parallel writes (#12045) | Eugen Rochko | |
2019-10-01 | Fix records not being indexed sometimes (#12024) | Eugen Rochko | |
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. | |||
2019-09-30 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - Gemfile - Gemfile.lock - app/controllers/about_controller.rb - app/controllers/auth/sessions_controller.rb | |||
2019-09-29 | Add voters count support (#11917) | ThibG | |
* 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” | |||
2019-09-29 | Add (back) option to set redirect notice on account without moving followers ↵ | Eugen Rochko | |
(#11994) Fix #11913 | |||
2019-09-28 | Fix unscoped being used in the wrong place (#11987) | Eugen Rochko | |
Regression from #11982 | |||
2019-09-28 | Fix preview card image not being re-fetched even if link is re-posted (#11981) | Eugen Rochko | |
Fix #11956 | |||
2019-09-28 | Fix index not being used in Status.reblogs_map (#11982) | Eugen Rochko | |
Regression from #11623 | |||
2019-09-28 | Add `exclude_unreviewed` param to `GET /api/v2/search` REST API (#11977) | Eugen Rochko | |
Make it so normal search returns even unreviewed matches, but autosuggestions do not. Fix #11960 | |||
2019-09-27 | Validate Web::PushSubscription (#11971) | abcang | |
2019-09-27 | Fix relays UI being available in whitelist/secure mode (#11963) | Eugen Rochko | |
Fix relays UI referencing relay that is not functional | |||
2019-09-24 | Fix authentication before 2FA challenge (#11943) | Eugen Rochko | |
Regression from #11831 | |||
2019-09-22 | Show user what options they have voted (#11195) | ThibG | |
* 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 | |||
2019-09-21 | Accept acct starting with @ in account migration (#11907) | Takeshi Umeda | |
2019-09-21 | Addition of update activity distribution by alias, minor correction (#11905) | Takeshi Umeda | |
* 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 | |||
2019-09-19 | Add account migration UI (#11846) | Eugen Rochko | |
Fix #10736 - Change data export to be available for non-functional accounts - Change non-functional accounts to include redirecting accounts | |||
2019-09-19 | Add table of contents to about page (#11885) | Eugen Rochko | |
Move public domain blocks information to about page | |||
2019-09-18 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/controllers/auth/sessions_controller.rb Minor conflict due to glitch-soc's theming code | |||
2019-09-18 | Add password challenge to 2FA settings, e-mail notifications (#11878) | Eugen Rochko | |
Fix #3961 | |||
2019-09-18 | Fix TOTP codes not being filtered from logs during enabling/disabling (#11877) | Eugen Rochko | |
Not a serious issue because they are meaningless past single use | |||
2019-09-17 | Fix audit log error when custom emoji is copied from remote server (#11876) | han@highemelry | |
2019-09-17 | Fix the sample account icon of Profile directory to local only (#11872) | mayaeh | |
2019-09-16 | Fix SSO login not using existing account when e-mail is verified (#11862) | Eugen Rochko | |
Fix #11472 | |||
2019-09-16 | Add search and sort functions to hashtag admin UI (#11829) | mayaeh | |
* 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 | |||
2019-09-15 | Fix 2FA challenge and password challenge for non-database users (#11831) | Eugen Rochko | |
* Fix 2FA challenge not appearing for non-database users Fix #11685 * Fix account deletion not working when using external login Fix #11691 | |||
2019-09-13 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - Gemfile - app/controllers/api/v1/search_controller.rb Conflict because we changed the number of default results to be configurable - app/lib/settings/scoped_settings.rb Addition of a new “noindex” site-wide setting, conflict due to our change of the two other site-wide settings (default flavour and skin instead of theme) - spec/controllers/application_controller_spec.rb Addition of a new “noindex” site-wide setting, conflict due to our change of the two other site-wide settings (default flavour and skin instead of theme) | |||
2019-09-13 | Fix hashtags being split by ZWNJ character (#11821) | Eugen Rochko | |
Fix #11761 | |||
2019-09-13 | Change unlisted custom emoji to not appear in autosuggestions (#11818) | Eugen Rochko | |
Fix #11669 | |||
2019-09-13 | Change max length of media descriptions from 420 to 1500 characters (#11819) | Eugen Rochko | |
Fix #11658 | |||
2019-09-11 | Change deletes to preserve soft-deleted statuses in unresolved reports (#11805) | Eugen Rochko | |
Change all account actions except "none" to resolve all unresolved reports Refactor `SuspendAccountService` to be more readable | |||
2019-09-11 | add admin setting for default search engine indexing (fix #11750) (#11804) | Tao Bror Bojlén | |
2019-09-10 | Add retry for failed media downloads and `tootctl media refresh` (#11775) | Eugen Rochko | |
2019-09-10 | Change tootctl to use inline parallelization instead of Sidekiq (#11776) | Eugen Rochko | |
- Remove --background option - Add --concurrency(=5) option - Add progress bars | |||
2019-09-09 | Add batch actions and categories to admin UI for custom emojis (#11793) | Eugen Rochko | |
2019-09-09 | Add batch approve/reject for pending hashtags in admin UI (#11791) | Eugen Rochko | |
2019-09-08 | Change half-life of trend decay (#11774) | Eugen Rochko | |
2019-09-06 | Add timeline read markers API (#11762) | Eugen Rochko | |
Fix #4093 | |||
2019-09-05 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-09-02 | Change trending hashtags to not disappear instantly after midnight (#11712) | Eugen Rochko | |
2019-08-30 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/views/directories/index.html.haml Upstream has redesigned the profile directory, and we had a glitch-soc-specific change to hide follower counts. Ported that change to the new design. | |||
2019-08-30 | Add more media formats (#11687) | umonaca | |
* Add more media formats * Removed amr file type | |||
2019-08-30 | Fix non-numbers being passed to Redis and causing an error (#11697) | Eugen Rochko | |
2019-08-30 | Fix uncaught domain normalization error in remote follow (#11703) | Eugen Rochko | |
2019-08-30 | Add profile directory to web UI (#11688) | Eugen Rochko | |
* Add profile directory to web UI * Add a line of bio to the directory | |||
2019-08-29 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/models/status.rb - app/services/remove_status_service.rb - db/schema.rb All conflicts were due to the addition of a `deleted_at` attribute to Statuses and reworked database indexes. | |||
2019-08-23 | Add option to include reported statuses in warning e-mail (#11639) | Eugen Rochko | |
2019-08-22 | Add soft delete for statuses for instant deletes through API (#11623) | Eugen Rochko | |
* 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 |