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

1244 commits

Author SHA1 Message Date
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
Joshua Merrell
be9cc16447 fixed thumbnail gif extension correction 2013-07-04 02:39:23 -07:00
Joshua Merrell
70ebc727ad made getPostArr() more flexible 2013-07-02 14:01:33 -07:00
Joshua Merrell
ae2cb1d2c7 changed Password textbox to password box 2013-07-01 06:34:53 -07:00
Joshua Merrell
baf54a309e fixed staff session cookie creation/expiration/deletion 2013-07-01 04:58:32 -07:00
Joshua Merrell
0f12b4cd09 fixed posting (mostly) 2013-07-01 03:10:46 -07:00
Joshua Merrell
4536b36938 more time formatting fixes 2013-06-29 18:25:41 -07:00
Joshua Merrell
b6cd9918c1 added custom date/time format, posting still somewhat broken 2013-06-29 18:00:44 -07:00
Joshua Merrell
4aa0592711 fixed logging in issues 2013-06-29 15:09:28 -07:00
Joshua Merrell
31e1ce3b49 switched to mymysql/godrv for MySQL handling, still dealing with packet errors if initial setup is successful, still can't login 2013-06-28 18:31:57 -07:00