Albert S. crtxcr
crtxcr opened issue crtxcr/exile.h#1 2020-05-24 22:59:21 +02:00
Landlock Support?
crtxcr pushed to master at crtxcr/looqs 2020-05-24 15:38:58 +02:00
072996e0d3 fixed: missing return value for some command handlers
34c828a453 Add Common::databasePath which also allows overriding it
Compare 2 commits »
crtxcr pushed to master at crtxcr/looqs 2020-05-23 22:52:46 +02:00
bb4824764c added Common namespace. cli: use settings instead of env for db path
crtxcr opened issue crtxcr/qsrun#4 2020-05-12 16:42:50 +02:00
Inheritance
crtxcr pushed to feature/authenticator at crtxcr/qswiki 2020-05-03 10:59:09 +02:00
7e2a153f95 introduce and use authenticator: centralizes authentication logic
crtxcr opened issue crtxcr/qswiki#16 2020-05-03 10:09:19 +02:00
Autosave
crtxcr opened issue crtxcr/qswiki#15 2020-05-02 23:13:57 +02:00
Checklists
crtxcr pushed to master at crtxcr/looqs 2020-05-01 11:50:45 +02:00
2161c21e4d link with -lquazip5 instead -lquazip so it works on ubuntu...
a16f746b50 README: added ubuntu build instructions
Compare 2 commits »
crtxcr pushed to feature/ubuntu at crtxcr/looqs 2020-05-01 11:48:57 +02:00
2161c21e4d link with -lquazip5 instead -lquazip so it works on ubuntu...
crtxcr pushed to feature/ubuntu at crtxcr/looqs 2020-04-28 16:59:57 +02:00
a16f746b50 README: added ubuntu build instructions
crtxcr opened issue crtxcr/qswiki#14 2020-04-26 15:17:59 +02:00
Don't hardcode PBKDF2 rounds
crtxcr opened issue crtxcr/qswiki#13 2020-04-21 20:02:10 +02:00
Bancheck: Ban IPv6 Subnet
crtxcr opened issue crtxcr/qswiki#12 2020-04-20 22:40:15 +02:00
Pages: attachments
crtxcr opened issue crtxcr/qswiki#11 2020-04-20 21:17:59 +02:00
UI: register user
crtxcr opened issue crtxcr/qswiki#10 2020-04-20 21:17:48 +02:00
UI: change password
crtxcr pushed to master at crtxcr/qswiki 2020-04-20 16:30:21 +02:00
ce77a66d58 utils: localtime is not threadsafe, use localtime_r
9fe45568c9 utils: localtime is not threadsafe, use localtime_r
Compare 2 commits »
crtxcr pushed to master at crtxcr/qswiki 2020-04-19 23:18:38 +02:00
9fe45568c9 utils: localtime is not threadsafe, use localtime_r
8bf446f404 utils: simplify/optimize escaping
Compare 2 commits »
crtxcr opened issue crtxcr/looqs#7 2020-04-19 22:53:55 +02:00
Limit processing time
crtxcr pushed to feature/qssb at crtxcr/qswiki 2020-04-19 17:11:42 +02:00
5c02dde14a WIP: use qssb for sandboxing
0792d8890f random: cleanup, assume getrandom libc wrapper exists
b44ca5bd79 Makefile: remove redundancies
21eba8ab69 add qssb.h submodule
d671bc15e2 don't link with boost anymore as regex is handled by std now
Compare 9 commits »
crtxcr pushed to feature/qssb at crtxcr/qswiki 2020-04-19 17:05:52 +02:00
6094111b0c WIP: use qssb for sandboxing
5e13aa6b47 Makefile: remove redundancies
04ba891503 add qssb.h submodule
e516c69146 don't link with boost