Commit graph

1494 commits

Author SHA1 Message Date
byte[]
d406e1ee1c fix duration scale 2019-12-31 23:15:49 -05:00
byte[]
b9ad5643dc stop generating enormous gif thumbnails for videos 2019-12-31 23:11:23 -05:00
Nebbie Zebbie
d783417608 Apply search param remembering for pagination fix to ban search too 2020-01-01 00:59:14 +00:00
byte[]
7473b92309 fix channel creation errors 2019-12-31 19:54:19 -05:00
SomewhatDamaged
9b22d2719a Adding /api/v1/json/comment/:id endpoint (#13)
* Add `/api/v1/json/comment/:id` endpoint

* Add controller for `/api/v1/json/comment/:id`

Add controller for `/api/v1/json/comment/:id` endpoint

* Fixes permissions

Now will show `403 forbidden` if a comment on a deleted image is requested.

* Fixed endpoint schema

Now conforms to endpoint schema

* Permission adjustment

Will prevent `user_id` and `author` from leaking in the event the image is `hidden_from_users`

* Permission lockout

Lockout of all data if destroyed.

* Lockout on destroyed_content

Return 404 when `comment.destroyed_content`

* Refactored for neatness
2019-12-31 18:25:11 -05:00
byte[]
f8f34c8245 update sort fields list 2019-12-31 17:21:06 -05:00
byte[]
4c82c90cea discard old parser 2019-12-31 14:56:38 -05:00
SomewhatDamaged
6ccb3f645a Corrects failure and redirect to main page (#12)
This stops a bug I noticed when a slug that doesn't match is given. This will correctly 404 rather than redirecting to front page.
2019-12-31 09:01:14 -05:00
byte[]
f5bd8e7614 add deletion/duplicate handling to api 2019-12-31 00:10:50 -05:00
byte[]
3d629bf157 add at sign to link ending characters 2019-12-31 00:01:51 -05:00
byte[]
1c6387e847 further fixes to the dnp template 2019-12-30 23:03:44 -05:00
Nebbie Zebbie
5ee81ea85e Fix tag search so that it's preserved across pages 2019-12-31 01:23:04 +00:00
byte[]
45048d5015 validate that emails look like emails 2019-12-30 19:07:02 -05:00
byte[]
a5966ae287 allow admins to create dnp entries on arbitrary tags 2019-12-30 19:04:19 -05:00
byte[]
7503e48591 show hidden links on tag page, hidden status on profile page 2019-12-30 18:56:29 -05:00
byte[]
210aff26ab show image id in duplicate report cells 2019-12-30 18:39:02 -05:00
byte[]
b18a1370a5 reject associated duplicate reports when deleting 2019-12-30 18:37:41 -05:00
byte[]
31b1704847 mark image as generating thumbnails when replaced or repaired 2019-12-30 18:34:59 -05:00
byte[]
982adb9ba5 reindex image after replacement 2019-12-30 18:33:20 -05:00
byte[]
0c7f13932b add deleted toggle to main search form 2019-12-30 18:32:24 -05:00
byte[]
907e030b3a break compile time dependencies in schema helpers 2019-12-30 16:22:24 -05:00
byte[]
f278362fda break compile time dependencies inside the search parser 2019-12-30 16:14:57 -05:00
byte[]
0f3cb295a3 break compile time dependencies in query compilers 2019-12-30 16:02:25 -05:00
byte[]
5163da171b allow the parser to determine the right type for the default field 2019-12-30 14:49:55 -05:00
byte[]
dd5d553c0d include intensity data in image api response 2019-12-30 09:18:38 -05:00
byte[]
330e4ffb26 award overflow 2019-12-30 09:05:17 -05:00
byte[]
9be71b512d load comment replies when the comment is hidden and when the image is merged 2019-12-30 08:58:56 -05:00
byte[]
aacd3e31b7 don't allow duplicate reports to have identical source and target 2019-12-30 08:42:00 -05:00
byte[]
bf5158b60e poll votes admin 2019-12-30 08:32:41 -05:00
byte[]
2427d8d87c suppress diff table if reports list is empty 2019-12-30 07:55:59 -05:00
byte[]
4342978483 hides, vote tampering 2019-12-30 07:50:02 -05:00
byte[]
dfaee1e34d mask ip6 spec to /64 2019-12-30 07:36:23 -05:00
byte[]
38c4e35bb7 bans view changes 2019-12-30 07:30:39 -05:00
byte[]
9ed5652aad Break precedence for newlines 2019-12-30 07:18:49 -05:00
byte[]
fa2024764c change failure rules 2019-12-29 20:39:30 -05:00
byte[]
9b4cefa642 fix wrong recursion rule and allow / at link ends 2019-12-29 20:28:12 -05:00
byte[]
7a4d47db2f more aggressively prevent intraword markup matches 2019-12-28 14:43:00 -05:00
byte[]
ed40f5a35a actually allow closing markup to match 2019-12-28 13:13:50 -05:00
byte[]
92e7a8bf17 additionally forbid opening markup to come before a space 2019-12-28 13:07:32 -05:00
byte[]
92f2a45df6 even more precedence 2019-12-28 12:58:05 -05:00
byte[]
f6e22e20a5 precedence 2019-12-28 12:07:06 -05:00
byte[]
5c7d21e397 fix for excessively slow vp8 encoding and tag bug 2019-12-28 10:47:04 -05:00
byte[]
8ce960a796 more parser fixes 2019-12-28 10:15:24 -05:00
byte[]
c8f9b63556 self closing img tag 2019-12-27 23:37:17 -05:00
byte[]
7f0ac2f68f fix tokenization rules for links 2019-12-27 23:35:43 -05:00
byte[]
41ea1f6b71 fix first_seen_at propagation 2019-12-27 23:27:37 -05:00
byte[]
a352a0cc0a remove debug code 2019-12-27 22:04:05 -05:00
byte[]
8cb1bd3847 rewrite it again 2019-12-27 21:35:02 -05:00
byte[]
1225aced41 load tags before body is processed 2019-12-26 18:58:52 -05:00
byte[]
54ed9b5c43 fix gallery navigation again 2019-12-26 18:00:44 -05:00
byte[]
f443aa5386 fix a bunch of navigation weirdness 2019-12-26 17:43:32 -05:00
byte[]
625ed5a594 fix conversation read marking 2019-12-26 10:16:37 -05:00
byte[]
a1a1eaeb77 various parser fixes 2019-12-26 10:09:38 -05:00
SomewhatDamaged
e23cb11b6e Fix for full image spoiling (#11)
Sets the correct `class` for hiding images.
2019-12-26 10:03:45 -05:00
byte[]
689ce5cd5a change rules for bracketed links 2019-12-26 00:39:57 -05:00
byte[]
4976ddb743 remove erroneously committed inspects 2019-12-26 00:06:08 -05:00
byte[]
81b37e42ff add faster textile parser backend 2019-12-26 00:03:27 -05:00
byte[]
37836b2c30 more admin permissions 2019-12-25 16:10:56 -05:00
byte[]
481e29fd50 explicitly set the app dir 2019-12-25 13:47:00 -05:00
byte[]
567459bf48 avatars 2019-12-25 13:32:24 -05:00
byte[]
0981a1ba0b dynamic config 2019-12-25 11:56:19 -05:00
byte[]
860de7615f more info should be expanded by default 2019-12-25 09:21:50 -05:00
byte[]
179906a9cf ensure first_seen_at is propagated 2019-12-25 08:48:44 -05:00
SomewhatDamaged
68c3d035b3 Update to streamline Wilson score generation (#10)
* Update to streamline Wilson score generation

If an image's `upvotes` are 0, their Wilson score will be so minuscule as to be several (around 12) orders of magnitude before you see anything but zeros (assuming 0 `upvotes` and 1 `downvotes`). This will simply remove the calculation from such and make them fall to the default: 0

* Update elasticsearch_index.ex

Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
2019-12-25 03:49:56 -05:00
byte[]
dd84e8631b use more correct uri encoding method 2019-12-25 03:49:40 -05:00
byte[]
d9340371e5 expand list of allowed sort fields 2019-12-24 20:18:31 -05:00
byte[]
1990e384da fix random endpoint and ensure search_records/4 is the only search_records exported 2019-12-24 18:09:35 -05:00
byte[]
398721a75f fix navigation 2019-12-24 16:44:58 -05:00
byte[]
c3c6278766 grant tag change reversion to moderators 2019-12-24 16:42:55 -05:00
byte[]
b7039af339 require that the queryable is always given 2019-12-24 16:17:32 -05:00
byte[]
620f316db8 break compile time dependencies for elasticsearch index usage 2019-12-24 16:14:42 -05:00
byte[]
18798d2e99 ensure the authenticated user is never persisted as a further safeguard against API CSRF 2019-12-24 12:15:30 -05:00
byte[]
cff7b9386f remove deprecated replace_all_except_primary_key 2019-12-24 12:09:47 -05:00
byte[]
15864ab742 api search controllers 2019-12-24 03:26:06 -05:00
Joey
f1b1f03e02 Add Public Relations as secondary role option (aka more self-snowflaking) 2019-12-24 00:54:16 -06:00
byte[]
b2724c0de8 samesite session 2019-12-23 19:20:24 -05:00
byte[]
20c521e67b tor plug 2019-12-23 13:57:14 -05:00
byte[]
7b97a40ec8 add disable-with to dupe report form 2019-12-23 09:54:26 -05:00
byte[]
c76f28dc0b add tags to image target 2019-12-23 09:50:39 -05:00
byte[]
44a59aa67b admin: allow changing tags on deleted images, fix dupe report accepting 2019-12-23 09:46:48 -05:00
byte[]
f847c560b1 prevent post deletion from jumping back to the first page 2019-12-23 09:25:11 -05:00
byte[]
1435149d32 admin badge user list 2019-12-23 09:23:25 -05:00
byte[]
991cab61bf Revert "more aggressive preloading"
This reverts commit 556cd39afd.
2019-12-22 22:13:36 -05:00
byte[]
25d867a213 fix svg download link showing as png 2019-12-22 19:10:25 -05:00
byte[]
f9b810d5d1 fix searching for deleted posts 2019-12-22 18:45:49 -05:00
byte[]
556cd39afd more aggressive preloading 2019-12-22 18:42:07 -05:00
Luna D
a39adcb9d5
in retrospect it was a terrible idea 2019-12-22 17:52:38 -05:00
Luna D
116179e3ec
how did that even happen 2019-12-22 17:45:29 -05:00
Luna D
7caafd976e
re-add mod scratchpad by blatantly copy-pasting 2019-12-22 17:17:20 -05:00
Luna D
c14d0b6f34
re-add rankings to mobile layout 2019-12-22 16:47:52 -05:00
byte[]
d2916e2a9b various filters fixes 2019-12-22 16:47:16 -05:00
byte[]
b7ee2f9c50 render errors for invalid searches 2019-12-22 16:25:52 -05:00
byte[]
187178cdd4 account for the fact that the image index is delayed 2019-12-22 16:09:17 -05:00
byte[]
039db5a329 fix offset calculation 2019-12-22 16:05:41 -05:00
byte[]
4bf223fe1a find index fix 2019-12-22 16:02:27 -05:00
byte[]
20bc8c1416 more careful with image tags 2019-12-22 10:06:10 -05:00
byte[]
c92fd79868 provide defaults for gallery description and spoiler warnings 2019-12-22 10:04:04 -05:00
byte[]
d6592efa0e correctly set last_replied_to_at in topics 2019-12-22 09:33:07 -05:00
byte[]
5d6c1d97c1 autocomplete="off" for tag editor 2019-12-22 09:20:28 -05:00
byte[]
e2923e8ad7 format=rgb32 for png thumbs 2019-12-22 09:19:43 -05:00
byte[]
4ff67c02d9 require yuv420 for video transcoding 2019-12-22 08:52:03 -05:00
byte[]
81b5a58fab tag change mass reversion 2019-12-22 00:09:01 -05:00
byte[]
563172f283 use main profile instead of high444 2019-12-21 23:57:59 -05:00
byte[]
15c268817c update counter too 2019-12-21 20:31:25 -05:00
byte[]
7abb5921b9 add order by statement to gallery list 2019-12-21 17:57:29 -05:00
byte[]
c8747a0523 hide featured image if it is hit by the filter 2019-12-21 17:19:27 -05:00
byte[]
a3b3a38fef galleries fixes 2019-12-21 17:15:16 -05:00
byte[]
878b923a20 copy comments when images are merged 2019-12-21 16:37:13 -05:00
byte[]
f0d4bbea12 add missing error_tag for tag_input 2019-12-21 16:18:56 -05:00
byte[]
4332ca76c5 more constraint validation, allow anonymous users to edit settings 2019-12-21 14:56:54 -05:00
byte[]
0dab6a76e5 remove superfluous jason encode 2019-12-21 14:51:43 -05:00
byte[]
e1be291698 Merge remote-tracking branch 'origin/hide-staff-tools' 2019-12-21 14:48:50 -05:00
byte[]
905203ea7e not logging views anymore 2019-12-21 14:48:23 -05:00
byte[]
3874d569b4 admin comment and post query fixes 2019-12-21 14:31:32 -05:00
byte[]
c7c831c901 fix warning 2019-12-21 13:42:55 -05:00
byte[]
d081f06422 avoid double rendering when the response is already an error 2019-12-21 13:42:21 -05:00
byte[]
823834e5c1 fix poll voting permissions 2019-12-21 10:22:13 -05:00
byte[]
9272cccf01 remove spurious inspect call 2019-12-21 10:15:05 -05:00
byte[]
3ff1b1ad6e fix admin post/comment search 2019-12-21 10:14:01 -05:00
byte[]
6047983498 fix unnecessary extra https: in watched rss 2019-12-21 09:55:23 -05:00
byte[]
6677e318b8 add admin option to edit user links directly from profile page 2019-12-21 09:54:13 -05:00
byte[]
9cef212ed2 fix warning in conversation controller 2019-12-21 09:46:58 -05:00
byte[]
edc2b0c5d3 fix permissions 2019-12-21 09:36:30 -05:00
Joey
7ac0d821da Add query to enable 'our conversations' functionality 2019-12-20 22:41:21 -06:00
byte[]
ca1150230d prevent posting without presenting a _ses cookie 2019-12-20 20:30:14 -05:00
byte[]
3a364bde61 explicitly halt the pipeline 2019-12-20 20:08:53 -05:00
byte[]
5e99152837 stop casting for now and just spawn off 2019-12-20 20:08:18 -05:00
byte[]
d24c97dad8 add related button to image page 2019-12-20 18:07:02 -05:00
byte[]
3cd51526d9 add related endpoint and controller 2019-12-20 18:02:03 -05:00
Luna D
5596a462f5
less shit code 2019-12-20 17:37:50 -05:00
Luna D
7b5fd947f9
hide staff tools 2019-12-20 17:35:46 -05:00
byte[]
31e7727648 allow assistants to moderate images 2019-12-20 17:30:31 -05:00
byte[]
2ef4bdbbad 2fa layout 2019-12-20 16:29:29 -05:00
byte[]
81800cf83d support per_page parameter 2019-12-20 16:12:47 -05:00
byte[]
cf46e9bba4 don't hide embeds 2019-12-20 15:57:20 -05:00
byte[]
b5f3f98b9c fix bad match 2019-12-20 14:06:55 -05:00
byte[]
0d8e1c5ceb auto ip bans 2019-12-20 13:58:06 -05:00
Luna D
1b238f465f
description editing permission 2019-12-20 13:29:12 -05:00
byte[]
be55b65063 preload deleted by in post list 2019-12-20 13:20:26 -05:00
byte[]
6c3515799b add invalid filter guard to user query compiler 2019-12-20 13:05:39 -05:00
byte[]
46602460ea rearrange plugs 2019-12-20 12:44:45 -05:00
byte[]
a7d9386af8 mod faves page 2019-12-20 12:26:38 -05:00
byte[]
04673984f8 implement terms query in evaluator 2019-12-20 12:05:28 -05:00
byte[]
ffdddb3f68 guard against invalid complex filters 2019-12-20 11:58:41 -05:00
byte[]
08e95e0a01 include recent artwork in interactions 2019-12-20 11:55:16 -05:00
byte[]
8d5aad56f6 forum titles, better tag disjunction 2019-12-20 10:33:39 -05:00
byte[]
e922f9a94b add missing links 2019-12-20 10:05:34 -05:00
byte[]
79579a07af string safety 2019-12-20 09:51:50 -05:00
byte[]
058f3840e4 less obtrusive title for image pages 2019-12-20 09:44:05 -05:00
byte[]
a03e0c3dde add missing sort to notifications page 2019-12-20 09:35:49 -05:00
byte[]
0c5860c457 ensure that site notices are live when selected 2019-12-20 09:22:39 -05:00
byte[]
40debb9634 add viewport meta hook 2019-12-20 09:19:43 -05:00
Eliot Partridge
d79f453758
Add canonical link for search engine deduplication 2019-12-20 00:00:53 -06:00
byte[]
e33be9c8de sleep first, then request 2019-12-19 23:14:14 -05:00
byte[]
e0e0d3c84d branding 2019-12-19 23:09:47 -05:00
byte[]
48eda4ff5d poll votes 2019-12-19 22:41:19 -05:00
byte[]
b4fbec1f66 more stringent on user indexing 2019-12-19 20:33:24 -05:00
byte[]
632ec78f0b four large thumbs 2019-12-19 20:23:44 -05:00
byte[]
ad849e8bb8 readd ignored tag list 2019-12-19 20:23:44 -05:00
Luna D
85f70f88af
do more permissions 2019-12-19 19:00:09 -05:00
Luna D
3bf4372f0f
fix error in Profile.UserLinksController 2019-12-19 17:59:16 -05:00
Luna D
6c137fbad2
fix condition 2019-12-19 17:45:31 -05:00
Luna D
a179d032c2
change the appearance of the 2FA badge 2019-12-19 17:45:09 -05:00
Luna D
45e3d2801d
*D (only deleted, no merges) search opt 2019-12-19 17:39:34 -05:00
byte[]
ae476b45d8 fix warnings 2019-12-19 15:13:15 -05:00
byte[]
091fafd5e2 add back sort option for oldest comments first 2019-12-19 15:11:44 -05:00
byte[]
96892f7dbd untypo class name 2019-12-19 14:34:34 -05:00
byte[]
eeacf9ee14 untangle compile time dependencies in views 2019-12-19 14:32:12 -05:00
byte[]
3ae6994de7 fix incomplete theme-color meta 2019-12-19 10:59:36 -05:00
byte[]
b6d60e8c43 meta property not meta name 2019-12-19 10:51:13 -05:00
byte[]
83c62732c4 use og:description 2019-12-19 10:48:30 -05:00
byte[]
5c4131c09b opengraph fixes 2019-12-19 10:43:07 -05:00
byte[]
3097411dd7 don't show comments from images which are hidden 2019-12-19 10:34:03 -05:00
byte[]
c01ef54a71 avoid showing massive spoiler boxes in forums 2019-12-19 02:02:08 -05:00
byte[]
391c754a42 fix lingering galleries bugs 2019-12-19 01:51:21 -05:00
byte[]
ea3d40375f reverse the optgroups 2019-12-19 01:38:20 -05:00
byte[]
db61882a51 don't show comments on hidden images 2019-12-19 01:20:31 -05:00
byte[]
db1787aa45 various scraper fixes 2019-12-18 18:51:02 -05:00
byte[]
d6e89a1449 batched updater for user profile info 2019-12-18 14:32:21 -05:00
byte[]
fe746dac0f channel creation 2019-12-18 12:01:33 -05:00
byte[]
d7d9743a7e add missing application to list 2019-12-18 11:18:16 -05:00
byte[]
70b6c7ab17 channel updaters 2019-12-18 11:12:48 -05:00
byte[]
417504b4c1 add missing preload 2019-12-18 10:06:43 -05:00
byte[]
570319de97 correctly cast creation time 2019-12-17 21:32:33 -05:00
byte[]
3818a0e0d1 automatic user link verifier 2019-12-17 20:35:07 -05:00
byte[]
722fc17b41 make buttons on report page less useless 2019-12-17 19:48:51 -05:00
byte[]
2a6976c184 Fix warnings 2019-12-17 19:44:26 -05:00
byte[]
8cb3e33714 allow users to reveal hidden images, moderators to index deleted images 2019-12-17 19:42:50 -05:00
byte[]
b423f8f201 record initial source change on upload 2019-12-17 14:06:32 -05:00
byte[]
6d105ffc53 image uploader tampering 2019-12-17 13:53:41 -05:00
byte[]
d8b425bdf6 tag detail page 2019-12-17 13:12:58 -05:00
byte[]
e2496cd43b mod profiles tag/source changes 2019-12-17 12:56:03 -05:00
byte[]
8a37696915 add new button for mod notes 2019-12-17 12:33:16 -05:00
byte[]
0fa10103f8 display mod notes on profiles and such 2019-12-17 12:29:18 -05:00
byte[]
3aa730a325 copy tags on dupe merge 2019-12-17 12:13:05 -05:00
byte[]
10707cd92d autoclose reports when reportable item is deleted 2019-12-17 11:45:22 -05:00
Luna D
2f3efe701e use correct fa tag 2019-12-17 10:59:14 -05:00
byte[]
7b1a98291b don't try to render a name if the deleter is nil 2019-12-17 01:58:27 -05:00
byte[]
fee56de1d7 use the actual assign 2019-12-17 01:52:15 -05:00
byte[]
8b220775bb more admin tools 2019-12-17 00:44:24 -05:00
byte[]
c45a2a16d9 admin donations 2019-12-16 22:24:40 -05:00
byte[]
a3e4706597 track usages 2019-12-16 21:49:17 -05:00
byte[]
13765ca7da link requires a to: kw 2019-12-16 21:30:47 -05:00
byte[]
598f46215e profile details 2019-12-16 21:26:43 -05:00
byte[]
02b7fdec31 convert rows to json 2019-12-16 18:14:22 -05:00
byte[]
d42fc44494 fix permissions 2019-12-16 17:50:15 -05:00
byte[]
8f445e49f9 batch tagging 2019-12-16 17:11:16 -05:00
byte[]
9f690218f2 show error tag for duplicate upload 2019-12-16 16:24:30 -05:00
byte[]
dafb048302 don't error if no tag is given 2019-12-16 15:56:13 -05:00
byte[]
03301168c7 add connection: close to proxy request 2019-12-16 15:34:21 -05:00
byte[]
7ee4934e8f page titles 2019-12-16 14:24:38 -05:00
byte[]
70b077e4e7 add reindex and delete buttons 2019-12-16 13:49:53 -05:00
byte[]
a28d233751 ensure options are loaded 2019-12-16 13:28:17 -05:00
byte[]
a09d0d0a18 also filter inclusion on dropdown; explicit not found message 2019-12-16 01:15:59 -05:00
byte[]
c70e2e48d1 more careful gallery search 2019-12-16 01:07:10 -05:00
byte[]
3012de58b6 less special casing of literal, require del_open not be followed by a greater than sign to allow it to be replaced as an arrow 2019-12-16 00:59:25 -05:00
byte[]
2c2ad9ee82 allow link bodies to contain bracketed literals 2019-12-16 00:36:35 -05:00
byte[]
a74e7e9170 image mod tools 2019-12-16 00:25:06 -05:00
byte[]
6c3dd03270 no limit 2019-12-15 22:45:15 -05:00
byte[]
d5a7653393 data-theme should follow the theme 2019-12-15 21:35:07 -05:00
byte[]
af1781dcd0 fix warnings 2019-12-15 21:24:23 -05:00
byte[]
f8431cb1c2 admin users and roles 2019-12-15 21:21:14 -05:00
byte[]
f5996dc084 fix order 2019-12-15 18:35:56 -05:00
byte[]
299e0cf923 admin mod notes 2019-12-15 17:52:51 -05:00
byte[]
e37ab2849e badges and awards 2019-12-15 15:02:13 -05:00
byte[]
2a6b596765 admin forums 2019-12-15 12:54:27 -05:00
byte[]
b14dbf46b5 admin pages 2019-12-15 12:33:37 -05:00
byte[]
42e1d29cd4 read -> show 2019-12-15 11:33:43 -05:00
byte[]
627dfbefdb be stricter about boolean optimization 2019-12-15 11:19:34 -05:00
byte[]
8a7ca9dbcb don't try to redirect when there is no tag to redirect 2019-12-15 10:36:26 -05:00
byte[]
62885b51df actually count correctly 2019-12-15 10:09:43 -05:00
byte[]
1fbe3bd555 ensure flash is fetched 2019-12-14 22:25:11 -05:00
byte[]
b1828ff68a adverts 2019-12-14 21:54:16 -05:00
byte[]
bc6965485a more straightforward usage of array_replace 2019-12-14 20:41:53 -05:00
byte[]
b62a723efe count correctly 2019-12-14 18:12:00 -05:00
byte[]
482f1dfe5e tag aliasing and image editing 2019-12-14 18:07:29 -05:00
byte[]
b7c8b95003 more aliasing prep 2019-12-14 17:07:43 -05:00
byte[]
05c427e013 already had that one 2019-12-14 16:27:06 -05:00
byte[]
7a1cc312f3 more permissions 2019-12-14 16:26:05 -05:00
byte[]
993658ce0e fix permissions 2019-12-14 16:23:35 -05:00
byte[]
4f3390f728 tag description and implication editing 2019-12-14 16:18:49 -05:00
byte[]
2eb39b43aa fix staff buttons 2019-12-14 15:15:35 -05:00
byte[]
e5266db21e add loader plugs 2019-12-14 14:46:50 -05:00
byte[]
ff854fce73 Merge remote-tracking branch 'origin/staff-tools' 2019-12-14 13:31:28 -05:00
byte[]
56ce4c74bc site notices 2019-12-14 13:28:04 -05:00
Luna D
8cdbb9a07d
remove accidental dot 2019-12-14 13:10:27 -05:00
Luna D
782baba324
topic hiding / restoring 2019-12-14 13:03:11 -05:00
byte[]
5871920c14 ban id and time field refactor 2019-12-14 12:50:30 -05:00
Luna D
37be32f2b2
finish topic moving 2019-12-14 11:43:26 -05:00
Luna D
ffed45269b
unfinished topic moving 2019-12-14 11:10:33 -05:00
Luna D
375a5c6de1
topic stick, lock, total shitcode 2019-12-13 18:31:42 -05:00
byte[]
8196271976 show error tags first; signifiy staff metadata updates; remove pagination from watched images section 2019-12-13 14:56:52 -05:00
byte[]
6337b23dbe misc additions, 'ban this sucker' buttons 2019-12-13 14:26:43 -05:00
byte[]
fefb91644b fingerprint bans 2019-12-13 14:06:08 -05:00
byte[]
642ded69a5 misc fixes 2019-12-13 13:52:57 -05:00
byte[]
304d5486d6 subnet bans 2019-12-13 13:50:35 -05:00
byte[]
f044ab6d3e guess that doesn't work 2019-12-13 12:16:54 -05:00
byte[]
4063f84b6b user bans + ban messages for users 2019-12-13 12:14:34 -05:00
byte[]
51d5bede72 preserve sort field and direction in header search box 2019-12-12 21:19:07 -05:00
byte[]
47cd24e506 calculate pagination info correctly 2019-12-12 17:15:59 -05:00
byte[]
aa4af5a2e6 admin dnp queue 2019-12-12 16:44:50 -05:00
byte[]
3a55001ec2 this is supposed to be a span 2019-12-12 10:54:41 -05:00
byte[]
d851e8cf62 various fixes:
line-heights
ability to edit filters
fix tag parameter decoding again
better error_tag message
2019-12-12 10:51:44 -05:00
byte[]
54be9dfa5d routing, control flow and whitespace fixes 2019-12-11 23:41:33 -05:00
byte[]
6293c6d45d Merge remote-tracking branch 'origin/staff-tools' 2019-12-11 23:22:03 -05:00
byte[]
1df63cc102 put lock message in warning block 2019-12-11 23:18:57 -05:00
byte[]
7ca81137d7 add lock message to topic page 2019-12-11 23:18:57 -05:00
byte[]
6108dbab3f better error for anonymous interaction attempt 2019-12-11 23:18:57 -05:00
Joey
62d9908670 Add PR Secondary Role to staff page (#5) 2019-12-11 23:18:33 -05:00
Luna D
02808f6168
i would assume this also belongs here? 2019-12-11 19:01:00 -05:00
Luna D
4e5a29e6fb
post hiding, destroying, and a few fixes 2019-12-11 18:58:00 -05:00
Luna D
ba874ab4dd
fix post edit icon 2019-12-11 18:04:53 -05:00
Luna D
7e39998eb3
move 2019-12-11 17:39:43 -05:00
Luna D
5101bd31f2
comment destroying (css wip) 2019-12-11 17:21:14 -05:00
Hugo Locurcio
4616372e99
Fix various typos using codespell
Command used:

    codespell -wi3 **/* --ignore-words-list "dur,fave,fo,receipient,te"
2019-12-11 21:42:18 +01:00
byte[]
840a852b68 fix error on profile page 2019-12-10 21:58:16 -05:00
byte[]
0919792d53 actually filter the tags 2019-12-10 20:21:37 -05:00
byte[]
cb6d2dff78 add watcher count to tag on current user's profile 2019-12-10 19:59:43 -05:00
byte[]
d4d4ee0e2d various fixes:
add base line-height: 1.5em
add appropriate placeholder color to inputs
show number of faves on fave index
link to correct location in watched images list on activity page
don't show pagination info when there are no results
don't create a source history entry if the source wasn't changed
2019-12-10 19:41:29 -05:00
Luna D
3fe828ae9a
not 2019-12-10 15:44:10 -05:00
Luna D
90e7c6a53d
fix spaghetti code 2019-12-10 15:42:52 -05:00
Luna D
53183d70f0
delete unnecessary comments 2019-12-10 15:35:04 -05:00
Luna D
b9a4a104c1
use proper permission for ip 2019-12-10 15:31:39 -05:00
Luna D
a2b3817d5a
comment hiding 2019-12-10 15:29:48 -05:00
Luna D
b6d4c38979
fix permission 2019-12-10 12:17:13 -05:00
Luna D
2d9d32af81
reveal anon 2019-12-10 11:57:01 -05:00
Luna D
64d789c357
icons on ip/fp info 2019-12-10 11:29:54 -05:00
Luna D
37e620aee9
add proper fa class to edit button 2019-12-10 11:11:49 -05:00
byte[]
2fcfa3a344 also allow merge 2019-12-09 20:38:55 -05:00
byte[]
ca3afb26fd ensure moderators can see duplicate report tab 2019-12-09 20:36:58 -05:00
byte[]
2c1725f20a correctly count user links 2019-12-09 20:29:44 -05:00
byte[]
0d1ae1e436 respect scale settings 2019-12-09 20:28:00 -05:00
byte[]
2a1ceb421e use correct changeset 2019-12-09 20:24:44 -05:00
byte[]
7d247b777f admin user links 2019-12-09 20:21:49 -05:00
byte[]
16843ec216 use correct preview endpoint, ensure changes were made before updating stat 2019-12-09 14:22:58 -05:00
byte[]
eef6da6c78 always reindex 2019-12-08 23:53:57 -05:00
byte[]
687db1b98d duplicate reports 2019-12-08 23:41:35 -05:00
byte[]
13d971a0c1 admin reports: claim, close 2019-12-08 22:16:13 -05:00
byte[]
92dd6e1edb Merge remote-tracking branch 'origin/staff-tools' 2019-12-08 21:40:10 -05:00
byte[]
402c2eae90 add redis host for docker env, fixes #3 2019-12-08 18:34:18 -05:00
byte[]
3c84bae2fc and here 2019-12-08 18:17:12 -05:00
byte[]
c63c4cb0c1 same here 2019-12-08 18:15:17 -05:00
byte[]
bbee17320a convert incorrectly set format to string 2019-12-08 18:13:44 -05:00
Luna D
e303506e12
i don't know whose idea was to call it this way 2019-12-08 17:06:09 -05:00
Luna D
b7e07b099a
use correct permissions 2019-12-08 17:03:26 -05:00
byte[]
007624ed85 block registrations from banned users 2019-12-08 15:45:28 -05:00
byte[]
957fafe769 add matching do 2019-12-08 15:35:19 -05:00
byte[]
38a491e6b9 wrong directory 2019-12-08 15:34:49 -05:00
byte[]
1dfb6f877c show ban list on profiles 2019-12-08 15:32:54 -05:00
byte[]
5953264c53 fix usage of other_party 2019-12-08 15:15:59 -05:00
byte[]
21d9202347 fixes for banned users 2019-12-08 15:13:01 -05:00
byte[]
84eef46c78 fallback for images without a tag cache 2019-12-08 14:30:17 -05:00
byte[]
179d8a27d9 images in report queue 2019-12-08 13:22:38 -05:00
byte[]
ddc3ee61a1 fix user_abbrv 2019-12-08 13:18:10 -05:00
byte[]
284c91e2c6 use display order for tags 2019-12-08 13:04:06 -05:00
byte[]
ccd5c6aae1 fix copypasta error 2019-12-08 13:01:25 -05:00
byte[]
0c9a31eeda skip keyword merge 2019-12-08 12:55:55 -05:00
byte[]
dc1cacbcc7 force authorization 2019-12-08 12:50:44 -05:00
byte[]
9f6ac9753d fix warnings 2019-12-08 12:48:39 -05:00
byte[]
181931cf67 admin reports 2019-12-08 12:45:37 -05:00
byte[]
3e2dfb3fd9 fix relative date ranges 2019-12-08 11:25:29 -05:00
byte[]
d7dd21c258 fix spoilering, hiding, watching from tag button 2019-12-08 11:13:15 -05:00
byte[]
d887ba0f94 Add proper transforms to comment query compiler 2019-12-08 11:07:20 -05:00
byte[]
d3972f728f add missing gallery section 2019-12-08 11:00:46 -05:00
byte[]
7de9c69434 fill out stats page 2019-12-08 10:49:54 -05:00
byte[]
8fb062503e kill extra space after tag link 2019-12-08 10:15:42 -05:00
byte[]
ecd0a91025 fix templates 2019-12-08 10:14:19 -05:00
byte[]
f8aa0a68df add total back to search api 2019-12-08 10:03:29 -05:00
byte[]
ef0eee0105 validation fixes, make navigate endpoint use * as query if none given 2019-12-08 10:00:54 -05:00
byte[]
537b2e7e66 permit more characters in links 2019-12-08 09:43:47 -05:00
byte[]
b51249b4ce oops 2019-12-08 01:24:15 -05:00
byte[]
63503c5735 correct date sort 2019-12-08 01:23:03 -05:00
byte[]
f645869d28 use awarded_on for sort 2019-12-08 01:11:16 -05:00
byte[]
caaeb3ad2e add parameter recoder 2019-12-08 01:00:53 -05:00
byte[]
5f9fe0cb98 fix post navigation 2019-12-08 00:12:23 -05:00
byte[]
2c8a5fd43d add api tag controller 2019-12-08 00:04:45 -05:00
byte[]
f9f6518d97 image hiding 2019-12-07 23:53:18 -05:00
byte[]
756d2c91a6 don't try to parse a nil uri 2019-12-07 22:25:47 -05:00
byte[]
c79dfd5b21 more comprehensive blankness check for personal titles and secondary roles 2019-12-07 21:30:47 -05:00
byte[]
6ce30ee27c rely on query encoder to produce correct results 2019-12-07 21:04:58 -05:00
byte[]
64884b3dc8 require that the tag not be an alias 2019-12-07 21:00:36 -05:00
byte[]
5d4f8f83f6 deduplicate tag list 2019-12-07 20:56:08 -05:00
byte[]
ebe9463b96 add dupe report link 2019-12-07 20:53:03 -05:00
byte[]
0d48fc59b2 staff tools for ips 2019-12-07 20:49:28 -05:00
byte[]
c8e63adc22 add role map to users 2019-12-07 19:57:37 -05:00
byte[]
8a4b6d3b0a add roles and filter preload 2019-12-07 19:49:05 -05:00
byte[]
040622574f call the right function 2019-12-07 19:22:07 -05:00
byte[]
fff9bea3fd use correct route in tag paginator 2019-12-07 19:21:01 -05:00
byte[]
16d9282246 don't show extra tag info if there is no extra info 2019-12-07 18:53:24 -05:00
byte[]
c3f745ddee display tag/source change counters on image pages 2019-12-07 18:41:31 -05:00
byte[]
306c954546 display message count 2019-12-07 18:29:22 -05:00
byte[]
3e4cad2c7d fix warning 2019-12-07 18:25:21 -05:00
byte[]
cf28d6e915 fixes for private messages 2019-12-07 18:24:37 -05:00
byte[]
cf0818b9f9 oops 2019-12-07 17:08:24 -05:00
byte[]
823e44495d add recent artwork to profile page 2019-12-07 17:07:53 -05:00
byte[]
a4197ee8c3 show query in header 2019-12-07 16:55:56 -05:00
byte[]
54c6085ddf sort awards by created_at 2019-12-07 16:46:32 -05:00
byte[]
0db101fca4 add ujs disable hooks 2019-12-07 15:51:31 -05:00
byte[]
969822946f renest markup to add hover text 2019-12-07 15:36:02 -05:00
byte[]
a66c1e7e94 also delay image index page 2019-12-07 15:16:17 -05:00
byte[]
4c5fcdecb1 fix image index 2019-12-07 15:13:32 -05:00
byte[]
9a3ef4df30 fix can? usage 2019-12-07 11:52:27 -05:00
byte[]
13ad9e964d add duplicate and deleted handling 2019-12-07 11:48:39 -05:00
byte[]
5cdc647208 add 'search posts' button to topic header 2019-12-07 11:32:04 -05:00
byte[]
ae189bafce avatar uploading 2019-12-07 11:26:45 -05:00
byte[]
8a8281eaba refactor processor architecture 2019-12-07 00:49:20 -05:00
byte[]
b81eb43038 handle nil notification user 2019-12-06 19:16:35 -05:00
byte[]
0d3555c3da fix dupe report submission 2019-12-06 19:11:25 -05:00
byte[]
c1b92967c6 don't render the 200k message when it's not 200k 2019-12-06 18:25:42 -05:00
byte[]
b89e9c464f don't allow posting in locked topics 2019-12-06 18:25:05 -05:00
byte[]
9b94636376 fa-thumb-tack -> fa-thumbtack 2019-12-06 18:16:18 -05:00
byte[]
0e13a7e6a0 fix warnings 2019-12-06 18:08:37 -05:00
byte[]
1b774dfae3 fix for nil user 2019-12-06 17:59:39 -05:00
byte[]
2a9cbb0ff0 Merge remote-tracking branch 'origin/staff-tools' 2019-12-06 17:57:26 -05:00
Luna D
06d6e71061
replace =< with ' 2019-12-06 17:46:46 -05:00
byte[]
4475b7f095 actually use NDT diff... 2019-12-06 17:41:56 -05:00
byte[]
26d203f54c force comparison with NDT 2019-12-06 17:37:45 -05:00
byte[]
3d66ff432a update topic last reply date 2019-12-06 17:36:08 -05:00
Luna D
f584d87ceb
make staff buttons reflect permissions properly 2019-12-06 17:00:51 -05:00
Luna D
36e44146bc
update fa, autoprefixer, normalize 2019-12-06 16:38:36 -05:00
byte[]
ac103e15f3 add history link 2019-12-06 13:09:29 -05:00
byte[]
da16bd48d8 misc fixes 2019-12-06 13:06:54 -05:00
byte[]
b56485f13a static page versions 2019-12-06 12:59:17 -05:00
byte[]
2d9b85d686 add csp, add global last button 2019-12-06 12:41:02 -05:00
byte[]
6329b01e38 hide/spoiler/watch from tag dropdown 2019-12-06 12:12:55 -05:00
byte[]
ae6e282424 post editing 2019-12-06 10:14:25 -05:00
byte[]
d22ab9aa58 tentative comment editing 2019-12-06 09:43:01 -05:00
byte[]
76de12d69d post versions 2019-12-06 08:58:34 -05:00
byte[]
8d08c42331 delegate attribution correctly 2019-12-05 22:11:52 -05:00
byte[]
0c976851ed fix various things 2019-12-05 22:05:21 -05:00
byte[]
9fc04b9b71 primitive history viewing 2019-12-05 21:46:51 -05:00
byte[]
2a338d86c7 allow users to edit their profile description 2019-12-05 19:36:45 -05:00
byte[]
463d86af5c commission section on profile page 2019-12-05 18:11:15 -05:00
byte[]
19174a31ba conn no longer necessary 2019-12-05 17:57:17 -05:00
byte[]
d5c438acdc point provider url at the correct page 2019-12-05 17:56:20 -05:00
byte[]
0f21011049 propagate conn 2019-12-05 17:01:47 -05:00
byte[]
0adfe58ab2 fix tags with descriptions 2019-12-05 17:01:09 -05:00
byte[]
8b6fef83e2 better tag info row 2019-12-05 16:57:59 -05:00
Luna D
499d9d017c
remove this from todo 2019-12-05 15:28:42 -05:00
Luna D
621c6587d8
ip/fp info on images 2019-12-05 15:25:37 -05:00
Luna D
76dce674ea
ip/fp info on posts 2019-12-05 15:06:18 -05:00
Luna D
2b0e65e85e
truncate FP and use helpers 2019-12-05 14:59:40 -05:00
Luna D
01de0bdca7
ip/fp info on comments 2019-12-05 14:48:06 -05:00
Luna D
cb4c956079
permission checks 2019-12-05 14:31:29 -05:00
byte[]
a3187ae150 update stats counters when specific actions are taken 2019-12-05 14:23:26 -05:00
byte[]
0822fe7618 helps if you actually add the template 2019-12-05 13:35:44 -05:00
byte[]
3ab695cd3f profile pages fixes 2019-12-05 13:32:53 -05:00
byte[]
87990fafe4 make sparklines actually work 2019-12-05 09:01:06 -05:00
byte[]
6882dd00e3 generate statistics sparklines 2019-12-05 08:55:49 -05:00
byte[]
d8e3b9e4ff add error tags to gallery form 2019-12-05 00:06:07 -05:00
byte[]
19f9cf7db4 more filters 2019-12-05 00:02:53 -05:00
byte[]
98260fac9f actually render comments 2019-12-05 00:00:41 -05:00
byte[]
3d94deb7e5 add more recents to profile page 2019-12-04 23:53:56 -05:00
byte[]
27e4fe5841 add galleries link to navigation 2019-12-04 23:35:43 -05:00
byte[]
953762fbf2 add appropriate classes 2019-12-04 23:32:01 -05:00
byte[]
c070b515c0 channel subscriptions 2019-12-04 23:27:40 -05:00
byte[]
885488d40e galleries 2019-12-04 23:12:49 -05:00
byte[]
c918e4f7ab gallery show page 2019-12-04 19:53:31 -05:00
byte[]
dfe1e3b57e gallery routes 2019-12-04 19:11:31 -05:00
Luna D
7c6a189dab
no this isnt rails 2019-12-04 18:23:03 -05:00
Luna D
00373f44b2
simplify 2019-12-04 18:21:12 -05:00
Luna D
accc9b5304
actual working counters i think 2019-12-04 18:15:54 -05:00
byte[]
022b1008ab add profile source changes 2019-12-04 17:56:13 -05:00
Luna D
c3e6bb5f3e
create staff links dummy 2019-12-04 17:28:53 -05:00
byte[]
015abf068b add tag changes to tag, profile 2019-12-04 17:10:35 -05:00
byte[]
ad17b48011 rearrange image tag changes 2019-12-04 16:47:46 -05:00
byte[]
413c19a97d handle aliases in tag input 2019-12-04 16:42:13 -05:00
byte[]
b36ef1dd23 commission item routes 2019-12-04 12:14:41 -05:00
byte[]
bbe7643174 rest of commission routes 2019-12-04 11:35:06 -05:00
byte[]
ce4b1b1bcf upgrade from mix.config to config 2019-12-04 10:35:16 -05:00
byte[]
748086c01f new commission endpoint 2019-12-04 10:00:41 -05:00
byte[]
0eaed4296e set commission in conn 2019-12-04 09:32:43 -05:00
byte[]
8d9487e032 renest commissions page 2019-12-04 09:28:17 -05:00
byte[]
846c99e563 user links 2019-12-04 09:04:25 -05:00
byte[]
50759774f6 fix conversation controller 2019-12-04 08:27:35 -05:00
byte[]
3f6322ca81 user reporting 2019-12-04 08:25:10 -05:00
byte[]
c3d6a3817e add reporting to conversations 2019-12-04 08:19:33 -05:00
byte[]
2bc39e8416 comment and post reporting 2019-12-04 08:13:10 -05:00
byte[]
8cc2fd763c allow indexing forums 2019-12-04 07:38:57 -05:00
byte[]
d3ea63da01 even more preloads 2019-12-03 23:23:24 -05:00
byte[]
86e105010f mroe preloads 2019-12-03 23:20:39 -05:00
byte[]
6e4865bdf5 propagate conn 2019-12-03 23:18:49 -05:00
byte[]
600d37c7c0 image options area 2019-12-03 23:14:56 -05:00
byte[]
bd6614452f unbreak pages without an image 2019-12-03 21:01:52 -05:00
byte[]
652177d95e fix spelling 2019-12-03 20:57:05 -05:00
byte[]
d43c9cbcf4 add opengraph meta 2019-12-03 20:56:39 -05:00
byte[]
50880ba888 oembed api 2019-12-03 20:27:58 -05:00
byte[]
a9c276ae2f add filter override param 2019-12-03 20:00:48 -05:00
byte[]
12fb45170c api changes 2019-12-03 19:50:23 -05:00
byte[]
de5868f5ad full docker setup 2019-12-03 14:02:52 -05:00
byte[]
1e4a157def development seeds 2019-12-02 12:40:17 -05:00
byte[]
bf7dab33b7 add standard seeds 2019-12-02 10:58:12 -05:00
byte[]
7ae3bc3a90 add missing aliases 2019-12-02 10:02:48 -05:00
byte[]
e39a8eeccc automatic updating notifications 2019-12-02 09:55:48 -05:00
byte[]
7be7ca8303 update query param in conn 2019-12-02 09:37:01 -05:00
byte[]
1bec3e0caa add missing span wrapper, handle nested quote/spoiler interactions inside link text 2019-12-02 09:32:14 -05:00
byte[]
c53c7d283f uri encoded slug lookups 2019-12-01 21:38:19 -05:00
byte[]
3046da7c67 add nicer lookup error handlers 2019-12-01 21:30:58 -05:00
byte[]
ea29cef2a1 add tag fetch endpoint 2019-12-01 12:26:14 -05:00
byte[]
25319f1c76 apply filter evaluator 2019-12-01 12:11:00 -05:00
byte[]
9d6103d77c add search evaluator 2019-12-01 11:42:38 -05:00
byte[]
5db190d6b8 automatic notifications clearing 2019-12-01 00:03:45 -05:00
byte[]
80077786cf duplicate reports fixes 2019-11-30 23:58:32 -05:00
byte[]
bec983fdf1 duplicate reports 2019-11-30 23:51:44 -05:00
byte[]
b972c85675 add comment and post path listings to profile page 2019-11-30 21:29:46 -05:00
byte[]
dae9f90501 filter editing 2019-11-30 21:25:42 -05:00
byte[]
2df262a1de add ImageLoader 2019-11-30 21:22:05 -05:00
byte[]
4635bd1c65 proper post search 2019-11-30 20:44:57 -05:00
byte[]
8b79f5808f fix datetime parsing 2019-11-30 20:30:05 -05:00
byte[]
9b87f9a07a alias helper module 2019-11-30 20:09:07 -05:00
byte[]
404141883a proper comment search 2019-11-30 20:06:08 -05:00
byte[]
927cc55073 rss api 2019-11-30 18:11:24 -05:00
byte[]
664bd0b0dd fix warnings 2019-11-30 17:42:12 -05:00
byte[]
64d1e817d1 settings page 2019-11-30 17:40:53 -05:00
byte[]
ff27a0992f more adjacency 2019-11-30 13:04:07 -05:00
byte[]
e24c3e812f handle adjacent markup rules correctly 2019-11-30 11:59:51 -05:00
byte[]
84bba9062b redirect correctly 2019-11-30 01:39:44 -05:00
byte[]
1e1b0054d0 add livestream tracking 2019-11-30 01:30:45 -05:00
byte[]
4796d3d628 respect user preference to be anonymous by default 2019-11-30 00:52:05 -05:00
byte[]
9572ad0f21 fixes for the description form 2019-11-30 00:44:15 -05:00
byte[]
4c98a6f4ec scoped random navigation 2019-11-30 00:40:37 -05:00
byte[]
3668bac1e2 whitespace 2019-11-30 00:26:12 -05:00
byte[]
0ce797bbd9 fix post template 2019-11-29 23:53:37 -05:00
byte[]
31ae960e23 link to current user's profile page 2019-11-29 21:36:16 -05:00
byte[]
d94a09c2d9 add image navigation 2019-11-29 21:33:15 -05:00
byte[]
e91154e3c3 update footer, pagination links, syntax page link 2019-11-29 18:54:05 -05:00
byte[]
5c5535d887 use correct bucket 2019-11-29 17:48:04 -05:00
byte[]
d6ba37c882 stats page 2019-11-29 17:45:44 -05:00
byte[]
6e6d08f098 select users correctly 2019-11-29 17:04:59 -05:00
byte[]
c047f0af6d staff page 2019-11-29 17:01:54 -05:00
byte[]
d2e7afb3c7 preload tag 2019-11-29 16:49:09 -05:00
byte[]
4b124160ad dnp list 2019-11-29 16:47:41 -05:00
byte[]
9a6f0e01a7 misc fixes 2019-11-29 15:04:13 -05:00
byte[]
70bbe6df81 add detailed descriptions to tag pages 2019-11-29 14:59:55 -05:00
byte[]
ca1036088f notification clearing, forum subscriptions 2019-11-29 14:29:01 -05:00
byte[]
0efa3b40c3 set preload 2019-11-29 13:45:04 -05:00
byte[]
c41c99992d various fixes 2019-11-29 13:44:16 -05:00
byte[]
bbad33a70c tag table 2019-11-29 13:26:44 -05:00
byte[]
964efa871c add footer and tag table data 2019-11-29 12:03:39 -05:00
byte[]
0e7c239bfe install canary map on topic creation action 2019-11-29 11:43:53 -05:00
byte[]
ce450b77d9 static pages 2019-11-29 01:35:15 -05:00
byte[]
4a44199a39 spacing, separator 2019-11-29 01:29:14 -05:00
byte[]
725cd737f4 Advertview -> AdvertView 2019-11-29 01:28:04 -05:00
byte[]
c621c83ac8 adverts 2019-11-29 01:26:05 -05:00
byte[]
482b8c2e80 use full_text when it's available 2019-11-29 00:49:32 -05:00
byte[]
5fc1768454 automatically categorize certain tags based on their namespaces 2019-11-29 00:45:41 -05:00
byte[]
57fcb8504c add description editing 2019-11-29 00:39:15 -05:00
byte[]
5bc277231e disable tumblr scraper for time being 2019-11-29 00:08:08 -05:00
byte[]
1dab37ed58 create auto subscription on image upload 2019-11-29 00:05:20 -05:00
byte[]
9db79fe62b require extended mode for tweets 2019-11-28 23:56:01 -05:00
byte[]
5e5e3d3b45 prepend host header 2019-11-28 19:56:36 -05:00
byte[]
9468ede4e3 always use custom user agent 2019-11-28 19:34:22 -05:00
byte[]
85b1f2b1ec reverse search 2019-11-28 19:11:05 -05:00
byte[]
109f3f781a finish scraper 2019-11-28 18:19:47 -05:00
byte[]
da09d45c7f correct avatar class for users with avatar 2019-11-28 12:19:27 -05:00
byte[]
fbfa572a1e add scrapers 2019-11-28 12:12:10 -05:00
byte[]
d3b45e303d tag search 2019-11-27 22:17:52 -05:00
byte[]
7892df9b9f sort forum list 2019-11-27 21:59:38 -05:00
byte[]
a22b397fc4 show forum list 2019-11-27 21:57:25 -05:00
byte[]
d91346c9b1 add user titles 2019-11-27 21:31:53 -05:00
byte[]
83fed839ad add previewing and textile help to textile edit boxes 2019-11-27 21:06:41 -05:00
byte[]
06c48f6916 add interactions, proper filtering to tag controller 2019-11-27 19:24:45 -05:00
byte[]
a489d00aed recognize domain characters correctly 2019-11-27 19:19:55 -05:00
byte[]
9e5d4e02d8 re-add space/eos to stop tokens 2019-11-27 16:53:52 -05:00
byte[]
e6f97ff4eb links might also contain underscores 2019-11-27 16:52:26 -05:00
byte[]
640bf64a8c don't abort on common link characters 2019-11-27 16:45:31 -05:00
byte[]
9dbdad0d49 hopefully more correct fix for textile shenanigans 2019-11-27 16:38:53 -05:00
byte[]
fa6be88874 fix link parsing 2019-11-27 16:27:31 -05:00
byte[]
5b77e2a060 textile fixes 2019-11-27 16:07:22 -05:00
byte[]
31d05e312c miscellaneous fixes 2019-11-27 00:51:20 -05:00
byte[]
2d762e9645 flatten long chains of conjoined/disjoined terms and double negation 2019-11-27 00:09:46 -05:00
byte[]
912efc8dcd various fixes 2019-11-26 23:52:49 -05:00
byte[]
47f379d82d add tag autocompletion 2019-11-26 21:19:07 -05:00
byte[]
ae7f3834fd verified uploaders 2019-11-26 20:45:57 -05:00
byte[]
84abf98b30 uploading works 2019-11-25 23:51:17 -05:00
byte[]
56db3807aa all processing code 2019-11-25 22:47:57 -05:00
byte[]
2159fbd9c7 add processor skeleton 2019-11-25 21:57:47 -05:00
byte[]
813ff87f9e processors 2019-11-25 19:06:40 -05:00
byte[]
91187d24f1 add corner intensities and mime type hooks 2019-11-25 00:18:16 -05:00
byte[]
e343cf9ee0 fix permission name 2019-11-24 21:27:25 -05:00
byte[]
9ba679f3a5 improve tag edit error message 2019-11-24 21:21:11 -05:00
byte[]
dd8ecd531c controller/view for tag changes, source changes 2019-11-24 21:16:22 -05:00
byte[]
0e5de7aaa2 source/tag change model setup 2019-11-24 13:36:21 -05:00
byte[]
935fa0f45e upgrade pow 2019-11-20 17:45:17 -05:00
byte[]
024b6410c5 update pow, set bind address to local address 2019-11-20 00:34:45 -05:00
byte[]
831580ac3d subscribe user on topic creation 2019-11-18 23:03:16 -05:00
byte[]
92d53f6450 set name_at_post_time more explicitly 2019-11-18 22:58:21 -05:00
byte[]
623b2b486f forum has_many subscriptions 2019-11-18 22:41:57 -05:00
byte[]
d6e07b8316 topics/polls forms, relative dates 2019-11-18 22:38:22 -05:00
byte[]
3ee6c07609 use more correct way of propagating user through models 2019-11-18 19:33:27 -05:00
byte[]
889e2349d0 add controller action mapping for message post 2019-11-18 13:24:02 -05:00
byte[]
d1ae1c7348 correct view module 2019-11-18 13:14:10 -05:00
byte[]
7e81b3cf4e correct other template name 2019-11-18 13:13:31 -05:00
byte[]
7d9a78fbbc correct template name 2019-11-18 13:13:00 -05:00
byte[]
9e32851a89 propagate poll correctly 2019-11-18 13:12:15 -05:00
byte[]
2f03254d79 correct association name 2019-11-18 13:11:32 -05:00
byte[]
d0f53463a2 render polls 2019-11-18 13:09:59 -05:00
byte[]
56fb4a154f hide notification help text when notifications are present 2019-11-18 12:35:11 -05:00
byte[]
2f4ba6d96d read site notices 2019-11-18 12:32:23 -05:00
byte[]
bd0711730e more sophisticated map validation 2019-11-18 11:25:27 -05:00
byte[]
acb50f3efe conversations 2019-11-18 11:00:08 -05:00
byte[]
bdec219d23 add redirect stub to gallery show page 2019-11-18 09:25:56 -05:00
byte[]
38447e7e9c add sort options 2019-11-18 09:14:26 -05:00
byte[]
9d26cef16b propagate conn 2019-11-18 08:10:17 -05:00
byte[]
7405f460cf don't require conn for now 2019-11-18 00:26:36 -05:00
byte[]
cca1283b55 propagate conn 2019-11-18 00:09:51 -05:00
byte[]
bc82e368a5 allow changing the link 2019-11-18 00:05:42 -05:00
byte[]
cd48d948cb don't load the entire world 2019-11-17 23:59:32 -05:00
byte[]
809da3c73f preload tags of thumbnail 2019-11-17 23:51:39 -05:00
byte[]
1ad4f8f076 galleries index 2019-11-17 23:47:09 -05:00
byte[]
de48c06f99 automatically subscribe user on post 2019-11-17 23:02:08 -05:00
byte[]
eef29910de fix parser, add last page back to pagination 2019-11-17 22:48:47 -05:00
byte[]
19b54f5f58 update forum as well 2019-11-17 22:39:47 -05:00
byte[]
91517b756b forum posting 2019-11-17 22:31:28 -05:00
byte[]
1f95c04b44 add tall size 2019-11-17 21:23:45 -05:00
byte[]
57a37971b1 ensure name_at_post_time is set correctly 2019-11-17 20:53:08 -05:00
byte[]
0a62a3d5ce use struct instead of keyword 2019-11-17 20:33:50 -05:00
byte[]
19c9bcb3c0 don't use user 2019-11-17 20:01:01 -05:00
byte[]
ac3c6d3842 propagate conn 2019-11-17 20:00:01 -05:00
byte[]
7c68e5d033 add show view 2019-11-17 19:59:00 -05:00
byte[]
d02390d847 unindent block content 2019-11-17 19:32:20 -05:00
byte[]
aa50acc5ca set image size 2019-11-17 19:30:50 -05:00
byte[]
7b181559ab use more convoluted formatting method 2019-11-17 19:29:56 -05:00
byte[]
2a70035a19 fix format arguments 2019-11-17 19:23:42 -05:00
byte[]
cf999507ec actually fix it 2019-11-17 19:22:53 -05:00
byte[]
cc9458e544 fix price range calculation 2019-11-17 19:18:56 -05:00
byte[]
eb3e24c04d add commission listings 2019-11-17 19:09:15 -05:00
byte[]
fa8f969529 order forums by name 2019-11-17 17:55:20 -05:00
byte[]
b9d4400c0c use existing fontawesome icon 2019-11-17 17:54:04 -05:00
byte[]
8619726d9e add appropriate layout classes 2019-11-17 17:51:14 -05:00
byte[]
5c4b19edff respect tag filters 2019-11-17 17:39:19 -05:00
byte[]
f5cead1379 use appropriate sizing 2019-11-17 17:37:00 -05:00
byte[]
6b73affd3c fix unused parameter 2019-11-17 17:15:02 -05:00
byte[]
5982fe4774 add post search 2019-11-17 17:14:20 -05:00
byte[]
d9bb4d700f add comment search 2019-11-17 16:30:20 -05:00
byte[]
850a0d758e use comment listing with images 2019-11-17 15:37:01 -05:00
byte[]
a8fef6d03c add filter selection 2019-11-17 14:47:01 -05:00
byte[]
27a443bd2a fix class name 2019-11-17 13:57:28 -05:00
byte[]
a64f245985 display unread conversation ticker more prominently 2019-11-17 13:56:40 -05:00
byte[]
790ee13a36 store comment attribution correctly; count unread conversations 2019-11-17 13:52:59 -05:00
byte[]
41bf4790af add attribution plug 2019-11-17 13:29:07 -05:00
byte[]
06875bc11d consistensize plug naming scheme 2019-11-17 13:18:21 -05:00
byte[]
f9bdda08a7 add topic subscriptions 2019-11-17 13:05:50 -05:00
byte[]
8131782a20 add image subscriptions 2019-11-17 12:50:42 -05:00
byte[]
29453f060f fix warnings about invalid association 2019-11-17 11:06:47 -05:00
byte[]
551c7515ae add commenting and notifications generation 2019-11-16 23:59:24 -05:00
byte[]
c9d14359e7 use correct format for svg thumbs 2019-11-16 22:19:20 -05:00
byte[]
a4e189f51c downcase image_format 2019-11-16 22:15:26 -05:00
byte[]
664822dbd2 use canary mapper 2019-11-16 21:53:41 -05:00
byte[]
f99b11db1d don't store sessions in ets (oops) 2019-11-16 21:27:42 -05:00
byte[]
d18dc007e0 fix bad alias 2019-11-16 21:21:17 -05:00
byte[]
d60c6ccb06 add interactions 2019-11-16 21:20:33 -05:00
byte[]
6513fb39b8 remove unused aliases 2019-11-16 18:45:20 -05:00
byte[]
897ed77709 split image context 2019-11-16 18:42:48 -05:00
byte[]
dd52b7745b add skeleton vote controller 2019-11-16 18:01:42 -05:00
byte[]
723b5ec04b fix filter patch route 2019-11-16 00:11:24 -05:00
byte[]
3b18428215 use the alias cache 2019-11-16 00:09:02 -05:00
byte[]
dcc3b418c8 appropriate preloads 2019-11-15 23:42:36 -05:00
byte[]
4b37a568c4 table row 2019-11-15 23:41:10 -05:00
byte[]
f28fcc59d0 add conversations controller/templates 2019-11-15 23:38:42 -05:00
byte[]
02fc81f23b add notification controller 2019-11-15 22:50:58 -05:00
byte[]
7f309f649e don't use access 2019-11-15 22:10:09 -05:00
byte[]
ec26c0e4d4 add polymorphic association loader 2019-11-15 22:06:37 -05:00
byte[]
ca15e74c4a compile stylesheets separately 2019-11-15 19:59:28 -05:00
byte[]
13168e81cb add ban filterer 2019-11-15 19:48:17 -05:00
byte[]
ab5b7782c7 add bans 2019-11-15 19:40:32 -05:00
byte[]
54fd5f3c47 also trim custom transform value 2019-11-15 13:30:44 -05:00
byte[]
69c03f483d trim terms, add my:hidden 2019-11-15 13:27:10 -05:00
byte[]
58a045ed29 add captcha verification 2019-11-15 11:14:23 -05:00
byte[]
b18e17a179 nicer search error message 2019-11-15 10:40:10 -05:00
byte[]
4cfaf47573 fix a few errors 2019-11-15 10:34:04 -05:00
byte[]
32d3098da4 changeset changes 2019-11-15 10:15:21 -05:00
byte[]
187051d56c warnings 2019-11-14 22:31:24 -05:00
byte[]
9c638c0e3b fix filters page for authenticated users 2019-11-14 22:30:19 -05:00
byte[]
4915fb5044 normalize search string in filter compilation 2019-11-14 22:15:25 -05:00
byte[]
76886c5329 add mailer, password resets, lockouts 2019-11-14 21:40:35 -05:00
byte[]
31d637cca0 remove role from context 2019-11-14 20:15:07 -05:00
byte[]
abd4de0b4d split users context 2019-11-14 20:08:38 -05:00
byte[]
e76c3cdcba add lockout plugs 2019-11-14 19:59:51 -05:00
byte[]
f45c7dfce0 update pow 2019-11-13 15:12:35 -05:00
byte[]
dd1c1e61f5 add captcha, controller, images 2019-11-13 11:28:02 -05:00
byte[]
7784c09b3e fixups 2019-11-13 00:28:02 -05:00
byte[]
f627677cb6 add otp views 2019-11-12 23:49:37 -05:00
byte[]
f1726e3d52 add bulk of totp logic 2019-11-12 22:12:46 -05:00
byte[]
0f6e94d1a9 add recent comments 2019-11-11 22:10:41 -05:00
byte[]
5b35b75b1d load awards 2019-11-11 21:53:19 -05:00
byte[]
95ace30af5 add comments behavior 2019-11-11 21:38:51 -05:00
byte[]
dd985a16dc remove fluff from header navigation 2019-11-11 20:47:21 -05:00
byte[]
d030f7774e fix homepage topic strips 2019-11-11 20:45:29 -05:00
byte[]
0c781af388 fix indentation 2019-11-11 20:41:26 -05:00
byte[]
161de00bfa fix award titles 2019-11-11 20:40:31 -05:00
byte[]
9f0a8470e4 profile page tweaks 2019-11-11 20:37:11 -05:00
byte[]
c13c43aaf2 primitive profile page 2019-11-11 20:27:09 -05:00
byte[]
a0e08f49c3 image page scaling 2019-11-11 19:31:22 -05:00
byte[]
b39baecd4f add species tags to stylesheets, require ratings to come first 2019-11-11 18:58:45 -05:00
byte[]
657c038854 ok ecto 2019-11-11 18:54:20 -05:00
byte[]
5c209146a7 sort tags on image page 2019-11-11 18:19:00 -05:00
byte[]
2cfd5d2f19 fix weird alignment 2019-11-11 18:04:50 -05:00
byte[]
cdd932c35f render descriptions 2019-11-11 17:57:29 -05:00
byte[]
c08ceb5134 these are separate blocks 2019-11-11 13:01:46 -05:00
byte[]
e313460917 fix 'go to post' links 2019-11-11 12:57:02 -05:00
byte[]
14d693e2c1 implement attribution for topic 2019-11-11 12:44:29 -05:00
byte[]
4827115b90 add path separator 2019-11-11 12:38:26 -05:00
byte[]
510abe5103 pattern match result 2019-11-11 12:35:11 -05:00
byte[]
0f75c973aa correct usage of and 2019-11-11 12:30:36 -05:00
byte[]
9679897930 true anon posts have no user 2019-11-11 12:28:43 -05:00
byte[]
da1237a32a primitive avatar support 2019-11-11 12:25:51 -05:00
byte[]
a86be3b17c fix apparent skew 2019-11-11 12:07:09 -05:00
byte[]
f21eaa87bb add anonyhash 2019-11-11 11:56:34 -05:00
byte[]
e231451abd actually fix it 2019-11-10 19:24:58 -05:00
byte[]
6808ce1d12 fix camo 2019-11-10 19:22:41 -05:00
byte[]
41867a6cec battle-test parser 2019-11-10 18:35:52 -05:00
byte[]
3b5a705ecf avoid time complexity explosion from list append 2019-11-08 21:33:08 -05:00
byte[]
bba114e4eb fix markup at start 2019-11-08 21:13:17 -05:00
byte[]
0ed5c127f9 minor refactoring 2019-11-08 21:11:06 -05:00
byte[]
27ebe0887d fix infinite loop 2019-11-08 21:05:49 -05:00
byte[]
5b77a462f4 add parser structure 2019-11-08 20:43:38 -05:00
byte[]
43217607cd add coalescer 2019-11-03 19:35:04 -05:00
byte[]
9cfc426103 markup lexer 2019-11-03 19:18:32 -05:00
byte[]
61def278b5 add links 2019-11-03 19:10:05 -05:00
byte[]
fcb8919669 tweaks and images 2019-11-03 18:58:11 -05:00
byte[]
32ac705eee deal with markup segments 2019-11-03 15:32:55 -05:00
byte[]
3e29e3785d initial, bad attempt at lexing 2019-11-02 21:47:54 -04:00
byte[]
ae8b3d2c74 remove old parser 2019-11-02 18:22:30 -04:00
byte[]
c0379ec056 pass old parser tests 2019-11-02 17:02:46 -04:00
byte[]
c46cceab03 fixes 2019-11-02 16:31:55 -04:00
byte[]
756599df56 add non-macro-based search parser 2019-11-02 14:34:25 -04:00
byte[]
6496fd30fa fix validations 2019-11-02 09:28:54 -04:00
byte[]
2c04e1cf3d filter editor 2019-11-02 09:14:03 -04:00
byte[]
4d7ef4a18d add cryptor 2019-10-31 22:45:34 -04:00
byte[]
39470dc1ad primitive sign in 2019-10-31 13:57:39 -04:00
byte[]
77235013bf nested preload 2019-10-10 21:48:44 -04:00
byte[]
dfaccb964d webm playback, maybe 2019-10-10 21:47:13 -04:00
byte[]
969ee117b1 add filters show page 2019-10-09 11:51:14 -04:00
byte[]
15ffe82ff7 pass conn to template 2019-10-08 21:13:44 -04:00
byte[]
702381abc3 add filters 2019-10-08 20:45:04 -04:00
byte[]
abb6d148a3 fix search view 2019-10-08 19:50:28 -04:00
byte[]
0fac15353e correctly pass keyword list 2019-10-08 19:42:22 -04:00
byte[]
df6532a7af return page struct 2019-10-08 19:40:26 -04:00
byte[]
c28c3b914a correct forum pagination 2019-10-08 19:37:14 -04:00
byte[]
94f521e99c forums pagination 2019-10-08 19:30:51 -04:00
byte[]
3a8176b47a scrivener 2019-10-08 19:19:57 -04:00
byte[]
5d5549c457 remove second sort 2019-10-06 18:06:22 -04:00
byte[]
6a741d1b2c load topic correctly 2019-10-06 17:59:47 -04:00
byte[]
68472cf412 don't show hidden results 2019-10-06 17:45:26 -04:00
byte[]
02f30391f6 add forums visibility 2019-10-06 17:31:48 -04:00
byte[]
a37699338e add forum ability 2019-10-06 16:25:40 -04:00
byte[]
0d74aa9ab0 add comment display 2019-10-04 20:51:56 -04:00
byte[]
4f0b549469 add size adjust css class 2019-10-04 20:31:35 -04:00
byte[]
64ff8cfa28 make scripts behave 2019-10-04 20:27:26 -04:00
byte[]
509d53dbee add comment elasticsearch and activity page strips 2019-10-04 19:43:15 -04:00
byte[]
5f56710459 actually actually fix it 2019-10-04 19:18:43 -04:00
byte[]
0a8c2d5e30 actually fix it 2019-10-04 19:17:40 -04:00
byte[]
2359742d05 fix featured image selection 2019-10-04 19:16:50 -04:00
byte[]
0e86ead40e display the number of viewers 2019-10-04 18:57:42 -04:00
byte[]
c581a43073 primitive filtering 2019-10-04 18:56:51 -04:00
byte[]
83b63bbd4b add topics and channels strips 2019-10-04 18:52:44 -04:00
byte[]
7508456919 barebones activity page 2019-10-04 12:48:00 -04:00
byte[]
6e5d81191d add basic user attribution 2019-10-03 21:03:33 -04:00
byte[]
6a461ec927 fix macro usage 2019-10-03 20:53:30 -04:00
byte[]
19c5ded879 add tag searching 2019-10-03 20:42:49 -04:00
byte[]
86ffbfdb5b tag page 2019-10-03 19:58:54 -04:00
byte[]
1349f41f99 rearrange for convenience 2019-09-30 21:21:48 -04:00
byte[]
c984872066 become canadian 2019-09-30 21:12:38 -04:00
byte[]
9802454a48 fix forums associations 2019-09-30 20:50:34 -04:00
byte[]
d1b329eb76 cull warnings 2019-09-30 20:41:51 -04:00
Liam P. White
e90033f2e1 fix warning 2019-08-28 21:44:15 -04:00
Liam P. White
fdf53cb495 format 2019-08-28 21:35:01 -04:00
Liam P. White
1a44260211 add primitive search controller 2019-08-28 21:33:58 -04:00
Liam P. White
7bda48cbfa use correct document type 2019-08-28 21:18:40 -04:00
Liam P. White
047e02c9ba some filter incorporation 2019-08-28 21:14:54 -04:00
Liam P. White
5085d3c9d1 format 2019-08-28 18:50:36 -04:00
Liam P. White
a052b0e079 context: versions, vpns 2019-08-28 18:41:03 -04:00
Liam P. White
37ac0e03b7 context: users_roles 2019-08-28 18:38:17 -04:00
Liam P. White
0906248922 context: user_name_changes, user_statistics, user_whitelists 2019-08-28 18:36:38 -04:00
Liam P. White
cddb4d3ae3 context: user_links 2019-08-28 18:33:13 -04:00
Liam P. White
07310765ba fix naming 2019-08-28 18:30:55 -04:00
Liam P. White
ab578bd4d7 context: user_ips, user_fingerprints 2019-08-28 18:29:36 -04:00
Liam P. White
73beb449ef context: unread_notifications 2019-08-28 18:26:49 -04:00
Liam P. White
6920dfba25 context: topic_subscriptions 2019-08-28 18:24:19 -04:00
Liam P. White
0196d5b57e context: tags_implied_tags 2019-08-28 18:22:27 -04:00
Liam P. White
b6cdb85d75 context: source_changes, tag_changes 2019-08-28 13:41:52 -04:00
Liam P. White
98582aeb5f context: site_notices 2019-08-28 13:36:25 -04:00
Liam P. White
282957bef5 context: roles 2019-08-28 13:34:36 -04:00
Liam P. White
fb9aa9a1f1 context: reports 2019-08-28 13:31:59 -04:00
Liam P. White
1d011c98e0 context: polls, poll_votes 2019-08-28 13:28:30 -04:00
Liam P. White
a9885190e3 context: notifications 2019-08-28 13:25:41 -04:00
Liam P. White
38cc279d97 context: mod_notes 2019-08-28 13:23:05 -04:00
Liam P. White
479783cb7d context: messages 2019-08-28 13:21:17 -04:00
Liam P. White
ce54176940 context: image_features, image_intensities, image_subscriptions 2019-08-28 13:19:27 -04:00