Commit Graph

777 Commits

Author SHA1 Message Date
Your Name
f9c46a8233 try5 2021-10-05 23:18:36 +02:00
Your Name
956b709ed2 try4 2021-10-05 23:14:26 +02:00
Your Name
b3271c5e79 try3 2021-10-05 22:39:56 +02:00
Your Name
7a8d86fda3 try2 2021-10-05 22:26:46 +02:00
Your Name
ac7ca636a4 Automatically embeds with tor if on the hidden site. Adds clearnet invidious embed. (untested). 2021-10-05 22:15:08 +02:00
2d16e747a1 Minor flag javascript fixes 2021-10-02 05:13:09 +00:00
531ca787e4 Generalize ignoring sticky threads on overboard catalogs 2021-10-02 04:59:12 +00:00
fb4625b88f Enable filtering by flag name 2021-10-01 05:15:54 -02:00
5eebab95d3 Enable posting from catalog without JS
Thank you based lewdposter
2021-10-01 06:03:58 +00:00
aeecbb6545 Move [Watch Thread] button before replies 2021-09-28 09:39:12 +00:00
683e614dc6 Make scroller in expand-video.js passive 2021-09-28 08:04:01 +00:00
0fcd1d03f1 Improve broken auto-reload 2021-09-28 08:02:04 +00:00
c7ccb683bf Fix post-filter, remove lainchan postcontainer 2021-09-28 07:57:24 +00:00
32b320bb45 Add mod auto-reload 2021-09-28 01:35:12 +00:00
c8c0b04492 fixes quick reply 2021-07-11 16:00:39 +02:00
ba00b7c9b2
Keep thread stats below new posts
Courtesy of based lewdposter
Closes https://github.com/towards-a-new-leftypol/leftypol_lainchan/issues/230
2021-07-06 10:39:59 +00:00
towards-a-new-leftypol
27cf0c381c revert original author name change 2021-07-03 22:41:25 -04:00
towards-a-new-leftypol
6687d9a863 retab file 2021-07-03 22:26:31 -04:00
towards-a-new-leftypol
ac0cf94280 commit dev version of style-select (because PR got screwed up) 2021-07-03 22:26:25 -04:00
towards-a-new-leftypol
f6faf335fe
Merge pull request #280 from towards-a-new-leftypol/defer_javascript
Defer additional_javascript for hopefully faster page loads
2021-07-04 00:16:01 +00:00
ea1071b994 Remove stale debug outputs 2021-07-04 00:11:36 +00:00
8a73f71175 Various fixes for image hover 2021-07-04 00:11:36 +00:00
towards-a-new-leftypol
6d53814a90
Merge branch 'config' into defer_javascript 2021-07-04 00:07:01 +00:00
4f27d39bc9 Sorted, labeled style selector 2021-07-04 00:04:13 +00:00
towards-a-new-leftypol
0530209d87 fix parsing number from string 2021-07-03 19:58:24 -04:00
towards-a-new-leftypol
5b6233f187 fix document ready 2021-06-27 01:40:57 +00:00
towards-a-new-leftypol
ab8b4b9524 defer additional_javascript
- this required a fix to file-selector
2021-06-27 01:09:28 +00:00
c54a15e6d6 Create flag preview 2021-05-31 17:30:44 -02:00
89b2a8af97 Add automatic and manual reloading of captchas 2021-05-05 15:17:34 -02:00
towards-a-new-leftypol
286664e1ea Youtube thumbnail embeds the video
(as opposed to working as a link)
2021-04-03 19:02:53 -04:00
towards-a-new-leftypol
548be250b4 display youtube video thumbnail (with local url) in embeds 2021-04-02 20:15:26 -04:00
towards-a-new-leftypol
237ad41fc0 Commit the patch from issue 229
https://github.com/towards-a-new-leftypol/leftypol_lainchan/issues/229

- also remove unused var declaration
2021-03-20 00:48:20 -04:00
2c1130f76d fixes Jquery references on loop 2021-01-29 21:39:00 -06:00
0827ad09c9 Iterates over nodes 2021-01-29 21:30:55 -06:00
23d63bdd98 Re-introduces the youtube embed changes.
This reverts commit acc01957bc.
2021-01-29 20:55:23 -06:00
nonmakina
acc01957bc
Revert "Replace Youtube embed" 2021-01-29 20:09:27 -06:00
2b38969e8a Fixes remove embed 2021-01-26 00:59:37 -06:00
9c4158fea5 Adds missing text and fixes js errors 2021-01-26 00:52:23 -06:00
87a8fd3a36 Adds support for embed button for youtube. Eliminates preview image fetched from youtube that was causing a leak 2021-01-26 00:44:23 -06:00
Dedushka
aa21f4cc6d
Allow posting from catalog.
Addresses #134.

The catalog template has been modified to use the board array, which
is expected by the post form template. Because the overboard is a
"virtual board", we created a "fake" overboard array to supply
necessary information to the modified template.

Javascript was also added to hide form on first visit.
2021-01-18 17:30:21 -05:00
towards-a-new-leftypol
42840a3984
Merge pull request #119 from nonmakina/banListFix
Fixes unusuable mod ban list
2021-01-11 10:12:23 +00:00
b936189e9b Deletes dead code 2021-01-10 19:48:23 -06:00
e55854ebd8 Fixes unusuable mod ban list 2021-01-09 18:01:58 -06:00
554c19c248 Fixes inline-expanding.js to allow clickable pdf thumbnails 2021-01-09 16:41:05 -06:00
towards-a-new-leftypol
86d847118c Remove console logs 2021-01-04 20:41:19 -05:00
towards-a-new-leftypol
efb74f0eb6 Fix for ajax posting not showing you your new post
- TODO: there are console.logs that still need to be removed
- Posting was loading the new page twice - once in ajax.js and once in
auto-reload.js. auto-reload will handle this behaviour, the other is
commented out
- The new post does not immediately show up when immediately ajax
requesting the page after posting completes. Adding an epoch query
parameter did not change this. Instead of figuring out why it was easier
to add a 500ms delay before requesting the page, now it seems to work
well.
2021-01-04 03:00:16 -05:00
towards-a-new-leftypol
11ee04f973 retab ajax.js 2021-01-04 02:32:45 -05:00
towards-a-new-leftypol
da1e060c54 Retab auto-reload.js 2021-01-04 02:32:10 -05:00
8866e3f20c Adds dependency: post-menu. 2021-01-02 01:18:21 -06:00
fd45298070 Fixes jquery API breaking changes in auto-reload and thread-stats 2020-12-31 01:04:11 -06:00