index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
models
/
account.rb
Age
Commit message (
Expand
)
Author
2020-02-21
remove redundant blanking of avatar/headers
multiple creatures
2020-02-21
port tootsuite#11138 to monsterfork: Change domain blocks to automatically su...
Eugen Rochko
2020-02-20
port tootsuite/#12125 to monsterfork: Fix attachment not being re-downloaded ...
Eugen Rochko
2020-02-18
move defang toggle to preferences instead of profile
multiple creatures
2020-02-18
switch to irc-like oper behavior; require mods & admins to explicitly oper up...
multiple creatures
2020-02-17
add a `manual_only` (manual trust only) moderation option + handle more `reje...
multiple creatures
2020-02-15
add admin option to toggle whether service/app accounts should be auto-truste...
multiple creatures
2020-02-14
split auto-trust instance actor setting into auto-trust & always trust
multiple creatures
2020-02-14
remove unnessesary setting check
multiple creatures
2020-02-14
automatically trust the instance actor when marking another account as known
multiple creatures
2020-02-10
`this` -> `self`
multiple creatures
2020-02-05
move 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 model
multiple creatures
2020-02-04
lazily merge accounts helper & necessary methods from glitchsoc 3.0
multiple creatures
2020-01-20
Original upstream merge
ThibG
2020-01-13
add new privacy option to auto-defederate after a given timespan + add option...
multiple creatures
2020-01-12
add privacy option to limit lifespan of public access to post & object urls b...
multiple creatures
2020-01-10
add custom filter master toggle, add media gallery mode, & fix various filter...
multiple creatures
2019-12-10
add accessibility option to make everything lowercase
multiple creatures
2019-12-07
add option to toggle whether regex filters should be applied to mentions
multiple creatures
2019-11-19
Refactor all ActivityPub deliveries to be serialized and signed through one c...
Eugen Rochko
2019-11-17
Add `filter_undescribed` column to `accounts` table.
multiple creatures
2019-10-27
add profile option to (locally) block anonymous views of public posts
multiple creatures
2019-08-08
add new `reject unknown` policy option to prevent spam & harassment from larg...
multiple creatures
2019-07-30
add an optional blinking cursor to console formatting
multiple creatures
2019-07-29
optional delayed publishing of roars for proofreading
multiple creatures
2019-07-25
add all `ActionLog`-able admin & moderator actions to logger
multiple creatures
2019-07-24
transparancy - log use of admin related method calls & activitypub auto-rejec...
multiple creatures
2019-07-24
revert the current unfinished chat implementation
multiple creatures
2019-07-23
add self-destructing roars & `live`/`lifespan` bangtags
multiple creatures
2019-07-21
split `hide public profile` & `hide public ap outbox` into separate user opti...
multiple creatures
2019-07-21
privacy - add option to disable public activitypub outbox
multiple creatures
2019-07-21
add more options for time range of roars visible to anonymous public profile ...
multiple creatures
2019-07-20
fix typo in account model - `frozen` -> `froze`
multiple creatures
2019-07-19
keep `locked` badge for approves-followers + add `frozen` badge for admin-loc...
multiple creatures
2019-07-19
remove aliases of old of kobold prefs from account model
multiple creatures
2019-07-15
move user variables to `users` relation
multiple creatures
2019-07-15
add `supports_chat` property, rename `adults_only` to `adult_content`, federa...
multiple creatures
2019-07-15
local visibility scope, chat scope+tags, unlisted tags
multiple creatures
2019-05-21
include bio field keys in emojifiable text
multiple creatures
2019-05-21
fix schema
multiple creatures
2019-05-21
add option to embiggen the emojos & embiggen small bbcode text on hover
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 set...
multiple creatures
2019-05-21
Moderation: add `force sensitive` and `force unlisted` actions. Accounts: ad...
multiple creatures
2019-05-21
Make user settings for status filter accessible from `account` model.
multiple creatures
2019-05-21
Drop remaining OStatus and PuSH code, as well as related database items.
multiple creatures
2019-05-21
Account model: drop `protocol` attribute when looking up AP inboxes; use `rem...
multiple creatures
2019-05-21
Drop OStatus support. Fix some of the Rspec tests.
multiple creatures
2019-05-21
Privacy: add options to make interaction lists private and to not be included...
multiple creatures
[next]