about summary refs log tree commit diff
path: root/app/models/account.rb
AgeCommit message (Expand)Author
2020-03-09fix detecting pleroma server actors (season 1 episode 2)multiple creatures
2020-03-08add parenthesis to `froze?` logic for claritymultiple creatures
2020-03-01fix typo - `service` -> `service?`multiple creatures
2020-02-27detect pleroma server actors when auto-learning trusted accounts in graylist ...multiple creatures
2020-02-27port tootsuite#11805 to monserfork: Change deletes to preserve soft-deleted s...Eugen Rochko
2020-02-21remove redundant blanking of avatar/headersmultiple creatures
2020-02-21port tootsuite#11138 to monsterfork: Change domain blocks to automatically su...Eugen Rochko
2020-02-20port tootsuite/#12125 to monsterfork: Fix attachment not being re-downloaded ...Eugen Rochko
2020-02-18move defang toggle to preferences instead of profilemultiple creatures
2020-02-18switch to irc-like oper behavior; require mods & admins to explicitly oper up...multiple creatures
2020-02-17add a `manual_only` (manual trust only) moderation option + handle more `reje...multiple creatures
2020-02-15add admin option to toggle whether service/app accounts should be auto-truste...multiple creatures
2020-02-14split auto-trust instance actor setting into auto-trust & always trustmultiple creatures
2020-02-14remove unnessesary setting checkmultiple creatures
2020-02-14automatically trust the instance actor when marking another account as knownmultiple creatures
2020-02-10`this` -> `self`multiple creatures
2020-02-05move rando check into the account model so it can be reused by other anti-har...multiple creatures
2020-02-05(finally) remove unused `vars` from account modelmultiple creatures
2020-02-04lazily merge accounts helper & necessary methods from glitchsoc 3.0multiple creatures
2020-01-20Original upstream mergeThibG
2020-01-13add new privacy option to auto-defederate after a given timespan + add option...multiple creatures
2020-01-12add privacy option to limit lifespan of public access to post & object urls b...multiple creatures
2020-01-10add custom filter master toggle, add media gallery mode, & fix various filter...multiple creatures
2019-12-10add accessibility option to make everything lowercasemultiple creatures
2019-12-07add option to toggle whether regex filters should be applied to mentionsmultiple creatures
2019-11-19Refactor all ActivityPub deliveries to be serialized and signed through one c...Eugen Rochko
2019-11-17Add `filter_undescribed` column to `accounts` table.multiple creatures
2019-10-27add profile option to (locally) block anonymous views of public postsmultiple creatures
2019-08-08add new `reject unknown` policy option to prevent spam & harassment from larg...multiple creatures
2019-07-30add an optional blinking cursor to console formattingmultiple creatures
2019-07-29optional delayed publishing of roars for proofreadingmultiple creatures
2019-07-25add all `ActionLog`-able admin & moderator actions to loggermultiple creatures
2019-07-24transparancy - log use of admin related method calls & activitypub auto-rejec...multiple creatures
2019-07-24revert the current unfinished chat implementationmultiple creatures
2019-07-23add self-destructing roars & `live`/`lifespan` bangtagsmultiple creatures
2019-07-21split `hide public profile` & `hide public ap outbox` into separate user opti...multiple creatures
2019-07-21privacy - add option to disable public activitypub outboxmultiple creatures
2019-07-21add more options for time range of roars visible to anonymous public profile ...multiple creatures
2019-07-20fix typo in account model - `frozen` -> `froze`multiple creatures
2019-07-19keep `locked` badge for approves-followers + add `frozen` badge for admin-loc...multiple creatures
2019-07-19remove aliases of old of kobold prefs from account modelmultiple creatures
2019-07-15move user variables to `users` relationmultiple creatures
2019-07-15add `supports_chat` property, rename `adults_only` to `adult_content`, federa...multiple creatures
2019-07-15local visibility scope, chat scope+tags, unlisted tagsmultiple creatures
2019-05-21include bio field keys in emojifiable textmultiple creatures
2019-05-21fix schemamultiple creatures
2019-05-21add option to embiggen the emojos & embiggen small bbcode text on hovermultiple creatures
2019-05-21Correct a 6-in-the-morning breaking typos.multiple creatures
2019-05-21Expose user settings to `Account` model and update code referencing those set...multiple creatures
2019-05-21Moderation: add `force sensitive` and `force unlisted` actions. Accounts: ad...multiple creatures