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

1244 commits

Author SHA1 Message Date
Joshua Merrell
9409ce3330 Fix broken link in firstrun.html 2018-06-20 17:38:13 -07:00
Joshua Merrell
78185e8325 Have config.verbosity be determined by gochan.json, not by Makefile
Finally add release instructions to README.md
2018-06-20 17:27:23 -07:00
Joshua Merrell
b090be5b67 Fix duplicating admin account 2018-06-12 13:35:36 -07:00
Joshua Merrell
7e1110214d Add post editing, fix log not showing IP/path 2018-06-09 23:40:20 -07:00
Joshua Merrell
53553b8ac4 Show error message if post is rejected by Akismet 2018-06-08 10:58:53 -07:00
Joshua Merrell
ec8bf65538 replace gc_info with DBPREFIXINFO in initialsetupdb.sql, as it should be 2018-06-01 15:37:14 -07:00
Joshua Merrell
88b1a1b777 Add systemd service, subject field autocomplete prevention 2018-05-29 11:38:33 -07:00
Joshua Merrell
5d7821cc6d Fix execSQL usage mistake, update ldflags variables in Makefile 2018-05-26 11:15:23 -07:00
Joshua Merrell
cf3535bb5d Fix file permission issues 2018-05-25 19:40:23 -07:00
f9558ac2a2 Fix the getStaff function
I had previously changed the backend to not run the template around
getstaffjquery, while the javascript was expecting that to happen still
2018-05-24 18:47:08 -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
6a4443dbc6 Add various changes suggested by gometalinter, 359 more to go! 2018-05-04 17:41:46 -07:00
Joshua Merrell
f1df7aefce bin directory and go symlinks should be added to vagrant user, not root 2018-05-04 11:25:33 -07:00
d0182c8c28 Fix a stray </a> that shows up in replies
The conditional in the template accidentally used eq instead of ne
2018-04-24 13:57:28 -07:00
e99230116c Don't run templates on getstaffjquery 2018-04-24 13:44:29 -07:00
Josh
8c89997645
Merge pull request #10 from pqyptixa/master
Improve views for mobile devices
2018-04-23 15:21:34 -07:00
pqyptixa
0762e4de2e Revert "Set absolute path to the go 1.10 binary"
This reverts commit 2b09b491b1.
2018-04-23 19:20:27 -03:00
pqyptixa
ded719e687
Fix $PATH, again
... to include the go binary executable
2018-04-23 19:11:51 -03:00
pqyptixa
3c83f44716
Make sure no file was posted 2018-04-23 17:36:31 -03:00
pqyptixa
2b09b491b1
Set absolute path to the go 1.10 binary 2018-04-23 17:34:53 -03:00
pqyptixa
8790ca2db0
Enable port forwarding in vagrant 2018-04-23 17:33:09 -03:00
pqyptixa
1142184f60
Install Go 1.10 and fix $PATH 2018-04-23 17:32:22 -03:00
pqyptixa
cb50d0424c
Adds viewport meta tag to img_header.html
Add viewport meta tag to img_header.html to make threads/posts look better on mobile devices
2018-04-23 14:15:20 -03:00
pqyptixa
10b0bd6167
Adds viewport meta tag to front.html
Add viewport meta tag to front.html to make it look better on mobile devices
2018-04-23 14:11:59 -03:00
Joshua Merrell
3d2368545b Fix leftover interface code 2018-04-22 22:32:59 -07:00
32038f535f Fix version in the footer 2018-04-14 12:56:37 -07:00
f7944e2dfe Fix template errors that appeared after template changes 2018-04-14 12:50:26 -07:00
Joshua Merrell
8f41692526 forgot to add postbox.html 2018-04-06 09:33:52 -07:00
Joshua Merrell
ce303c086e HEAVILY simplify template execution 2018-04-06 01:03:57 -07:00
Joshua Merrell
5745428655 Replace a lot of boilerplate error stuff with calls to handleError 2018-03-08 14:42:34 -08:00
Joshua Merrell
be879078d2 Show board dir in page header along with board name 2018-03-08 14:27:51 -08:00
Joshua Merrell
9986bc8a6f streamline row/stmt/file closing and error handling/printing 2018-02-17 19:21:22 -08:00
Joshua Merrell
f39f55eda6 fix post/image deletion 2018-02-10 22:57:52 -08:00
Joshua Merrell
46a3e8ac77 Add bbcode, HTML reparsing function for imageboard admins 2018-02-10 16:30:35 -08:00
Joshua Merrell
4d93f8bb98 Videos (should) now format correctly 2018-02-03 14:42:05 -08:00
Joshua Merrell
c8aa02b420 Fix text appearing outside replies with images 2018-02-03 12:43:12 -08:00
Joshua Merrell
faa313d301 Fix backlinks and greentext doing weird things. 2018-02-03 10:49:15 -08: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
a04e90e59f Fix issue with nginx starting before the vagrant shared directory is mounted 2018-02-02 13:01:34 -08:00
f945d6357c Remove CSS controlling the front page hyphenation 2018-01-29 19:20:00 -08:00
Joshua Merrell
502566d1f0 Forgot to update version to 1.8 2018-01-28 15:13:48 -08:00
Joshua Merrell
4fcb43330f Add webm support and update jQuery 2018-01-28 15:01:59 -08:00
Joshua Merrell
5a0d4e1ff8 Just in case Canonical desides to change the default SSH username on us again 2018-01-25 17:46:00 -08:00
Joshua Merrell
063c1c4c97 fix Staff menu not showing up because XML errors in manage_header.html 2018-01-24 21:15:01 -08:00
Joshua Merrell
38682162b2 increase max upload size to ~5 MB 2018-01-24 19:43:05 -08:00
Joshua Merrell
ec1a8bac1f update bootstrapper (since Canonical is dumb and changed the vagrant box username), remove unnecessary warning from getCurrentStaff 2018-01-19 14:04:24 -08:00
Joshua Merrell
2f19791f89 Don't unescape HTML strings (why were they being escaped in the first place??) 2018-01-14 16:43:38 -08:00
Joshua Merrell
8080e41b40 Force favicon to show up 2018-01-14 14:08:36 -08:00
Josh
2027fa1048
Merge pull request #9 from Eggbertx/testing
Merge pull request #8 from Eggbertx/master
2018-01-13 12:00:47 -08:00
Josh
9452feb1e7
Merge pull request #8 from Eggbertx/master
Update testing branch
2018-01-13 11:51:32 -08:00