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

553 commits

Author SHA1 Message Date
Joshua Merrell
e1de5162ac prepend all absolute paths with {{$.config.SiteWebfolder}}
This fixes issues with people who have something aside from "/" as their config.SiteWebFolder setting
2018-09-27 13:19:24 -07:00
Joshua Merrell
171b03a237 Remove forced config.DBprefix if none is set and adding "_"
You should add _ to your gochan.json's DBprefix option, otherwise you'll get errors.
2018-08-23 17:37:00 -07:00
Joshua Merrell
553e19828d Update roadmap with configuration, update version in static error pages 2018-08-09 00:08:29 -07:00
Joshua Merrell
c700e4c0ce (Mostly) finish the configuration web interface, remove all _img fields since text boards won't happen 2018-08-09 00:04:45 -07:00
Joshua Merrell
0ef760dd61 Strip port from incoming post IP 2018-08-02 17:23:16 -07:00
Joshua Merrell
810af2855f Don't track .bak (temporary backup) files 2018-07-15 07:35:34 -07:00
Joshua Merrell
7ef47e92e3 Fix thumbnail expansion 2018-07-08 21:30:14 -07:00
c7642cd748 Change access log to report correct IP on successful posts 2018-06-28 15:22:53 -07:00
Joshua Merrell
7ed7e1a850 Fix typo in gochan.example.json (version should be Version)
dist.sh now copies html/firstrun.html instead of html/index.html
2018-06-20 17:46:00 -07:00
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