Commit Graph

9913 Commits (staging)

Author SHA1 Message Date
multiple creatures 4e28528888 make locked badge stand out more 2019-07-19 19:48:15 -05:00
multiple creatures 07794055f9 move admin/mod badges to top 2019-07-19 19:45:05 -05:00
multiple creatures 348dd5aa35 always show out-of-body tags for better accessibility 2019-07-19 19:31:19 -05:00
multiple creatures 2f8ac8838d revise tag conversion 2019-07-19 19:30:59 -05:00
multiple creatures 9b7e4018b0 don't strip valueless query strings 2019-07-19 18:22:58 -05:00
multiple creatures dc32d286bd use high-vis privacy icons by default 2019-07-19 17:04:54 -05:00
multiple creatures 6d07ba50f3 keep `locked` badge for approves-followers + add `frozen` badge for admin-locked accts, also federate `frozen` state 2019-07-19 17:03:15 -05:00
multiple creatures 3fda862ea0 add badge to ui for locked accounts 2019-07-19 14:53:13 -05:00
multiple creatures bc22ab034b move query string sanitizer to its own module & sanitize link cards as well 2019-07-19 10:16:33 -05:00
multiple creatures 23c36c2d7c make anchor tagging check full path 2019-07-19 09:21:45 -05:00
multiple creatures ff75f5ea4b update schema 2019-07-19 09:20:24 -05:00
multiple creatures cfd314432d correct references in kobold migration 2019-07-19 08:15:22 -05:00
multiple creatures 7c60955f06 make community visibility default for new accounts 2019-07-19 07:33:26 -05:00
multiple creatures 44e204613d remove aliases of old of kobold prefs from account model 2019-07-19 07:30:06 -05:00
multiple creatures e80921bf83 remove old version of kobold prefs from strings 2019-07-19 07:28:52 -05:00
multiple creatures 6578d02a0a remove old version of kobold prefs from ui 2019-07-19 07:28:36 -05:00
multiple creatures 66286178ad migrate the kobolds from user setting to account 2019-07-19 07:26:47 -05:00
multiple creatures 40debd9f80 federate account locked status (`mp:locked`) 2019-07-18 21:32:40 -05:00
multiple creatures 879a4a8029 unbreak logic 2019-07-18 21:13:12 -05:00
multiple creatures d620d1749d exclude mentions & hashtags from anchor tagging 2019-07-18 21:10:38 -05:00
multiple creatures d219ecded6 add icons to user-specified link text & potentially misleading links 2019-07-18 20:59:12 -05:00
multiple creatures b233e1eddf strip known tracking parameters (e.g., utm codes) from links 2019-07-18 16:12:41 -05:00
multiple creatures afa8bb3892 add missing visibility strings to preferences 2019-07-18 13:28:04 -05:00
multiple creatures 24c40ef9b9 add community visibility to the web app 2019-07-18 13:24:31 -05:00
multiple creatures 881ccb2de1 Improve the anti-spam prompt. 2019-07-18 12:40:38 -05:00
multiple creatures 42618190b1 add `visibility:parent` bangtag to allow retroactive post visibility changes (currently only between `local` & `unlisted`) 2019-07-18 12:08:17 -05:00
multiple creatures 96050ff1d9 alias `parent:permalink` to `parent:link` 2019-07-18 12:07:18 -05:00
multiple creatures 7f19514527 better handling of bangtag-only posts that produce no output 2019-07-18 12:06:45 -05:00
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