Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-17 | add size var to controller file | Lumb | |
Add MAX_SIZE_LIMIT to control image and video size limit to read from env file | |||
2019-07-17 | add search var to sample env | Lumb | |
Adding MAX_SEARCH RESULTS to the env sample file, and documented | |||
2019-07-17 | add search env to controller file | Lumb | |
Add variable to controller file for search results | |||
2019-07-17 | add vars to sample env | Lumb | |
Adding vars to the sample env for profile fields, display name characters, max image and video size, and max audio clip length | |||
2019-07-17 | Update '.env.production.sample' | Lumb | |
Changed max toot char to 5000 Changed max pinned toots to 10 | |||
2019-07-17 | make admin bangtag output use html | multiple creatures | |
2019-07-17 | set correct content type for `draft`s | multiple creatures | |
2019-07-17 | add `i:am:list` bangtag | multiple creatures | |
2019-07-17 | don't include parent components of scoped tags in folded tag list | multiple creatures | |
2019-07-17 | fix parsing of tags for folding | multiple creatures | |
2019-07-17 | add `admin:unsuspend` bangtag & aliases | multiple creatures | |
2019-07-17 | fix `i:am`/`we:are` signatures | multiple creatures | |
2019-07-17 | `admin:silence` and `admin:suspend` bangtags | multiple creatures | |
2019-07-16 | [Security] Bump lodash from 4.17.11 to 4.17.13 (#11287) | dependabot-preview[bot] | |
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13. **This update includes security fixes.** - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | |||
2019-07-15 | add visibility shortcodes | multiple creatures | |
2019-07-15 | bangtags are not for eating >:o | multiple creatures | |
2019-07-15 | alias `visibility` bangtag to `v` | multiple creatures | |
2019-07-15 | stop breaking things with missing commas | multiple creatures | |
2019-07-15 | make sure user exists before migrating | multiple creatures | |
2019-07-15 | ignore `tsv` column & add index to local-scope posts | multiple creatures | |
2019-07-15 | don't put boosts of silenced folks into home feed if you don't follow them | multiple creatures | |
2019-07-15 | drop home feed & boost dedup window sizes to save resources | multiple creatures | |
2019-07-15 | show formatting of replies in composer area | multiple creatures | |
2019-07-15 | unbreak `domain_block_impact` | multiple creatures | |
2019-07-15 | drop incoming twitter retweets | multiple creatures | |
2019-07-15 | add text representation of statuses to status serializer | multiple creatures | |
2019-07-15 | revise status filters & make `hide mentions of blocked` also filter mentions ↵ | multiple creatures | |
of users blocked at the admin level | |||
2019-07-15 | only tolerate 3 days of remote failures before giving up | multiple creatures | |
2019-07-15 | add `untag` bangtag | multiple creatures | |
2019-07-15 | sanitize bio formatting! | multiple creatures | |
2019-07-15 | workaround bbcode parser voring brackets | multiple creatures | |
2019-07-15 | revise bbcode markup | multiple creatures | |
2019-07-15 | move user variables to `users` relation | multiple creatures | |
2019-07-15 | tag folding | 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-07-15 | add ability to export followers | multiple creatures | |
2019-07-15 | make blocking domains actually block the accounts | multiple creatures | |
2019-07-14 | update `ruby-bbcode` to 2.1.0 | multiple creatures | |
2019-05-22 | fix tag routing once and for all | multiple creatures | |
2019-05-22 | **security** - make sure local roars always get sanitized | multiple creatures | |
2019-05-22 | remove push subscription schedulers from sidekiq | multiple creatures | |
2019-05-21 | ignore the `tsv` column on the statuses table - our code will never touch this | multiple creatures | |
2019-05-21 | who would win? controller of the tags or a `:` who skipped character class? | 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 & ↵ | multiple creatures | |
local + treat `:` in tags as `.` | |||
2019-05-21 | convince resource router that dots are good actually | multiple creatures | |
2019-05-21 | `hashtag_scope` is a method in *this* class - how did we even manage to ↵ | multiple creatures | |
break that??? | |||
2019-05-21 | make canceling a reply not take your roar out with it | multiple creatures | |
2019-05-21 | fix `thread:reall` | multiple creatures | |