Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-31 | merge admin/moderator actions back under admin.log scope | multiple creatures | |
2019-07-31 | ability to add domain moderation notes, edit existing domain policies ↵ | multiple creatures | |
in-place, and process asynchronously | |||
2019-07-30 | add a domain policy viewer at `/policies` | multiple creatures | |
2019-07-30 | remove auto-rejections from transparancy log | multiple creatures | |
2019-07-29 | too few args <.<' | multiple creatures | |
2019-07-29 | too many args (too many args) | multiple creatures | |
2019-07-26 | fix display of report ids | multiple creatures | |
2019-07-26 | split federation & moderation logs into different subscopes + make scope tag ↵ | multiple creatures | |
prefix configurable | |||
2019-07-25 | add all `ActionLog`-able admin & moderator actions to logger | multiple creatures | |
2019-07-24 | clarify rejected announces correctly (but even more correctly with the right ↵ | multiple creatures | |
json object) | |||
2019-07-24 | clarify rejected announces correctly | multiple creatures | |
2019-07-24 | moderation logger - add auto-reject reasons | multiple creatures | |
2019-07-24 | add icons to auto-reject logs | multiple creatures | |
2019-07-24 | transparancy - log use of admin related method calls & activitypub ↵ | multiple creatures | |
auto-rejections to a logger account | |||
2019-07-24 | revert the current unfinished chat implementation | multiple creatures | |
2019-07-23 | should not reject imported posts | multiple creatures | |
2019-07-23 | log rejected uris | multiple creatures | |
2019-07-22 | fix username matching | multiple creatures | |
2019-07-22 | add autoreject by ap username, grabbing from actor uri if no ↵ | multiple creatures | |
`preferredUsername` key | |||
2019-07-22 | move autoreject check to own module & check for reject before pulling resources | multiple creatures | |
2019-07-20 | fix query string sanitizer - use `query_values=` from `Addressable::URI` ↵ | multiple creatures | |
instead of `to_query` | |||
2019-07-20 | create bangtag helper module, add functions for transparent moderation in ↵ | multiple creatures | |
`admin:` commands | |||
2019-07-19 | don't strip valueless query strings | multiple creatures | |
2019-07-19 | keep `locked` badge for approves-followers + add `frozen` badge for ↵ | multiple creatures | |
admin-locked accts, also federate `frozen` state | |||
2019-07-19 | add badge to ui for locked accounts | multiple creatures | |
2019-07-19 | move query string sanitizer to its own module & sanitize link cards as well | multiple creatures | |
2019-07-15 | add `supports_chat` property, rename `adults_only` to `adult_content`, ↵ | multiple creatures | |
federate the kobolds~ | |||
2019-07-15 | local visibility scope, chat scope+tags, unlisted tags | multiple creatures | |
2019-05-21 | Correct a 6-in-the-morning breaking typos. | multiple creatures | |
2019-05-21 | Expose user settings to `Account` model and update code referencing those ↵ | multiple creatures | |
settings. | |||
2019-05-21 | Moderation: add `force sensitive` and `force unlisted` actions. Accounts: ↵ | multiple creatures | |
add federatable `adult content` tag. Handle from remote accounts as well. | |||
2019-05-21 | `SettingsHelper`: return `HUMAN_LOCALES` keys directly | multiple creatures | |
2019-05-21 | Remove automatic language detection. | multiple creatures | |
2019-05-21 | Add options to increase size and spacing of context menus and to gently the ↵ | multiple creatures | |
kobolds. Also allow showing multiple user roles. | |||
2019-05-21 | hidden accounts + stats hiding | multiple creatures | |
2019-04-10 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/views/admin/pending_accounts/index.html.haml No real conflict, upstream changes too close to glitch-specific theming system changes. - config/navigation.rb Upstream redesigned the settings navigation, took those changes and re-inserted the flavours menu. | |||
2019-04-10 | Add invite request to pending account notification e-mail (#10528) | Eugen Rochko | |
Fix sorting of the pending accounts page | |||
2019-04-08 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - config/locales/pl.yml Conflict caused by new upstream string too close to glitch-specific “flavour” string. Took both strings. | |||
2019-04-07 | Improve blocked view of profiles (#10491) | Eugen Rochko | |
* Revert "Fix filtering of favourited_by, reblogged_by, followers and following (#10447)" This reverts commit 120544067fcca4bf6e71ba1ffb276c451c17c656. * Revert "Hide blocking accounts from blocked users (#10442)" This reverts commit 62bafa20a112ccdddaedb25723fc819dbbcd8e9a. * Improve blocked view of profiles - Change "You are blocked" to "Profile unavailable" - Hide following/followers in API when blocked - Disable follow button and show "Profile unavailable" on public profile as well | |||
2019-03-28 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/workers/activitypub/distribute_poll_update_worker.rb - config/locales/pl.yml | |||
2019-03-28 | Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401) | Eugen Rochko | |
Also, fix some n+1 queries Resolve #10365 | |||
2019-03-28 | Add order options to relationship manager UI (#10404) | Eugen Rochko | |
2019-03-26 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - config/locales/es.yml - config/locales/pl.yml - config/locales/pt-BR.yml | |||
2019-03-26 | Change icons of features on admin dashboard to remove bias (#10366) | Eugen Rochko | |
Red crosses implied that it was bad/unexpected that certain features were not enabled. In reality, they are options, so showing a green or grey power-off icon is more appropriate. Add status of timeline preview as well Fix sample accounts changing too frequently due to wrong query Sample accounts are intended to be sorted by popularity | |||
2019-03-20 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - config/locales/en.yml Conflict caused by the glitch-soc-specific “flavour” string being too close to the newly introduced “identity_proofs” string. Just included both. | |||
2019-03-18 | Add missing locales (bn, ga, hi) (#10295) | Eugen Rochko | |
2019-03-18 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/controllers/accounts_controller.rb - app/controllers/follower_accounts_controller.rb - app/controllers/statuses_controller.rb All conflicts caused by the additional `use_pack` used for glitch-soc's theming system. | |||
2019-03-18 | Add dormant filter to relationship manager, rename other filters (#10308) | Eugen Rochko | |
Rename "abandoned" to "moved", and "active" to "primary" | |||
2019-03-16 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/controllers/settings/follower_domains_controller.rb Removed upstream. Did the same here. Maybe we should not have? - config/locales/en.yml Upstream removed the “Authorized followers” page and associated translations. This is too close in the file to our glitch-soc-specific “flavour” string. No actual conflict. - config/locales/ja.yml Same as above. - config/locales/pl.yml Same as above. - config/navigation.rb No real conflict. New route added too close to the glitch-soc-specific “flavours” one. - config/webpack/configuration.js Upstream refactored the webpack(er) configuration quite a bit. Tried to keep up. - config/webpack/loaders/babel.js Upstream refactored the webpack(er) configuration quite a bit. Tried to keep up. The contents of this file have been moved to package.json. - config/webpack/shared.js Upstream refactored the webpack(er) configuration quite a bit. Tried to keep up. - config/webpacker.yml Upstream refactored the webpack(er) configuration quite a bit. Tried to keep up. - jest.config.js The contents of this file have been moved to package.json. - package.json Upstream refactored the webpack(er) configuration quite a bit. Tried to keep up. - yarn.lock Upstream refactored the webpack(er) configuration quite a bit. Tried to keep up. | |||
2019-03-16 | Add relationship manager UI (#10268) | Eugen Rochko | |