Age | Commit message (Expand) | Author |
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 | limit post search to own social graph | 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 | make community visibility default for new accounts | multiple creatures |
2019-07-19 | remove aliases of old of kobold prefs from account model | multiple creatures |
2019-07-17 | add size var to controller file | Lumb |
2019-07-15 | ignore `tsv` column & add index to local-scope posts | 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-07-15 | add ability to export followers | multiple creatures |
2019-05-21 | ignore the `tsv` column on the statuses table - our code will never touch this | multiple creatures |
2019-05-21 | handle tags with the old `:` scope delimiter but translate those to `.` | multiple creatures |
2019-05-21 | make sure only `self`/`self.` & `local`/`local.` tags are marked private & lo... | multiple creatures |
2019-05-21 | handle importing posts from json dumps | multiple creatures |
2019-05-21 | use dots instead of colons for tag scopes | multiple creatures |
2019-05-21 | include bio field keys in emojifiable text | multiple creatures |
2019-05-21 | fix bbdown newlines + format & emojify footers | multiple creatures |
2019-05-21 | reimplement monsterpit bbcode and markdown extensions on top of new glitch-so... | multiple creatures |
2019-05-21 | fix schema | multiple creatures |
2019-05-21 | remove the buggy do-not-@-me impl - we'll replace this with a bangtag later | 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 | User model: give user settings getter methods better names; cache the setting... | multiple creatures |
2019-05-21 | Statuses: set `local_only` flag from the `PostStatusService`. Default to `en`... | multiple creatures |
2019-05-21 | Drop OStatus support. Fix some of the Rspec tests. | multiple creatures |
2019-05-21 | Do not process mentions or bangtags in drafts. Add `draft?` method to `Statu... | multiple creatures |
2019-05-21 | Correct breaking type-o: `scope` -> `starting_scope` | multiple creatures |
2019-05-21 | Privacy: add options to make interaction lists private and to not be included... | multiple creatures |
2019-05-21 | Implement scoped tags; use `local:` and `self:` scopes for community and pers... | multiple creatures |
2019-05-21 | Anxiety reduction: add option to hide mascot. | multiple creatures |
2019-05-21 | stop wasting server resources converting well-supported open video formats ju... | multiple creatures |
2019-05-21 | Add option to filter packmate thread branches where you don't follow all the ... | multiple creatures |
2019-05-21 | Allow own roars to be included in lists. | multiple creatures |
2019-05-21 | Custom filters: add ability to create filters that exclude or are exclusive ... | multiple creatures |
2019-05-21 | Add option to hide public replies from profile | multiple creatures |
2019-05-21 | Anxiety reduction: make block/mute reply filters more granular and add option... | multiple creatures |
2019-05-21 | Status model: `LOCAL_DOMAINS` constant has been moved into the `Account` model. | multiple creatures |
2019-05-21 | Make sure that local-only tokens still get detected when signature is enabled. | multiple creatures |