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

577 commits

Author SHA1 Message Date
Eggbertx
6d61137f9e Show correct file/line number in logs 2020-05-28 12:49:02 -07:00
comraderat
8196bde692 Add versioning code 2020-05-27 23:02:29 +02:00
comraderat
42e4f4717b Move adding version to last sql new database statement 2020-05-27 21:42:09 +02:00
comraderat
f08fbb324c Fix catalog 2020-05-27 21:32:15 +02:00
comraderat
2039958d1e Remove unique on navbar position for usability.
Actually order by navbar position. Then order by name.
2020-05-27 21:18:19 +02:00
comraderat
092aa8aede Removed any reference to board.html
Board.html used to be a symbolic link to 1.html.
Now uses 1.html directly verywhere, fixing a bug where the board
couldnt rebuild
2020-05-27 20:50:49 +02:00
comraderat
049207881a Add html truncating 2020-05-27 20:23:00 +02:00
comraderat
193913bcb4 Changes formatted message to template.HTML 2020-05-24 18:56:24 +02:00
Eggbertx
604c776dbf Add error type 2020-05-23 12:00:15 -07:00
comraderat
e28671ecc2 Fix errors 2020-05-23 20:40:48 +02:00
comraderat
00af5bf928 Removed symlink call to link frontpage and 1.html
Symlink isnt supported on windows.
Add 1.html to firstpage field
2020-05-23 19:53:12 +02:00
comraderat
2e00b11434 Fix some errors 2020-05-23 19:40:29 +02:00
comraderat
fa07816eed Add more complete error logging to preparesql 2020-05-23 12:29:52 +02:00
comraderat
17db31613c Move build to building package 2020-05-23 12:29:12 +02:00
comraderat
1cbb3307e6 Chance connect so mariadb ip format same as postgres
Like postgres, mariadb now works without tcp( ) around the ip
2020-05-23 11:23:43 +02:00
comraderat
ce1da78361 Add option lister to manage endpoint 2020-05-22 18:06:15 +02:00
comraderat
9bb7b3f86c Fix missing template messages 2020-05-22 17:35:59 +02:00
comraderat
8395e64cbf Fix template loading 2020-05-22 17:26:06 +02:00
Eggbertx
ef26a7a4b0 use GOPATH in Makefile clean target 2020-05-19 17:50:33 -07:00
comraderat
fb19450fa5 Fixed id problem and split multiqueries 2020-05-19 23:15:42 +02:00
comraderat
bb54b82630 Fixed empty query catch code 2020-05-19 23:14:50 +02:00
comraderat
26782d05cf Fix returning and stop export interfaceslice 2020-05-18 20:03:08 +02:00
comraderat
4deb256b67 Add functions to stop double initialisation 2020-05-17 18:23:24 +02:00
comraderat
1b3314499d Change uri to varchar 2020-05-17 18:22:36 +02:00
comraderat
5841c42033 Refactor to make sections work properly 2020-05-17 17:33:36 +02:00
comraderat
4ace56a661 Changed ip back to varchar for old db compatibility
Might change later, or not.
2020-05-17 16:32:22 +02:00
comraderat
9400833242 Implement almost every query 2020-05-14 17:22:36 +02:00
comraderat
d1b888c8ea Implement more queries, change database slightly 2020-05-14 15:39:49 +02:00
comraderat
68059c28eb Implement some more queries 2020-05-11 15:20:49 +02:00
Eggbertx
19466dd8eb Properly log config issues if value isn't set and msg != "" 2020-05-09 09:26:54 -07:00
comraderat
7e4ea59dbe Implement queries, remove unused fields in BanInfo 2020-05-08 13:06:34 +02:00
comraderat
cc45cf3858 Implement get all announcements and createboard 2020-05-06 19:25:49 +02:00
comraderat
2d45645fba Fix spelling error in database 2020-05-06 19:17:58 +02:00
comraderat
1020e3ed24 Impl. GetAllSectionsOrCreateDefault & GetBoardUris 2020-05-04 14:21:53 +02:00
comraderat
ebde565479 Implement bans 2020-05-04 14:16:51 +02:00
comraderat
89e09738e5 Implement fileban and some utility functions 2020-05-04 13:57:00 +02:00
comraderat
af146ffeed Implement sql 2020-05-04 13:46:32 +02:00
comraderat
2bf2d4aa35 Implement Staff sql funcs 2020-05-04 13:46:13 +02:00
comraderat
704d9055b0 Changed SetFormattedInDatabase to send one by one
Manually manages stmt object to stop re-formatting
constantly.
2020-05-03 13:37:33 +02:00
comraderat
6eff4c2b97 Implement GetStaffByName 2020-05-03 13:37:33 +02:00
comraderat
5b2e6800a1 Implemented GetStaffName & GetStaffBySession 2020-05-03 13:37:33 +02:00
comraderat
bae28256e0 Removed non-functional staff boards field 2020-05-03 13:37:33 +02:00
comraderat
631648222c Implemented GetReplyFileCount 2020-05-03 13:37:33 +02:00
comraderat
36c073e037 Add InterfaceSlice method, fix error
Implemented GetReplyCount, added InterfaceSlice method for easy use of
QuerySQL, fixed and updates GetSpecificTopPost
2020-05-03 13:37:33 +02:00
comraderat
0d8cbff20d Get and set methods for messages implemented 2020-05-03 13:37:33 +02:00
comraderat
5a5f60f3bd vscode: Add snippet file for query & scan into slice 2020-05-03 11:46:20 +02:00
comraderat
969dca3e98 Replace notimplementen static value with new call
To ensure correct handling of stack trace
2020-05-03 11:18:12 +02:00
comraderat
647df66989 Add deprecation notice to Post and RecentPost 2020-05-02 20:11:25 +02:00
comraderat
4f925c3622 Extract & implement post retrieval queries
Removed unused field in Post table
2020-05-02 20:08:17 +02:00
comraderat
0c10cc31ad Update dummy data 2020-05-02 17:34:50 +02:00