1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-08 05:26:22 -07:00
Commit graph

34 commits

Author SHA1 Message Date
Joshua Merrell
88b1a1b777 Add systemd service, subject field autocomplete prevention 2018-05-29 11:38:33 -07:00
Joshua Merrell
9597760442 More abstraction to make SQL queries simpler, initialsetupdb.sql is now called on every startup 2018-05-23 12:15:46 -07:00
Joshua Merrell
ad683a1b34 Hide gochan's root directory if someone tries to make a board when the directory already exists, don't throw an error if a board SQL column doesn't have a default (they all should now, this is for old installations) 2018-02-03 10:21:45 -08:00
Joshua Merrell
3dcc9db6b6 change default charset from utf8 to utf8mb4 for meme characters, fix $GOPATH not being kept after provision 2017-11-04 22:45:29 -07:00
f6ddc66627 Update size of original filename field in database to 255 (the max for most filesystems) 2017-08-27 01:42:03 -07:00
Joshua Merrell
02f42b38b9 remove "CURRENT_TIMESTAMP" setting from the deleted_timestamp column 2016-10-12 18:21:25 -07:00
dc4be48e4f Fix initialsetupdb.sql compat with MySQL 5.7 and fix log files to append 2016-05-19 20:36:58 -07:00
Josh
b4a789123b add greentext formatting, limit max characters per post 2016-03-11 16:36:19 -08:00
Joshua Merrell
8ef86372ae add more descriptive board/thread subject 2016-01-31 18:50:51 -08:00
cdfcfc93d9 Make it so if a database is half created, the initial setup will be run again to make sure things are still good. 2015-05-28 22:26:51 -07:00
f955b27e50 change key column for plugins to varchar, so that it can be used as a key in MySQL. 2015-04-03 02:05:49 -07:00
0002d0c1aa Fix the initial db setup SQL's "VARVARCHAR(45)" 2015-04-03 01:49:21 -07:00
Joshua Merrell
b46b8efb6f allow ipv6 addresses in initial setup file 2015-03-01 20:51:31 -08:00
Joshua Merrell
938e13caba improve board creation functionality, add warnings, etc 2014-07-15 21:52:39 -07:00
Joshua Merrell
114b20cfba fix recent posts showing up twice on front page, remove some unnecessary (is that spelled right?) columns in board table 2014-06-27 03:25:14 -07:00
Joshua Merrell
a916f6e0bb fix posts on new boards not starting at 1 2014-06-26 20:54:33 -07:00
Joshua Merrell
b56683abe5 fix errors on post/thread deletion, delete images attached to deleted posts/threads 2014-06-08 08:26:28 -07:00
Joshua Merrell
80408f5220 change temporary posts column to varchar, since the MEMORY engine can't use the text type 2014-05-03 03:40:56 -07:00
Joshua Merrell
258a880171 integrate DBPREFIXbannedtrips into DBPREFIXbanlist 2014-03-07 16:11:46 -08:00
Joshua Merrell
9a33179d60 remove some unnecessary columns from the banlist table 2014-02-24 23:08:39 -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
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
cc26021b77 updated initial setup SQL setup file 2013-09-16 18:02:29 -07:00
Joshua Merrell
6cad839157 Fixed bumping 2013-07-28 05:57:37 -07:00
Joshua Merrell
6c5fd76607 no longer creates database on initial setup 2013-07-04 03:09:34 -07:00
Joshua Merrell
b6cd9918c1 added custom date/time format, posting still somewhat broken 2013-06-29 18:00:44 -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
Joshua Merrell
0599c2d1c1 added to recent posts list fetcher 2013-06-08 18:57:58 -07:00
Joshua Merrell
30a80dc8a9 fixed md5_sum() 2013-06-08 17:21:28 -07:00
Joshua Merrell
8e84fff6c7 checks if db exists before trying to create 2013-06-07 08:47:07 -07:00
Joshua Merrell
dbafe32abd started on thread templating/posting 2013-05-29 12:15:44 -07:00
Joshua Merrell
68b8c03980 fixed database handling, fixed http handles, fixed configuration handling, added preliminary templating, etc 2013-04-20 01:21:40 -07:00
Joshua Merrell
e6f6124a1f Adding everything from old repo 2013-02-02 15:01:01 -08:00