352 Commits (fa4aa70e4751c1821eed5107f435237d96e0718f)

Author SHA1 Message Date
Thomas Lynch 5e4386d050 set passive:true on touchstart eventlistener, removes chrome warning 3 years ago
Thomas Lynch efcd16a185 bugfix times error on new post because HTMLColleciton does not have .push() method like Array does, so usse Array.from() 3 years ago
Thomas Lynch cfae852971 use gulp-real-favicon 3 years ago
Thomas Lynch 6198def3f2 Optimize script and css to remove "mobiletitle", should improve performance of setting id counts by ~1/3 noticable on larger threads 3 years ago
Thomas Lynch d9a4397d52 id script optimizations based on some js profiling and code cleanup, page load speed improvement 3 years ago
Thomas Lynch a47d49878c try to get lateny straight after room join, and increase the ping interval 3 years ago
Thomas Lynch 9e7c20cf81 socketio removed ping, now follosing https://socket.io/docs/v3/migrating-from-2-x-to-3-0/#No-more-%E2%80%9Cpong%E2%80%9D-event-for-retrieving-latency 3 years ago
Thomas Lynch 45c8782c13 readd contain for audio thumb expand, mobile needs 3 years ago
Thomas Lynch 4cfd6b63b0 removing seemingly useless css for audio thumbs making them blur on expand 3 years ago
Thomas Lynch f3b612ff23 bugfix form without captcha 3 years ago
Thomas Lynch 921d2b14c2 change method of hiding flag input 3 years ago
Thomas Lynch b122676a69 make flag script part of form script and reeston submit properly 3 years ago
Thomas Lynch 042445d28c it works, with some kinks still to get through 3 years ago
Thomas Lynch c4c2a1543d start on adding custom banners 3 years ago
Thomas Lynch da37fb2756 bugfix for pages without action 3 years ago
Thomas Lynch a39aade782 wow 3 years ago
Thomas Lynch 4984e6d045 10% hack, 20% jank, 15% javascript and css, 5% clearing cache, 50% gulp scripts and 100% an unorthodox solution that was fun anyway 3 years ago
Thomas Lynch a022ac110e chrome being chrome 3 years ago
Thomas Lynch 2952dea602 workaround tor browser being dumb for window.crypto operation on generatepassword, 4 years ago
Thomas Lynch f414d536e7 close #323 4 years ago
Thomas Lynch 1430c8173d image hide buttons improvements. changes between "show"/"hide" works across refresh and clearing/post updates 4 years ago
Thomas Lynch d31a60e69a put thumbs in a folder, tests would have been nice to have cos this will probably cause regressions, heh... reference #307 4 years ago
Thomas Lynch a50301f8e4 bugfix hide buttons on ppost updates 4 years ago
Thomas Lynch 3fdd0fe976 fix issue with some scripts that apply visual changes not working on hovered posts 4 years ago
Thomas Lynch 1fdb3c126d some bugfixes for image hiding and hovering 4 years ago
Thomas Lynch e358f7c18f typo, bug in scroll to new posts 4 years ago
Thomas Lynch e2742da1ab update list properly on add/remove 4 years ago
Thomas Lynch 13f5dbfa5b merry christmas, individual image hiding 4 years ago
Thomas Lynch c02e9e800d bugfix in scripts and templates for live recent pages 4 years ago
Thomas Lynch d1bcccfdcd add compiled uploaditem 4 years ago
Thomas Lynch b2f84350bf cap length of new live recent pages + minor bugfixes 4 years ago
Thomas Lynch ec813f4afe remove debug 4 years ago
Thomas Lynch 6f64448b33 works for board recent and global recent, fixed lastPostId issue and IP display issue 4 years ago
Thomas Lynch e063f20507 Working at a basic level for global manage page now reference #171 4 years ago
Thomas Lynch b8a12aa54e fallback to older FileReader.readAsArrayBuffer(blob) for browsers without support for Blob.arrayBuffer() 4 years ago
Thomas Lynch 496af56669 fallback to older FileReader.readAsArrayBuffer(blob) for browsers without support for Blob.arrayBuffer() 4 years ago
Thomas Lynch af0dc4a4fc bugfix regex subject filters, missing break in switch case 4 years ago
Thomas Lynch 55778c8570 change filename stripping, make browser hash files and send hash of file to strip name instead of sending names to prevent duplicate both getting stripped or filename filters on backend breaking them. 4 years ago
Thomas Lynch b8da2ebbde setting for users to disable board customcss 4 years ago
some random guy 60db7b1694 fix notifications 4 years ago
Thomas Lynch 6740d4d529 Auto remove captcha field if its no longer needed close #284 4 years ago
Thomas Lynch 46bb8870e9 Change [Reply] -> [Open] since there wasnt a link to just the thread page, and the number already quotes. Also hide it on the thread page itself now since it doesnt quote the post. closes #285 4 years ago
Thomas Lynch 7ff7c90700 Argh, I have been dolphin'd 4 years ago
Thomas Lynch d12bed3dc2 add noscript warning to hcaptcha 4 years ago
dolphin d51aa143a8 Add in hcaptcha support. 4 years ago
Thomas Lynch 7642ca4083 Move audio controls to the bottom of audio thumbnails with waveform 4 years ago
Thomas Lynch 0fcd9bd370 Add captcha grid size to frontend script through gulpfile so template can use it to build on-the-fly grid captcha properly 4 years ago
Thomas Lynch 429ead7180 Make audio thumbs not get cut off on mobile from smaller thumbwidth 4 years ago
some random guy 710fac019b remove leftover debug message 4 years ago
some random guy da8522faec audio thumbnails 4 years ago