4229 次程式碼提交 (master)
 

作者 SHA1 備註 提交日期
  Benjamin Southall 40094c9e1a Merge branch 'master' of https://github.com/lainchan/lainchan 7 年之前
  Appleman1234 7c8f857c3b Merge pull request #102 from KiTTYsh/master 7 年之前
  Kitty Cat f978c1b83e Use random_bytes() to generate IV where available (PHP 7.x) 7 年之前
  Benjamin Southall 9b95be050a Removed dead symlinks. 7 年之前
  Benjamin Southall 32655d6163 Merge branch 'master' of https://github.com/lainchan/lainchan 7 年之前
  Benjamin Southall bb334124be Adding support for format selection for Stream theme / extension, as well as the ability to change CSS theme from stream page 7 年之前
  Benjamin Southall 9e2e08082b Fix typographical error in closing paragraph tag in radio extension / theme 7 年之前
  Appleman1234 8133832325 Merge pull request #96 from f0x52/master 7 年之前
  Appleman1234 61635d2462 Add changes by Difficile from IRC 7 年之前
  Appleman1234 82e3aed93d Merge pull request #100 from horija/patch-1 7 年之前
  Hollick 56b01ac1ef sectoor.de is dead apparently 7 年之前
  Benjamin Southall 3d7e118050 Fix top bar on front page font-size as part of Recent theme / extension 7 年之前
  Benjamin Southall b91432727c Implemented fix for Invalid link_for call referencing deleted thread when op is deleted #98 7 年之前
  Benjamin Southall 501678d6bb Fix auto-reload.js incorrect reply loading when the thread is just the opening post. 7 年之前
  Benjamin Southall 202f73e57a Merge Fix thumbnail scaling in recent theme from vichan-devel/vichan#146 7 年之前
  Benjamin Southall e1c9e6126f Fixed go to bottom link from upstream vichan-devel/vichan commit 175b54b7f0 7 年之前
  Benjamin Southall bebb48af29 Add CSS theme selection dropdown and theme changing support to other pages provided by extensions/ themes. Radio theme is always cyberia themed however. 7 年之前
  Benjamin Southall d020ecc1b5 Updates to radio theme / extension in order to support channel selection dropdown and the various other new radio features. Uses both twig variables and JavaScript in attempt to failback correctly when javascript isn't loaded. Adding support for the Options css theme selector from radio page. 7 年之前
  Benjamin Southall b3ffae8705 Fix ukko scroll to post is too high / incorrect bug because of post_controls being display block on ukko threads. Add ordering by sticky to ukko2 and ukko3 forms for overboards 7 年之前
  Benjamin Southall acb8c5db6e Add page wrapper div in order to restrict page width and center content 7 年之前
  Benjamin Southall 30ae72699e Updating local radio m3u playlists though we currently link to externally hosted ones. 7 年之前
  Benjamin Southall 91ab810a5d Add support for Ukko2 and Ukko3 included boards overboards to Catalog theme / extension 7 年之前
  Benjamin Southall f453fa1ee3 Add aditional overboard themes that are similar to ukko but only include certain boards instead of excluding certain boards. In order for them to work ['overboards'] needs to be configured correctly. 7 年之前
  Benjamin Southall a16122329f Add ['overboard_post_form'] to allow overboard post forms. Adjustments to ukko theme to support this 7 年之前
  Benjamin Southall bea631d3f5 Changes to add recent news to the Recent Posts Theme for the front page 7 年之前
  Benjamin Southall 501f2694ff Updates to Radio theme / extension in order to have MP3, OGG playlists and Audio sources as configurable. 7 年之前
  Benjamin Southall 03f814cfcb Updates to FAQ, based on recent events (server wipe) 7 年之前
  Benjamin Southall e7f5e1ce15 Add bitcoin fields (Receiving address and QR code file location) to Donate theme / extension 7 年之前
  Benjamin Southall 0cebb58390 Fix top and bottom bar on various CSS themes to have same backgroud color as page on both mobile and desktop. Change imgur links to local static links for Content Security Policy. 7 年之前
  Benjamin Southall 47a45da7a7 Fix mod_view_board for ukko / overboard theme / extension. Add support for boards_alias to mod_view_board and initial preliminary support to markup for crossboard citations 7 年之前
  Benjamin Southall be28bdff8d Add data-board to post container in order to allow quick-post-controls.js to work with overboard's / ukko theme 7 年之前
  Benjamin Southall a481b5b4fb Update copyright year in page footer. 7 年之前
  Benjamin Southall fd7b60c650 Merge branch 'master' of https://github.com/lainchan/lainchan 7 年之前
  Benjamin Southall 06e5052a5d Add ['boards_alias'] in order to have Unicode icons in top bar that route to non unicode board names intelligently. 7 年之前
  f0x52 21785ffbfb minimal lain stylesheet 7 年之前
  Appleman1234 da2726f040 Merge pull request #95 from f0x52/master 7 年之前
  f0x52 e3b3e1601c escaping on all fields 7 年之前
  f0x52 641b694d59 issue #94, mod edit form 7 年之前
  Benjamin Southall 8a5850aa11 Invalid unique key in install.sql #93 Reduced board and name varchar length to 125 (1000/8 = 125) 2 columns , 4 bytes each column in pages table schema. 7 年之前
  Benjamin Southall 9016ab6db9 Remove extra static epub thumbnail file with incorrect name. 7 年之前
  Benjamin Southall b722b22cfb Fix typographical error in epub placeholder image 7 年之前
  Benjamin Southall ddbabcccab Implemented mods can't access random from dashboard #88. Please note this doesn't use mod custom_pages functionality provided by vichan (because the that only works if your overboard has name that doesn't look like other boards), and requires ['overboards'] to be set as an array of board uri's which are overboards, with the correct values for type (theme type e.g. ukko, rand or semirand) title, subtitle, thread_limit and exclude in array of for each board uri 7 年之前
  Benjamin Southall e37a3d6e64 #90 Adding tsuki CSS 7 年之前
  Appleman1234 0ba51a63a8 Merge pull request #91 from sometoby/catalog-lock-indicator 7 年之前
  Flisk 13b92967ab Show locked status of threads on catalog page 7 年之前
  Benjamin Southall bb3ef66c03 Adding images from Recent theme to static directory 7 年之前
  Benjamin Southall 1a7201eb30 Add additional valid inputs for multi-url file upload for ['spam']['valid_inputs'] 7 年之前
  Benjamin Southall 5296f2a784 Make exception handler PHP5 / PHP7 agnostic. 7 年之前
  Benjamin Southall 9b9b0f0a7e Add isempty check for POST variable for multi file upload via URL 7 年之前
  Benjamin Southall 4800138b29 Add support for multiurl file upload fields to valid input whitelist for spam filter. 7 年之前