Age | Commit message (Collapse) | Author |
|
* Update French JSON
* i18n: Update fr.yml
* i18n: Update simple_form.fr.yml
* Update simple_form.fr.yml
* Update fr.yml
|
|
* i18n: Update Corsican translations
* Update co.yml
* Fix a translation in co.yml
|
|
* Change icon and label depending on whether media is marked as sensitive
* WiP use a checkbox
|
|
Conflicts:
- app/controllers/statuses_controller.rb
minor conflict because of glitch-soc's theming system
- app/controllers/stream_entries_controller.rb
minor conflict because of glitch-soc's theming system
|
|
Fixes #1040
|
|
[#3815]
Display the boost modal also when unboosting toots.
|
|
* 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
|
|
(#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
|
|
|
|
* Add distinction between hover and active/focus states
* Resolves #10198
|
|
* Record deleted(by mod) status to prevent re-appear
* Move to Tombstone
* Add missing migration script
|
|
|
|
Fixes #1037
|
|
* Fix "nothing here" text color of high contrast
* Fix counter border color of high contrast
|
|
|
|
* 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
|
|
|
|
|
|
* 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.
|
|
* 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
|
|
Media-only toggles could not be used on pinned columns.
The commit fixes this problem.
|
|
Port 21209c2b52d1ed1d1dee2dad2d725ffc7714701b to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
|
|
* I18n: Update Czech translation
* Tiny fix
|
|
|
|
|
|
Port 63b1388fefff9414c2d0f9883f2d33f7c73284c6 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port 05ef3462ba0af7b147a7cfa8de2735e99dc59ac5 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
|
|
|
|
Port 7aa749ab46b53bc5b234332ac35acc09a636fc28 to glitch-soc
|
|
gallery
|
|
|
|
Port eb63217210b0ab85ff1fcca9506d5e7931382a56 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
more per page
Port 967e419f8fa87af74f4bb530d7493c1dde02fca8 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port 3f143606faa6181ff2745b6bd29ac8ea075088bf to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
|
|
Port front-end changes from fba96c808d25d2fc35ec63ee6745a1e55a95d707 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
|
|
* Make the cursor icon consistant across media types in account media gallery
* Fix the video player modal causing scroll position to reset
|
|
Port SCSS changes from 011b032300657ccca4a42866749afc6ec2588ecc
|
|
Conflicts:
- app/models/media_attachment.rb
|
|
* 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
|
|
* 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
|
|
|
|
|
|
Fixes #10652
|
|
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
|
|
Fixes #1027
|
|
* 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
|