Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-03 | fix 6 am typo - `+=` -> `=` | multiple creatures | |
2019-08-03 | `monsterpit-janitor` is now built in as a sidekiq job (with better code) | multiple creatures | |
2019-08-02 | unbreak - `tags_regex` -> `regex` | multiple creatures | |
2019-08-02 | unbreak the universe - `Redis.cache` -> `Redis.current` | multiple creatures | |
2019-08-02 | make sure the thread filter option won't affect your own threads or those ↵ | multiple creatures | |
you're participating in | |||
2019-08-02 | filters now have options to separately match post text, content ↵ | multiple creatures | |
warnings/titles, & hashtags + option to filter threads containing a matching post | |||
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 |