Commit Graph

4315 Commits

Author SHA1 Message Date
Benjamin Southall
5f9797d605 Update gitignore to exclude twemoji images and exclude fonts used in CSS stylesheets 2017-06-01 07:38:15 +09:00
Benjamin Southall
9634368b71 Add missing post_control template and configuration values for thread merge functionality 2017-06-01 07:37:42 +09:00
Benjamin Southall
a5095a6764 Make compact-boardlist user toggleable from Options side menu 2017-06-01 07:36:30 +09:00
Benjamin Southall
2a93287568 Commit twemoji used for unicode fallback, note this is a modified version of https://github.com/twitter/twemoji that extends the v1 interface to work with Unicode 9.0 and Emoji 4.0 because the v1 interface allows for local image hosting instead of CDN and allowed image size variant specifier. The regex changes for Unicode 10 and Emoji 5.0 from upstream still need to be merged. The actual images are excluded from the lainchan repository, you can download the originals and resize them yourself from the url in this commit. 2017-06-01 07:35:22 +09:00
Benjamin Southall
e48cb3e8b4 Add support for client side configurable board list aliasing. 2017-06-01 07:20:30 +09:00
Benjamin Southall
1fef7c0b8e Add antibot to post form in attempt to ensure posting from overboards is not incorrectly flagged as spam by the tinyboard antispam engine 2017-06-01 07:18:19 +09:00
Benjamin Southall
cdf1e6a267 Change formatting for Unique IPs summary information. 2017-06-01 07:16:54 +09:00
Benjamin Southall
01577c1222 Add lainchan.jp to Rule 6. 2017-06-01 07:15:59 +09:00
Benjamin Southall
1c18fcad2a Adding glitch class to h1 to enable glitch CSS effect on test CSS theme 2017-06-01 07:15:01 +09:00
Benjamin Southall
5ed885c3d0 Fix typographical error in Recent extension / theme used on the front page 2017-06-01 07:06:34 +09:00
Benjamin Southall
176b1f5494 Add merge thread functionality as a moderator feature (shadow threading and leaving OP is not yet supported) and board filter to Recent Posts iinterface. 2017-05-11 21:45:38 +09:00
Benjamin Southall
bba13f2bd8 Add mp3 placeholder image 2017-05-11 21:29:10 +09:00
Benjamin Southall
a83a284e1d Add antibot to Element constructor in yukko themes, in the hope that posting from overboards as a normal user is not incorrectly blocked as spam / request looks automated. 2017-05-11 21:10:24 +09:00
Benjamin Southall
fef6f0bef9 Adding glitch class to h1 for glitch effect when using test CSS theme 2017-05-11 21:05:20 +09:00
Benjamin Southall
b1d45ffe17 Merge branch 'master' of https://github.com/lainchan/lainchan 2017-05-11 20:58:16 +09:00
Benjamin Southall
4827052d68 CSS changes, namely the options dialog themes for several CSS styles, thanks to crash_override, glitch art and improvement to test CSS theme, and the removal of various incorrect background colors for top and bottom bars. 2017-05-11 20:57:47 +09:00
Appleman1234
79b43c8803 Merge pull request #106 from sometoby/autofocus-mod-login
Autofocus username field on mod login page
2017-05-11 13:38:24 +09:00
Tobias Umbach
ff4e4b9994 Autofocus username field on mod login page 2017-05-09 15:17:43 +02:00
Benjamin Southall
2533c309f7 Add new fields for pdf_file_thumbail and autotagging / IP note generation of deleted posts to config.php for Deleting posts as mod does not work #104 2017-05-05 05:49:14 +09:00
Benjamin Southall
1b3d45a9c0 Add balloon image for heart.js and loadballon.js 2017-05-04 14:06:25 +09:00
Benjamin Southall
b53fea5604 Add videojs-contrib-hls.js for HLS streaming support. 2017-05-04 14:04:59 +09:00
Benjamin Southall
6db0460ed0 Add support for floating balloons used in the birthday celebrations 2017-05-04 14:04:22 +09:00
Benjamin Southall
f6fd9c97f9 submodule sha nonsense update 2017-05-04 14:03:33 +09:00
Benjamin Southall
a68efaec3b On post submission manually update / reload the page for auto-reload.js. 2017-05-04 14:00:06 +09:00
Benjamin Southall
7764bb50aa use data-board value for form submission for board so that quick posting / replies works from ukko, ukko2, ukko3 and other overboad extensions / themes 2017-05-04 13:58:38 +09:00
Benjamin Southall
83989bba88 Fix thread-stats.js to attach to correct location and count correctly. 2017-05-04 13:56:19 +09:00
Benjamin Southall
7589bc3843 Remove additional unecessary logging 2017-05-04 13:50:24 +09:00
Benjamin Southall
93289172a4 Change radio theme / extension to use bump in voice over link text 2017-05-04 13:49:47 +09:00
Benjamin Southall
5d861879c1 Attempt to get dynamic data setup for stream based on format working 2017-05-04 13:48:09 +09:00
Benjamin Southall
423b6e5dd8 Add 4th zine to Zine theme / extension 2017-05-04 13:46:59 +09:00
Benjamin Southall
e87e215315 Make fontsize for top bar smaller for cyberpunk / cyberia theme 2017-05-04 13:45:58 +09:00
Benjamin Southall
5ab4e569d0 Updating lainchanjp CSS theme, downstream forks use this at your own risk 2017-05-04 13:42:44 +09:00
Benjamin Southall
fffea99774 Changes to recent.css in order to adapt to news being on the front page and still have float alignment for the other sections. Also changed font size to something smaller 2017-05-04 13:27:26 +09:00
Benjamin Southall
d7b3a7ab54 Adding footer margin / padding so that canary is fully visible, and changing remove button so it is not grey on grey 2017-05-04 13:26:07 +09:00
Benjamin Southall
aba80c9c28 Remove duplicate font declaration for Tsuki CSS style / theme 2017-05-04 13:23:17 +09:00
Benjamin Southall
cac68f7add Add test.css e.g. test css theme and animate.css which it depends on 2017-05-04 13:20:50 +09:00
Benjamin Southall
40094c9e1a Merge branch 'master' of https://github.com/lainchan/lainchan 2017-05-04 10:20:16 +09:00
Appleman1234
7c8f857c3b Merge pull request #102 from KiTTYsh/master
Use random_bytes() to generate IV where available (PHP 7.x)
2017-05-04 10:20:11 +09:00
Kitty Cat
f978c1b83e Use random_bytes() to generate IV where available (PHP 7.x) 2017-05-03 20:28:54 -04:00
Benjamin Southall
9b95be050a Removed dead symlinks. 2017-05-04 09:15:15 +09:00
Benjamin Southall
32655d6163 Merge branch 'master' of https://github.com/lainchan/lainchan 2017-04-30 13:12:47 +09:00
Benjamin Southall
bb334124be Adding support for format selection for Stream theme / extension, as well as the ability to change CSS theme from stream page 2017-04-30 13:12:05 +09:00
Benjamin Southall
9e2e08082b Fix typographical error in closing paragraph tag in radio extension / theme 2017-04-30 13:09:29 +09:00
Appleman1234
8133832325 Merge pull request #96 from f0x52/master
minimal lain stylesheet
2017-04-29 09:02:39 +09:00
Appleman1234
61635d2462 Add changes by Difficile from IRC
Add changes by Difficile from IRC, ensuring top bar has matching background color to the rest of the page.
2017-04-29 09:01:27 +09:00
Appleman1234
82e3aed93d Merge pull request #100 from horija/patch-1
sectoor.de is dead apparently
2017-04-29 03:45:29 +09:00
Hollick
56b01ac1ef sectoor.de is dead apparently
Well not saying this is the best fix or blacklist server. but it's the only I found that worked for me. I just read about some dnsbl so I'm no expert on it. 

Sectoor.de might go back to the living though.
2017-04-28 19:18:08 +02:00
Benjamin Southall
3d7e118050 Fix top bar on front page font-size as part of Recent theme / extension 2017-04-28 15:27:42 +09:00
Benjamin Southall
b91432727c Implemented fix for Invalid link_for call referencing deleted thread when op is deleted #98 2017-04-28 15:08:02 +09:00
Benjamin Southall
501678d6bb Fix auto-reload.js incorrect reply loading when the thread is just the opening post. 2017-04-28 14:11:21 +09:00