- fév. 28, 2018
-
-
Eugen Rochko a rédigé
* Fix #2176: Federated reports * UI for federated reports * Add spec for ActivityPub Flag handler * Add spec for ReportService
-
- fév. 27, 2018
-
-
beatrix a rédigé
-
TrashMacNugget a rédigé
* Specify AGPLv3+ Since the documentation doesn't specify you can use Mastodon as AGPLv3 or any later version. * Use newest version of SPDX AGPLv3+ identifier
-
- fév. 26, 2018
-
-
Paul Woolcock a rédigé
* Some images can cause `convert` to fail, which crashes this whole task * Add more specific exception
-
Lynx Kotoura a rédigé
* Use grid layout for the landing page * Use grid layout for tag pages * Set 2 columns width as explicit percentage for tag pages
-
Marcin Mikołajczak a rédigé
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
masarakki a rédigé
-
Lynx Kotoura a rédigé
* Use grid layout for the landing page * Fix column settings Set the ratio explicitly * Improve information board
-
Eugen Rochko a rédigé
- Add follow/unfollow/remote follow buttons - Format the bio properly - Always show username@domain, even for local accounts
-
Ian McCowan a rédigé
* Fix prev/next links on public profile page * Don't make pagination urls if no available statuses * Fix empty check method * Put left chevron before prev page link * Add scope for pagination "starting at" a given id * Status pagination try 2: s/prev/older and s/next/newer "older" on left, "newer" on right Use new scope for "newer" link Extract magic 20 page size to constant Remove max_id from feed pagination as it's not respected * Reinstate max_id for accounts atom stream * normalize
-
Eugen Rochko a rédigé
* 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
-
- fév. 25, 2018
-
-
Eugen Rochko a rédigé
-
- fév. 24, 2018
-
-
Akihiko Odaki a rédigé
-
Akihiko Odaki a rédigé
UglifyJS2 is allowed to mangle function names, and function names can also be duplicate if they are from different scopes. Therefore function names are not reliable as identifiers. Functions as keys for Map object is a cheaper and more reliable alternative.
-
mayaeh a rédigé
* Update Japanese translations. * Add quotation marks.
-
Akihiko Odaki a rédigé
A complemental change for precompute_feed_service_spec.rb also fixes its random failure which is caused by the Snowlake randomization of the order of an original status and its reblog.
-
- fév. 23, 2018
-
-
Ghislain Loaec a rédigé
-
- fév. 22, 2018
-
-
Alexander a rédigé
* document pam email extraction * remove superfluous newline
-
Marcin Mikołajczak a rédigé
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
Ghislain Loaec a rédigé
-
Eugen Rochko a rédigé
-
Eugen Rochko a rédigé
* Update public.html.haml * Update auth.html.haml * Update modal.html.haml
-
beatrix a rédigé
respond to!
-
Eugen Rochko a rédigé
* Redesign landing page (again) * Move login form in small version to the right column * Display closed registrations message * Add site setting for the hero image * Fix test * Increase spacing, maximum width, change call to action section
-
- 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
-