- Mar 02, 2018
-
-
Patrick Figel authored
Fixes CVE-2017-11428
-
- Mar 01, 2018
-
-
mayaeh authored
* yarn manage:translations * Update Japanese translations.
-
Thomas Leister authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Marcin Mikołajczak authored
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
Eugen Rochko authored
-
Eugen Rochko authored
* Add "Toots/Toots with replies/Media" tab below profile header * Add focal point display to account gallery timeline * Fix visual glitch of standalone GIFV
-
Eugen Rochko authored
-
Eugen Rochko authored
Use Rails smart boolean cast to account for values such as "f", "0", "false", etc. Previously, if a param was present in the request, it would count as true.
-
- Feb 28, 2018
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
* Fix #2176: Federated reports * UI for federated reports * Add spec for ActivityPub Flag handler * Add spec for ReportService
-
- Feb 27, 2018
-
-
beatrix authored
-
TrashMacNugget authored
* 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
-
- Feb 26, 2018
-
-
Paul Woolcock authored
* Some images can cause `convert` to fail, which crashes this whole task * Add more specific exception
-
Lynx Kotoura authored
* 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 authored
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
masarakki authored
-
Lynx Kotoura authored
* Use grid layout for the landing page * Fix column settings Set the ratio explicitly * Improve information board
-
Eugen Rochko authored
- Add follow/unfollow/remote follow buttons - Format the bio properly - Always show username@domain, even for local accounts
-
Ian McCowan authored
* 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 authored
* 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
-
- Feb 25, 2018
-
-
Eugen Rochko authored
-
- Feb 24, 2018
-
-
Akihiko Odaki authored
-
Akihiko Odaki authored
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 authored
* Update Japanese translations. * Add quotation marks.
-
Akihiko Odaki authored
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.
-
- Feb 23, 2018
-
-
Ghislain Loaec authored
-
- Feb 22, 2018
-
-
Alexander authored
* document pam email extraction * remove superfluous newline
-
Marcin Mikołajczak authored
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
Ghislain Loaec authored
-
Eugen Rochko authored
-
Eugen Rochko authored
* Update public.html.haml * Update auth.html.haml * Update modal.html.haml
-
beatrix authored
respond to!
-
Eugen Rochko authored
* 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
-
- Feb 21, 2018
-
-
Eugen Rochko authored
-
Eugen Rochko authored
* 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 authored
-
Eugen Rochko authored
It was merge when it needed to be deep_merge. And added some tests
-