- Jun 05, 2020
-
-
ThibG authored
Fixes #13001
-
- Jun 03, 2020
-
-
ThibG authored
Fix a regression introduced in #13928, caused by TTY::Command building shell commands by chaining string substitutions. Ditch TTY::Command and use system instead (both do shell out).
-
- Jun 02, 2020
-
-
ThibG authored
When using one of the docker-compose containers, mastodon:setup will use the existing .env.production rather than the generated one during the setup steps. This is because dotenv does not overwrite env variables that are alreayd defined, and the docker-compose.yml file loads the environment variables from .env.production.
-
- May 17, 2020
-
-
Stanislas authored
-
- May 15, 2020
-
-
Eugen Rochko authored
Fix #13762 Catch tootctl interrupt to prevent confusing stacktrace
-
Eugen Rochko authored
- 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
-
ThibG authored
-
- May 14, 2020
-
-
Eugen Rochko authored
-
Takeshi Umeda authored
-
- May 09, 2020
-
-
ThibG authored
* Fix "tootctl media remove-orphans" crashing on “Import” files * Also remove empty directories when removing orphaned media
-
- May 04, 2020
-
-
Hanage999 authored
-
- Apr 27, 2020
-
-
Lerk authored
* 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
-
- Apr 26, 2020
-
-
Eugen Rochko authored
-
- Apr 19, 2020
-
-
D Anzorge authored
* Update Twemoji to 12.1.5 SVGs from Twemoji repo https://github.com/twitter/twemoji * Update emoji_map.json to Unicode 12
-
- Apr 06, 2020
-
-
Eugen Rochko authored
Fix #13401
-
Eugen Rochko authored
Fix #13403
-
- Apr 05, 2020
-
-
Eugen Rochko authored
-
- Apr 02, 2020
-
-
Eugen Rochko authored
Fix #13371
-
- 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
-
- 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
-
- Feb 08, 2020
-
- Jan 28, 2020
-
- 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
-
-
trwnh authored
-
- Dec 09, 2019
-
-
Eugen Rochko authored
-