Albert S. crtxcr
crtxcr pushed to WIP/speciallcommands at crtxcr/qsrun 2021-10-30 16:16:03 +02:00
8ea2f713cf Add more reasonable screenshots
crtxcr pushed to master at crtxcr/qswiki 2021-10-26 23:22:09 +02:00
c90e26a374 template: Remove space between header links
crtxcr pushed to master at crtxcr/qswiki 2021-10-26 23:08:35 +02:00
b297498ca9 template: Don't render searchbar in portrait. Show link instead
fdcef18861 HandlerSearch: Render a form when no q= given
75268e0073 sandbox: Disable Landlock due to qssb.h issue #19
Compare 3 commits »
crtxcr opened issue crtxcr/exile.h#19 2021-10-26 22:28:47 +02:00
Inconsistencies between Landlock and non-landlock mode
crtxcr pushed to master at crtxcr/qswiki 2021-10-26 10:48:08 +02:00
cc4506b918 submodules: sync with latest upstream
017932e673 Fix -wreturn-type warnings
ed61003636 C++20: Avoid implicit capture
ad42c0f046 handlers: HandlerPageEdit: canAccess(): Check with effectivePermisisons()
6304554358 Add [[maybe_unused]] to silence unhelpful warnings
Compare 9 commits »
crtxcr pushed to WIP/cpp20 at crtxcr/qswiki 2021-10-26 10:47:43 +02:00
cc4506b918 submodules: sync with latest upstream
crtxcr pushed to WIP/groups at crtxcr/exile.h 2021-10-25 18:19:19 +02:00
593f4d5340 Introduce qssb_append_group_syscall_policy() to add groups of syscalls
0d7c5bd6d4 append_syscall_to_bpf(): Explicit type cast to fix (C++) warnings
55e1f42ca8 check_policy_sanity(): Initialize last_policy
Compare 3 commits »
crtxcr pushed to master at crtxcr/exile.h 2021-10-25 18:18:44 +02:00
0d7c5bd6d4 append_syscall_to_bpf(): Explicit type cast to fix (C++) warnings
crtxcr created branch WIP/cpp20 in crtxcr/qswiki 2021-10-25 18:13:45 +02:00
crtxcr pushed to WIP/cpp20 at crtxcr/qswiki 2021-10-25 18:13:45 +02:00
017932e673 Fix -wreturn-type warnings
ed61003636 C++20: Avoid implicit capture
ad42c0f046 handlers: HandlerPageEdit: canAccess(): Check with effectivePermisisons()
6304554358 Add [[maybe_unused]] to silence unhelpful warnings
0aa4bca6cc Fix gcc-11 etc. compilation errors
Compare 8 commits »
crtxcr pushed to WIP/sandboxing at crtxcr/looqs 2021-10-25 17:15:49 +02:00
551f55fc32 fixup! gui: Begin basic sandboxing
crtxcr pushed to WIP/sandboxing at crtxcr/looqs 2021-10-24 18:29:33 +02:00
dfd209e39d GUI: Begin IPC mechanism to open files despite sandboxing
d8b2dafadf README: Mention sandboxing
efec31d272 pdfworker: Remove dead code
396d49bf77 cli: moved processing of file content into sandboxed subprocess
8d2126f57b gui: Begin basic sandboxing
Compare 6 commits »
crtxcr pushed to WIP/sandboxing at crtxcr/looqs 2021-10-22 23:05:10 +02:00
0c4491b001 fixup! WIP REBASE Ipc prototype
7aea076199 SandboxedProcessor: Disable fs access if it's not needed
Compare 2 commits »
crtxcr pushed to master at crtxcr/qswiki 2021-10-12 20:10:59 +02:00
eb292a7d79 CategoryDaoSqlite: deleteCategory(): Fix broken query
crtxcr pushed to master at crtxcr/qswiki 2021-10-12 20:02:46 +02:00
420e541e75 CLI: Implement category delete,show,list
c18178a50f SqliteQueryOption: build(): Handle includeInvisible = true properly
Compare 2 commits »
crtxcr pushed to master at crtxcr/qswiki 2021-10-10 22:39:39 +02:00
7a2f15cabe handlers: Introduce HandlerVersion to return the verison string
c9dc3416d7 TemplatePage: Change 'content' to shared_ptr
Compare 2 commits »
crtxcr pushed to master at crtxcr/qswiki 2021-10-10 20:17:41 +02:00
92be470545 Makefile: Remove LDFLAGS from .o compilation
d5485a833f CLIConsole: On 'exit', ask whether to quit attached instance
0bdb22c170 gateway: HttpGateway: convertRequest(): Don't convert param to std::string
eb49b013a7 Makefile: Add profile target
9593429f95 utils: trim(): Take string_view
Compare 10 commits »
crtxcr pushed to master at crtxcr/qswiki 2021-10-08 00:12:04 +02:00
828d827c3d Adjust to new Template::getPage() returning value, not reference
8ffa64beea Template: Use MapCache, getPage(): Return value, not reference
e970ba1682 cache: MapCache: Introduce MapCache, thread-safe cache (key/value store)
Compare 3 commits »
crtxcr pushed to master at crtxcr/qswiki 2021-10-05 21:57:23 +02:00
b59e81a41d CLI: Begin 'page' and 'pageperms' commands
f002969cc1 PermissionsDao: Add save()
Compare 2 commits »
crtxcr pushed to master at crtxcr/qswiki 2021-10-03 23:54:08 +02:00
c4072a7e95 Sandbox: Remove multiple stages
257675485d Template: Remove redundant debug output
Compare 2 commits »