Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-16 | Replace `Status#translatable?` with language matrix in separate endpoint ↵ | Christian Schmidt | |
(#24037) | |||
2023-03-03 | Only offer translation for supported languages (#23879) | Christian Schmidt | |
2023-02-24 | Add `lang` attribute to preview card (#23869) | Christian Schmidt | |
2023-02-20 | Autofix Rubocop Style/FormatString (#23743) | Nick Schonning | |
2023-02-20 | Autofix Rubocop RSpec/ImplicitSubject (#23721) | Nick Schonning | |
2023-02-18 | Autofix Rubocop Style/IfUnlessModifier (#23697) | Nick Schonning | |
2023-02-18 | Enable Lint/RedundantCopDisableDirective (#23687) | Nick Schonning | |
2023-02-14 | Add `memorial` attribute to REST API (#23591) | Claire | |
2023-02-08 | Apply Rubocop Style/EmptyElse (#23449) | Nick Schonning | |
2023-02-07 | Fix account serializer crash if account doesn't have a user (#23428) | Jeong Arm | |
2023-02-04 | Add setting for status page URL (#23390) | Eugen Rochko | |
2023-01-29 | Fix unserialized `role` on account entities in admin API (#23290) | Eugen Rochko | |
2023-01-25 | Add `roles` attribute to Account entities in REST API (#23255) | Claire | |
2023-01-23 | Add missing `policy` attribute to `WebPushSubscriptionSerializer` (#23210) | Claire | |
* Add missing `policy` attribute to `WebPushSubscriptionSerializer` Fixes #23145 * Add tests | |||
2023-01-18 | Add option to make the landing page be /about even when trends are enabled ↵ | Claire | |
(#20808) * Add option to make the landing page be /about even when trends are enabled * Restablish /explore as landing page by default | |||
2023-01-18 | Fix REST API serializer for Account not including `moved` when the moved ↵ | Claire | |
account has itself moved (#22483) Instead of cutting immediately, cut after one recursion. | |||
2023-01-05 | Add `reading:autoplay:gifs` to /api/v1/preferences (#22706) | Jed Fox | |
2022-12-15 | Add follow request banner on account header (#20785) | Claire | |
* Add requested_by to relationship maps * Display whether an account has requested to follow you on their profile | |||
2022-12-15 | Fix punycoded local domains not being prettified in initial state (#21440) | Matthías Páll Gissurarson | |
2022-11-17 | Add maskable icon support for Android (#20904) | Chris Johnson | |
* Add maskable icon support for Android * Update manifest_serializer.rb * Fix linting issue | |||
2022-11-08 | Fix nodeinfo metadata attribute being an array instead of an object (#20114) | Claire | |
Fixes #20111 | |||
2022-11-08 | Add `sensitized` to Admin::Account serializer (fix #19148) (#20094) | trwnh | |
* Add `sensitized` to Admin::Account serializer (fix #19148) * remove whitespace, please linter | |||
2022-11-08 | Fix missing cast of status and rule IDs to string (fix #19048) (#20122) | trwnh | |
2022-11-05 | Fix n+1 queries when rendering initial state JSON (#19795) | Eugen Rochko | |
2022-11-05 | Change sign-in banner to reflect disabled or moved account status (#19773) | Claire | |
2022-10-27 | Change `closed_registrations_message` to `message` and add Markdown (#19486) | Eugen Rochko | |
2022-10-26 | Add closed registrations modal (#19437) | Claire | |
2022-10-24 | Add mention of the translation provider when translating a post (#19433) | Claire | |
2022-10-24 | Change “Translate” button to only show up when a translation backend is ↵ | Claire | |
configured (#19434) * Change “Translate” button to only show up when a translation backend is configured Fixes #19346 * Add `translation` attribute to /api/v2/instance to expose whether the translation feature is enabled Fixes #19328 | |||
2022-10-23 | Change floating action button to be a button in header in web UI (#19422) | Eugen Rochko | |
- Fix theme color - Fix elephant being too big on error page on small screens - Remove "Follows and Followers" link from navigation panel | |||
2022-10-23 | Fix PWA manifest using `/web` paths (#19421) | 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 | 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-19 | Change featured hashtags to be displayed in navigation panel (#19382) | 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-12 | Redirect non-logged-in user to owner statuses on single user mode (#19333) | Yamagishi Kazutoshi | |
2022-10-09 | Remove timeline preview link from nav panel when not signed-in (#19320) | Yamagishi Kazutoshi | |
* Remove timeline preview link from nav panel when not signed-in * Always enable server stats | |||
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-05 | Add server banner to web app, add `GET /api/v2/instance` to REST API (#19294) | Eugen Rochko | |
2022-09-29 | Add sign-up button to logged-out web UI (#19250) | Eugen Rochko | |
2022-09-29 | Add logged-out access to the web UI (#18961) | Eugen Rochko | |
2022-09-23 | Add user content translations with configurable backends (#19218) | Eugen Rochko | |
2022-09-21 | Refactor ActivityPub handling to prepare for non-Account actors (#19212) | Claire | |
* Move ActivityPub::FetchRemoteAccountService to ActivityPub::FetchRemoteActorService ActivityPub::FetchRemoteAccountService is kept as a wrapper for when the actor is specifically required to be an Account * Refactor SignatureVerification to allow non-Account actors * fixup! Move ActivityPub::FetchRemoteAccountService to ActivityPub::FetchRemoteActorService * Refactor ActivityPub::FetchRemoteKeyService to potentially return non-Account actors * Refactor inbound ActivityPub payload processing to accept non-Account actors * Refactor inbound ActivityPub processing to accept activities relayed through non-Account * Refactor how Account key URIs are built * Refactor Request and drop unused key_id_format parameter * Rename ActivityPub::Dereferencer `signature_account` to `signature_actor` | |||
2022-09-20 | Add ability to filter followed accounts' posts by language (#19095) | Eugen Rochko | |
2022-09-15 | Fix breaking change in admin account API (#19176) | trwnh | |
* Fix breaking change in admin account API Ensure that `ip` is a String value and not returning a raw database entry * please rubocop | |||
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 | |