Baptiste Gelez
eef8802325
[Glitch] Make sure the instance banner is never cropped
Port 21209c2b52
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Aditoo17
b7741ed732
I18n: Update Czech translation 🇨🇿 ( #10704 )
* I18n: Update Czech translation
* Tiny fix
5 years ago
Baptiste Gelez
21209c2b52
Make sure the instance banner is never cropped ( #10702 )
5 years ago
Thibaut Girka
f2cf8144b4
Minor style fixes
5 years ago
Eugen Rochko
9b1ef58c95
[Glitch] Change font weight of sensitive button to 500
Port 63b1388fef
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Eugen Rochko
f59973cc85
[Glitch] Make the "mark media as sensitive" button more obvious in web UI
Port 05ef3462ba
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Thibaut Girka
b1ab4d5ebe
Add visibility icon back in media gallery
5 years ago
Thibaut Girka
cbda1b8b66
Add back description on hover
5 years ago
ThibG
8e221cd22b
[Glitch] Fix transition: all
Port 7aa749ab46
to glitch-soc
5 years ago
ThibG
b7f69beebe
[Glitch] Make the cursor icon consistant across media types in account media gallery
5 years ago
Eugen Rochko
bc97fd641f
[Glitch] Add button to view context to media modal
Port eb63217210
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Eugen Rochko
209c080280
[Glitch] Fix alignment of items in the account gallery in web UI and load more per page
Port 967e419f8f
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Eugen Rochko
a5da59f140
[Glitch] Change account gallery in web UI
Port 3f143606fa
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Thibaut Girka
373dd1fdf1
Minor CSS fixes
5 years ago
Eugen Rochko
ccf4f3240a
[Glitch] Add blurhash
Port front-end changes from fba96c808d
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
ThibG
7aa749ab46
Fix transition: all ( #10699 )
5 years ago
ThibG
4f73cde4e1
Minor account media gallery fixes ( #10695 )
* Make the cursor icon consistant across media types in account media gallery
* Fix the video player modal causing scroll position to reset
5 years ago
ThibG
1149ddd3da
Fix glitch SCSS for links in error messages in admin interface
Port SCSS changes from 011b032300
5 years ago
ThibG
b85f216cbc
Do not retry processing ActivityPub jobs raising validation errors ( #10614 )
* Do not retry processing ActivityPub jobs raising validation errors
Jobs yielding validation errors most probably won't ever be accepted,
so it makes sense not to clutter the queues with retries.
* Lower RecordInvalid error reporting to debug log level
* Remove trailing whitespace
5 years ago
Eugen Rochko
7cb369d4c6
Change e-mail whitelist/blacklist to not be checked when invited ( #10683 )
* Change e-mail whitelist/blacklist to not be checked when invited
And only when creating an account, not when updating it later
Fix #10648
* Fix test
5 years ago
Thibaut Girka
9f25ab9792
Fix polls icon not showing in CW button in detailed statuses
5 years ago
Eugen Rochko
63b1388fef
Change font weight of sensitive button to 500 ( #10682 )
5 years ago
ThibG
91634947f8
Explicitly disable storage of REST API results ( #10655 )
Fixes #10652
5 years ago
ThibG
011b032300
Provide a link to existing domain block when trying to block an already-blocked domain ( #10663 )
* When trying to block an already-blocked domain, provide a link to the block
* Fix styling for links in flash messages
* Allow blocks to be upgraded but not downgraded
5 years ago
Thibaut Girka
7617f78359
Fix crash in onboarding modal
Fixes #1027
5 years ago
Eugen Rochko
eb63217210
Add button to view context to media modal ( #10676 )
* Add "view context" button to media modal when opened from gallery
* Add "view context" button to video modal
Allow closing the video modal by navigating back in the browser,
just like the media modal
5 years ago
ThibG
5121d9c12f
When selecting a toot via keyboard, ensure it is scrolled into view ( #10593 )
5 years ago
Eugen Rochko
05ef3462ba
Make the "mark media as sensitive" button more obvious in web UI ( #10673 )
* Make the "mark media as sensitive" button more obvious in web UI
* Use eye-slash icon instead of eye icon to mean "hide"
5 years ago
Eugen Rochko
967e419f8f
Fix alignment of items in the account gallery in web UI and load more per page ( #10674 )
5 years ago
Eugen Rochko
3f143606fa
Change account gallery in web UI ( #10667 )
- 3 items per row instead of 2
- Use blurhash for previews
- Animate/hover-to-play GIFs and videos
- Open media modal instead of opening status
- Allow opening status instead with ctrl+click and open in new tab
5 years ago
ThibG
21a73c52a7
Check that an invite link is valid before bypassing approval mode ( #10657 )
* Check that an invite link is valid before bypassing approval mode
Fixes #10656
* Add tests
* Only consider valid invite links in registration controller
* fixup
5 years ago
Thibaut Girka
fcbf557bd2
Add site-wide options to show reblogs and replies in local/public timelines
Fixes #1021
5 years ago
Thibaut Girka
cc5a81b7d8
Make hi-color privacy icons opt-in instead of opt-out
5 years ago
Thibaut Girka
ac54292d69
Add high color privacy icons
Fixes #1015
5 years ago
Zac
be6ef1947e
changed pinned status count operator
changed default pinned count to 5 to preserve default behavior
5 years ago
Zac
5616200ed4
added documentation into .env.production.sample
moved max pin count into constant
5 years ago
Zac
a36affb9d6
add env var for max pinned toots
5 years ago
Thibaut Girka
d4c95e6a8a
When selecting a toot via keyboard, ensure it is scrolled into view
Fixes detailed status column
5 years ago
Thibaut Girka
3e095cab83
Add support for missing formatting tags
5 years ago
Thibaut Girka
67fb9a8679
Add keyboard shortcut to collapse/uncollapse toots
5 years ago
Thibaut Girka
f3acf8f414
Add hotkey for bookmarking a toot
5 years ago
partev
5e79dd3f17
Update hy.json ( #10644 )
5 years ago
Eugen Rochko
e18786dec7
Fix approved column being set to nil instead of false ( #10642 )
Fix https://github.com/tootsuite/mastodon/pull/10621#issuecomment-487316619
5 years ago
Thibaut Girka
cd9a284702
Fix regression with textarea's caret position when selecting a suggestion
5 years ago
Eugen Rochko
fba96c808d
Add blurhash ( #10630 )
* 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
5 years ago
Thibaut Girka
aa1832ac4d
Hide suggestions by default
They will be enabled if the input has focus
5 years ago
Thibaut Girka
fddd8251dd
Attempt to fix CSS
5 years ago
Thibaut Girka
d7e4be285a
Add emoji suggestion to poll options
5 years ago
Thibaut Girka
df52004fe6
Add suggestions in CW field
5 years ago
Thibaut Girka
3a671470ec
Refactor selectComposeSuggestion so that different paths can be updated
5 years ago