- Nov 04, 2019
-
-
Nathaniel Suchy authored
* Add a lookup tool to the media cli * Improved lookup logic * Clarified wording in the output * Code style changes * Code style changes * Code style changes * Code style changes * Add error handling code incase an attachment isn't found * Code style changes * Code style changes * Make requested changes * Fix styling issues * Handle other media types * Remove an inadvertently added log * Make requested changes * Make the code safe no matter what the path, S3 or not * Code style changes * Code style changes * Replace select method with Ruby Enumerable grep method
-
- Oct 10, 2019
-
-
Eugen Rochko authored
Regression from #11316
-
- Oct 09, 2019
-
-
Eugen Rochko authored
-
- Oct 08, 2019
-
-
Eugen Rochko authored
-
- Oct 07, 2019
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- Oct 06, 2019
-
-
Jeong Arm authored
-
- Oct 03, 2019
-
- Oct 02, 2019
-
-
Eugen Rochko authored
* 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
-
Takeshi Umeda authored
* Add parallel gem * Modify parallel option in tootctl search deploy * Add paralell option to tootctl search deploy * Change 1 to false * Clean up * Rename --parallel to --processes
-
Eugen Rochko authored
-
- Sep 30, 2019
-
-
Eugen Rochko authored
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.
-
- Sep 29, 2019
-
-
Eugen Rochko authored
-
- Sep 24, 2019
-
-
Eugen Rochko authored
Regression from #11831
-
- Sep 23, 2019
-
-
Yamagishi Kazutoshi authored
-
- Sep 21, 2019
-
-
Eugen Rochko authored
-
- Sep 20, 2019
-
-
Eugen Rochko authored
-
- Sep 12, 2019
-
-
Eugen Rochko authored
* Add missing locale file for ga and add rake task to check for it * Update lib/tasks/repo.rake Co-Authored-By:
Yamagishi Kazutoshi <ykzts@desire.sh> * Fix check-i18n build
-
- Sep 11, 2019
-
-
Eugen Rochko authored
Change all account actions except "none" to resolve all unresolved reports Refactor `SuspendAccountService` to be more readable
-
- Sep 10, 2019
-
-
Eugen Rochko authored
-
Eugen Rochko authored
- Remove --background option - Add --concurrency(=5) option - Add progress bars
-
- Aug 18, 2019
-
-
Eugen Rochko authored
-
- Aug 17, 2019
-
-
Stanislas authored
To (somewhat) limit mass remote follow. Fix #11360
-
- Aug 03, 2019
-
-
Darius Kazemi authored
* Add "--exclude-suspended" to tootctl domains crawl This new option ignores any instances suspended server-wide as well as their associated subdomains. This queries all domain blocks up front, then runs a regexp on each domain. This improves performance over what may be the obvious implementation, which is to ask `DomainBlocks.blocked?(domain)` for each domain -- this hits the DB many times, slowing things down considerably. * cleaning up code style * Compiling regex * Removing ternary operator
-
- Jul 30, 2019
-
-
Eugen Rochko authored
-
- Jul 28, 2019
-
-
dependabot-preview[bot] authored
* Bump json-ld-preloaded from 3.0.2 to 3.0.3 Bumps [json-ld-preloaded](https://github.com/ruby-rdf/json-ld-preloaded) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/ruby-rdf/json-ld-preloaded/releases) - [Commits](https://github.com/ruby-rdf/json-ld-preloaded/compare/3.0.2...3.0.3 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> * use json-ld edge
-
mayaeh authored
* Add `tootctl preview_cards remove` * fix code style * Remove `Scheduler::PreviewCardsCleanupScheduler` file * fix code style again Add exclude case where image_file_name is blank * Added a function to output confirmation if the specified number of days is less than 2 weeks
-
- Jul 26, 2019
-
-
Clar Fon authored
-
- Jun 28, 2019
-
-
Eugen Rochko authored
Fix #7940
-
- Jun 22, 2019
-
-
Eugen Rochko authored
-
- Jun 21, 2019
-
- Jun 20, 2019
-
-
Eugen Rochko authored
-
- Jun 13, 2019
-
- Jun 12, 2019
-
- Jun 09, 2019
-
- Jun 08, 2019
-
-
Darius Kazemi authored
-
- May 24, 2019
-
-
Eugen Rochko authored
* Bump version to 2.8.3 * Bump version to 2.8.4
-
- May 14, 2019
-
-
ThibG authored
* Record account suspend/silence time and keep track of domain blocks * Also unblock users who were suspended/silenced before dates were recorded * Add tests * Keep track of suspending date for users suspended through the CLI * Show accurate number of accounts that would be affected by unsuspending an instance * Change migration to set silenced_at and suspended_at * Revert "Also unblock users who were suspended/silenced before dates were recorded" This reverts commit a015c65d2d1e28c7b7cfab8b3f8cd5fb48b8b71c. * Switch from using suspended and silenced to suspended_at and silenced_at * Add post-deployment migration script to remove `suspended` and `silenced` columns * Use Account#silence! and Account#suspend! instead of updating the underlying property * Add silenced_at and suspended_at migration to post-migration * Change account fabricator to translate suspended and silenced attributes * Minor fixes * Make unblocking domains always retroactive
-