Age | Commit message (Expand) | Author |
2018-05-02 | Slightly reduce RAM usage (#7301) | Eugen Rochko |
2018-04-23 | tasks/mastodon: fix prompt for Redis password (#7241) | Alejandro Martinez Ruiz |
2018-04-22 | Ability to specify Redis passwd on mastodon:setup (#7222) | David Baucum |
2018-04-02 | Do not default SMTP verify mode to "peer", default to "none" (#6996) | Eugen Rochko |
2018-03-27 | Fix UniqueUsernameValidator comparison (#6926) | Eugen Rochko |
2018-03-24 | Close http connection in perform method of Request class (#6889) | Akihiko Odaki |
2018-03-17 | Correct the reference to user's password in mastodon:add_user task (#6800) | Akihiko Odaki |
2018-03-12 | Detailed SMTP setup (#6759) | Ushitora Anqou |
2018-03-12 | set SAFETY_ASSURED=1 of db:setup in mastodon:setup (#6758) | 艮 鮟鱇 |
2018-03-09 | When inside Docker, output saved configuration during mastodon:setup (#6711) | Eugen Rochko |
2018-03-08 | After blocking domain with reject_media, invalidate cache (#6679) | Eugen Rochko |
2018-03-04 | Do not fetch environment variables to determine default locale (#6618) | Akihiko Odaki |
2018-03-01 | Fixes #6584 (#6585) | Thomas Leister |
2018-02-26 | Some images can cause `convert` to fail, which crashes this whole task (#6565) | Paul Woolcock |
2018-02-26 | Ensure the app does not even start if OTP_SECRET is not set (#6557) | Eugen Rochko |
2018-02-21 | fix purge_removed_accounts task should suspend account before delete it (#6521) | takayamaki |
2018-02-11 | Interactive `rake mastodon:setup` task (#6451) | Eugen Rochko |
2018-02-03 | Require environment for generate_static_pages (#6420) | Akihiko Odaki |
2018-01-18 | Fix regeneration marker not expiring (#6290) | Eugen Rochko |
2018-01-15 | Move e-mail digest task to sidekiq, reduce workload, improve hint (#6252) | Eugen Rochko |
2017-12-24 | Add rake task to check and purge accounts that are missing in origin (#6085) | Eugen Rochko |
2017-12-07 | Add embed_url to preview cards (#5775) | Akihiko Odaki |
2017-11-11 | Add moderator role and add pundit policies for admin actions (#5635) | Eugen Rochko |
2017-11-08 | In remove_remote, exclude removed media attachments. (#5626) | Naoki Kosaka |
2017-10-09 | Fix #5274 - Create symlink from public/500.html to public/assets/500.html (#5... | Eugen Rochko |
2017-10-08 | Set snowflake IDs for backdated statuses (#5260) | Eugen Rochko |
2017-10-06 | Compress and combine emoji data (#5229) | Nolan Lawson |
2017-10-06 | Clean up code style of Mastodon::TimestampId module (#5232) | Eugen Rochko |
2017-10-04 | Non-Serial ("Snowflake") IDs (#4801) | aschmitz |
2017-09-27 | Upgrade Webpacker to version 3.0.1 (#5122) | Yamagishi Kazutoshi |
2017-09-26 | Refactor 500 file generation for future extension (#5105) | nullkal |
2017-09-25 | New error page graphic. Other error page improvements (#5099) | Eugen Rochko |
2017-09-25 | Fix emojify() by generating a mapping to existing Twemoji files (#5080) | Eugen Rochko |
2017-09-25 | Refresh manifest before generate 500.html (#5090) | Yamagishi Kazutoshi |
2017-09-25 | Generate 500.html with assets:precompile, remove loading from Google Fonts (#... | Eugen Rochko |
2017-09-16 | When accessing uncached media attachment, redownload it (#4955) | Eugen Rochko |
2017-09-12 | Fix count numbers from ActivityPub not being saved (#4899) | Eugen Rochko |
2017-09-07 | Use casecmp() instead of casecmp?() for now (#4832) | Joseph Mingrone |
2017-09-03 | Use next instead of return in task (#4787) | Akihiko Odaki |
2017-09-03 | Explicitly define attached file of DeprecatedPreviewCard (#4786) | Akihiko Odaki |
2017-09-01 | Make PreviewCard records reuseable between statuses (#4642) | Eugen Rochko |
2017-08-21 | ActivityPub migration procedure (#4617) | Eugen Rochko |
2017-07-24 | Move clean up of unconfirmed users to sidekiq-scheduler (#4336) | Eugen Rochko |
2017-07-23 | Add rake task mastodon:feeds:build to regenerate all active users' feeds (#4303) | Eugen Rochko |
2017-07-16 | Check table existence on prepare_for_foreign_keys (#4225) | unarist |
2017-07-14 | Add Rake task for generate VAPID key (#4195) | Yamagishi Kazutoshi |
2017-07-14 | Fix #3904 - Adjustable time period for mastodon:media:remove_remote via NUM_D... | Eugen Rochko |
2017-07-11 | Fix #2848 - Rake task to redownload avatars/headers (#4156) | Eugen Rochko |
2017-07-11 | Redesign the landing page, mount public timeline on it (#4122) | Eugen Rochko |
2017-06-27 | #1456 Added rake task to add a user. (#1482) | Debanshu Kundu |