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

750 commits

Author SHA1 Message Date
Eggbertx
564d659e02 Don't create /etc/gochan or /var/log/gochan during vagrant provisioning, since gochan-install will do that 2025-07-11 14:58:45 -07:00
Eggbertx
1a3877c807 Fix failing building unit tests 2025-07-10 16:28:13 -07:00
Eggbertx
8f70343880 Properly stop installer server after last page has been rendered and sent 2025-07-10 12:39:17 -07:00
Eggbertx
db6194a5fd Add DBVERSION SQL replacer constant 2025-07-10 12:00:37 -07:00
Eggbertx
65c203f464 Use platform-specific configuration search paths for macOS, Unix, and Windows 2025-07-08 12:56:33 -07:00
Eggbertx
d5f489ef22 implement all installer pages, add DBPREFIX to constraints (not necessary to update if already installed) 2025-06-27 17:01:57 -07:00
Eggbertx
ccad76ff28 Use constants for environment variables, check GOCHAN_CONFIG value before standard gochan.json locations 2025-06-26 10:10:17 -07:00
Eggbertx
6a87d74258 Implement database configuration and validation 2025-05-16 14:19:52 -07:00
Eggbertx
772bd265f9 Start setting up gochan-installer for providing a web interface for setting up configuration 2025-05-15 14:13:15 -07:00
Eggbertx
82825c6386 Fix regression, re-add cyclic field setting 2025-05-09 00:11:46 -07:00
Eggbertx
6aa021b7b0 Update tests 2025-05-08 21:48:41 -07:00
Eggbertx
92fb3bdb1f Rebuild board if a ban adds a ban message to a post 2025-05-08 21:45:08 -07:00
Eggbertx
5ccf90e04a Fix dashboard not showing all available actions 2025-05-08 21:07:11 -07:00
Eggbertx
25790fb5d7 Update tests involving staff creation 2025-05-08 17:15:01 -07:00
Eggbertx
95db89e2a3 Check for existence of user before trying to insert, for a more user-friendly error message 2025-05-08 16:50:00 -07:00
Eggbertx
7a4d28d3d9 Refactor command line initialization and logging error handling 2025-05-08 16:34:11 -07:00
Eggbertx
d923c73000 Rework command line staff management commands and password handling, update logging initialization options, and bump version to 4.2.0 in preparation for upcoming release 2025-05-07 14:51:57 -07:00
Eggbertx
305b557e41 Refactor threads table, rename cyclical attribute to cyclic for consistency 2025-05-02 11:47:01 -07:00
Eggbertx
d7f2995333 Add other staff callback tests 2025-05-01 16:23:00 -07:00
Eggbertx
6fcb5fb262 Separate staff account password changing from rank changing, add staff callback function tests 2025-05-01 14:54:10 -07:00
Eggbertx
bd1039057b Remove debug print statement from bansCallback function 2025-04-29 22:32:03 -07:00
Eggbertx
6872395449 Add ability to leave public "USER WAS BANNED FOR THIS POST" message, with mod-customizable text 2025-04-29 22:29:21 -07:00
Eggbertx
401662a0a9 Add banned message handling to posts and update related views 2025-04-29 20:16:55 -07:00
Eggbertx
6cfe3d5c3f Properly show page header on filter hits pages 2025-04-29 16:48:19 -07:00
Eggbertx
c41d725ab1 Add struct for /manage callback testing and a login test 2025-04-25 16:17:10 -07:00
Eggbertx
0b0987efad Refactor FuzzyTime.Match to simplify time comparison logic 2025-04-24 20:20:36 -07:00
Eggbertx
6cf305d38c Clean up ban form to use blank duration for permaban 2025-04-24 20:18:27 -07:00
Eggbertx
8d4d2c5655 Add descending order parameter to GetWordfilters and GetBoardWordfilters 2025-04-24 15:51:59 -07:00
Eggbertx
363e8914b3 Show filters in descending order on manage page 2025-04-24 15:50:32 -07:00
Eggbertx
c143596f80 Replace parsed gochan version type with constant string and DB version passed by parameter with constant int 2025-04-22 17:03:52 -07:00
Eggbertx
414a66ecc9 Update thread creation test 2025-04-22 15:23:27 -07:00
Eggbertx
013c05676d Record spoilerthread field when creating thread 2025-04-22 15:19:40 -07:00
Eggbertx
98ccdfaff4 Add Cyclical field to catalogThreadData and update related post query handling 2025-04-21 17:27:47 -07:00
Eggbertx
83f8601334 Refactor thread and post data structures to include IsSpoilered and update related queries and templates (still a WIP) 2025-04-21 17:10:42 -07:00
Eggbertx
6ba9b40894 update expected table creation statements 2025-04-20 15:02:05 -07:00
Eggbertx
b1d267836a Make doesGochanPrefixTableExist public for use in migration, improve error handling for database version retrieval. 2025-04-20 14:48:56 -07:00
Eggbertx
f661c30441 Use mutex in BuildBoards to improve synchronization 2025-04-16 17:09:31 -07:00
Eggbertx
f37dbbc840 Rename threads column spoilered to is_spoilered for consistency 2025-04-16 16:57:44 -07:00
Eggbertx
3dc45fef53 Add spoilered column and migration, update tests in gctemplates to use goquery to not have to test against really big strings 2025-04-13 01:18:55 -07:00
Eggbertx
052a75da28 Update database provision testing strings 2025-04-12 14:54:56 -07:00
Eggbertx
556de0d4ac Show secure tripcodes 2025-04-06 16:07:37 -07:00
Eggbertx
4c0ce122ad Add is_secure_tripcode column to posts and update gochan-migration to add it 2025-04-06 15:08:46 -07:00
Eggbertx
ffac903eb5 Properly order posts in test 2025-04-06 13:42:51 -07:00
Eggbertx
724f62ee59 Show embed thumbnail on front page if template is configured 2025-04-06 13:40:48 -07:00
Eggbertx
a33a5a80c7 Fix front page thumbnails 2025-04-06 12:59:59 -07:00
Eggbertx
0db91f277c Implement thread-unique poster ID 2025-04-05 23:27:08 -07:00
Eggbertx
7690bad025 Exclude embed entries from the list of thread files retrieved 2025-04-05 22:00:09 -07:00
Eggbertx
ce53ad299c Update edit page to handle adding new embed/upload 2025-04-05 16:18:11 -07:00
Eggbertx
a6bba36a8a Start making post edit page compatible with embeds 2025-04-01 22:46:54 -07:00
Eggbertx
1bea3a7e1c Add check for embed before deleting post files 2025-03-31 23:10:05 -07:00