- May 06, 2022
-
-
Claire authored
* Fix account warnings not being recorded in audit log Fixes #18334 * Only record warnings if they are not associated to another action
-
- Apr 30, 2022
-
-
Claire authored
-
- Apr 29, 2022
-
-
Eugen Rochko authored
Clear out e-mail domain blocks created from automatically resolved DNS records
-
Eugen Rochko authored
* Fix opening and closing Redis connections instead of using a pool * Fix Redis connections not being returned to the pool in CLI commands
-
Eugen Rochko authored
Calculate trends in temporary sets to avoid having to manage items that go below the decay threshold while not having any moments where a half-processed set is accessible to end-users
-
Eugen Rochko authored
-
- Apr 28, 2022
-
-
Eugen Rochko authored
* Fix single Redis connection being used across all Sidekiq threads * Fix tests
-
- Apr 26, 2022
-
-
Claire authored
* Add migration test about instance actor key * Fix old migration * Work around incorrect database state
-
- Apr 23, 2022
-
-
Jeong Arm authored
-
- Apr 09, 2022
-
-
Claire authored
-
- Apr 08, 2022
-
-
Eugen Rochko authored
- Change score half-life for trending statuses from 2 to 6 hours - Change score threshold for trimming old items from 1 to 0.3
-
Eugen Rochko authored
* Change e-mail notifications to only be sent when recipient is offline Change the default for follow and mention notifications back on * Add preference to always send e-mail notifications * Change wording
-
Eugen Rochko authored
- Change filtering and pagination to occur in SQL instead of Redis - Change rank/score displayed on trends in admin UI to be locale-specific
-
- Apr 07, 2022
-
-
Eugen Rochko authored
-
- Apr 06, 2022
-
-
Eugen Rochko authored
-
- Mar 30, 2022
-
-
Claire authored
Also refactor a bit to reduce code duplication.
-
Eugen Rochko authored
-
- Mar 28, 2022
-
-
Claire authored
* Fix /api/v1/admin/accounts Compatibility was broken since #17009 which changed the underlying filter class without changing the controller. This commits restore support for the old parameters. * Add /api/v2/admin/accounts with the new parameters * Add tests * Add missing filter for `silenced` status Co-authored-by:
Eugen Rochko <eugen@zeonfederated.com> Co-authored-by:
Eugen Rochko <eugen@zeonfederated.com>
-
- Mar 26, 2022
-
-
Eugen Rochko authored
Fix #17815
-
- Mar 25, 2022
-
-
Eugen Rochko authored
* Fix edits with no actual changes being allowed locally * Fix edits with no actual changes being allowed through ActivityPub * Fix false positive changes caused by description processing in model * Fix not recording poll expiration update * Fix test * Revert changes to ProcessStatusUpdateService * Various fixes and improvements * Fix code style issues * Various changes and improvements * Add guard clause
-
Eugen Rochko authored
-
- Mar 15, 2022
-
-
Eugen Rochko authored
-
Eugen Rochko authored
* Add `types` param to `GET /api/v1/notifications` in REST API * Improve tests
-
Eugen Rochko authored
-
- Mar 14, 2022
-
-
Eugen Rochko authored
-
- Mar 12, 2022
-
-
Claire authored
* Update fix-duplicates task to 2022_02_10_153119 Also add support for Appeal to AccountMerging#merge_with! * Update fix-duplicates task to 2022_03_07_094650 * Update fix-duplicates task to 2022_03_09_213005 * Update fix-duplicates task to 2022_03_07_083603 * Update fix-duplicates task to 2022_03_10_060626 * Update fix-duplicates script to 2022_03_07_083603 * Update fix-duplicates task to 2022_03_10_060706 * Update fix-duplicates task to 2022_03_10_060959 * Silence CodeClimate
-
Eugen Rochko authored
-
- Mar 11, 2022
-
-
Jeong Arm authored
Related: #17209
-
- Mar 10, 2022
-
-
Takeshi Umeda authored
-
- Mar 09, 2022
-
-
Eugen Rochko authored
-
Claire authored
* Fix rare race condition when rebloged status is deleted * Use INSERT INTO … SELECT
-
Eugen Rochko authored
-
chandrn7 authored
* added OpenID Connect as an SSO option * minor fixes * added comments, removed an option that shouldn't be set * fixed Gemfile.lock * added newline to end of Gemfile.lock * removed tab from Gemfile.lock * remove chomp * codeclimate changes and small name change to make function's purpose clearer * codeclimate fix * added SSO buttons to /about page * minor refactor * minor style change * removed spurious change * removed unecessary conditional from ensure_valid_username and added support for auth.info.name in user_params_from_auth * minor changes
-
Eugen Rochko authored
* Change how changes to media attachments are stored for edits Fix not being able to re-order media attachments * Fix not broadcasting updates when polls/media is changed through ActivityPub * Various fixes and improvements * Update app/models/report.rb Co-authored-by:
Claire <claire.github-309c@sitedethib.com> * Add tracking of media attachment description changes * Change poll in status edit to have a structure closer to the real one Co-authored-by:
Claire <claire.github-309c@sitedethib.com>
-
Eugen Rochko authored
* Change design of federation pages in admin UI * Fix query performance in instance media attachments measure * Fix reblogs being included in instance languages dimension
-
Eugen Rochko authored
-
- Mar 08, 2022
-
-
Eugen Rochko authored
* Fix performance of account timelines * Various fixes and improvements * Fix duplicate results being returned Co-authored-by:
Claire <claire.github-309c@sitedethib.com> * Fix grouping for pinned statuses scope Co-authored-by:
Claire <claire.github-309c@sitedethib.com>
-
- Mar 07, 2022
-
-
Eugen Rochko authored
-
Eugen Rochko authored
* Add `/api/v1/accounts/familiar_followers` to REST API * Change hide network preference to be stored consistently for local and remote accounts * Add dummy classes to migration * Apply suggestions from code review Co-authored-by:
Claire <claire.github-309c@sitedethib.com> Co-authored-by:
Claire <claire.github-309c@sitedethib.com>
-
- Mar 03, 2022
-
-
Claire authored
Fixes #17658
-