Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-17 | Fix `tootctl upgrade storage-schema` S3 ACL (#13768) | Stanislas | |
2020-05-15 | Fix `tootctl media remove-orphans` choking on unknown files in storage (#13765) | Eugen Rochko | |
Fix #13762 Catch tootctl interrupt to prevent confusing stacktrace | |||
2020-05-15 | Fix `tootctl upgrade storage-schema` misbehaving (#13761) | Eugen Rochko | |
- Fix not moving original files of custom emojis - Fix command failing to move any files with S3 storage - Fix command marking records as upgraded when move failed Fix #13594 | |||
2020-05-15 | Fix GifReader exceptions (#13760) | ThibG | |
2020-05-14 | Bump version to 3.1.4 (#13750) | Eugen Rochko | |
2020-05-14 | Fix tootctl media refresh (#13751) | Takeshi Umeda | |
2020-05-09 | Fix "tootctl media remove-orphans" crashing on “Import” files (#13685) | ThibG | |
* Fix "tootctl media remove-orphans" crashing on “Import” files * Also remove empty directories when removing orphaned media | |||
2020-05-04 | Fix tootctl upgrade storage-schema failing to delete empty directories (#13593) | Hanage999 | |
2020-04-27 | Add `tootctl emoji export` (#13534) | Lerk | |
* add emoji export command to cli * fix codeclimate issues * add error when no matching category was found * add other suggestions * exit 1 when no matching category is found * changes according to suggestions * 👀 * RubyNein Y u always autoformat :c | |||
2020-04-26 | Add separate cache directory for non-local uploads (#12821) | Eugen Rochko | |
2020-04-19 | Update Twemoji to 12.1.5 (#13021) | D Anzorge | |
* Update Twemoji to 12.1.5 SVGs from Twemoji repo https://github.com/twitter/twemoji * Update emoji_map.json to Unicode 12 | |||
2020-04-06 | Fix regression in `tootctl media remove-orphans` (#13405) | Eugen Rochko | |
Fix #13401 | |||
2020-04-06 | Fix trying to delete already deleted file when post-processing (#13406) | Eugen Rochko | |
Fix #13403 | |||
2020-04-05 | Bump version to 3.1.3 (#13389) | Eugen Rochko | |
2020-04-02 | Fix `tootctl media remove-orphans` ignoring `PAPERCLIP_ROOT_PATH` (#13375) | Eugen Rochko | |
Fix #13371 | |||
2020-03-26 | Fix Paperclip using deprecated URI.escape function (#13320) | ThibG | |
Monkey-patch Paperclip to perform URL escaping in a slightly more appropriate way, and get rid of runtime deprecation warnings. | |||
2020-03-26 | Change `tootctl media remove-orphans` to work for all classes (#13316) | Eugen Rochko | |
Change `tootctl media lookup` to not use an interactive prompt | |||
2020-03-10 | Fix videos with unsupported colorspace not being transcoded (#13242) | ThibG | |
2020-03-09 | Fix MP4 (H264 + AAC) video files being needlessly re-encoded (#13239) | ThibG | |
2020-03-08 | Change local media attachments to perform heavy processing asynchronously ↵ | Eugen Rochko | |
(#13210) Fix #9106 | |||
2020-03-08 | Add `--skip-media-remove` option to `tootctl statuses remove` (#13080) | tateisu | |
* Add skip_media_remove option to tootctl statuses remove * Add skip_media_remove option to tootctl statuses remove Co-authored-by: tateisu <tateisu@juggler.jp> | |||
2020-02-29 | Fix installation failing when Redis password contains special characters ↵ | ThibG | |
(#13156) * Add support for special characters in Redis passwords Fixes #13154 * Refactor | |||
2020-02-27 | Bump version to 3.1.2 (#13162) | Eugen Rochko | |
2020-02-22 | Add `--reset-password` option to `tootctl accounts modify` (#13126) | ThibG | |
2020-02-15 | Do not suggest to login into the GitLab database (#13084) | Marcin Cieślak | |
As pointed out on Discourse: https://discourse.joinmastodon.org/t/obscure-wtf-error-message-running-migrations-for-3-1/2524 The message the administrators were getting was telling them to log in to the "GitLab database" and also mentions MySQL | |||
2020-02-10 | Bump version to 3.1.1 (#13069) | Eugen Rochko | |
2020-02-09 | Bump version to 3.1.0 (#13053) | Eugen Rochko | |
2020-01-28 | Bump version to 3.1.0rc2 (#12999) | Eugen Rochko | |
2020-01-24 | Bump version to 3.1.0rc1 (#12932) | Eugen Rochko | |
2020-01-23 | Add announcements (#12662) | Eugen Rochko | |
* Add announcements Fix #11006 * Add reactions to announcements * Add admin UI for announcements * Add unit tests * Fix issues - Add `with_dismissed` param to announcements API - Fix end date not being formatted when time range is given - Fix announcement delete causing reactions to send streaming updates - Fix announcements container growing too wide and mascot too small - Fix `all_day` being settable when no time range is given - Change text "Update" to "Announcement" * Fix scheduler unpublishing announcements before they are due * Fix filter params not being passed to announcements filter | |||
2020-01-21 | Close registration before self-destruct (#12877) | Jeong Arm | |
2020-01-11 | Fix ruby 2.7 warnings about keyword parameters (#12824) | ThibG | |
2020-01-11 | Keep statuses bookmarked by local users in tootctl statuses remove (#12818) | Gomasy | |
2020-01-10 | Add --remote-only option to emoji purge (#12810) | ThibG | |
Fixes #12804 | |||
2019-12-17 | Changes to tootctl statuses remove (#11267) | ThibG | |
* Fix comments in statuses_cli The comment for the part of query keeping statuses which have replies was incorrect, explaining the part of the query kept favourited statuses instead * Keep statuses favourited by local users in tootctl statuses remove * Do delete old replies that are not direct interactions with local users * Skip reblogs of local statuses instead of all reblogs * Optimize some queries * Keep old statuses with recent reblogs * Add option to clear toots from followed accounts too | |||
2019-12-12 | Fix typo in tootctl statuses remove (#12603) | trwnh | |
2019-12-09 | Fix error handling in `tootctl media remove-orphans` (#12571) | Eugen Rochko | |
2019-12-08 | Add `tootctl media remove-orphans` (#12568) | Eugen Rochko | |
2019-12-02 | Update ESLint and RuboCop in Code Climate (#12534) | Yamagishi Kazutoshi | |
2019-11-04 | Add `tootctl media lookup` command (#12283) | Nathaniel Suchy | |
* 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 | |||
2019-10-10 | Fix preloaded JSON-LD context for identity not being used (#12138) | Eugen Rochko | |
Regression from #11316 | |||
2019-10-09 | Bump version to 3.0.1 (#12116) | Eugen Rochko | |
2019-10-08 | Change `tootctl media refresh` to skip already downloaded attachments (#12118) | Eugen Rochko | |
2019-10-07 | Add `tootctl media usage` command (#12115) | Eugen Rochko | |
2019-10-07 | Fix tootctl not allocating enough database connections for main thread (#12097) | Eugen Rochko | |
2019-10-07 | Fix issues with tootctl's parallelization and progress reporting (#12093) | Eugen Rochko | |
2019-10-06 | Remove unused option from tootctl accounts cull (#12074) | Jeong Arm | |
2019-10-03 | Bump version to 3.0.0 (#12000) | Eugen Rochko | |
2019-10-03 | Bump version to 3.0.0rc3 (#12063) | Eugen Rochko | |
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 |