Commit Graph

9629 Commits (29643fd6c42bcee5a1d6a4a137256b33996c60f2)

Author SHA1 Message Date
multiple creatures 29643fd6c4 make blocking domains actually block the accounts 2019-07-15 14:12:16 -05:00
multiple creatures 992bd7c752 update `ruby-bbcode` to 2.1.0 2019-07-14 20:02:34 -05:00
multiple creatures a1d091b552 fix tag routing once and for all 2019-05-22 11:02:38 -05:00
multiple creatures 61ac01a6bb **security** - make sure local roars always get sanitized 2019-05-22 10:34:03 -05:00
multiple creatures 7b6f8e5419 remove push subscription schedulers from sidekiq 2019-05-22 01:24:11 -05:00
multiple creatures 2bdfbfe32c ignore the `tsv` column on the statuses table - our code will never touch this 2019-05-21 23:31:36 -05:00
multiple creatures ec288a11a0 who would win? controller of the tags or a `:` who skipped character class? 2019-05-21 22:24:59 -05:00
multiple creatures dd7164aac2 handle tags with the old `:` scope delimiter but translate those to `.` 2019-05-21 21:20:42 -05:00
multiple creatures 9abf1ce535 make sure only `self`/`self.` & `local`/`local.` tags are marked private & local + treat `:` in tags as `.` 2019-05-21 21:01:20 -05:00
multiple creatures 3c455a7b81 convince resource router that dots are good actually 2019-05-21 18:22:23 -05:00
multiple creatures 6c6d5319d9 `hashtag_scope` is a method in *this* class - how did we even manage to break that??? 2019-05-21 18:22:18 -05:00
multiple creatures d9b62e5d11 make canceling a reply not take your roar out with it 2019-05-21 16:44:12 -05:00
multiple creatures 58f78a7af2 fix `thread:reall` 2019-05-21 16:31:10 -05:00
multiple creatures d4ca04f24d upstream forgot to allow the import mode param 2019-05-21 03:17:31 -05:00
multiple creatures 641e5acc09 exceptions: gotta catch em all 2019-05-21 03:17:31 -05:00
multiple creatures d6f37c6ae0 handle importing posts from json dumps 2019-05-21 03:17:31 -05:00
multiple creatures cbdadfb5fa add `origin` to status table to mark posts that were previously imported 2019-05-21 03:16:51 -05:00
multiple creatures 62d667dbf5 add `imported` column to status table to mark posts imported from a json dump 2019-05-21 03:16:51 -05:00
multiple creatures bf33771c80 add `edited` column to status table to mark if a mod/admin changed something 2019-05-21 03:16:51 -05:00
multiple creatures 83c2c466fb use dots instead of colons for tag scopes 2019-05-21 03:16:51 -05:00
multiple creatures 55e0484121 add `skip_notify` option to service objects we might use for post imports 2019-05-21 03:16:51 -05:00
multiple creatures 811137ef69 if `created_at` is given to `PostStatusService` make sure it's utc 2019-05-21 03:16:51 -05:00
multiple creatures 8534702269 add missing `account_media_status_ids` method to accounts controller (oooops~) 2019-05-21 03:16:51 -05:00
multiple creatures 06b8b09fca add `keysmash` bangtag 2019-05-21 03:16:51 -05:00
multiple creatures 0f50698beb fix hoverplay emoji in bbcode 2019-05-21 03:16:51 -05:00
multiple creatures 01a5d51ef7 let account badges in web app wrap 2019-05-21 03:16:51 -05:00
multiple creatures 181d9cd24b styling for staff quick links 2019-05-21 03:16:51 -05:00
multiple creatures f0466aec02 space out badges 2019-05-21 03:16:51 -05:00
multiple creatures 8b47cdef24 add quick links for staff 2019-05-21 03:16:51 -05:00
multiple creatures 46216a4030 show mod & admin badges in web app 2019-05-21 03:16:51 -05:00
multiple creatures ee83fe92f1 expose account roles to the api 2019-05-21 03:16:51 -05:00
multiple creatures 1244c30349 add strings for new import options & change domain block -> domain policy 2019-05-21 03:16:51 -05:00
multiple creatures 45e4449347 clear status caches when someone is moderated force unlisted or force sensitive 2019-05-21 03:16:51 -05:00
multiple creatures 1fa6d6e16b limit search results to 33 until we split & paginate the search api 2019-05-21 03:16:51 -05:00
multiple creatures 8ff64df4dd render normalized status in reply indicator so that custom emojis are shown 2019-05-21 03:16:50 -05:00
multiple creatures 978ed2797f allow custom emojis in field keys in web app 2019-05-21 03:16:50 -05:00
multiple creatures c66d932c22 include bio field keys in emojifiable text 2019-05-21 03:16:50 -05:00
multiple creatures 5e2a8f3d3c remove clipping border from links 2019-05-21 03:16:50 -05:00
multiple creatures fd8e92438c formatted bios + merge monsterpit markdown styles directly into glitch-soc scss 2019-05-21 03:16:50 -05:00
multiple creatures 1a670573e5 apply monsterpit style overrides to public pages 2019-05-21 03:16:50 -05:00
multiple creatures 2705c6751e set correct name on media caption `div` 2019-05-21 03:16:50 -05:00
multiple creatures fd753d1201 add html to `format` bangtag + shortcut for bbdown` 2019-05-21 03:16:50 -05:00
multiple creatures 0a00a42c67 add bbdown & bbcode options to prefs menu 2019-05-21 03:16:50 -05:00
multiple creatures 23d2e5f97c fix bbdown newlines + format & emojify footers 2019-05-21 03:16:50 -05:00
multiple creatures e411b20711 correct media reveal wording 2019-05-21 03:16:50 -05:00
multiple creatures 7a0dc34cad reimplement monsterpit bbcode and markdown extensions on top of new glitch-soc formatting system + bbcode feature parity + new `i:am` footer + set content type from `format` bangtag 2019-05-21 03:16:50 -05:00
multiple creatures 09b7532805 split `i:am` signatures into their very own `footer` column 2019-05-21 03:16:50 -05:00
multiple creatures 5c9aed40f6 tell other ap software what content type they should expect source text to be 2019-05-21 03:16:23 -05:00
multiple creatures d70e5afb6e spell correctly 2019-05-21 03:16:23 -05:00
multiple creatures edeb344b90 re-add support for tags `sup`, `h6`, `hr` 2019-05-21 03:16:23 -05:00