Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-01 | Change max. thumbnail dimensions to 640x360px (360p) (#19619) | Eugen Rochko | |
2022-10-30 | Remove language filtering from hashtag timelines (#19563) | Eugen Rochko | |
2022-10-30 | Add reputation and followers score boost to SQL-only account search (#19251) | Eugen Rochko | |
2022-10-30 | Fix account action type validation (#19476) | Eugen Rochko | |
* Fix account action type validation Fix #19143 * Fix #19145 * Fix code style issues | |||
2022-10-30 | Fix not being able to input featured tag with `#` (#19535) | Eugen Rochko | |
2022-10-29 | Fix account migration form ever using outdated account data (#18429) | Eugen Rochko | |
2022-10-28 | Change admin announcement edition interface to use datetime-local (#18321) | Claire | |
* Change admin announcement edition interface to use datetime-local * Dynamically set announcement stop date as required if start date is set, set minimum date for stop date * Change `all_day` to not be bound to presence of time-range * Add pattern and placeholder as minimal fallback for browsers not supporting datetime-local * Display datetime-local inputs as local time Co-authored-by: Eugen Rochko <eugen@zeonfederated.com> | |||
2022-10-28 | Fix using wrong policy on status-related actions in admin UI (#19490) | Eugen Rochko | |
2022-10-27 | Remove unused method `searchable?` on accounts (#19489) | Eugen Rochko | |
It called the wrong methods, but nothing uses it | |||
2022-10-27 | Fix notifications about deleted reports not being also deleted (#19475) | Eugen Rochko | |
* Fix notifications about deleted reports not being also deleted * Fix notification with empty report crashing web UI Fix #18909 | |||
2022-10-26 | Store integer settings as integer (#19478) | zunda | |
2022-10-26 | Add ability to view previous edits of a status in admin UI (#19462) | Eugen Rochko | |
* Add ability to view previous edits of a status in admin UI * Change moderator access to posts to be controlled by a separate policy | |||
2022-10-25 | Fix IP blocks not having a unique index (#19456) | Eugen Rochko | |
2022-10-22 | Change featured tag updates to add/remove activity (#19409) | Takeshi Umeda | |
* Change featured tag updates to add/remove activity * Fix to check for the existence of feature tag * Rename service and worker * Merge AddHashtagSerializer with AddSerializer * Undo removal of sidekiq_options | |||
2022-10-22 | Fix duplicate featured tags (#19403) | Takeshi Umeda | |
* Fix duplicate featured tags * Add unique tag name validator * Fix error message | |||
2022-10-22 | Add featured tag add/remove activity handler (#19408) | Takeshi Umeda | |
2022-10-22 | Change settings area to be separated into categories in admin UI (#19407) | Eugen Rochko | |
And update all descriptions | |||
2022-10-20 | Change public accounts pages to mount the web UI (#19319) | Eugen Rochko | |
* Change public accounts pages to mount the web UI * Fix handling of remote usernames in routes - When logged in, serve web app - When logged out, redirect to permalink - Fix `app-body` class not being set sometimes due to name conflict * Fix missing `multiColumn` prop * Fix failing test * Use `discoverable` attribute to control indexing directives * Fix `<ColumnLoading />` not using `multiColumn` * Add `noindex` to accounts in REST API * Change noindex directive to not be rendered by default before a route is mounted * Add loading indicator for detailed status in web UI * Fix missing indicator appearing while account is loading in web UI | |||
2022-10-20 | Add synchronization of remote featured tags (#19380) | Takeshi Umeda | |
* Add LIMIT of featured tag to instance API response * Add featured_tags_collection_url to Account * Add synchronization of remote featured tags * Deliver update activity when updating featured tag * Remove featured_tags_collection_url * Revert "Add featured_tags_collection_url to Account" This reverts commit cff349fc27b104ded2df6bb5665132dc24dab09c. * Add hashtag sync from featured collections * Fix tag name normalize * Add target option to fetch featured collection * Refactor fetch_featured_tags_collection_service * Add LIMIT of featured tag to v1/instance API response | |||
2022-10-14 | Fix trending statuses returning more than one post by the same author (#19349) | Eugen Rochko | |
2022-10-13 | Change about page to be mounted in the web UI (#19345) | Eugen Rochko | |
2022-10-13 | Add image processing and generate blurhash for server thumbnail (#19348) | Eugen Rochko | |
Remove separate server hero setting | |||
2022-10-10 | Fix missing `skip_review?` (#19335) | Yamagishi Kazutoshi | |
2022-10-08 | Add support for language preferences for trending statuses and links (#18288) | Eugen Rochko | |
2022-10-08 | Fix privacy policy being empty if custom setting exists but is empty (#19318) | Eugen Rochko | |
2022-10-08 | Change privacy policy to be rendered in web UI, add REST API (#19310) | Eugen Rochko | |
Source string no longer localized, Markdown instead of raw HTML | |||
2022-10-06 | Remove setting that disables account deletes (#17683) | Eugen Rochko | |
2022-10-05 | Change public timelines to be filtered by current locale by default (#19291) | Eugen Rochko | |
In the absence of an opt-in to multiple specific languages in the preferences, it makes more sense to filter by the user's presumed language only (interface language or `lang` override) | |||
2022-10-04 | Remove code for rendering public and hashtag timelines outside the web UI ↵ | Eugen Rochko | |
(#19257) | |||
2022-09-29 | Fix content retention policy settings not accepting a blank value (#19248) | Eugen Rochko | |
2022-09-28 | Fix language dropdown sometimes not appearing in web UI (#19246) | Eugen Rochko | |
When user has no locale preference saved (such as never changing it from the default), the preferred posting language is nil, and the dropdown is not visible | |||
2022-09-27 | Add retention policy for cached content and media (#19232) | Eugen Rochko | |
2022-09-20 | Add ability to filter followed accounts' posts by language (#19095) | Eugen Rochko | |
2022-08-28 | Change "Allow trends without prior review" setting to include statuses (#17977) | Eugen Rochko | |
* Change "Allow trends without prior review" setting to include posts * Fix i18n-tasks | |||
2022-08-28 | Add admin API for managing e-mail domain blocks (#19066) | Eugen Rochko | |
2022-08-28 | Add admin API for managing canonical e-mail blocks (#19067) | Eugen Rochko | |
2022-08-27 | Add admin API for managing IP blocks (#19065) | Eugen Rochko | |
2022-08-25 | Remove digest e-mails (#17985) | Eugen Rochko | |
* Remove digest e-mails * Remove digest-related code | |||
2022-08-25 | Add ability to select all accounts matching search for batch actions (#19053) | Eugen Rochko | |
2022-08-25 | Add audit log entries for user roles (#19040) | Eugen Rochko | |
* Refactor audit log schema * Add audit log entries for user roles | |||
2022-08-25 | Add option for EMAIL_DOMAIN_DENYLIST/EMAIL_DOMAIN_ALLOWLIST to apply after ↵ | Claire | |
confirmation (#18642) Fixes #18620 | |||
2022-08-25 | Add ability to filter individual posts (#18945) | Claire | |
* Add database table for status-specific filters * Add REST endpoints, entities and attributes * Show status filters in /filters interface * Perform server-side filtering for individual posts filters * Fix filtering on context mismatch * Refactor `toServerSideType` by moving it to its own module * Move loupe and delete icons to their own module * Add ability to filter individual posts from WebUI * Replace keyword list by warnings (expired, context mismatch) * Refactor server-side filtering code * Add tests | |||
2022-08-24 | Change e-mail domain blocks to match subdomains of blocked domains (#18979) | Eugen Rochko | |
2022-08-24 | Add ability to block sign-ups from IP (#19037) | Eugen Rochko | |
2022-07-22 | Fix unicode regression in #18809 (#18863) | Eugen Rochko | |
2022-07-17 | Add ability to follow hashtags (#18809) | Eugen Rochko | |
2022-07-17 | Add support for editing labelling of one's own role (#18812) | Claire | |
Still disallow edition of rank or permissions | |||
2022-07-14 | Fix nil error when rendering featured hashtags on profile (#18808) | Eugen Rochko | |
Regression from #18795 | |||
2022-07-13 | Change how hashtags are normalized (#18795) | Eugen Rochko | |
* Change how hashtags are normalized * Fix tests | |||
2022-07-09 | Change custom emoji file size limit from 50 KB to 256 KB (#18788) | Eugen Rochko | |