Commit Graph

22 Commits

Author SHA1 Message Date
DanyLE
0fcf2fc2ab feat(ulib): sqlite database file is created with mode 0600 by default 2024-07-27 00:15:40 +02:00
DanyLE
824769dee2 feat: AssetController shall denies access to files in folder that has a .DENIED file
All checks were successful
gitea-sync/silk/pipeline/head This commit looks good
2024-03-17 19:02:14 +01:00
DanyLE
6380787d7e fix: Change default silk db path to /var/silk
All checks were successful
gitea-sync/silk/pipeline/head This commit looks good
2024-03-13 18:21:18 +01:00
DanyLE
bf5284e66f fix: reading mime of file without extension crashes the request
All checks were successful
gitea-sync/silk/pipeline/head This commit looks good
2024-01-18 10:55:16 +01:00
DanyLE
eeea893d92 fix: ignore case when checking file type
All checks were successful
gitea-sync/silk/pipeline/head This commit looks good
2023-10-24 16:34:55 +02:00
DanyLE
32577500de improve log function
All checks were successful
gitea-sync/silk/pipeline/head This commit looks good
2023-07-07 20:01:59 +02:00
DanyLE
7dcfa9c8f0 fix JSON encode bug + improve logging function 2023-07-07 19:51:33 +02:00
DanyLE
34c2d3ae4e fix: incorrect directory mime query
All checks were successful
gitea-sync/silk/pipeline/head This commit looks good
2023-04-24 09:56:57 +02:00
DanyLE
7c2e44f178 update!: use new filtering syntax in DBModel
All checks were successful
gitea-sync/silk/pipeline/head This commit looks good
2023-04-03 17:00:05 +02:00
DanyLE
170079053e fix incorrect generated select statement
All checks were successful
gitea-sync/silk/pipeline/head This commit looks good
2023-02-20 17:10:12 +01:00
DanyLE
71434c48ff Allow to declare multiple ORs of the same field in the SQL filter object
All checks were successful
gitea-sync/silk/pipeline/head This commit looks good
2023-02-20 15:21:02 +01:00
DanyLE
efe5281f2f fix: generated sql with syntax error when some input object is empty
All checks were successful
gitea-sync/silk/pipeline/head This commit looks good
2023-01-31 15:17:54 +01:00
DanyLE
eae3ae7b14 fix nil check in order statement parsing
All checks were successful
gitea-sync/silk/pipeline/head This commit looks good
2023-01-31 15:10:30 +01:00
DanyLE
86538b8913 add sqlite query generator to the core API
All checks were successful
gitea-sync/silk/pipeline/head This commit looks good
2023-01-31 13:34:10 +01:00
DanyLE
6cd7406a6a decode Multipart data
All checks were successful
gitea-sync/silk/pipeline/head This commit looks good
2023-01-28 04:00:19 +01:00
DanyLE
de2ede07e2 fix: mime detection bug
All checks were successful
gitea-sync/silk/pipeline/head This commit looks good
2023-01-27 17:00:20 +01:00
DanyLE
afd9ffaa07 use c API for some functions
All checks were successful
gitea-sync/silk/pipeline/head This commit looks good
2023-01-27 16:21:15 +01:00
DanyLE
b5cadaae5f looking for mimes.json in either root folder or site folter
All checks were successful
gitea-sync/silk/pipeline/head This commit looks good
2023-01-27 16:18:33 +01:00
DanyLE
d1ba380488 add support for luad websocket 2023-01-26 17:35:16 +01:00
DanyLE
f4dde9202f support backward compatible with old API 2023-01-26 02:27:22 +01:00
DanyLE
7711526a7c Add unit tests and correct bugs detected by the tests 2023-01-25 17:01:01 +01:00
DanyLE
d4bb12c6b5 Add C based module + lua based API code (WIP) 2023-01-18 15:12:48 +01:00