- 13 May, 2020 1 commit
-
-
ThibG authored
* Fix some account avatars on public pages having incorrect size * Remove outdated and overridden width and height attributes * Remove more hardcoded width/height attributes
-
- 28 Apr, 2020 1 commit
-
-
ThibG authored
* Move some inline styles to CSS files * Move default_account_display_name span to fix useless tags with duplicate id * Change handling of public pages spoiler text from inline CSS to dataset attribute * Use the `dir` HTML attribute instead of inline CSS * Move status action bar inline CSS to CSS file * Hide logo resources from CSS file, not inline CSS Fixes #11601 * Move translation prompt styling from inline CSS to CSS file * Move “invited by” styling on registration form from inline to CSS file * Use the progress tag to display poll results in JS fallback * Fix poll results JS-less fallback when the user has voted for an option * Change account public page “moved” notice to use img tags instead of inline CSS * Move OTP hint inline CSS to SCSS file * Hide JS-less fallback vote progressbars from accessibility tools Co-authored-by:
Eugen Rochko <eugen@zeonfederated.com>
-
- 18 Jan, 2020 1 commit
-
-
Eugen Rochko authored
Also: - Fix Mastodon logo not showing up in status embeds - Fix blurhash not being used in status embeds - Fix blurhash not being used in admin UI - Fix autoplay param not working correctly on status embeds
-
- 24 Oct, 2019 1 commit
-
-
BSKY authored
-
- 09 Oct, 2019 1 commit
-
-
Eugen Rochko authored
Fix #10930
-
- 25 Aug, 2019 1 commit
-
-
Eugen Rochko authored
-
- 23 Aug, 2019 1 commit
-
-
Eugen Rochko authored
-
- 07 Jul, 2019 1 commit
-
-
Eugen Rochko authored
-
- 19 Jun, 2019 1 commit
-
-
Eugen Rochko authored
* Add audio uploads Fix #4827 Accept uploads of OGG, WAV, FLAC, OPUS and MP3 files, and converts them to OGG. Media attachments get a new `audio` type. In the UI, audio uploads are displayed identically to video uploads. * Improve code style
-
- 08 Jun, 2019 1 commit
-
-
ThibG authored
* Put poll options behind CWs in WebUI * Put polls behind CWs on public pages * Add poll icon to public pages CWs * Revert to not showing an icon in the CW button
-
- 27 Apr, 2019 1 commit
-
-
Eugen Rochko authored
* Add blurhash * Use fallback color for spoiler when blurhash missing * Federate the blurhash and accept it as long as it's at most 5x5 * Display unknown media attachments as blurhash placeholders * Improve style of embed actions and spoiler button * Change blurhash resolution from 3x3 to 4x4 * Improve dependency definitions * Fix code style issues
-
- 28 Mar, 2019 1 commit
-
-
Eugen Rochko authored
Also, fix some n+1 queries Resolve #10365
-
- 20 Mar, 2019 1 commit
-
-
ThibG authored
* Backend changes for custom emoji support in poll options * Serialize poll emojis in REST API * Render custom emojis in poll options * Render custom emoji in poll options on public pages
-
- 04 Mar, 2019 1 commit
-
-
ThibG authored
-
- 03 Mar, 2019 1 commit
-
-
Eugen Rochko authored
* Add polls Fix #1629 * Add tests * Fixes * Change API for creating polls * Use name instead of content for votes * Remove poll validation for remote polls * Add polls to public pages * When updating the poll, update options just in case they were changed * Fix public pages showing both poll and other media
-
- 02 Feb, 2019 1 commit
-
-
ThibG authored
* Make storing and displaying application used to toot opt-in * Revert to storing application info, and display it to the author via API
-
- 14 Jan, 2019 1 commit
-
-
ThibG authored
-
- 13 Jan, 2019 1 commit
-
-
ThibG authored
* Add attachment list fallback to public pages Fixes #6714 * Refactor attachments lists
-
- 07 Jan, 2019 1 commit
-
-
Eugen Rochko authored
* Change remote interaction dialog to use specific actions Instead of just "interact", use different strings based on whether it's a reply, reblog or favourite. Add explanation why the step is necessary in the first place * Remove obsolete strings
-
- 04 Jan, 2019 1 commit
-
-
Eugen Rochko authored
-
- 17 Oct, 2018 1 commit
-
-
Eugen Rochko authored
* Add silent column to mentions * Save silent mentions in ActivityPub Create handler and optimize it Move networking calls out of the database transaction * Add "limited" visibility level masked as "private" in the API Unlike DMs, limited statuses are pushed into home feeds. The access control rules between direct and limited statuses is almost the same, except for counter and conversation logic * Ensure silent column is non-null, add spec * Ensure filters don't check silent mentions for blocks/mutes As those are "this person is also allowed to see" rather than "this person is involved", therefore does not warrant filtering * Clean up code * Use Status#active_mentions to limit returned mentions * Fix code style issues * Use Status#active_mentions in Notification And remove stream_entry eager-loading from Notification
-
- 12 Oct, 2018 1 commit
-
-
Eugen Rochko authored
-
- 25 Sep, 2018 1 commit
-
-
ふぁぼ原 authored
-
- 24 Sep, 2018 1 commit
-
-
Matt Sweetman authored
-
- 01 Sep, 2018 1 commit
-
-
Yamagishi Kazutoshi authored
-
- 31 Aug, 2018 1 commit
-
-
Renato Cerqueira authored
Add tests to avoid similar issues in the future
-
- 30 Aug, 2018 1 commit
-
-
Renato Cerqueira authored
* Add animate custom emoji param to embed pages * Rename param, use it for avatars and gifs * Fix issues pointed by codeclimate and breaking test * Ignore brakeman warning
-
- 24 Aug, 2018 1 commit
-
-
M Somerville authored
* Pass through video description as necessary. * Add title to video, matching aria-label.
-
- 18 Aug, 2018 1 commit
-
-
Eugen Rochko authored
* Add remote interaction dialog for toots * Change AuthorizeFollow into AuthorizeInteraction, support statuses * Update brakeman.ignore * Adjust how interaction buttons are display on public pages * Fix tests
-
- 28 Jul, 2018 1 commit
-
-
Eugen Rochko authored
-
- 07 Jul, 2018 2 commits
-
-
Eugen Rochko authored
* Add follow button to detailed status, add gradient to mask bio cut-off * In landing strip, show sign up link even if closed (different href) Point to joinmastodon.org
-
Eugen Rochko authored
Fix #7926
-
- 01 Jul, 2018 1 commit
-
-
Eugen Rochko authored
* Make embeds cacheable by reverse proxy * Make follow button on embeds open remote follow modal Instead of web+mastodon://, also, turn the button blue, and add a sign up prompt to the remote follow modal
-
- 06 May, 2018 1 commit
-
-
Eugen Rochko authored
Follow-up to #6124
-
- 20 Apr, 2018 1 commit
-
-
Eugen Rochko authored
* Use table for statuses in report * Display reported account and reporter in the same table * Split accounts and general report info into two tables again * Redesign report statuses table, notes, merge notes and action log * Remove unused translations * Fix code style issue * Fix code style issue * Fix code style issue
-
- 02 Mar, 2018 1 commit
-
-
Eugen Rochko authored
* Responsively enforce 16:9 ratio on all media thumbnails in web UI Also change video player behaviour to "contain" rather than "cover" videos that don't fit the ratio, unlike images and GIFs, it's expected that a video is shown fully. * Fix spacing issues and remove floor * Remove floor
-
- 08 Feb, 2018 1 commit
-
-
Eugen Rochko authored
-
- 08 Dec, 2017 1 commit
-
-
Eugen Rochko authored
-
- 16 Oct, 2017 2 commits
-
-
KY authored
* Fix #5082 - disable retweet link for followers only toot * Hide reblog count when it is a direct message
-
Nolan Lawson authored
* Add option to reduce motion * Use HOC to wrap all Motion calls * fix case-sensitive issue * Avoid updating too frequently * Get rid of unnecessary change to _simple_status.html.haml
-