261 Commits

Author SHA1 Message Date
Marc Ole Bulling 5a2c097460 Fixed upgrade process 2024-12-08 16:19:27 +01:00
Marc Ole Bulling 1e43148ab6 Fix for #216, updated versions and go build 2024-12-08 16:05:48 +01:00
Marc Ole Bulling 945b50cb5e Changed version number 2024-12-07 20:57:36 +01:00
Marc Ole Bulling be589fc758 Always recreate API key table in sqlite #215 2024-12-07 13:48:23 +01:00
Marc Ole Bulling 1a0b7f90f8 Updated version number and changelog 2024-12-07 09:21:59 +01:00
Marc Ole Bulling 6f582b25d8 Store upload defaults locally (#214), breaking API changes 2024-12-06 14:36:08 +01:00
Marc Ole Bulling 520f796c50 Fixed UI when uploading file larger than max allowed file size #213 2024-12-06 11:38:32 +01:00
Marc Ole Bulling a291030918 Added warnings in setup if /app/data or /app/config is not mounted as a volume #203 2024-12-05 19:57:16 +01:00
Marc Ole Bulling ddc72b0a98 Use API for most of UI interactions with an internal API key (#211), breaking API changes
* Changed color of API procressing status

* Added internal system key, use system key for API page perm changes, BREAKING: removed session auth

* API: Added /auth/delete, added option to include basic parameters in /auth/create, migrated API overview page completely to use API calls

* Added toast in API menu for clipboard, removed reference to session authentication in documentation

* Changed delete button in upload menu to API call, fixed modify API call in menu #210

* Set Api key in API menu for changing permissions, renamed title for Deleting Uploads permission, refactoring

* Added tests, refactoring
2024-12-05 13:55:11 +01:00
Marc Ole Bulling 6143449b8c Removed unnecessary error check 2024-11-28 05:59:57 +01:00
Marc Ole Bulling 0e80a59e15 Added preview for WhatsApp 2024-09-30 18:02:00 +02:00
Marc Ole Bulling 0ec822fb55 Changed version number 2024-09-30 17:06:16 +02:00
Marc Ole Bulling 2239a5d7b1 Add meta data for preview 2024-08-23 11:35:04 +02:00
Marc Ole Bulling a3d90ee899 Added hotlink support for avif and apng format 2024-08-15 09:56:32 +02:00
Marc Ole Bulling d6b0670c18 Fixed tests 2024-08-05 17:39:07 +02:00
Marc Ole Bulling 5ef0e89297 Ensure headers are set when proxying S3 file #199 2024-08-05 17:31:48 +02:00
Marc Ole Bulling 3130917829 Fixed crash when OIDC returns nil for groups #198, added make file build to include debug symbols, minor rewording 2024-07-29 19:51:05 +02:00
Marc Ole Bulling f08490e69e Fixed crash after running setup and changing encryption #197, changed versioning of css/js files to prevent caching #195 2024-07-26 14:19:51 +02:00
Marc Ole Bulling 673f4b3dd7 Fixed tests 2024-07-22 20:28:28 +02:00
Marc Ole Bulling 4f71a2b1c3 Fix processing/uploading status not showing after upload #193, updated comment in string_constants.tmpl 2024-07-22 20:12:58 +02:00
Marc Ole Bulling 38d5275e9e Changed outdated comment for version constants template 2024-07-15 14:29:11 +02:00
Marc Ole Bulling 94def515ca Added tests, changed version number 2024-07-15 13:30:28 +02:00
Marc Ole Bulling 533993ef3b Only display Gokapi version in admin view #181 2024-07-13 04:01:20 +02:00
Marc Ole Bulling e704904ed1 Updated version numbers 2024-07-12 19:52:24 +02:00
Marc Ole Bulling e0741c86c0 Fixed SQLite update #189 2024-07-12 19:47:06 +02:00
Marc Ole Bulling f909db076f Have seperate Database schema version, do not run upgrade when initiating database 2024-07-12 19:15:58 +02:00
Marc Ole Bulling b56970bf88 Add Redis support / make database location and provider selectable in setup (#180) 2024-07-07 22:13:51 +02:00
Marc Ole Bulling f7ba24913d Added tests, fixed typo 2024-06-15 22:51:20 +02:00
Marc Ole Bulling 933ad58f81 Removed legacy DB upgrade option, added tests
-
2024-06-10 16:35:16 +02:00
Marc Ole Bulling 7fef0450bc Updated makefile, added tests, remove lastupdate database entry for uploadstatus 2024-06-09 19:33:23 +02:00
Marc Ole Bulling b14d9f9e51 Added tests and coverage to makefile, updated dependencies, added tests 2024-06-09 17:43:45 +02:00
Marc Ole Bulling 98e20beaff Replaced SSE library with own code 2024-06-09 15:27:23 +02:00
Marc Ole Bulling ee7fc54df9 Added tests 2024-06-09 13:03:06 +02:00
Marc Ole Bulling fdd5a0d892 Refactoring 2024-06-09 11:36:33 +02:00
Marc Ole Bulling 6beabdebc3 Added option to display filenames in URL (#171), breaking API changes, refactoring, update OpenAPI 2024-06-08 21:52:14 +02:00
Marc Ole Bulling abc8a0eb7c Fixed QR code with E2E encryption not having key 2024-06-08 20:00:27 +02:00
Marc Ole Bulling 0341a7f42c Fixed Chunksize and MaxUploads = 0 after running setup, made MaxMemory persistant, as per documentation 2024-06-08 19:28:11 +02:00
Marc Ole Bulling d33caa45be Fixed test 2024-06-07 16:45:59 +02:00
Marc Ole Bulling 3b7cdae6fd Added settings to set the chunk size and amount of parallel uploads for faster upload speed, fixes #162. Updated documentation 2024-06-07 16:38:59 +02:00
Marc Ole Bulling ca63110875 Modified dropzone library to limit parallel uploads, enabled parallel chunk uploads, set chunksize to 39MB, fixes slow upload #162 2024-06-06 21:45:22 +02:00
Marc Ole Bulling 08a81fa454 Updated Docker Go build version, updated version number 2024-05-29 13:49:06 +02:00
Marc Ole Bulling da1fb032a7 Dont display unexpected EOF error when user stops upload/download 2024-05-29 13:04:06 +02:00
Marc Ole Bulling 83185a9a2f Updated version number 2024-05-27 16:48:16 +02:00
Marc Ole Bulling 7b3f83e50a Added test for header verification for AWS downloads, updated documentation 2024-05-27 16:42:59 +02:00
Marc Ole Bulling 97368ca6ae Fix setup option "save images always locally" reverting to default in setup #165, added option to proxy downloads from s3 to setup #75, rewording in setup 2024-05-26 22:01:39 +02:00
Marc Ole Bulling fe3616fdcd Add option to proxy S3 dowmloads #75 2024-05-24 12:35:44 +02:00
Marc Ole Bulling ac12cca1bf Add nginx header for SSE, update nginx documentation 2024-05-24 11:01:56 +02:00
Marc Ole Bulling 1729200ee4 Display error message when invalid server response was received, check if incorrect nginx config #164 2024-05-23 23:16:19 +02:00
Marc Ole Bulling 5fcd264ba6 Added GOKAPI_LOG_STDOUT env variable for outputing log file entries to stdout 2024-05-23 17:34:34 +02:00
Marc Ole Bulling 5a31cd5d63 Added deployment-password flag, generate salts if invalid, added section for automatic deployment to docs 2024-05-22 23:12:45 +02:00