Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-23 | When registrations closed, link "Sign up" to joinmastodon.org (#8395) | Eugen Rochko | |
Fix #8393 | |||
2018-08-23 | Add ability to change an instance default theme from the administration ↵ | Jakub Mendyk | |
panel (#7092) (#8381) * Add default_settings class method to ScopedSettings ScopedSettings was extended to use value of unscoped setting instead of only using defaults set in config/settings.yml for selected settings. This adds possibility for admins to set default values of users' settings, for example default theme (as requested in #7092). * Add ability to change an instance default theme Closes #7092 | |||
2018-08-22 | Allow use of plurals on about page stats. (#8363) | M Somerville | |
2018-08-22 | Add confirmation step to account suspensions (#8353) | Eugen Rochko | |
* Add confirmation page for suspensions * Suspension confirmation closes reports, linked from report UI * Fix tests | |||
2018-08-19 | Link to mobile apps page (#8278) | Eugen Rochko | |
Fix #8269 | |||
2018-08-19 | Add admin function to deactivate all invites (#8279) | Eugen Rochko | |
Fix #8261 | |||
2018-08-18 | Add "sign in to participate" message to public toot page (#8200) | Eugen Rochko | |
2018-08-18 | Add remote interaction dialog for toots (#8202) | Eugen Rochko | |
* Add remote interaction dialog for toots * Change AuthorizeFollow into AuthorizeInteraction, support statuses * Update brakeman.ignore * Adjust how interaction buttons are display on public pages * Fix tests | |||
2018-08-15 | Get rid of the Content Warning rainbows (#8129) | ThibG | |
* Disable the animated rainbow text when the “Reduce motion” setting is set * Get rid of the Content Warning rainbows * Revert to default color for CWs in admin view Since that colorscheme is apparently broken for some colorblind people. * Use HTML5's details and summary for statuses with CWs in admin interface | |||
2018-08-14 | Show exact number of followers/statuses on export page/in tooltip (#8199) | Eugen Rochko | |
* Show exact number of followers/statuses on export page/in tooltip * Fix tests | |||
2018-08-10 | Adjust responsive design for /about/more and /terms (#8158) | Eugen Rochko | |
Follow-up to #8142 | |||
2018-08-09 | Update /terms and /about/more to use public layout (#8142) | Eugen Rochko | |
2018-08-09 | Public profile endorsements (accounts picked by profile owner) (#8146) | Eugen Rochko | |
2018-08-02 | Render custom emoji in display name on public profile (#8115) | ThibG | |
2018-07-31 | Add separate setting for sidebar text (site_short_description) (#8107) | Eugen Rochko | |
* Add separate setting for sidebar text (site_short_description) * Fix tests | |||
2018-07-29 | Fix size/dimension values in avatar/header hint localizations (#8088) | Eugen Rochko | |
2018-07-28 | Redesign public profiles and toots (#8068) | Eugen Rochko | |
2018-07-16 | Fix tag usage display on admin dashboard | Eugen Rochko | |
2018-07-16 | Display trending hashtags on admin dashboard (#8038) | Eugen Rochko | |
2018-07-16 | Add admin dashboard (#8029) | Eugen Rochko | |
2018-07-13 | Add federation relay support (#7998) | Eugen Rochko | |
* Add federation relay support * Add admin UI for managing relays * Include actor on relay-related activities * Fix i18n | |||
2018-07-09 | Add option to not consider word boundaries when processing keyword filtering ↵ | ThibG | |
(#7975) * Add option to not consider word boundaries when filtering phrases * Add a few tests for keyword/phrase filtering | |||
2018-07-07 | Add follow button to detailed status, add gradient to mask bio cut-off (#7979) | Eugen Rochko | |
* Add follow button to detailed status, add gradient to mask bio cut-off * In landing strip, show sign up link even if closed (different href) Point to joinmastodon.org | |||
2018-07-07 | Remove .p-name microformat class (#7961) | Eugen Rochko | |
Fix #7926 | |||
2018-07-06 | Add admin setting to enable OG previews for sensitive media (#7962) | Eugen Rochko | |
2018-07-05 | Add more granular OAuth scopes (#7929) | Eugen Rochko | |
* Add more granular OAuth scopes * Add human-readable descriptions of the new scopes * Ensure new scopes look good on the app UI * Add tests * Group scopes in screen and color-code dangerous ones * Fix wrong extra scope | |||
2018-07-04 | Respect noindex rule in remote follow view (fix #7869) (#7939) | Maciek Baron | |
2018-07-01 | Improve embeds (#7919) | Eugen Rochko | |
* Make embeds cacheable by reverse proxy * Make follow button on embeds open remote follow modal Instead of web+mastodon://, also, turn the button blue, and add a sign up prompt to the remote follow modal | |||
2018-06-29 | Keyword/phrase filtering (#7905) | Eugen Rochko | |
* Add keyword filtering GET|POST /api/v1/filters GET|PUT|DELETE /api/v1/filters/:id - Irreversible filters can drop toots from home or notifications - Other filters can hide toots through the client app - Filters use a phrase valid in particular contexts, expiration * Make sure expired filters don't get applied client-side * Add missing API methods * Remove "regex filter" from column settings * Add tests * Add test for FeedManager * Add CustomFilter test * Add UI for managing filters * Add streaming API event to allow syncing filters * Fix tests | |||
2018-06-17 | Allow selecting default posting language instead of auto-detect (#7828) | Eugen Rochko | |
* Allow selecting default posting language instead of auto-detect * Enable default language setting in credentials API * Fix form saving | |||
2018-06-17 | Change language opt-out to language opt-in (#7823) | Eugen Rochko | |
* Switch filtered_languages to chosen_languages * Adjust interface * Remove unused translations | |||
2018-06-15 | Add autofollow option to invites (#7805) | Eugen Rochko | |
* Add autofollow option to invites * Trigger CodeClimate rebuild | |||
2018-06-07 | Add "Edit profile" link to public profile page, increase bottom padding (#7754) | Eugen Rochko | |
2018-06-04 | Remove unnecessary underline on accounts table (#7728) | Yamagishi Kazutoshi | |
2018-05-21 | Display only domain of report account if remote under comment (#7574) | Eugen Rochko | |
2018-05-19 | Disables autocorrect/autocapitalize on remote username field. (#7549) | Ash Furrow | |
2018-05-19 | In footer, replace text "Mastodon" with logo (#7545) | Eugen Rochko | |
2018-05-18 | Add preference to hide following/followers lists (#7532) | Eugen Rochko | |
* Add preference to hide following/followers lists - Public pages - ActivityPub collections (does not return pages but does give total) - REST API (unless it's your own) (does not federate) Fix #6901 * Add preference * Add delegation * Fix issue * Fix issue | |||
2018-05-12 | Improvements to toots display in admin view (#7452) | ThibG | |
* Distinguish boosts from original statuses in the admin panel (fixes #7449) * Show the “show more” button in admin view to make CWs clearer (fixes #7451) * Make content warnings swag | |||
2018-05-10 | Strip tags from og:description on public tag page (#7437) | Yamagishi Kazutoshi | |
2018-05-10 | Add alternate for RSS (#7436) | Yamagishi Kazutoshi | |
2018-05-08 | Show media modal on public timeline (#7413) | Yamagishi Kazutoshi | |
2018-05-07 | Bot nameplates (#7391) | Eugen Rochko | |
* Store actor type in database * Add bot nameplate to web UI, add setting to preferences, API, AP Fix #7365 * Fix code style issues | |||
2018-05-06 | Enable custom emojis in profiles (notes, field values, display names) (#7374) | Eugen Rochko | |
Follow-up to #6124 | |||
2018-05-06 | Add resend confirmation for admin (#7378) | Shuhei Kitagawa | |
* Add confirmations_controller#resend * Add tests for confirmations_controller#resend * Add translations | |||
2018-05-06 | Add hint about 7 day cooldown for archive takeout (#7375) | Eugen Rochko | |
2018-05-06 | Add contact e-mail hint to 2FA login form (#7376) | Eugen Rochko | |
2018-05-05 | Improve admin UI for accounts (#7360) | Eugen Rochko | |
* Improve design of account statuses admin UI (consistent with reports) * Make account moderation notes look consistent with report notes * i18n-tasks remove-unused * Fix code style issues * Fix tests | |||
2018-05-05 | Improve rendering of bio fields (#7353) | Eugen Rochko | |
Fix #7335 | |||
2018-05-04 | Show remote reports in admin UI as coming from domain rather than user (#7347) | Eugen Rochko | |
Fix #6994 |