1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-01 22:26:24 -07:00

Commit graph

  • 5ce9d410d4 Remove references to gochan-migrate -updatedb (since it is now handled automatically) update-db-internally Eggbertx 2025-08-01 11:58:54 -07:00
  • 26c44f1d3d Move gcupdate "migration" to be handled by the main gochan executable Eggbertx 2025-08-01 11:54:28 -07:00
  • ee702a2d16 Log current database version (if it exists) as soon as it's retrieved master sqlite3-gcupdate-improvements Eggbertx 2025-07-27 16:23:29 -07:00
  • b3302e7f62 Log listening port when server starts, move fatal logging for unsupported captcha type to main function Eggbertx 2025-07-27 15:58:53 -07:00
  • 815341cd35 Update gochan-migration, fix incorrect usage of common.ColumnType, and check if filters table exists before preparing pre-filter tables for migration Eggbertx 2025-07-25 14:54:54 -07:00
  • b0360fca6c
    Add issue template Eggbertx 2025-07-22 18:06:53 -07:00
  • 1d479753c0 Add more information to initial log Eggbertx 2025-07-22 16:59:13 -07:00
  • eb288ceb7d
    Merge pull request #135 from gochan-org/dependabot/npm_and_yarn/frontend/form-data-4.0.4 Eggbertx 2025-07-22 16:53:20 -07:00
  • 372406e65d
    Merge pull request #134 from CrawlerBleak/patch-2 Eggbertx 2025-07-22 16:51:58 -07:00
  • b071777aa2
    Bump form-data from 4.0.2 to 4.0.4 in /frontend dependabot[bot] 2025-07-22 07:13:40 +00:00
  • 9b361d0744
    Add log statement upon listening for requests (fixes #133) CrawlerBleak 2025-07-21 23:08:44 -07:00
  • db4ff8eac1
    Docker README: update command to docker-compose CrawlerBleak 2025-07-21 19:20:33 -07:00
  • efd5a848bd Audit template.HTML return Eggbertx 2025-07-19 19:58:58 -07:00
  • 7a0cbb06e3 Make LICENSE a symbolic link to cmd/gochan-installer/license.txt to avoid potential build issues Eggbertx 2025-07-19 19:49:48 -07:00
  • a04451ce5d Automatically update configuration documentation Eggbertx 2025-07-20 02:34:44 +00:00
  • 8c14bf18d7 Add option to skip admin creation if the database appears to be provisioned already initial-configuration Eggbertx 2025-07-19 19:33:18 -07:00
  • 062cafc4f2 consolidate path validation, remove platform-specific files from gochan-installer (since that is now handled by the config package) Eggbertx 2025-07-11 15:54:03 -07:00
  • 564d659e02 Don't create /etc/gochan or /var/log/gochan during vagrant provisioning, since gochan-install will do that Eggbertx 2025-07-11 14:58:45 -07:00
  • 1a3877c807 Fix failing building unit tests Eggbertx 2025-07-10 16:28:13 -07:00
  • 8f70343880 Properly stop installer server after last page has been rendered and sent Eggbertx 2025-07-10 12:39:17 -07:00
  • db6194a5fd Add DBVERSION SQL replacer constant Eggbertx 2025-07-10 12:00:37 -07:00
  • 65c203f464 Use platform-specific configuration search paths for macOS, Unix, and Windows Eggbertx 2025-07-08 12:56:33 -07:00
  • bbf7f5f097 re-add missing staff creation code Eggbertx 2025-06-27 17:13:40 -07:00
  • d5f489ef22 implement all installer pages, add DBPREFIX to constraints (not necessary to update if already installed) Eggbertx 2025-06-27 17:01:57 -07:00
  • ccad76ff28 Use constants for environment variables, check GOCHAN_CONFIG value before standard gochan.json locations Eggbertx 2025-06-26 10:10:17 -07:00
  • 80bc25135a Add path form validation Eggbertx 2025-05-19 22:29:56 -07:00
  • a45a2984d5 Add form fields for configuration paths, update database test handling Eggbertx 2025-05-19 21:41:30 -07:00
  • 7c9164d432 Fix installer.scss filename Eggbertx 2025-05-19 21:40:10 -07:00
  • 6a87d74258 Implement database configuration and validation Eggbertx 2025-05-16 14:19:52 -07:00
  • 772bd265f9 Start setting up gochan-installer for providing a web interface for setting up configuration Eggbertx 2025-05-15 14:13:15 -07:00
  • fbee82edee Fix gochan-migrate not running if DBprefix is empty v4.2.0 Eggbertx 2025-05-11 20:12:01 -07:00
  • 82825c6386 Fix regression, re-add cyclic field setting Eggbertx 2025-05-09 00:11:46 -07:00
  • 6aa021b7b0 Update tests Eggbertx 2025-05-08 21:48:41 -07:00
  • 92fb3bdb1f Rebuild board if a ban adds a ban message to a post Eggbertx 2025-05-08 21:45:08 -07:00
  • 5ccf90e04a Fix dashboard not showing all available actions Eggbertx 2025-05-08 21:07:11 -07:00
  • 4b0031160e Remove displayed ban ID from ban page Eggbertx 2025-05-08 19:43:25 -07:00
  • 4598aced3b use term.ReadPassword for reading os.Stdin to a password Eggbertx 2025-05-08 19:34:50 -07:00
  • 4778a631ba Improve password handling by returning an error on abortion and checking in the calling function Eggbertx 2025-05-08 17:38:22 -07:00
  • 25790fb5d7 Update tests involving staff creation Eggbertx 2025-05-08 17:15:01 -07:00
  • 95db89e2a3 Check for existence of user before trying to insert, for a more user-friendly error message Eggbertx 2025-05-08 16:50:00 -07:00
  • 7a4d28d3d9 Refactor command line initialization and logging error handling Eggbertx 2025-05-08 16:34:11 -07:00
  • 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 Eggbertx 2025-05-07 14:51:57 -07:00
  • 305b557e41 Refactor threads table, rename cyclical attribute to cyclic for consistency Eggbertx 2025-05-02 11:47:01 -07:00
  • d7f2995333 Add other staff callback tests Eggbertx 2025-05-01 16:23:00 -07:00
  • 6fcb5fb262 Separate staff account password changing from rank changing, add staff callback function tests Eggbertx 2025-05-01 14:54:10 -07:00
  • bd1039057b Remove debug print statement from bansCallback function Eggbertx 2025-04-29 22:32:03 -07:00
  • 6872395449 Add ability to leave public "USER WAS BANNED FOR THIS POST" message, with mod-customizable text Eggbertx 2025-04-29 22:29:21 -07:00
  • 401662a0a9 Add banned message handling to posts and update related views Eggbertx 2025-04-29 20:16:55 -07:00
  • 6cfe3d5c3f Properly show page header on filter hits pages Eggbertx 2025-04-29 16:48:19 -07:00
  • c41d725ab1 Add struct for /manage callback testing and a login test Eggbertx 2025-04-25 16:17:10 -07:00
  • 0b0987efad Refactor FuzzyTime.Match to simplify time comparison logic Eggbertx 2025-04-24 20:20:36 -07:00
  • 6cf305d38c Clean up ban form to use blank duration for permaban Eggbertx 2025-04-24 20:18:27 -07:00
  • 8d4d2c5655 Add descending order parameter to GetWordfilters and GetBoardWordfilters Eggbertx 2025-04-24 15:51:59 -07:00
  • 363e8914b3 Show filters in descending order on manage page Eggbertx 2025-04-24 15:50:32 -07:00
  • 4cca346f47 Implement frontend spoiler handling, refactor loading to reduce FOUC Eggbertx 2025-04-24 15:36:33 -07:00
  • 13f29a5836 Remove default values from Info column in config.md Eggbertx 2025-04-24 11:19:30 -07:00
  • 9191c6e380 (re)build consts.js on startup Eggbertx 2025-04-22 17:39:36 -07:00
  • 512b7856aa Merge branch 'version-package' Eggbertx 2025-04-22 17:32:23 -07:00
  • 82b49bb829 Get gochan version in build.py from config.go constant string Eggbertx 2025-04-22 17:31:48 -07:00
  • c143596f80 Replace parsed gochan version type with constant string and DB version passed by parameter with constant int Eggbertx 2025-04-22 17:03:52 -07:00
  • ae8b874e69
    Merge pull request #129 from gochan-org/update-config-docs Eggbertx 2025-04-22 17:02:54 -07:00
  • 879fd7f0bc Automatically update configuration documentation Eggbertx 2025-04-22 23:10:32 +00:00
  • 414a66ecc9 Update thread creation test Eggbertx 2025-04-22 15:23:27 -07:00
  • 013c05676d Record spoilerthread field when creating thread Eggbertx 2025-04-22 15:19:40 -07:00
  • 98ccdfaff4 Add Cyclical field to catalogThreadData and update related post query handling Eggbertx 2025-04-21 17:27:47 -07:00
  • 83f8601334 Refactor thread and post data structures to include IsSpoilered and update related queries and templates (still a WIP) Eggbertx 2025-04-21 17:10:42 -07:00
  • 6ba9b40894 update expected table creation statements Eggbertx 2025-04-20 15:02:05 -07:00
  • b1d267836a Make doesGochanPrefixTableExist public for use in migration, improve error handling for database version retrieval. Eggbertx 2025-04-20 14:48:56 -07:00
  • 61693f4a4a Exit without errors (but with warning message) if database is empty, and with appropriate message if database_version exists but doesn't have gochan db version Eggbertx 2025-04-20 14:03:22 -07:00
  • f370c4bd37 Merge branch 'master' into audit-config-fields Eggbertx 2025-04-20 10:52:40 -07:00
  • 8dfc6f64fc Update Docker README file with more info Eggbertx 2025-04-20 01:08:58 -07:00
  • 3702ab6deb Use single template json file, make necessary changes to the configuration for docker in build-images.sh, and add /etc/gochan/ as a volume Eggbertx 2025-04-20 00:14:16 -07:00
  • bb8f9dcc93 Update required Go version in go.mod and installed version in vagrant/bootstrap.sh, add Node.js and NPM installation in vagrant/bootstrap.sh for frontend Eggbertx 2025-04-19 21:54:39 -07:00
  • 3237723224 1 Dragonswho 2025-04-19 19:04:56 +03:00
  • 2c6183de5b some fixes Dragonswho 2025-04-19 18:45:50 +03:00
  • d5e6bb9a11 Update Go version in Dockerfile, add frontend building to shell script and fix view drop order Eggbertx 2025-04-18 14:42:00 -07:00
  • 3cbf75db1d Merge branch 'master' into audit-config-fields Eggbertx 2025-04-18 14:11:22 -07:00
  • 331d437c0e Update Go tag in Dockerfile, update config file, and fix Postgres compatibility issues in reset_views.sql Eggbertx 2025-04-18 14:06:50 -07:00
  • f661c30441 Use mutex in BuildBoards to improve synchronization Eggbertx 2025-04-16 17:09:31 -07:00
  • fe28ca1660 Update Go dependencies Eggbertx 2025-04-16 17:04:15 -07:00
  • f37dbbc840 Rename threads column spoilered to is_spoilered for consistency Eggbertx 2025-04-16 16:57:44 -07:00
  • 00fb6a5688 Merge branch 'master' into audit-config-fields Eggbertx 2025-04-16 16:56:25 -07:00
  • 5c994674ac
    Merge pull request #125 from gochan-org/dependabot/go_modules/golang.org/x/net-0.38.0 Eggbertx 2025-04-16 16:47:17 -07:00
  • 5a7fe2a98b
    Bump golang.org/x/net from 0.36.0 to 0.38.0 dependabot[bot] 2025-04-16 23:19:22 +00:00
  • 3dc45fef53 Add spoilered column and migration, update tests in gctemplates to use goquery to not have to test against really big strings Eggbertx 2025-04-13 01:18:55 -07:00
  • 052a75da28 Update database provision testing strings Eggbertx 2025-04-12 14:54:56 -07:00
  • b8547af58d Update ERD Eggbertx 2025-04-09 23:04:51 -07:00
  • 01faaa992f Add spoilered column to threads table and improve initdb scripts to remove comments and properly get sql directory relative to script directory Eggbertx 2025-04-09 22:29:59 -07:00
  • 556de0d4ac Show secure tripcodes Eggbertx 2025-04-06 16:07:37 -07:00
  • 4c0ce122ad Add is_secure_tripcode column to posts and update gochan-migration to add it Eggbertx 2025-04-06 15:08:46 -07:00
  • ffac903eb5 Properly order posts in test Eggbertx 2025-04-06 13:42:51 -07:00
  • 724f62ee59 Show embed thumbnail on front page if template is configured Eggbertx 2025-04-06 13:40:48 -07:00
  • a33a5a80c7 Fix front page thumbnails Eggbertx 2025-04-06 12:59:59 -07:00
  • 0db91f277c Implement thread-unique poster ID Eggbertx 2025-04-05 23:27:08 -07:00
  • 7690bad025 Exclude embed entries from the list of thread files retrieved Eggbertx 2025-04-05 22:00:09 -07:00
  • d0dbf82574 Add option to move orphans to a backup directory instead of deleting them Eggbertx 2025-04-05 20:41:08 -07:00
  • 739fdcd3fc Add script to search for and delete orphaned files Eggbertx 2025-04-05 20:05:32 -07:00
  • ce53ad299c Update edit page to handle adding new embed/upload Eggbertx 2025-04-05 16:18:11 -07:00
  • a6bba36a8a Start making post edit page compatible with embeds Eggbertx 2025-04-01 22:46:54 -07:00
  • 1bea3a7e1c Add check for embed before deleting post files Eggbertx 2025-03-31 23:10:05 -07:00