- fév. 21, 2018
-
-
Eugen Rochko a rédigé
-
Eugen Rochko a rédigé
* Add focus param to media API, center thumbnails on focus point * Add UI for setting a focal point * Improve focal point icon on upload item * Use focal point in upload preview * Add focalPoint property to ActivityPub * Don't show focal point button for non-image attachments
-
Eugen Rochko a rédigé
-
Eugen Rochko a rédigé
It was merge when it needed to be deep_merge. And added some tests
-
Eugen Rochko a rédigé
* 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
-
りんすき a rédigé
-
takayamaki a rédigé
-
Eugen Rochko a rédigé
* 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
-
- fév. 20, 2018
-
-
Moritz Heiber a rédigé
-
Eugen Rochko a rédigé
-
Eugen Rochko a rédigé
* Set Docker permissions during the build process * Remove docker_entrypoint.sh and use COPY with chown
-
abcang a rédigé
-
- fév. 19, 2018
-
-
Eugen Rochko a rédigé
Also don't apply "-quality 80" option which is probably the reason for slight color differences between original and remote image (because it would apply it twice, once on original instance, and again on the receiving instance)
-
Eugen Rochko a rédigé
- 4px rounded corners on media attachments - Better colors/contrast for CW/media spoiler on public pages - Fix vertical alignment of "Show more" button - Fix layout jump when unhiding standalone media
-
- fév. 18, 2018
-
-
Konrad Pozniak a rédigé
-
Kazushige Tominaga a rédigé
* Added #link_header spec * Added #call spec * Delete spec of private methods * Added call test case activitypub
-
HellPie a rédigé
-
Akihiko Odaki a rédigé
-
Eugen Rochko a rédigé
* Cache relationships in API * Fetch relationships for search results in UI * Only save one account's maps in each cache item
-
- fév. 17, 2018
-
-
Akihiko Odaki a rédigé
The cache store is explicitly used by some specs, but they were not isolated and therefore not reliable. This fixes the issue by clearing the cache after each specs.
-
Eugen Rochko a rédigé
Time window of 6 hours
-
Akihiko Odaki a rédigé
Some available languages lack translations for notification mails. Now it tests for two languages which is certain to have required translations: German and English. German is the language the current project owner, Eugen Rochko speaks, and providing English translations for new messages is de facto mandatory.
-
- fév. 16, 2018
-
-
Simó Albert i Beltran a rédigé
-
Simó Albert i Beltran a rédigé
-
Daniel Hunsaker a rédigé
-
Eugen Rochko a rédigé
* Save metadata from video attachments, put correct dimensions into OG tags * Add twitter:player for videos * Fix code style and test
-
Eugen Rochko a rédigé
Reasoning: HTML title tag affects everyone. But OpenGraph only affects when somebody is deliberately sharing the content, usually in an environment where such content is expected. Hiding the content in OpenGraph tags results in deceitful previews which inhibit the shareability of the post. Example: Somebody writes a clever post about politics but kindly puts a "uspol" content warning on it. Mastodon users are thankful, but sharing this post on another platform results in non-Mastodon users believing the entire contents of the post is "uspol" and not clicking through/reading and re-sharing.
-
- fév. 15, 2018
-
-
Eugen Rochko a rédigé
-
Eugen Rochko a rédigé
-
abcang a rédigé
-
- fév. 13, 2018
-
-
Marcin Mikołajczak a rédigé
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
- fév. 11, 2018
-
-
Daniel King a rédigé
In cases where a URL has a trailing hyphen the FetchLinkCardService incorrectly removes the hyphen when it is parsed The hyphen is not a reserved character in the URI spec https://tools.ietf.org/html/rfc3986#section-2.2
-
Eugen Rochko a rédigé
-
Eugen Rochko a rédigé
* 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
-
- fév. 10, 2018
-
-
Kazushige Tominaga a rédigé
* Added #link_header spec * Added #call spec * Delete spec of private methods * Added #call spec
-
ThibG a rédigé
* Fix password recovery * Use “resource” instead of “current_user”
-
Kazushige Tominaga a rédigé
* Added #link_header spec * Added #call spec * Delete spec of private methods
-
- fév. 09, 2018
-
-
Eugen Rochko a rédigé
* Add full-text search for authorized statuses - Search API will return statuses that match the query - Only for logged in users - Only if you are author of the status, - Or you were mentioned in it - Or you favourited or reblogged it - Configuration over `ES_ENABLED`, `ES_HOST`, `ES_PORT`, `ES_PREFIX` - Run `rails chewy:deploy` to create & populate index Fix #5880 Fix #4293 Fix #1152 * Add commented out docker-compose configuration for ES container * Optimize index import, filter search results * Add basic normalization to the index * Add better stemming and normalization to the index * Skip webfinger request if search query includes both @ and a space * Fix code style * Visually separate search result sections * Fix code style issues
-
masarakki a rédigé
-
- fév. 08, 2018
-
-
Eugen Rochko a rédigé
-