Commit Graph

  • 3b2578b7f9 utils: simplify/optimize escaping Albert S 2020-04-19 22:45:51 +02:00
  • e435e84bfa random: cleanup, assume getrandom libc wrapper exists Albert S 2020-04-19 16:55:25 +02:00
  • f73dd3b295 Makefile: remove redundancies Albert S 2020-04-07 21:33:26 +02:00
  • c507c200a6 add qssb.h submodule Albert S 2020-03-29 21:26:57 +02:00
  • b53aeadb8e don't link with boost anymore as regex is handled by std now Albert S 2020-03-29 21:24:31 +02:00
  • 8595978560 get header-only library dependencies using git submodules Albert S 2020-03-18 22:15:06 +01:00
  • 5df89f0491 replace boost regex with std Albert S 2020-03-18 22:00:15 +01:00
  • 71bfa56e3b template: remove some unnecessary newlines Albert S 2019-10-31 21:43:57 +01:00
  • 0a2a943e5b Permissions: Fix missing initialization with 0 in some cases Albert S 2019-10-02 23:36:30 +02:00
  • 0f6d1abbd5 remove spaces etc. at end of line (no functional change) Albert S 2019-10-02 22:06:19 +02:00
  • 559baf65da remove straying tabs on line end (no functional change) Albert S 2019-10-02 21:53:32 +02:00
  • 1c646fa165 make html <title></title> configurable Albert S 2019-10-02 21:40:58 +02:00
  • 7fc9c090ed sync dependencies with upstream Albert S 2019-09-30 20:20:41 +02:00
  • d9de46354e Handlers: set page title Albert S 2019-09-29 21:34:53 +02:00
  • ec10c764d5 RequestWorker: take unique ptr (fixes regression) Albert S 2019-09-29 21:34:21 +02:00
  • 8364ace683 Introduce proper HandlerFactory and reduce dependencies of RequestWorker Albert S 2019-09-29 20:57:46 +02:00
  • 0ccc20454b Introducing HandlerConfig class to give handlers config values they need Albert S 2019-09-29 20:27:53 +02:00
  • 364d82a99f Begin removing several dependencies on Config object Albert S 2019-09-29 17:12:36 +02:00
  • 327c0793d1 template: move js session refresh to single file ; use fetch API Albert S 2019-08-26 21:21:47 +02:00
  • 5c3dc9982f remove outdated, unmaintained template 'default' Albert S 2019-08-26 21:03:43 +02:00
  • 15c5b66800 page view: fix messed up ul close tags Albert S 2019-08-26 20:51:59 +02:00
  • 2d0bd713e5 sandbox-linux: call seccomp_release, remove unnecessary iteration Albert S 2019-08-21 20:14:44 +02:00
  • 1e150144e6 sandboxing: check whether debian specific patch disables user namespaces for unpriv users Albert S 2019-08-12 09:06:32 +02:00
  • e14aa99a4b sandbox: paths must be bind mounted in order of their length Albert S 2019-08-11 21:03:50 +02:00
  • f83c705230 Begin sandboxing support, README updates. Albert S 2019-08-11 20:10:38 +02:00
  • d7db1fbe39 handlerlogin: use std::atomic for counter and lockguard in ban check Albert S 2019-05-12 21:14:26 +02:00
  • 93aea9ed7b httpgateway: set new max payload length config value Albert S 2019-05-04 00:02:17 +02:00
  • 8fe7e98aaa sync httplib.h with its current master, but replace std::regex with boost:regex again Albert S 2019-05-03 23:33:57 +02:00
  • b751e0ba92 Fixed: inverted boolean in check for enabled anon user Albert S 2019-05-03 23:26:08 +02:00
  • 611ef12ca6 permissionsdao: no silent fallback to user-permissions if we find none for user Albert S 2019-05-03 16:00:36 +02:00
  • 7630301168 handlers: permisison check for all pages + retrieve user-specific permissions for pages (if any) Albert S 2019-05-03 15:59:29 +02:00
  • e87c3a0f4d save anon-user permissions from config in database on startup (interim solution) Albert S 2019-05-03 15:58:22 +02:00
  • 7c435d61d4 userdaosqlite: query enabled + implemented save Albert S 2019-05-03 15:56:52 +02:00
  • 2f7a87ce6d user model: added enabled column Albert S 2019-05-03 15:56:08 +02:00
  • 632f689b3e httplib: upgrade to git master (but use boost regex still) Albert S 2019-02-22 10:40:20 +01:00
  • 23c01303b4 template/quitesimple: hack to hide sidebar in portrait mode Albert S 2019-02-22 10:40:02 +01:00
  • 78a1d5d1aa Makefile: do not hard code g++ version. On ancient systems left up to user to set it properly... Albert S 2019-02-21 10:51:07 +01:00
  • ba8815a3eb Begin a basic Dockerfile Albert S 2019-02-21 10:48:36 +01:00
  • 8b125c7775 httpgateway: take listen/port data from config file Albert S 2019-02-21 10:47:49 +01:00
  • f5b594449d httplib.h: use boost::regex, for some reasons as in 044ee8b32c87375fbd59735a13f082c8a037494e Albert S 2018-12-09 23:58:45 +01:00
  • f992f4d20b proper prefix in templates: wikiqs -> qswiki Albert S 2018-11-16 16:54:35 +01:00
  • d3af8d8c53 revisiondaosqlite: fix sorting Albert S 2018-11-16 16:50:39 +01:00
  • 882871c34f Temporarily switch to boost::regex Albert S 2018-11-11 21:28:45 +01:00
  • 28bf5ab6d4 updated TODO Albert S 2018-11-10 22:44:26 +01:00
  • c1812edd07 optimize/improve parser regex Albert S 2018-11-10 22:44:19 +01:00
  • da2a5b10fe Parser::extractCommand: parse with string_view instead of regex to avoid inconsistent behavior in libcs Albert S 2018-11-05 22:36:18 +01:00
  • bcf9d605d2 listen on 127.0.0.1 instead of 'localhost' Albert S 2018-11-05 22:34:59 +01:00
  • ebdb71343c PageDaoSqlite::find: Return empty if not page found Albert S 2018-11-05 10:48:58 +01:00
  • 6aadd43ff4 execInt: rethrow if no_rows, so callers can handle it Albert S 2018-11-05 10:48:30 +01:00
  • 538d9e8b2d Parser: Fix segfault in command extraction Albert S 2018-11-05 10:46:06 +01:00
  • e863b5261b revisiondaosqlite: Don't ignore page visibility setting Albert S 2018-11-04 20:08:39 +01:00
  • 791de88324 updated TODO Albert S 2018-11-04 20:07:50 +01:00
  • 78ee5360a0 remove greensimple template and fix page_history in quitesimple template Albert S 2018-11-04 20:06:37 +01:00
  • f3bb881b63 HandlerPageEdit: Support for renaming and visibility settings Albert S 2018-11-04 19:35:24 +01:00
  • beafde74d0 Parser: Function to exstract 'commands'/attributes (e. g. visible, renaming) Albert S 2018-11-04 19:33:06 +01:00
  • 099f6533f8 Page: add id field Albert S 2018-11-04 19:31:58 +01:00
  • b6cdf9a088 parser: fix multiline and nested parsing Albert S 2018-11-04 10:19:01 +01:00
  • 3bfebfe8a8 Let's make (git) history! Albert S 2018-11-03 17:12:20 +01:00