ThibG
c1c8c7b2c8
Minor performance improvements and cleanup in formatter ( #10765 )
5 years ago
Neil Moore
4ab094d35e
Adds click-able div that expands status ( #10733 ) ( #10766 )
The clickable div is positioned under the account avatar and covers
all empty space below it to the end of the status.
5 years ago
ThibG
14f6ce2885
Record account suspend/silence time and keep track of domain blocks ( #10660 )
* Record account suspend/silence time and keep track of domain blocks
* Also unblock users who were suspended/silenced before dates were recorded
* Add tests
* Keep track of suspending date for users suspended through the CLI
* Show accurate number of accounts that would be affected by unsuspending an instance
* Change migration to set silenced_at and suspended_at
* Revert "Also unblock users who were suspended/silenced before dates were recorded"
This reverts commit a015c65d2d
.
* Switch from using suspended and silenced to suspended_at and silenced_at
* Add post-deployment migration script to remove `suspended` and `silenced` columns
* Use Account#silence! and Account#suspend! instead of updating the underlying property
* Add silenced_at and suspended_at migration to post-migration
* Change account fabricator to translate suspended and silenced attributes
* Minor fixes
* Make unblocking domains always retroactive
5 years ago
Thibaut Girka
4bab7d7640
Fix rich text style in reply indicator
5 years ago
Thibaut Girka
87d16698c2
Fix rich text styling on public pages
5 years ago
Thibaut Girka
cd534830ad
Fix text color of some formatted elements in notifications
5 years ago
nzws
3e15a845c1
Fix some colors in light theme ( #10754 )
* Fix typo in light theme
* Fix background color of empty column
5 years ago
ThibG
dd118449c2
Fix incorrect reference to raw_content (it is raw_text instead) ( #10753 )
5 years ago
ThibG
93085c273c
[Glitch] Use raw content if available on Delete & Redraft
Port front-end changes from 6d44f2441b
to glitch-soc
5 years ago
Thibaut Girka
3ea5c045d7
Use a checkbox for the “Mark media as sensitive” composer button
Fixes #1039
5 years ago
ThibG
6d44f2441b
Add toot source to delete result to ease Delete & Redraft ( #10669 )
* Return Status with raw text in raw_content when deleting a status
* Use raw content if available on delete & redraft
* Rename raw_content to text; do not serialize formatted content when source is requested
5 years ago
nzws
be851321c0
Use local time in audit log ( #10751 )
5 years ago
Maciek Baron
14d855c429
[Glitch] Improve poll link accessibility
Port 0402c52f28
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
nzws
78ff7e3821
[Glitch] Fix some colors of high contrast theme
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Aurélien Reeves
96f0747afe
[Glitch] Add confirm modal for unboosting toots
Port fe8a8f779e
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Alix Rossi
775ee63b71
i18n: Update French translations ( #10747 )
* Update French JSON
* i18n: Update fr.yml
* i18n: Update simple_form.fr.yml
* Update simple_form.fr.yml
* Update fr.yml
5 years ago
Alix Rossi
d25e358f9f
i18n: Update Corsican translations ( #10746 )
* i18n: Update Corsican translations
* Update co.yml
* Fix a translation in co.yml
5 years ago
ThibG
6dc9baad2a
Change icon and label depending on whether media is marked as sensitive ( #10748 )
* Change icon and label depending on whether media is marked as sensitive
* WiP use a checkbox
5 years ago
Thibaut Girka
d4d4e84324
Fix media description confirmation modal
Fixes #1040
5 years ago
Aurélien Reeves
fe8a8f779e
Add confirm modal for unboosting toots ( #10287 )
[#3815 ]
Display the boost modal also when unboosting toots.
5 years ago
ThibG
f2be71c293
Add emoji suggestions to CW and poll option fields ( #10555 )
* Refactor selectComposeSuggestion so that different paths can be updated
* Add suggestions in CW field
* Add emoji suggestion to poll options
* Attempt to fix CSS
* Hide suggestions by default
They will be enabled if the input has focus
5 years ago
ThibG
62f5235b6f
Prevent silenced local users from notifying remote users not following them ( #10575 )
* Prevent silenced local users from notifying remote users not following them
This is an attempt to extend the local restrictions of silenced users to the
federation.
* Add tests
* Add tests for making sure private status don't get sent over OStatus
5 years ago
ThibG
26fc21c188
Add some caching for HTML versions of statuses pages ( #10701 )
5 years ago
Maciek Baron
0402c52f28
Improve poll link accessibility ( #10720 )
* Add distinction between hover and active/focus states
* Resolves #10198
5 years ago
Jeong Arm
ce8635605c
Record deleted(by mod) status to prevent re-appear ( #10732 )
* Record deleted(by mod) status to prevent re-appear
* Move to Tombstone
* Add missing migration script
5 years ago
Jeong Arm
09eea46631
Bring back crossed eye icon on gallery ( #10715 )
5 years ago
Thibaut Girka
3191c3b349
Fix tabs bar on mobile
Fixes #1037
5 years ago
nzws
5c82d660d1
Fix some colors of high contrast theme ( #10711 )
* Fix "nothing here" text color of high contrast
* Fix counter border color of high contrast
5 years ago
Thibaut Girka
2c767f44bf
Fix front-end crash when a video has a blurhash and is hidden behind a CW
5 years ago
spla
7562602df8
i18n Update Catalan translation ( #10719 )
* Updated Catalan strings
* Update ca.yml
* Update ca.yml
* Update ca.yml
* Update ca.yml
* Update ca.yml
* Update ca.yml
* Update ca.yml
* Update simple_form.ca.yml
* Update simple_form.ca.yml
* Update simple_form.ca.yml
* bundle exec i18n-tasks
* Update ca.json
* Update simple_form.ca.yml
* i18n: Update Catalan translations
* i18n: Update Catalan translations
* i18n: Update Catalan translations
* i18n: Update Catalan translations
* i18n: Update Catalan translations
* i18n: Update Catalan translations
* i18n: Update Catalan translations
* i18n: Update Catalan translations
* i18n: Update Catalan translations
* i18n: Update Catalan translation
* i18n Update Catalan translation
5 years ago
ThibG
b2f5b1045f
Add description on hover in media gallery ( #10713 )
5 years ago
Thibaut Girka
89d2859296
Fix content warning button displaying a link icon when no status card is set
5 years ago
mayaeh
1eb14ef774
i18n: Update Japanese translations ( #10706 )
* Update Japanese translations.
run yarn manage:translations
This commit includes translations by some users that were done at the transifex.
* Reduce translation text because it becomes two lines.
5 years ago
jeroenpraat
e742bff19b
1 NL string update ( #10709 )
* 1 NL string update
No that weblate isn't used anymore, it would be fine if, or the english strings are update, or there is somewhere an explanation how to generate new strings for a language
* Update nl.json
5 years ago
Kirishima21
8383222026
fix pinned columns ’s Media-only button
Media-only toggles could not be used on pinned columns.
The commit fixes this problem.
5 years ago
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