Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-09 | Use codeblock for native redirect URI (#12570) | Sasha Sorokin | |
This commit changes how doorkeeper.applications.help.native_redirect_uri string is being formatted to use <code> tag for native_redirect_uri placeholder. This makes the URI look more distinguishable. | |||
2019-12-02 | Fix notifications label (#12517) | mayaeh | |
* Fix translations not being displayed * ran `yarn manage:translations en` | |||
2019-12-01 | Link to reports targetting instance in admin view (#12513) | ThibG | |
2019-12-01 | Split relationships page strings (#12502) | Sasha Sorokin | |
Before this moment relationships managing page was using strings from other context - from counters, but in order for translators to be able to translate it relatively to the page, it must use separate strings. I've split the strings for "Following" and "Followers" and put them to "relationships" keyset in localization file. This should solve this issue. Fixes #10863 | |||
2019-11-30 | Add ability to filter reports by target account domain (#12154) | ThibG | |
* Add ability to filter reports by target account domain * Reword by_target_domain label | |||
2019-11-29 | Improve notifications page (#12497) | Sasha Sorokin | |
Currently notifications page seems a bit cluttered with no clear separation between e-mail and filtering settings. This commit tries to address them by adding clear separation with headers, hints and removing continuously reused texts for events checkboxes. | |||
2019-11-22 | Fix blur behind closed registration message (#12442) | ThibG | |
* Fix closed registration message blur * Adjust overlay margins to account for blur Fixes #12425 | |||
2019-10-27 | Change message of public timeline for local only (#12224) | Yamagishi Kazutoshi | |
2019-10-24 | Add setting for whether to crop images in unexpanded toots (#12126) | Faye Duxovni | |
2019-10-24 | Add link to search for users connected from the same IP address (#12157) | ThibG | |
* Add link to search for users connected from the same IP address Fixes #11949 * Fix missing cell in admin account view table | |||
2019-10-24 | Fix batch actions being hidden from mobile view (#12183) | ThibG | |
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. | |||
2019-10-24 | Add noopener and/or noreferrer (#12202) | BSKY | |
2019-10-10 | Fix not showing if emoji has a local counterpart in admin UI (#12135) | Eugen Rochko | |
Fix #12132 | |||
2019-10-09 | Remove `lang` attribute from individual statuses (#12124) | Eugen Rochko | |
Fix #10930 | |||
2019-10-09 | Add admin setting to auto-approve hashtags (#12122) | Eugen Rochko | |
Change inaccurate labels on other admin settings | |||
2019-10-08 | Remove fallback to long description on sidebar and meta description (#12119) | Eugen Rochko | |
Fix #12114 | |||
2019-10-03 | Remove invite comments from UI (#12068) | Eugen Rochko | |
Due to UX confusion and insufficient time to fix it | |||
2019-10-01 | Fix long domain block descriptions breaking table layout (#12029) | Eugen Rochko | |
2019-10-01 | Fix hashtag link to directory in AdminUI (#12005) | mayaeh | |
* Fixed not to generate link if no user used hashtag in directory * Added missing translation for AdminUI custom emojis * run yarn manage:translations en | |||
2019-09-29 | Add voters count support (#11917) | ThibG | |
* Add voters count to polls * Add ActivityPub serialization and parsing of voters count * Add support for voters count in WebUI * Move incrementation of voters count out of redis lock * Reword “voters” to “people” | |||
2019-09-29 | Fix public list of domain blocks being too verbose on about page (#11967) | Eugen Rochko | |
2019-09-29 | Add (back) option to set redirect notice on account without moving followers ↵ | Eugen Rochko | |
(#11994) Fix #11913 | |||
2019-09-27 | Fix hashtag batch actions not redirecting back with right filters (#11962) | Eugen Rochko | |
Regression from #11829 | |||
2019-09-22 | Show user what options they have voted (#11195) | ThibG | |
* 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 | |||
2019-09-22 | Add full numeric notation to the dashboard title attribute (#11911) | Takeshi Umeda | |
2019-09-21 | Fix "reason" prefix being shown with no reason for public blocks (#11908) | Eugen Rochko | |
2019-09-20 | Fix hashtag batch actions being unavailable on pending review page (#11897) | Eugen Rochko | |
Regression from #11829 | |||
2019-09-20 | Fix page body not being scrollable in admin layout (#11893) | Eugen Rochko | |
Hide navigation behind hamburger icon on small screens in admin layout | |||
2019-09-19 | Add account migration UI (#11846) | Eugen Rochko | |
Fix #10736 - Change data export to be available for non-functional accounts - Change non-functional accounts to include redirecting accounts | |||
2019-09-19 | Add table of contents to about page (#11885) | Eugen Rochko | |
Move public domain blocks information to about page | |||
2019-09-18 | Add password challenge to 2FA settings, e-mail notifications (#11878) | Eugen Rochko | |
Fix #3961 | |||
2019-09-18 | Fix TOTP codes not being filtered from logs during enabling/disabling (#11877) | Eugen Rochko | |
Not a serious issue because they are meaningless past single use | |||
2019-09-17 | Fixed not being able to display review pending hashtags in the admin UI. ↵ | mayaeh | |
(#11875) | |||
2019-09-16 | Add search and sort functions to hashtag admin UI (#11829) | mayaeh | |
* Add search and sort functions to hashtag admin UI * Move scope processing from tags_controller to tag_filter * Fix based on method naming conventions * Fixed not to get 500 errors for invalid requests | |||
2019-09-16 | Change dashboard to short number notation (#11847) | Takeshi Umeda | |
* Add short numeric notation to the dashboard * Fix i18n * Fix to embed units in code * Remove settings and always use short notation * Remove misplaced test lines * Fit to other pages | |||
2019-09-15 | Fix 2FA challenge and password challenge for non-database users (#11831) | Eugen Rochko | |
* Fix 2FA challenge not appearing for non-database users Fix #11685 * Fix account deletion not working when using external login Fix #11691 | |||
2019-09-15 | Change the hashtag link from WebUI to public page (#11845) | mayaeh | |
2019-09-12 | Fix nil error in warning e-mail template (#11812) | Eugen Rochko | |
2019-09-11 | add admin setting for default search engine indexing (fix #11750) (#11804) | Tao Bror Bojlén | |
2019-09-10 | Change /admin/custom_emoji to honor the auto_play_gif setting (#11801) | ThibG | |
Fixes #9535 | |||
2019-09-10 | Fix duplicate HTML ids in /about (#11803) | ThibG | |
Fixes #11329 | |||
2019-09-09 | Add batch actions and categories to admin UI for custom emojis (#11793) | Eugen Rochko | |
2019-09-09 | Fix display of instance actor in reports UI (#11798) | Eugen Rochko | |
2019-09-09 | Add account bio to account admin view (#11473) | ThibG | |
* Add account bio to account admin view * Change styling to make bio fields / content more readable | |||
2019-09-09 | Add batch approve/reject for pending hashtags in admin UI (#11791) | Eugen Rochko | |
2019-09-05 | Fix NotificationMailer failing when receiving mention with media from remote ↵ | mayaeh | |
instance (#11765) | |||
2019-09-04 | Change account deletion page to have better explanations (#11753) | Eugen Rochko | |
Fix deletion of unconfirmed account not freeing up the username Add prefill of logged-in user's email in the reconfirmation form | |||
2019-09-03 | Fix admin interface showing superfluous reject media/reports on suspended ↵ | ThibG | |
blocks (#11749) * Fix admin interface showing superfluous reject media/reports on suspended domains * Fix reject media/reports checkboxes being visible when editing domain block of suspend severity | |||
2019-09-03 | Fix error in admin UI for hashtag usage breakdown (#11743) | Eugen Rochko | |
2019-09-03 | Fix error in user warning template (#11741) | Eugen Rochko | |