Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-24 | Close http connection in perform method of Request class (#6889) | Akihiko Odaki | |
HTTP connections must be explicitly closed in many cases, and letting perform method close connections makes its callers less redundant and prevent them from forgetting to close connections. | |||
2018-03-23 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-03-22 | Bump version to 2.3.2 | Eugen Rochko | |
2018-03-22 | Bump version to 2.3.2rc5 | Eugen Rochko | |
2018-03-21 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-03-20 | Bump version to 2.3.2rc4 | Eugen Rochko | |
2018-03-20 | Add LDAP_TLS_NO_VERIFY option, don't require LDAP_ENABLED outside .env (#6845) | Eugen Rochko | |
Fix #6816, fix #6790 | |||
2018-03-19 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-03-19 | Bump version to 2.3.2rc3 | Eugen Rochko | |
2018-03-17 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-03-17 | Bump version to 2.3.2rc2 | Eugen Rochko | |
2018-03-17 | Bump version to 2.3.2rc1 | Eugen Rochko | |
2018-03-17 | Correct the reference to user's password in mastodon:add_user task (#6800) | Akihiko Odaki | |
2018-03-13 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-03-13 | Bump version to 2.3.1 | Eugen Rochko | |
2018-03-13 | Bump version to 2.3.1rc3 | Eugen Rochko | |
2018-03-12 | Merge remote-tracking branch 'origin/master' into merge-upstream | David Yip | |
Conflicts: README.md | |||
2018-03-12 | Detailed SMTP setup (#6759) | Ushitora Anqou | |
* add detailed SMTP settings setup in mastodon:setup * add localhost SMTP settings setup in mastodon:setup * SMTP settings setup should exit after successful delivery of test mail | |||
2018-03-12 | set SAFETY_ASSURED=1 of db:setup in mastodon:setup (#6758) | 艮 鮟鱇 | |
2018-03-12 | Bump version to 2.3.1rc2 | Eugen Rochko | |
2018-03-11 | Bump version to 2.3.1rc1 | Eugen Rochko | |
2018-03-09 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-03-09 | Bump version to 2.3.0 | Eugen Rochko | |
2018-03-09 | When inside Docker, output saved configuration during mastodon:setup (#6711) | Eugen Rochko | |
2018-03-09 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-03-08 | Bump version to 2.3.0rc3 | Eugen Rochko | |
2018-03-08 | After blocking domain with reject_media, invalidate cache (#6679) | Eugen Rochko | |
Media attachments are part of the association cache of statuses, since they are presumed to be immutable. Unless this cache is cleared manually, the statuses will continue to look like they have media embedded. | |||
2018-03-07 | Bump version to 2.3.0rc2 | Eugen Rochko | |
2018-03-06 | Fix #3807: Increase avatars to 400x400 max (#6651) | Eugen Rochko | |
But do not upscale when they are smaller | |||
2018-03-04 | Do not fetch environment variables to determine default locale (#6618) | Akihiko Odaki | |
The default locale is now set by config. | |||
2018-03-02 | Merge remote-tracking branch 'origin/master' into merge-upstream | David Yip | |
Conflicts: README.md app/controllers/follower_accounts_controller.rb app/controllers/following_accounts_controller.rb app/serializers/rest/instance_serializer.rb app/views/stream_entries/_simple_status.html.haml config/locales/simple_form.ja.yml | |||
2018-03-01 | Fixes #6584 (#6585) | Thomas Leister | |
2018-03-01 | Bump version to 2.3.0rc1 | Eugen Rochko | |
2018-02-28 | Fix #942: Seamless LDAP login (#6556) | Eugen Rochko | |
2018-02-26 | Some images can cause `convert` to fail, which crashes this whole task (#6565) | Paul Woolcock | |
* Some images can cause `convert` to fail, which crashes this whole task * Add more specific exception | |||
2018-02-26 | Ensure the app does not even start if OTP_SECRET is not set (#6557) | Eugen Rochko | |
* Ensure the app does not even start if OTP_SECRET is not set * Remove PAPERCLIP_SECRET (it's not used by anything, actually) Imports are for internal consumption and the url option isn't even used correctly, so we can remove the hash stuff from them | |||
2018-02-23 | Merge branch 'master' of https://github.com/tootsuite/mastodon | imncls | |
# Conflicts: # app/controllers/settings/exports_controller.rb # app/models/media_attachment.rb # app/models/status.rb # app/views/about/show.html.haml # docker_entrypoint.sh # spec/views/about/show.html.haml_spec.rb | |||
2018-02-22 | Fix #6525: Make sure file is opened in LazyThumbnail processor (#6529) | Eugen Rochko | |
2018-02-21 | Account archive download (#6460) | Eugen Rochko | |
* Fix #201: Account archive download * Export actor and private key in the archive * Optimize BackupService - Add conversation to cached associations of status, because somehow it was forgotten and is source of N+1 queries - Explicitly call GC between batches of records being fetched (Model class allocations are the worst offender) - Stream media files into the tar in 1MB chunks (Do not allocate media file (up to 8MB) as string into memory) - Use #bytesize instead of #size to calculate file size for JSON (Fix FileOverflow error) - Segment media into subfolders by status ID because apparently GIF-to-MP4 media are all named "media.mp4" for some reason * Keep uniquely generated filename in Paperclip::GifTranscoder * Ensure dumped files do not overwrite each other by maintaing directory partitions * Give tar archives a good name * Add scheduler to remove week-old backups * Fix code style issue | |||
2018-02-21 | fix purge_removed_accounts task should suspend account before delete it (#6521) | takayamaki | |
2018-02-21 | Fix avatar and header issues by using custom geometry detector (#6515) | Eugen Rochko | |
* Fix avatar and header issues by using custom geometry detector Revert a part of #6508. The file passed to dynamic styles method was not actually a file, but an instance of Paperclip::Attachment, which broke all styles by always returning {} from the method. One problem with GIF avatars was that Paperclip::GeometryDetector reported wrong dimensions for them, e.g. 120x120 GIF avatar would for some reason be detected as 120x53. By writing our own geometry parser, we can use FastImage, which also happens to be faster than ImageMagick, to detect image dimensions, which are also correct. Unfortunately, this PR does not implement skipping a `convert` entirely if the dimensions are already correct, as I found no easy way to write that behaviour into Paperclip without rewriting the Paperclip::Thumbnail class. * Only invoke convert if dimension or format needs to be changed | |||
2018-02-11 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-02-11 | Interactive `rake mastodon:setup` task (#6451) | Eugen Rochko | |
* Add better CLI prompt * Add rake mastodon:setup interactive wizard * Test db/redis/smtp configurations and add admin user at the end * Test database connection even when database does not exist yet | |||
2018-02-04 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-02-03 | Require environment for generate_static_pages (#6420) | Akihiko Odaki | |
It is required for ApplicationController. | |||
2018-01-28 | Merge remote-tracking branch 'origin/master' into merge-upstream | David Yip | |
Conflicts: app/views/layouts/mailer.html.haml config/locales/ko.yml | |||
2018-01-29 | Bump version to 2.2.0 | Eugen Rochko | |
2018-01-29 | ASSET_HOST is wrong env variable. Fix to CDN_HOST (#6372) | Eugen Rochko | |
2018-01-24 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-01-24 | Bump to 2.2.0rc2 | Eugen Rochko | |