Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-09-03 | Fix user preference to show trends not working on public pages (#11740) | Eugen Rochko | |
Fix #11738 | |||
2019-09-03 | Change OpenGraph description on sign-up page to reflect invite (#11744) | Eugen Rochko | |
2019-09-02 | Integrate translation strings for the Profile Directory. (#11722) | mayaeh | |
Run `yarn manage:translations en` | |||
2019-09-01 | Fix wrong percentages in admin UI for hashtag usage breakdown (#11714) | Eugen Rochko | |
2019-08-30 | Change layout of public profile directory to be the same as in web UI (#11705) | Eugen Rochko | |
2019-08-30 | Fix error in warning e-mail template (#11698) | Eugen Rochko | |
2019-08-30 | Fix uncaught parameter missing exceptions and missing error templates (#11702) | Eugen Rochko | |
2019-08-30 | Add profile directory to web UI (#11688) | Eugen Rochko | |
* Add profile directory to web UI * Add a line of bio to the directory | |||
2019-08-25 | Fix public page crash due to audio player, fix unpause in audio player (#11652) | Eugen Rochko | |
2019-08-23 | Add audio player (#11644) | Eugen Rochko | |
2019-08-23 | Add option to include reported statuses in warning e-mail (#11639) | Eugen Rochko | |
2019-08-22 | Add soft delete for statuses for instant deletes through API (#11623) | Eugen Rochko | |
* Add soft delete for statuses to allow them to appear instant * Allow reporting soft-deleted statuses and show them in the admin UI * Change index for getting an account's statuses | |||
2019-08-21 | Fix the whitelist mode display not being enabled in the admin dashboard (#11634) | mayaeh | |
2019-08-19 | Add invite comments (#10465) | ThibG | |
2019-08-19 | Add public blocks to /about/blocks (#11298) | ThibG | |
* 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 | |||
2019-08-18 | Add an RSS feed tagged to a public profile page (#10502) | Takeshi Umeda | |
* Add featured tag support to rss feed on public account page * fix codeing style | |||
2019-08-18 | Add trends to public pages sidebar (#11594) | Eugen Rochko | |
2019-08-17 | Add explanation to featured hashtags page and profile (#11586) | Eugen Rochko | |
2019-08-16 | Fix blurhash and autoplay not working on public pages (#11585) | Eugen Rochko | |
2019-08-08 | Fix weekly usage not being displayed correctly in hashtag admin UI (#11524) | Eugen Rochko | |
Fix percentages in usage breakdown having too many digits Change trending hashtags to only ask for review if a hashtag enters the top 3 position in the set, since it's the only items shown in the default web UI | |||
2019-08-07 | Add breakdown of usage by source to admin UI for hashtags (#11517) | Eugen Rochko | |
Allows determining where the majority of posts in a hashtag come from on a given day at a glance. | |||
2019-08-07 | Add domain block notes (#11515) | ThibG | |
* Add database columns for adding notes to domain blocks/restrctions * Add admin UI to set private and public comments when blocking a domain * Add text for private and public comments on domain blocks * Show domain block comments in admin UI * Add comments to the domain block undo page * Make UnblockDomainService more robust regarding upgraded domain blocks * Allow editing domain blocks * Rename button from “undo domain block” to “view domain block” in account admin UI * Change test to unsilence silenced users from upgraded blocks | |||
2019-08-07 | Fix trending tags returning less items than requested sometimes (#11513) | Eugen Rochko | |
Add better sorting defaults to the hashtags admin UI Add "not reviewed" filter to hashtags admin UI | |||
2019-08-07 | Add number of pending accounts and pending hashtags to admin dashboard (#11514) | Eugen Rochko | |
2019-08-06 | Fix admin dashboard missing latest features (#11505) | Eugen Rochko | |
Fix redis-namespace deprecation warning about administrative commands | |||
2019-08-06 | Add trends UI with admin and user settings (#11502) | Eugen Rochko | |
2019-08-05 | Change admin UI for hashtags and add back whitelisted trends (#11490) | Eugen Rochko | |
Fix #271 Add back the `GET /api/v1/trends` API with the caveat that it does not return tags that have not been allowed to trend by the staff. When a hashtag begins to trend (internally) and that hashtag has not been previously reviewed by the staff, the staff is notified. The new admin UI for hashtags allows filtering hashtags by where they are used (e.g. in the profile directory), whether they have been reviewed or are pending reviewal, they show by how many people the hashtag is used in the directory, how many people used it today, how many statuses with it have been created today, and it allows fixing the name of the hashtag to make it more readable. The disallowed hashtags feature has been reworked. It is now controlled from the admin UI for hashtags instead of from the file `config/settings.yml` | |||
2019-08-04 | Fix timestamp on featured tag (#11477) | Jeong Arm | |
It resolves #11338 | |||
2019-08-01 | Remove XML version of Webfinger and remove links to Atom feeds (#11460) | Eugen Rochko | |
Fix #11453 | |||
2019-07-30 | Add whitelist mode (#11291) | Eugen Rochko | |