-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test if gif issue is caused by compressor * gif issue was caused by compressor * impl debugger for filetype validator * fix log * Fixed deleted sub-entities being returned in /api/games/{id} * Update FUNDING.yml * initial user feature * fix recovery * chlog of last major * restructure project and clean up a bit * improve logs and update dependencies * ignore directories reading in files * more verbose logging * fixed stat error and made image deletion less aggressive * migrate images to one to one * prettier * test if query relation increases performance * final 10.3.0 changelog * final 10.3.0 changelog
- Loading branch information
Showing
41 changed files
with
1,547 additions
and
1,550 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
github: phalcode | ||
ko_fi: phalcode | ||
liberapay: phalcode | ||
custom: "https://paypal.me/phalcode" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
VOLUMES_SQLITEDB=./.local/db | ||
VOLUMES_IMAGES=./.local/images | ||
VOLUMES_FILES=./.local/files | ||
VOLUMES_LOGS=./.local/logs | ||
|
||
DB_SYSTEM=SQLITE | ||
TESTING_GOOGLE_API_DISABLED=true | ||
SERVER_ACCOUNT_ACTIVATION_DISABLED=true | ||
SERVER_ADMIN_USERNAME=admin | ||
VOLUMES_SQLITEDB=. | ||
VOLUMES_FILES=. | ||
VOLUMES_IMAGES=. | ||
SERVER_ADMIN_USERNAME=admin |
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.