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
c06fa5cbc7 creates folder on board rebuild if it doesn't exist 2013-09-14 11:50:32 -07:00
Joshua Merrell
00468d0ae4 Merge branch 'master' of https://bitbucket.org/Eggbertx/gochan
pulling changes.
2013-09-06 17:30:22 -07:00
Joshua Merrell
a307320cf3 added improvements to manageboards 2013-09-05 19:54:51 -07:00
Joshua Merrell
e8a511b4e1 increased section body min-height 2013-09-02 18:16:04 -07:00
Joshua Merrell
8976aaa352 removed email output to console, "no such file" error printing to console 2013-09-02 18:07:24 -07:00
875ba18850 Opimize images for the lulz. 2013-08-28 05:23:27 -07:00
9a8d96ccbb Remove old static DB prefix 2013-08-24 17:28:31 -07:00
a73c1d4410 Get rid of this junk. kthxbai 2013-08-24 17:02:24 -07:00
249be1d8ab Fix more silly use of config.Domain into config.SiteDomain 2013-08-24 16:42:48 -07:00
aafcbab97c We should use SiteDomain for cookies, and the other Domain should not even be called Domain. 2013-08-24 16:34:26 -07:00
Joshua Merrell
aa442878db Merge branch 'master' of https://bitbucket.org/Eggbertx/gochan 2013-08-17 21:18:07 -07:00
Joshua Merrell
2d2e04edbe fixed lightbox X button not showing up as black 2013-08-12 19:18:10 -07:00
a1a6677a00 Actually make config.DBhost get used 2013-08-05 16:47:29 -07:00
Joshua Merrell
6ce048662d staff can delete posts without passwords, a specific error is given if a post has already been deleted, fixed replies to a thread having the same email as the OP on the board page 2013-08-04 01:21:52 -07:00
Joshua Merrell
0e4a465bfd fixed noko, sage, and showing emails 2013-08-02 04:48:34 -07:00
Joshua Merrell
ad7fb6b775 added purgeall manage tool for emergency deleting of all threads 2013-08-02 04:06:46 -07:00
Joshua Merrell
d1856765ab fixed newlines not being rendered as newlines in html 2013-08-02 02:58:15 -07:00
Joshua Merrell
5ed319d356 fixed link color in lightbox, condensed recent posts timestamps, fixed png upload error 2013-08-02 01:54:55 -07:00
Joshua Merrell
a3b803ac5c fixed board page only showing first 3 replies 2013-07-30 06:36:37 -07:00
Joshua Merrell
7484afd562 updated README, removed TODO 2013-07-29 14:03:35 -07:00
Joshua Merrell
b061df12de fixed caching of manage pages 2013-07-29 13:13:32 -07:00
Joshua Merrell
76e3c01a9e added caching for html, removed non-working quick replybox link, fixed mod ban button position 2013-07-29 13:09:12 -07:00
Joshua Merrell
e086ee3497 updated config.example.cfg 2013-07-29 11:56:59 -07:00
Joshua Merrell
fd6ad8ded9 added ban button in javascript for staff 2013-07-29 06:43:57 -07:00
Joshua Merrell
1557802c17 stickied posts are displayed at the top of the board page 2013-07-29 06:08:11 -07:00
Joshua Merrell
0fb6a1099f fixed file upload box getting too wide, file link issues, and message XSS vulnerabilities 2013-07-29 02:18:53 -07:00
Joshua Merrell
6cec81bb3a fixed replies not being shown on boardpage 2013-07-28 11:54:27 -07:00
Joshua Merrell
ef70ea736e fixed email names showing a blank email link 2013-07-28 06:03:09 -07:00
Joshua Merrell
6cad839157 Fixed bumping 2013-07-28 05:57:37 -07:00
Joshua Merrell
9f4f5bf544 post deletion (almost) complete 2013-07-27 07:21:11 -07:00
Joshua Merrell
d8cc4ba9b5 Fixed thread page generation bug 2013-07-27 05:45:19 -07:00
Joshua Merrell
eab1ff8987 partially implemented thread deletion 2013-07-26 17:49:38 -07:00
Joshua Merrell
cedc6b0d88 redirects to /manage if a staff tries to go to the login page while logged in 2013-07-26 06:48:33 -07:00
Joshua Merrell
11e409b1bf removed dependency github.com/Eggbertx/go-logfile and replaced with built-in package log 2013-07-24 11:41:09 -07:00
Joshua Merrell
f38e231caf staff accounts can be added and deleted 2013-07-20 19:25:08 -07:00
Joshua Merrell
58599eb05a moved staff-related functions to manage.js, added rebuildall page, (almost) finished staff management page 2013-07-20 18:12:51 -07:00
Joshua Merrell
7937c241c0 fixed (most) board creation issues 2013-07-20 16:38:06 -07:00
Joshua Merrell
8ebd90a79f Thread creation and board rebuilding nearly finished 2013-07-19 19:00:25 -07:00
Joshua Merrell
7aa55140ba Board generation almost complete 2013-07-19 18:08:45 -07:00
Joshua Merrell
2eaffa728a updated README and TODO files 2013-07-11 02:14:09 -07:00
Joshua Merrell
0576c697ca removing unneeded boards.go 2013-07-11 02:10:13 -07:00
Joshua Merrell
ed81b7930c fixed rebuildfront not referencing the document root 2013-07-11 01:20:34 -07:00
Joshua Merrell
6825287eaa Merge branch 'master' of https://bitbucket.org/Eggbertx/gochan
removing log files from repo
2013-07-04 16:45:06 -07:00
Joshua Merrell
16acd46001 removed log files from repo 2013-07-04 16:36:42 -07:00
e5293e0815 Added ignore for binary, config and logs. 2013-07-04 16:03:29 -07:00
Joshua Merrell
6c5fd76607 no longer creates database on initial setup 2013-07-04 03:09:34 -07:00
Joshua Merrell
504978212d making getPostArr() more flexible 2013-07-04 02:53:43 -07:00
Joshua Merrell
32e7517901 Updated README 2013-07-04 02:49:56 -07:00
Joshua Merrell
2f8b70701c Updated README 2013-07-04 02:47:45 -07:00
Joshua Merrell
dca39f6220 Updated README 2013-07-04 02:47:05 -07:00