Commit Graph

720 Commits

Author SHA1 Message Date
RealAngeleno
8e5681b44f Add mod.php logic 2024-01-30 10:05:44 -01:00
RealAngeleno
e077b4d153 prohibit script from running on ios 2024-01-30 10:05:44 -01:00
RealAngeleno
8542ceacf6 add some information about the requirement for boardlinks to be enabled for the script to work 2024-01-30 10:05:44 -01:00
basedgentoo
9557d783d4 Add Twemoji submodule. To use: git submodule init && git submodule update 2024-01-30 10:05:43 -01:00
0257f263f5 Set default webm volume to 0.75 2024-01-30 10:05:43 -01:00
perdedora
94c98765b3 feat: edit pre-existing bans (#528)
* feat: edit pre-existing bans

* change default permission

* theres no need for elseif here. related: d34f083a6b33185927c6b79a38477f4ea4ce49b5

* quote href param

* changes made
2024-01-30 10:05:43 -01:00
ben2613
f9cde257c0 Fix mobile browser hang issue when auto-reload by reducing DOM modification in forloop 2024-01-30 10:05:43 -01:00
4b3101afeb Fix missing variable in auto-reload 2024-01-30 10:05:43 -01:00
3c8a8b77ac Add options for auto-reload.js, remove orphaned function call
How did that go missing?
2024-01-30 10:05:43 -01:00
e7303eb9fc Remove update thread on scroll to bottom of page
It was already half removed, this half needed to be too to avoid errors
2024-01-30 10:05:43 -01:00
17b5ad6cad Remove false requirement for banners enabled to use auto-reload.js 2024-01-30 10:05:43 -01:00
7ba421ff24 Defer youtube.js 2024-01-30 10:05:43 -01:00
37b3a9a9ab Add labels to form input elements 2024-01-30 10:05:43 -01:00
745f1cbb23 Fix obsoleted getJSON(...).error function 2024-01-30 10:05:43 -01:00
c7c54a3d3e Add frame around forced anon options 2024-01-30 10:05:43 -01:00
15d85a4254 Reset auto-reload.js countdown after post 2024-01-30 10:05:43 -01:00
0e332ca2fa Remove redundant Posting Mode banner
Also replace JS code that uses them to determine the page type.
2024-01-30 10:05:42 -01:00
32aa1802c7 Disable jumping down to the bottom after a new post 2023-01-14 05:50:41 -01:00
9b29b30330 Set auto-reload.js to minimum countdown delay after making a post 2023-01-14 05:50:41 -01:00
5b74355046 Collapse post form by default on index page.
This reduces wasted space as making threads is a relatively rare operation, and dissuades people from mistakenly making a thread instead of a reply.
2023-01-14 05:50:41 -01:00
0afbeac7bd Remove captcha JavaScript call for local captchas, add automatic and manual reloading of captchas 2023-01-14 05:50:41 -01:00
070ae35161 Remove redundant subject check in catalog-search.js
The comment selection included it.
2023-01-14 05:50:40 -01:00
8d3b5c86ab Update jQuery libraries
Mainly for security purposes. Removed on('ready') function has been replace, most of deprecated ':' selectors have been removed (some :first selectors remain insted find() functions since I was unsure of the correct way to deal with them)
2023-01-14 05:50:40 -01:00
354f70fa97 Improve telegrams + refactor rebuilding after posts, finish reply requests before rebuilding index
This provides massive improvements to perceived post times on large boards as it doesn't wait for the entire board to rebuild index before confirming to the user that the post was made

Telegrams now send a response ajax.js can understand, redirecting them.
2023-01-14 05:50:40 -01:00
8dcdf00d18 Allow users to disable and clear (You)s
Credit to based anon https://leftypol.org/tech/res/6724.html#12776
2023-01-14 05:50:40 -01:00
20a86fd50e Only add drag-drop handlers to dropzone, not the entire document
This enables dragging text into the textbox.
2023-01-14 05:50:40 -01:00
tmp-server
7876df0a50 Fix new thread notifications title, fix thread body breaking script
Tried to access invalid child.
2023-01-14 05:50:40 -01:00
5fb6acf047 Use stored title instead of document.title in notifications
Prevents number of unreads being added to notification thread name
2023-01-14 05:50:40 -01:00
7535aad664 Make all notifications show, not just the first unread
Removal of unused varable
2023-01-14 05:50:40 -01:00
4cf0c59eee Separate mod auto-update settings from normal settings 2023-01-14 05:50:40 -01:00
Your Name
74ecc4fe17 Automatically embeds with Tor if on the hidden site. Adds clearnet and onion invidious embed. 2023-01-14 05:50:40 -01:00
485c077187 Minor flag javascript fixes 2023-01-14 05:50:40 -01:00
92d7181932 Enable filtering by flag name 2023-01-14 05:50:40 -01:00
151261fa80 Fix post-filter.js row highlighting making text ineligible 2023-01-14 05:50:40 -01:00
98cfb3ad2b Add mod recents auto-reload 2023-01-14 05:50:40 -01:00
04c41a4f4a Fix image hover for catalog 2023-01-14 05:50:40 -01:00
6dfedaeb4c Enable download with filename without JavaScript
This enables the functionality of download-original.js for non-JS users.
2023-01-14 05:50:40 -01:00
e310803f95 Create flag preview 2023-01-14 05:50:40 -01:00
towards-a-new-leftypol
19e216b924 Display YouTube video thumbnail (with local url) in embeds 2023-01-14 05:50:40 -01:00
ba235ac2bd Introduces the youtube embed changes.
This is a consolidation of the January youtube.js changes
2023-01-14 05:50:40 -01:00
971dd24441 Fixes inline-expanding.js to allow clickable pdf thumbnails 2023-01-14 05:50:40 -01:00
Benjamin Southall
3c89b30861 Allow user to set the boardlist to point to catalog links instead of regular index page in Options.
Edited to only affect local board links, not external index.html links.
2023-01-14 05:50:40 -01:00
Equus2
14972d15e7 Fix auto reload bug when inlining replies 2023-01-14 05:50:40 -01:00
Equus
902dff94c1 Fix char counter bug 2023-01-14 05:50:40 -01:00
Benjamin Southall
67ed3c9f10 Changes to local-time.js storage boolean checks 2023-01-14 05:50:40 -01:00
PupperWoff
c76a1bd3ef Added multiple dice roll. Automatic feature archive if op uses configured trip. Increaced post char limit 2023-01-14 05:50:40 -01:00
Equus
ee2c58724f Comment out placeholder example code in user-js and user-css 2023-01-14 05:50:40 -01:00
PupperWoff
2b05fd12f4 Added Feature - Statistics 2023-01-14 05:50:40 -01:00
PupperWoff
7ffa8a00f9 Added Feature - Seperate Archive Mods can put posts in - only mods can see this archive 2023-01-14 05:50:40 -01:00
Joakim Almgren
362d3612a7 keyboard navigation 2023-01-13 20:55:31 -01:00