Commit Graph

9685 Commits (b28fae301a338abe085780f6e74560190bd1c3e7)

Author SHA1 Message Date
multiple creatures b28fae301a make sure announcements get streamed to the local tl & make them unlisted-local visibility 2019-07-17 20:05:22 -05:00
multiple creatures f927cb47b4 add `admin:announce` bangtag 2019-07-17 19:45:46 -05:00
multiple creatures 40d4eccb00 allow escaping bangtags with `#!!` 2019-07-17 18:11:18 -05:00
multiple creatures ddd84a97ad fix bbcode bracket workaround 2019-07-17 17:42:40 -05:00
multiple creatures 54c3ac4aba don't override mobile ui or drawer when resizing 2019-07-17 17:39:33 -05:00
multiple creatures 3f1e5d2f87 include skipped in `admin:` output 2019-07-17 17:29:04 -05:00
multiple creatures 6bffa56473 add `parent:urls` & `parent:domains` bangtags 2019-07-17 16:51:26 -05:00
multiple creatures 65b79ae188 allow admins to retag parent posts (`parent:tag:monsterpit.dev.todo`) 2019-07-17 16:00:28 -05:00
multiple creatures 83cb62809b pretty output for `admin:` bangtags 2019-07-17 15:55:40 -05:00
multiple creatures 9f2d158864 add `admin:eval` bangtag & make `admin:` output local-only 2019-07-17 15:54:57 -05:00
multiple creatures 6a5b0b65bb make `draft`s local-only 2019-07-17 15:53:32 -05:00
multiple creatures 6cb00bc91d pretty-format `i:am:list` & make output local-only 2019-07-17 15:52:24 -05:00
multiple creatures d3357a90fe use private user var for `media:desc` bangtag 2019-07-17 15:51:11 -05:00
Lumb 0189e487f8 Document search.sql
Added install instructions for full text search.
2019-07-17 02:22:47 -05:00
Lumb 5f03b404c4 Add dist/search.sql
Adding SQL file to set up full text search.
2019-07-17 02:22:47 -05:00
Lumb 7629b2c22b Call resize css
This should be the right place to add an import so it affects the whole site I think? I'm new to this, forgive.
2019-07-17 02:22:16 -05:00
Lumb 2e4bc1a64d Add css to auto-resize columns
I'm not totally confident in all this CSS but it does what it's supposed to. Auto-resizing columns, which makes the interface slightly more usable for me.
2019-07-17 02:21:59 -05:00
Lumb 6d8357a6f0 reset toot limit and pinned limit to merge upstream
What the desc says uwu
2019-07-17 07:08:14 +00:00
Lumb 05980a56d2 update size limits in env sample
Updated video and image size limit var to reflect monsterpits implementation, added gif size limit var
2019-07-17 07:08:14 +00:00
Lumb 2597f31daf add size var to controller file
Add MAX_SIZE_LIMIT to control image and video size limit to read from env file
2019-07-17 07:08:14 +00:00
Lumb 6181c72ff5 add search var to sample env
Adding MAX_SEARCH RESULTS to the env sample file, and documented
2019-07-17 07:08:14 +00:00
Lumb b052644d2e add search env to controller file
Add variable to controller file for search results
2019-07-17 07:08:14 +00:00
Lumb 5a93e171db add vars to sample env
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 07:08:14 +00:00
Lumb 4695ab5db9 Update '.env.production.sample'
Changed max toot char to 5000
Changed max pinned toots to 10
2019-07-17 07:08:14 +00:00
multiple creatures 1049c858ac make admin bangtag output use html 2019-07-17 02:00:34 -05:00
multiple creatures 12d5f1edb6 set correct content type for `draft`s 2019-07-17 01:59:40 -05:00
multiple creatures c135018d9f add `i:am:list` bangtag 2019-07-17 01:58:59 -05:00
multiple creatures efcd176d58 don't include parent components of scoped tags in folded tag list 2019-07-17 01:34:46 -05:00
multiple creatures 5e3a120120 fix parsing of tags for folding 2019-07-17 01:34:42 -05:00
multiple creatures 38a3c2b7b9 add `admin:unsuspend` bangtag & aliases 2019-07-17 01:14:08 -05:00
multiple creatures 92406964f1 fix `i:am`/`we:are` signatures 2019-07-17 00:32:56 -05:00
multiple creatures 2089a78f82 `admin:silence` and `admin:suspend` bangtags 2019-07-17 00:28:48 -05:00
dependabot-preview[bot] 17a701b443 [Security] Bump lodash from 4.17.11 to 4.17.13 (#11287)
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-16 10:44:00 -05:00
multiple creatures c3127be31e add visibility shortcodes 2019-07-15 15:08:43 -05:00
multiple creatures 6daeca8a09 bangtags are not for eating >:o 2019-07-15 15:00:45 -05:00
multiple creatures 1c10ce6269 alias `visibility` bangtag to `v` 2019-07-15 14:51:55 -05:00
multiple creatures 0eeb7fa881 stop breaking things with missing commas 2019-07-15 14:44:54 -05:00
multiple creatures 6f1a07945e make sure user exists before migrating 2019-07-15 14:44:36 -05:00
multiple creatures 037be68060 ignore `tsv` column & add index to local-scope posts 2019-07-15 14:12:24 -05:00
multiple creatures 09eb7fb78d don't put boosts of silenced folks into home feed if you don't follow them 2019-07-15 14:12:24 -05:00
multiple creatures 4f3618f7be drop home feed & boost dedup window sizes to save resources 2019-07-15 14:12:24 -05:00
multiple creatures 2bbc06de5c show formatting of replies in composer area 2019-07-15 14:12:24 -05:00
multiple creatures 31a7ca0468 unbreak `domain_block_impact` 2019-07-15 14:12:24 -05:00
multiple creatures b441174bd2 drop incoming twitter retweets 2019-07-15 14:12:24 -05:00
multiple creatures 6b72e8a4df add text representation of statuses to status serializer 2019-07-15 14:12:24 -05:00
multiple creatures 07013fba48 revise status filters & make `hide mentions of blocked` also filter mentions of users blocked at the admin level 2019-07-15 14:12:24 -05:00
multiple creatures ab132569d7 only tolerate 3 days of remote failures before giving up 2019-07-15 14:12:24 -05:00
multiple creatures 7147447254 add `untag` bangtag 2019-07-15 14:12:24 -05:00
multiple creatures 27d67e2d5c sanitize bio formatting! 2019-07-15 14:12:24 -05:00
multiple creatures 441bead7ba workaround bbcode parser voring brackets 2019-07-15 14:12:24 -05:00