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-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
2019-05-21
Add option to hide public replies from profile
multiple creatures
2019-05-21
DB: Replace `NULL` boolean values with `FALSE` in Monsterpit feature columns;...
multiple creatures
2019-05-21
Raise various string limits.
multiple creatures
2019-05-21
Dedicated `network` DB column for marking whether a roar is a part of the loc...
multiple creatures
2019-05-21
hidden accounts + stats hiding
multiple creatures
2019-05-21
Return more accounts in searches
Daggertooth
2019-05-15
Merge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka
2019-05-14
Record account suspend/silence time and keep track of domain blocks (#10660)
ThibG
2019-04-08
Merge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka
2019-04-07
Improve blocked view of profiles (#10491)
Eugen Rochko
2019-04-01
Merge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka
2019-04-01
Fix filtering of favourited_by, reblogged_by, followers and following (#10447)
ThibG
2019-04-01
Hide blocking accounts from blocked users (#10442)
ThibG
2019-03-26
Merge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka
2019-03-26
Change icons of features on admin dashboard to remove bias (#10366)
Eugen Rochko
[next]