- Mar 26, 2020
-
-
ThibG authored
Monkey-patch Paperclip to perform URL escaping in a slightly more appropriate way, and get rid of runtime deprecation warnings.
-
Eugen Rochko authored
Change `tootctl media lookup` to not use an interactive prompt
-
- Mar 10, 2020
-
-
ThibG authored
-
- Mar 09, 2020
-
-
ThibG authored
-
- Mar 08, 2020
-
-
Eugen Rochko authored
Fix #9106
-
tateisu authored
* 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>
-
- Feb 29, 2020
-
-
ThibG authored
* Add support for special characters in Redis passwords Fixes #13154 * Refactor
-
- Feb 27, 2020
-
-
Eugen Rochko authored
-
- Feb 22, 2020
-
-
ThibG authored
-
- Feb 15, 2020
-
-
Marcin Cieślak authored
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
-
- Feb 10, 2020
-
-
Eugen Rochko authored
-
- Feb 08, 2020
-
-
Eugen Rochko authored
-
- Jan 28, 2020
-
-
Eugen Rochko authored
-
- Jan 24, 2020
-
-
Eugen Rochko authored
-
- Jan 23, 2020
-
-
Eugen Rochko authored
* 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
-
- Jan 21, 2020
-
-
Jeong Arm authored
-
- Jan 11, 2020
- Jan 09, 2020
-
-
ThibG authored
Fixes #12804
-
- Dec 17, 2019
-
-
ThibG authored
* 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
-
- Dec 12, 2019
-
-
a authored
-
- Dec 09, 2019
-
-
Eugen Rochko authored
-
- Dec 08, 2019
-
-
Eugen Rochko authored
-
- Dec 02, 2019
-
-
Yamagishi Kazutoshi authored
-
- 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
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- 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
-