- Oct 08, 2017
-
-
Eugen Rochko authored
* Track frequently used emojis in web UI * Persist emoji usage, but debounce commits to the settings API * Fix #5144 - Add tooltips to picker * Display only 2 lines of frequently used emojis
-
Eugen Rochko authored
- Rename Mastodon::TimestampIds into Mastodon::Snowflake for clarity - Skip for statuses coming from inbox, aka delivered in real-time - Skip for statuses that claim to be from the future
-
Eugen Rochko authored
-
m4sk1n authored
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
Jeong Arm authored
* Translate some Esperanto * More translation * More Esperanto translation * Esperanto translation * Fix mistaken format
-
JeanGauthier authored
* Update oc.json * Update oc.yml * Update oc.yml * Update oc.json
-
Nolan Lawson authored
-
Nolan Lawson authored
-
Eugen Rochko authored
The padding trick was hard-coded to a 16:9 ratio, but we can use width and height provided from OEmbed information and width of the card itself to calculate a new height
-
Eugen Rochko authored
-
- Oct 07, 2017
-
-
Eugen Rochko authored
-
nullkal authored
* Add moderation note * Add frozen_string_literal * Make rspec pass
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
MitarashiDango authored
-
Eugen Rochko authored
* Encode custom emojis as resolveable objects in ActivityPub * Improve code style
-
Nolan Lawson authored
-
Eugen Rochko authored
-
Jeong Arm authored
* [i18n] Korean translation Add missing Korean translations. [skip ci] * start ci
-
Eugen Rochko authored
-
- Oct 06, 2017
-
-
m4sk1n authored
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
Lynx Kotoura authored
* Fix overflowing in web UI * Revert fixing dropdown menu modal
-
unarist authored
* Improve error handling on LinkCrawlWorker * Ignore TimeoutError and InvalidURIError too * Record errors to debug log * Enable dead job queue on LinkCrawlWorker Since most of acceptable errors were already ignored, only our side issue should go to dead job queue. * Ignore all http gem errors
-
unarist authored
-
K.SHIRAKASHI authored
-
unarist authored
PostgreSQL10 has been released, but upgrading from older versions needs dump/restore. If you pull new version without those handling, db service will fail to launch. To prevent accidentally upgrading, and as a recommended version, this patch specifies PostgreSQL and Redis version.
-
MIYAGI Hikaru authored
-
Lynx Kotoura authored
-
Nolan Lawson authored
-
Nolan Lawson authored
-
Nolan Lawson authored
-
Eugen Rochko authored
* Clean up code style of Mastodon::TimestampId module * Update brakeman config
-
unarist authored
-
Nolan Lawson authored
-
- Oct 05, 2017
-
-
Eugen Rochko authored
* Fix #2102 - Implement hotkeys Hotkeys on status list: - r to reply - m to mention author - f to favourite - b to boost - enter to open status - p to open author's profile - up or k to move up in the list - down or j to move down in the list - 1-9 to focus a status in one of the columns - n to focus the compose textarea - alt+n to start a brand new toot - backspace to navigate back * Add navigational hotkeys The key g followed by: - s: start - h: home - n: notifications - l: local timeline - t: federated timeline - f: favourites - u: own profile - p: pinned toots - b: blocked users - m: muted users * Add hotkey for focusing search, make escape un-focus compose/search * Fix focusing notifications column, fix hotkeys in compose textarea
-
Eugen Rochko authored
-
Eugen Rochko authored
Use the non-animated version in web UI, but return both in API
-
- Oct 04, 2017
-
-
ThibG authored
* Fix regression in FetchRemoteResourceService * Update specs to match interface changes made in #5114
-
Lynx Kotoura authored
-