summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2023-01-30whiteboard v1.5v1.5Roland Reichwein
2023-01-29Fix concurrent edit, testsRoland Reichwein
2023-01-29Fix webassembly/Makefile WASM optimization because allocateUTF8 was missingRoland Reichwein
2023-01-29WASM size optimized with -OsRoland Reichwein
2023-01-29Diff bugfixRoland Reichwein
2023-01-29Add testRoland Reichwein
2023-01-29Add SQL VACUUM to cleanupRoland Reichwein
2023-01-29Fix button displayRoland Reichwein
2023-01-29Minimize WASM size from ~1400000 to ~200000 bytes by explicit function exportRoland Reichwein
2023-01-28Server to client: diffsRoland Reichwein
2023-01-28Client to Server: send diffs instead of whole fileRoland Reichwein
2023-01-28Update build environmentRoland Reichwein
2023-01-28Added testsRoland Reichwein
2023-01-28Added WebAssembly for C++ implementation of DiffRoland Reichwein
2023-01-27Added diff.cppRoland Reichwein
2023-01-26Websockets: Notify other clients of changesRoland Reichwein
2023-01-22Storage bugfix, whiteboard xml implementationRoland Reichwein
2023-01-21Test newidRoland Reichwein
2023-01-21First websocket connectionRoland Reichwein
2023-01-21whiteboard v1.4Roland Reichwein
2023-01-04Adjust to new lib APIv1.4Roland Reichwein
2023-01-03Fixed CXXTYPERoland Reichwein
2023-01-03Whiteboard test (WIP)Roland Reichwein
2023-01-02Added testsRoland Reichwein
2023-01-02Fix dependency, added test for CompiledSQLRoland Reichwein
2023-01-02Switch from ImageMagick to GraphicsMagick for deterministic data; added testsRoland Reichwein
2023-01-02Separated out libreichwein (file.cpp)Roland Reichwein
2023-01-02Fix build on Debian11 (only supported OS)Roland Reichwein
2023-01-01generate_id() using DB not FSRoland Reichwein
2023-01-01Adjust to Debian 11 buildRoland Reichwein
2023-01-01Tests and coverage on gcc and clangRoland Reichwein
2023-01-01Added CompiledSQL class, Test coverageRoland Reichwein
2023-01-01Switch to SQLite storageRoland Reichwein
2023-01-01(Re-)Use precompiled SQL statementsRoland Reichwein
2022-12-31Storage via SQLite, Added tests (WIP)Roland Reichwein
2022-12-30Added tests, added sqlite-backed storage (WIP!)Roland Reichwein
2022-12-05Use whole alphabet and numbers to generate page idRoland Reichwein
2022-12-05whiteboard 1.3v1.3Roland Reichwein
2022-12-05Follow editor's cursorRoland Reichwein
2022-12-05Focus on board to show cursorRoland Reichwein
2022-12-03Page layoutRoland Reichwein
2022-12-03whiteboard 1.2: Fixed build on Debian 11v1.2Roland Reichwein
2022-12-03Version 1.1: Added QR Codev1.1Roland Reichwein
2022-12-03Reactivate uglifyjs by using the correct Debian packageRoland Reichwein
2022-11-27Version 1.0: added web designv1.0Roland Reichwein
2022-11-27Generating new page: retry on collisionRoland Reichwein
2022-11-27Add Debian documentation: webserver.conf.exampleRoland Reichwein
2022-11-27Workaround old node-uglify in DebianRoland Reichwein
2022-11-27Dynamic reload times to limit server loadRoland Reichwein
2022-11-26Cleanup via cron/systemdRoland Reichwein