147 Commits (0deab4bb3292d5bba987daf3fd3f1c5ae651faa4)

Author SHA1 Message Date
Eugen Rochko ca1c696dbd Slightly reduce RAM usage (#7301)
6 years ago
Alejandro Martinez Ruiz 20fcb1f5ae tasks/mastodon: fix prompt for Redis password (#7241)
7 years ago
David Baucum 259e3aa7bf Ability to specify Redis passwd on mastodon:setup (#7222)
7 years ago
Eugen Rochko ec74c3d7da Do not default SMTP verify mode to "peer", default to "none" (#6996)
7 years ago
Eugen Rochko ebba6fb7f5 Fix UniqueUsernameValidator comparison (#6926)
7 years ago
Akihiko Odaki 11c19f6cc9 Close http connection in perform method of Request class (#6889)
7 years ago
Akihiko Odaki 7b247b15f2 Correct the reference to user's password in mastodon:add_user task (#6800)
7 years ago
Ushitora Anqou 44917a10ad Detailed SMTP setup (#6759)
7 years ago
艮 鮟鱇 aa3b1144d1 set SAFETY_ASSURED=1 of db:setup in mastodon:setup (#6758)
7 years ago
Eugen Rochko 512e42fed8 When inside Docker, output saved configuration during mastodon:setup (#6711)
7 years ago
Eugen Rochko f92176899e After blocking domain with reject_media, invalidate cache (#6679)
7 years ago
Akihiko Odaki 0016fd40e7 Do not fetch environment variables to determine default locale (#6618)
7 years ago
Thomas Leister 225d270134 Fixes #6584 (#6585)
7 years ago
Paul Woolcock fee184c0fd Some images can cause `convert` to fail, which crashes this whole task (#6565)
7 years ago
Eugen Rochko f35356609b Ensure the app does not even start if OTP_SECRET is not set (#6557)
7 years ago
takayamaki 2b3d62a8a5 fix purge_removed_accounts task should suspend account before delete it (#6521)
7 years ago
Eugen Rochko e8e6786d6f Interactive `rake mastodon:setup` task (#6451)
7 years ago
Akihiko Odaki 5892127534 Require environment for generate_static_pages (#6420)
7 years ago
Eugen Rochko 92df0bba59 Fix regeneration marker not expiring (#6290)
7 years ago
Eugen Rochko 67ee638c28 Move e-mail digest task to sidekiq, reduce workload, improve hint (#6252)
7 years ago
Eugen Rochko 50f2d69780 Add rake task to check and purge accounts that are missing in origin (#6085)
7 years ago
Akihiko Odaki ce3989fc6a Add embed_url to preview cards (#5775)
7 years ago
Eugen Rochko 97178b6d86 Add moderator role and add pundit policies for admin actions (#5635)
7 years ago
Naoki Kosaka bc20bea20e In remove_remote, exclude removed media attachments. (#5626)
7 years ago
Eugen Rochko 522fa878c3 Fix #5274 - Create symlink from public/500.html to public/assets/500.html (#5288)
7 years ago
Eugen Rochko 007fce8c10 Set snowflake IDs for backdated statuses (#5260)
7 years ago
Nolan Lawson 2b34471d9d Compress and combine emoji data (#5229)
7 years ago
Eugen Rochko 27fd33256c Clean up code style of Mastodon::TimestampId module (#5232)
7 years ago
aschmitz 5b2d855d86 Non-Serial ("Snowflake") IDs (#4801)
7 years ago
Yamagishi Kazutoshi 12b7306a03 Upgrade Webpacker to version 3.0.1 (#5122)
7 years ago
nullkal 463bbe870f Refactor 500 file generation for future extension (#5105)
7 years ago
Eugen Rochko 1767f9817c New error page graphic. Other error page improvements (#5099)
7 years ago
Eugen Rochko 8b7c639bbe Fix emojify() by generating a mapping to existing Twemoji files (#5080)
7 years ago
Yamagishi Kazutoshi 5391b6d44d Refresh manifest before generate 500.html (#5090)
7 years ago
Eugen Rochko 6b0ea1e79c Generate 500.html with assets:precompile, remove loading from Google Fonts (#5067)
7 years ago
Eugen Rochko 26c797bf0d When accessing uncached media attachment, redownload it (#4955)
7 years ago
Eugen Rochko 703fd425ff Fix count numbers from ActivityPub not being saved (#4899)
7 years ago
Joseph Mingrone c69b143264 Use casecmp() instead of casecmp?() for now (#4832)
7 years ago
Akihiko Odaki 9304aef321 Use next instead of return in task (#4787)
7 years ago
Akihiko Odaki ec7eaa44b0 Explicitly define attached file of DeprecatedPreviewCard (#4786)
7 years ago
Eugen Rochko e9e271878e Make PreviewCard records reuseable between statuses (#4642)
7 years ago
Eugen Rochko 1a19358b24 ActivityPub migration procedure (#4617)
7 years ago
Eugen Rochko 97dda48f70 Move clean up of unconfirmed users to sidekiq-scheduler (#4336)
7 years ago
Eugen Rochko a09a4a5899 Add rake task mastodon:feeds:build to regenerate all active users' feeds (#4303)
7 years ago
unarist 0228a2bc8d Check table existence on prepare_for_foreign_keys (#4225)
7 years ago
Yamagishi Kazutoshi 7be29a500d Add Rake task for generate VAPID key (#4195)
7 years ago
Eugen Rochko 21d7c38b40 Fix #3904 - Adjustable time period for mastodon:media:remove_remote via NUM_DAYS (#4191)
7 years ago
Eugen Rochko 903b34fa94 Fix #2848 - Rake task to redownload avatars/headers (#4156)
7 years ago
Eugen Rochko 49026e27e8 Redesign the landing page, mount public timeline on it (#4122)
7 years ago
Debanshu Kundu 7142cd5e0f #1456 Added rake task to add a user. (#1482)
7 years ago
Yamagishi Kazutoshi 5da41e0cae Improve RuboCop rules (compatibility to Code Climate) (#3636)
7 years ago
Eugen Rochko 2a447b8147 Add rake task to prepare database for foreign keys introduced by #3562 (#3614)
7 years ago
Daniel Hunsaker 1a58ed6653 [nanobox] Adjustments for Nanobox development (#3295)
7 years ago
Daniel Hunsaker 4cb458ea09 Add Support for Nanobox (#1709)
7 years ago
Eugen Rochko b51beb6486 Replace mastodon:media:clear and mastodon:feeds:clear rake tasks with (#3180)
7 years ago
Yamagishi Kazutoshi 04e4aa2096 Remove unnecessary .keep files (#2976)
7 years ago
Matt Jankowski d8632a9ced Improve error message for non-existent user being made an admin (#2929)
7 years ago
Eugen Rochko c32e312061 More robust PuSH subscription refreshes (#2799)
7 years ago
Matt Jankowski 232b822d86 Replace best_in_place editor on admin settings page (#2789)
7 years ago
yhirano e5eb070430 annotate models (#2697)
7 years ago
yhirano 7c65bcbdb7 Downgrade rubocop 0.48.1 => 0.46.0 (#2628)
8 years ago
Patrick Figel ae0c77c5d1 Set unknown attachment type when adding domain blocks (#2605)
8 years ago
yhirano 397953035a add task to report code statistics (#2489)
8 years ago
esetomo 5faf8274d9 fix typo on daily tasks logging (#2450)
8 years ago
Ash Furrow 456cd6a3a7 Adds logging for daily tasks (#2438)
8 years ago
Matt Jankowski 7a7a2d591f Remove unused methods (#1730)
8 years ago
Eugen 7e230fc786 Fix #1972, fix #1870 - Fix special characters in XML, add tests (#1988)
8 years ago
Eugen e7f68ee031 Fix bug mentioned in #1565 (#1954)
8 years ago
Eugen 4570ab09b3 Unite all mandatory rake tasks in mastodon:daily (#1887)
8 years ago
Eugen 9887f8cea2 Make the rake mastodon:users:clear task properly clear out unconfirmed users (#1777)
8 years ago
Andrew 6a501c321e Add tasks for open/close registration (#1823)
8 years ago
d0p1 1d9d518fd4 Add task in order to delete unconfirmed users (older than 2days) (#1571)
8 years ago
Eugen e0977567e7 When avatar/header are GIF, generate static versions (#1428)
8 years ago
Ash Furrow 317777ec80 Adds error message to mastodon:confirm_email task. (#1476)
8 years ago
Ash Furrow 1eae01edcd Adds user confirmation rake task (#1300)
8 years ago
Eugen Rochko 9d873bec34 Add maintenance task for updating counter caches
8 years ago
Eugen Rochko 0cb5a2a0a7 Add digest e-mails
8 years ago
Eugen Rochko 1e94617a09 Add rake task for making someone into an admin
8 years ago
Eugen Rochko 727d236fcc Cleaning up format of broadcast real-time messages, removing
8 years ago
Eugen Rochko ac95c2dbfe Add rake task for clearing out media from silenced accounts
8 years ago
Eugen Rochko 211049ae59 Fix #329 - avatar errors no longer prevent remote accounts from being saved
8 years ago
Eugen Rochko 30f9e9e624 Remove Neo4J
8 years ago
Eugen Rochko f613f2b84a Only distribute statuses to followers who signed in in the last 2 weeks, add rake task for clearing feeds of inactive users
8 years ago
Eugen Rochko e71b152d89 Fix rubocop issues, introduce usage of frozen literal to improve performance
8 years ago
Eugen Rochko 6657414266 Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limiting
8 years ago
Eugen Rochko 625056fa47 Only run mastodon:push:clear on accounts that are still subscribed to
8 years ago
Eugen Rochko e88d667d3f Add sync command for neo4j, fix configuration, add neo4j to docker-compose, fix seed
8 years ago
Eugen Rochko d2c7d9fc4e PuSH unsubscribe needs correct callback URL
8 years ago
Eugen Rochko 608a2bfffc Upgrade to PubSubHubbub 0.4 (removing verify_token)
8 years ago
Eugen Rochko a86f21cf90 Fix rake tasks and loading bar
8 years ago
Eugen Rochko 1cfc9aa20e OStatus2 and Goldfinger gems now have timeouts for requests
8 years ago
Eugen Rochko 059ebbf48d Separate PuSH subscriptions from following, add mastodon:push:refresh task,
8 years ago
Eugen Rochko 35b6c4b36a Improve rake tasks
8 years ago
Eugen Rochko a08e724476 Fix subscriptions:clear task, refactor feeds, refactor streamable activites
9 years ago
Eugen Rochko 12559b01ea Add pagination by max_id instead of offset/limit
9 years ago
Eugen Rochko 323474c97e Fix #2, add rake task for PuSH-unsubscribing from remote users who have no
9 years ago
Eugen Rochko 9c4856bdb1 Initial commit
9 years ago