Age | Commit message (Collapse) | Author |
|
* Fix closed registration message blur
* Adjust overlay margins to account for blur
Fixes #12425
|
|
* Add backend support for bookmarks
Bookmarks behave like favourites, except they aren't shared with other
users and do not have an associated counter.
* Add spec for bookmark endpoints
* Add front-end support for bookmarks
* Introduce OAuth scopes for bookmarks
* Add bookmarks to archive takeout
* Fix migration
* Coding style fixes
* Fix rebase issue
* Update bookmarked_statuses to latest UI changes
* Update bookmark actions to properly reflect status changes in state
* Add bookmarks item to single-column layout
* Make active bookmarks red
|
|
- Disable the “add option” button instead of hiding it
- Allow poll option inputs to scale to full width
|
|
* Add download button for audio player
* Add download button for video player
* fix padding for download button in Audio component
|
|
Fixes #12151
|
|
|
|
On mobile, batch actions are hidden from the settings/admin interface,
but there are several places those actions can only be performed through
batch actions.
This may not look great, but at least it makes the actions available again.
|
|
|
|
Fetching statuses from all followed accounts at once takes too long
within Postgres. Fetching them one by one and merging in Ruby
could be a lot less resource-intensive
Because the query for dynamically fetching the home timeline is so
heavy, we can no longer offer it when the home timeline is missing
|
|
Fix video attachments having a GIF label in media tab in web UI
|
|
|
|
Also:
- Fix embed modal in light theme
- Fix confirmation modal in light theme
|
|
* Fix bad word breaking
* Fix style
* Fix style
|
|
|
|
|
|
|
|
* Add some explanation to the mute modal dialog
* Remove `isSubmitting` from mute modal code, this wasn't used
* Refactor block modal
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
* Refactor SCSS a bit
* Put mute modal toggle to the same side as in the report dialog for consistency
* Reword mute explanation
* Fix mute explanation styling
* Left-align all text in mute confirmation modal
|
|
Pleroma generates polls without p tag
|
|
|
|
|
|
* Fix: overflow on conversations
* Fix: overflow on conversations
|
|
* Add own_votes field to poll results in REST API
Fixes #10679
* Display user votes in WebUI
* Update styling
* Add vote checkmark to public pages
|
|
* Fix ugly TOC when title is too long
* Fix TOC using grid, minmax
|
|
Fix #11414, fix #9860, fix #10434
|
|
Hide navigation behind hamburger icon on small screens in admin layout
|
|
Fix #11476
|
|
Fix #11841
|
|
Move public domain blocks information to about page
|
|
Fix #3961
|
|
|
|
Fix #11720
|
|
|
|
Fix #11689
|
|
|
|
* Add account bio to account admin view
* Change styling to make bio fields / content more readable
|
|
|
|
|
|
Fix deletion of unconfirmed account not freeing up the username
Add prefill of logged-in user's email in the reconfirmation form
|
|
|
|
Fixes #11690
|
|
|
|
|
|
|
|
* Add profile directory to web UI
* Add a line of bio to the directory
|
|
* Fix more visual issues with the audio player
- Add horizontal baseline in the middle of waveform
- Fix audio player colors in light theme
- Use audio element instead of web audio API
- Do not render any bars until the file is loaded
- Do not allow interactions with waveform until the file is loaded
* Fix code style issue
|
|
|
|
|
|
|
|
* Add automatic blocklist display in /about/blocks
Inspired by https://github.com/Gargron/mastodon.social-misc
* Add admin option to set who can see instance blocks
* Normalize locales files
* Rename “Sandbox” to “Silence” for consistency
* Disable /about/blocks when in whitelist mode
* Optionally display rationale for domain blocks
* Only display domain blocks that have user-facing limitations, and order them
* Redesign table of blocked domains to better handle long domain names and rationales
* Change domain blocks ordering now that rationales aren't displayed right away
* Only show explanation for block severities actually in use
* Reword instance block explanations and add disclaimer for public fetch mode
|
|
|