1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-03 07:36:23 -07:00
Commit graph

553 commits

Author SHA1 Message Date
Joshua Merrell
eb27a7e2e8 add backlinking functionality, remove unnecessary config.SiteDomain member 2014-02-14 15:57:48 -08:00
Joshua Merrell
5e069b1630 removed empty /test/ board 2014-02-13 22:33:41 -08:00
Joshua Merrell
5e902b2fdd looks like I forgot to remove all those newlines 2014-02-12 17:13:12 -08:00
Joshua Merrell
9ccb1c11d3 don't print the db object, add index.html so we don't run into a 404 when we first use it 2014-02-12 17:10:30 -08:00
Joshua Merrell
1b056e97cc connect to db if the initial setup file has already been used (fixes nil db error) 2014-02-09 16:49:40 -08:00
d7aeffb666 I am going crazy with all these UTF-8 charset tags 2014-02-09 02:17:06 -08:00
9246106a0a More validation fixes, yay! 2014-02-09 02:13:59 -08:00
e6b184f51e Fix validation errors, and define charset in HTML. 2014-02-09 02:11:12 -08:00
65c76be5d5 More template fixes and remove silly HTML files. 2014-02-09 01:52:40 -08:00
29bbb51399 Fix really silly mistake. 2014-02-09 01:47:08 -08:00
1c31ae724d Add the view button for the thread back into template. 2014-02-09 01:45:56 -08:00
Joshua Merrell
bbb3fd26f1 don't create database on initial setup 2014-02-09 01:11:55 -08:00
75d5c806e3 We really don't need to create the database. 2014-02-09 00:54:05 -08:00
Joshua Merrell
5cace590bc make db connection code more straightforward 2014-02-09 00:35:02 -08:00
Joshua Merrell
ccc1fc6633 improve topbar and front page formatting 2014-02-08 23:18:32 -08:00
Joshua Merrell
5698de2801 fix replies not being formatted correctly, fixed W3C validation issues 2014-02-06 01:50:59 -08:00
Joshua Merrell
3583a2cea9 copy DBPREFIXposts structure to new table instead of redefining, change allow_nofile to require_file 2014-02-04 16:39:16 -08:00
Joshua Merrell
10a329db51 make it so initServer() doesn't spawn a new goroutine because that's pretty pointless 2014-01-31 17:18:21 -08:00
Joshua Merrell
b405d65999 remove unecessary test html files and add manage.js to board page template 2014-01-31 17:04:38 -08:00
Joshua Merrell
fc011d7284 fix jquery syntax error for ip/name div switching 2014-01-14 15:41:09 -08:00
Joshua Merrell
b383c6891b comment out call to showMessage() until it's fixed 2014-01-14 00:35:52 -08:00
Joshua Merrell
a3cfb4b3d8 changed image library to github.com/disintegration/imaging 2013-12-27 20:28:58 -08:00
Joshua Merrell
2e8afe7c02 added ban user(s) interface 2013-12-14 00:11:30 -08:00
Joshua Merrell
0a2b4a53d5 made lightbox styling more independent, gave staff manage page a non-conflicting url 2013-12-13 21:09:01 -08:00
Joshua Merrell
edd3441112 fixed dropdown menu showing on pages where it shouldn't 2013-12-04 19:45:16 -08:00
Joshua Merrell
eff1f76950 more thread dropdown menu improvements 2013-12-01 21:35:04 -08:00
Joshua Merrell
b940d40b0f improved thread dropdown menus 2013-12-01 20:54:49 -08:00
Joshua Merrell
3632c3573c fixed cookie escaping 2013-11-19 17:50:47 -08:00
Joshua Merrell
4663a779a1 improved dropdown button 2013-11-19 17:07:41 -08:00
Joshua Merrell
82dd17d460 fixed stat error on upload 2013-11-03 00:32:28 -07:00
Joshua Merrell
b3b0fd982e fixed caching and cleaned up some comments 2013-11-03 00:05:43 -07:00
Joshua Merrell
669e4fd0a4 added link to manage.js to the manage template 2013-10-21 18:30:19 -07:00
Joshua Merrell
d6427a7ef6 minor cosmetic changes to rebuildboards and rebuildall 2013-10-12 10:00:15 -07:00
Joshua Merrell
3e68166b76 checks SQL connection at start 2013-10-12 09:49:51 -07:00
Joshua Merrell
83d836b81c added catalog thumbnailing 2013-10-09 20:57:17 -07:00
Joshua Merrell
5a452b254a fixed tripcode generation 2013-10-06 19:11:41 -07:00
Joshua Merrell
5fa9a9119f fixed replies not displaying correctly 2013-10-05 15:47:15 -07:00
Joshua Merrell
7ffaca784f added cookie loading 2013-10-05 00:50:59 -07:00
Joshua Merrell
dc49b76fdd post div boxes don't take up the whole width 2013-10-03 21:08:17 -07:00
Joshua Merrell
6ecdc3b5fe don't remember the email if it's 'sage' 2013-10-02 20:19:39 -07:00
Joshua Merrell
3adbe83cf7 Removing daemonization line, since that can be done with a shell script/cron job/etc 2013-10-02 19:26:46 -07:00
Joshua Merrell
7b90c118c0 added bool to string function 2013-09-21 23:55:15 -07:00
Joshua Merrell
c955ca0661 updated version and README 2013-09-21 23:49:40 -07:00
Joshua Merrell
84ad46de5a fixed board creation function not using all columns 2013-09-21 23:43:06 -07:00
Joshua Merrell
8038625d01 git removed debugging println 2013-09-16 18:40:33 -07:00
Joshua Merrell
ee2d5a316a fixed accidentally hardcoded redirect dir 2013-09-16 18:35:30 -07:00
Joshua Merrell
cc26021b77 updated initial setup SQL setup file 2013-09-16 18:02:29 -07:00
Joshua Merrell
4db951625c removed unecessary h2 tag decorations 2013-09-15 01:41:27 -07:00
Joshua Merrell
f75a64eb4a added/fixed manageboads 2013-09-15 01:16:36 -07:00
Joshua Merrell
6475734e6e Fixed manage/purgeeverything 2013-09-14 23:36:28 -07:00