Commit Graph

5027 Commits

Author SHA1 Message Date
towards-a-new-leftypol c94774c9ab ajax POST: return whole thread 2024-02-26 20:04:46 +00:00
towards-a-new-leftypol cb7c818996 Fix posting images
- since we return the new post html now, we need the Post class to
  not try and decode files as json, since we're not loading that class
  from the db anymore.
2024-02-26 14:18:20 -05:00
towards-a-new-leftypol 7838520c63 thread_updater.js: listen to ajax_after_post event 2024-02-26 13:55:36 -05:00
Jon 00c37364c6
Merge remote-tracking branch 'refs/remotes/origin/deploy_spamnoticer' into deploy_spamnoticer 2024-02-26 18:48:32 +00:00
Jon 7ea730f14f
thread_autoupdater.js: add interop event 2024-02-26 18:39:41 +00:00
Jon a5969f4e80
thread_autoupdater.js: decrease tslp backoff 2024-02-26 18:13:20 +00:00
Jon e6ef9d0d83
js/lcn/classes.js: link toggle label to checkbox 2024-02-26 18:12:57 +00:00
towards-a-new-leftypol c3c6c8f9f1 POST - return new post in json
- handle post now returns the new post you just created in the
  response (if json_response is set, which it is when submitting
  the form with ajax)
2024-02-26 11:37:38 -05:00
towards-a-new-leftypol 0fa2347552 Fix url shortener regex 2024-02-25 22:46:39 -05:00
Jon d9a2cd78e0
thread_autoupdater.js: fix for threads with only an op 2024-02-25 22:58:24 +00:00
Jon 97ff7914bb
thread_autoupdater.js: fix tslp calc 2024-02-25 22:39:22 +00:00
Jon e295c7b17c
js/lcn/classes.js: add semicolon 2024-02-25 22:28:05 +00:00
Jon fc733f694c
inc/instance-config.php: fix typo 2024-02-25 22:24:10 +00:00
Jon 0dad3dc61b
thread_autoupdater.js: Display status code on err 2024-02-25 22:21:16 +00:00
Jon a57e175b5a
thread_autoupdater.js: remove debug 2024-02-25 22:17:41 +00:00
Jon 3b0292f658
inc/instance-config.php: replace legacy with new autoreloader 2024-02-25 22:16:53 +00:00
Jon accae507a6
thread_autoupdater.js: add 2024-02-25 22:15:37 +00:00
Jon da8898624a
js/lcn/utils.js: remove unnessesary tab 2024-02-25 22:10:44 +00:00
Jon 9912a672f2
js/lcn/classes.js: add missing semicolon 2024-02-25 22:10:01 +00:00
Jon 650b8a8520
stylesheets/style.css: swap missing dashes 2024-02-25 22:07:48 +00:00
Jon 45c3fdfe4f
add supporting changes 2024-02-25 22:06:24 +00:00
Jon 2006aa6fd6
stylesheets/style.css: add space between barcol children 2024-02-25 22:04:55 +00:00
Jon b82269a54e
swap dashes in threadstat attribs 2024-02-25 21:44:58 +00:00
Jon 98856d6a6e
templates/thread.html: Replace top button with catalog button 2024-02-25 21:00:04 +00:00
Jon c772135db8
templates/thread.html: remove dev prefix 2024-02-25 20:58:30 +00:00
Jon 5b492e1d57
templates/thread.html: migrate threadbar and threadlinks 2024-02-25 20:52:30 +00:00
Jon 3a464a0c2a
stylesheets/style.css: add styles 2024-02-25 20:50:33 +00:00
Jon 34b72f25c5
stylesheets/style.css: add lcn_threadstats style 2024-02-24 22:17:55 +00:00
Jon c67fad9e6b
post_thread.html: use structured block for thread stats 2024-02-24 22:09:30 +00:00
towards-a-new-leftypol f7e6bb37c5 fix dark (red) theme catalog view when clicked on 2024-02-22 22:27:56 -05:00
towards-a-new-leftypol 0f62ab3ea0 fix catalog hover on dark red theme 2024-02-22 22:16:49 -05:00
towards-a-new-leftypol 36942f2c10 dark red theme catalog hover colors 2024-02-22 22:08:16 -05:00
Jon ac71dfc8d2 js/mod/recent_posts.js: Don't fetch new posts beyond the first page 2024-02-22 10:47:54 -05:00
Jon 663339923f recent_posts.js: s/postWrapper/postWrappers/ 2024-02-22 10:30:49 -05:00
Jon 0737375904 recent_posts.js: rework 2024-02-22 10:30:49 -05:00
Jon d2d5e98589 js/lcn/utils.js: move AbortSignal.any polyfill 2024-02-22 10:30:49 -05:00
Jon 11011a0ff2 js/lcn/classes.js: small edits, add unseen tracker 2024-02-22 10:30:49 -05:00
towards-a-new-leftypol 4ba4768a16 Revert "Exclude /i/ from overboards"
This reverts commit b6f3265b2f.
2024-02-20 18:36:02 -05:00
towards-a-new-leftypol b6f3265b2f Exclude /i/ from overboards 2024-02-20 16:34:45 -05:00
Jon 7f1ef7a019
js/lcn/classes.js: init LCNSite.INSTANCE after dom ready 2024-02-20 20:26:55 +00:00
Jon 6e73f0140d js/lcn/classes.js: add semicolon 2024-02-20 15:19:58 -05:00
Jon 048c94cf76 js/lcn: get js compiler to stop being retarded 2024-02-20 15:15:32 -05:00
Jon e504578a7f js/lcn/utils.js: remove use-strict because js compile breaks 2024-02-20 14:56:22 -05:00
Jon 0974bb899c js/lcn/classes.js: remove use-strict because js compile breaks 2024-02-20 14:56:22 -05:00
Jon 4bb7c3ef0f js/lcn/classes.js: add LCNThread.getReplies 2024-02-20 14:56:22 -05:00
Jon 45727f6a51 js/lcn/classes.js: s/isRecentsPage/isModRecentsPage/ 2024-02-20 14:56:22 -05:00
Jon 257626dcfc inc/instance-config.php: add lcn scripts 2024-02-20 14:56:22 -05:00
Jon 7477dfdfd8 js/lcn: add 2024-02-20 14:56:22 -05:00
Jon c358bb0da7 recent_posts.js: fix ::new_posts firing wrong element 2024-02-20 14:56:22 -05:00
towards-a-new-leftypol ac29d60517 Fix url shortener regex 2024-02-18 13:45:32 -05:00