Commit Graph

1296 Commits (5bc7193fb0b5d99b1b854e202569f0f360ade749)

Author SHA1 Message Date
Zef Hemel c6e8a17745 Install docs 2023-12-21 19:22:03 +01:00
Zef Hemel 5abdf1c80c Fix federation links 2023-12-21 19:19:09 +01:00
Zef Hemel 90659c9c7e Make frontmatter foldable 2023-12-21 19:04:54 +01:00
Zef Hemel 3c3b648b79 Changelog 2023-12-21 18:45:13 +01:00
Zef Hemel 70ef6ed9da Work on #587: revamped templates 2023-12-21 18:38:02 +01:00
Zef Hemel c38e6cfc25 Remove Page: New command 2023-12-21 18:21:58 +01:00
Zef Hemel 30624a8112 startsWith and endsWith query functions 2023-12-21 18:21:27 +01:00
Zef Hemel 62d55e11ff not support in queries 2023-12-21 18:21:00 +01:00
Zef Hemel 1a86c5b326 Fix plug space filtering (again) 2023-12-20 14:56:15 +01:00
Zef Hemel a1e2d747d5 Changelog 2023-12-19 19:02:43 +01:00
Zef Hemel cd19d455a4 More #363 work, relative paths for attachments when uploading 2023-12-19 18:59:12 +01:00
Zef Hemel 30436d97ea More fixes related to #363 2023-12-19 17:55:11 +01:00
Zef Hemel a5c7405a35 Fixes #363 2023-12-19 17:20:47 +01:00
Zef Hemel e8acd1dbfb Copy tweaks 2023-12-19 16:33:38 +01:00
Zef Hemel 4b3a7aa180 Manual refactor 2023-12-19 16:18:33 +01:00
Zef Hemel 92ecbff4cd Fix some styling issues 2023-12-19 16:18:18 +01:00
Zef Hemel 307ba0a01c WIP manual work 2023-12-19 12:58:18 +01:00
Zef Hemel 8c14087a2c Fixes #603 by not recreating existing unix groups and users 2023-12-18 17:18:58 +01:00
Zef Hemel 9ca1382cf1 Safer failing to load SETTINGS fallback 2023-12-18 16:54:55 +01:00
Zef Hemel 8b860194d7 Outline: enable moving items across boundaries 2023-12-18 16:44:04 +01:00
Zef Hemel 8d85031a14 Minor tweaks 2023-12-18 14:39:52 +01:00
Zef Hemel 291bd740e1 Keyboard shortcut update 2023-12-18 12:55:35 +01:00
Zef Hemel 876db4b2b1 Merge branch 'main' of github.com:silverbulletmd/silverbullet 2023-12-18 12:40:49 +01:00
Zef Hemel 8bafae7d11 Remap outline commands (again) 2023-12-18 12:40:31 +01:00
Eric Wang c8dfd6f25a
docs: update deployment guide for cloudflared (#604) 2023-12-18 09:10:47 +01:00
Zef Hemel b3d5af360b Change server-side shell running implementation 2023-12-17 15:25:44 +01:00
Zef Hemel 7bd58ae0e8 Snapshot 2023-12-17 15:13:00 +01:00
Zef Hemel 0964775517 Snapshot 2023-12-17 15:10:00 +01:00
Zef Hemel fc115e5a74 Update docs with outliner commands 2023-12-17 14:43:43 +01:00
Zef Hemel 6b0bf3c960 Folding outliner commands #13 2023-12-17 14:26:41 +01:00
Zef Hemel e682e13dab Codemirror and lezer dep bump 2023-12-17 12:50:38 +01:00
Zef Hemel 5a7a35c759
E2E encryption (prototype) (#601)
Prototype E2E encryption
2023-12-17 11:46:18 +01:00
Zef Hemel bcf29968ce Merge branch 'main' of github.com:silverbulletmd/silverbullet 2023-12-16 14:33:42 +01:00
Zef Hemel 3ec2a74a53 Fixes #13 by adding new outliner commands 2023-12-16 14:33:08 +01:00
Jim Tittsler 3d87f7a25b
Fix web typos (#600) 2023-12-15 18:58:12 +01:00
Zef Hemel 9f082c83a9
Major backend refactor (#599)
Backend refactor
2023-12-13 17:52:56 +01:00
Zef Hemel 60d7cc704a Remove debug 2023-12-12 14:16:57 +01:00
Zef Hemel e0bb1dde79 Fix plugOverrides being broken 2023-12-12 14:15:46 +01:00
Zef Hemel 8ed3cd0e4a Keyboard shortcuts 2023-12-11 16:57:54 +01:00
Zef Hemel 06a50b6987 Bump auth cookie expiry 2023-12-11 13:53:08 +01:00
Zef Hemel 3344156d3c Fix tests 2023-12-11 12:36:35 +01:00
Zef Hemel e0fe7897b7 CSRF and authentication changes 2023-12-11 12:11:56 +01:00
Zef Hemel 341be037f8 KV Primitives refactor and in-memory version 2023-12-11 12:11:47 +01:00
Zef Hemel 30b987fecb Fixes #506: enables disabling shell commands 2023-12-10 15:39:49 +01:00
Zef Hemel 8bb9abff68 Gitpod and deno version bump 2023-12-10 15:26:39 +01:00
Zef Hemel 757c10a7a1 Fixes #597 hopefully 2023-12-10 15:19:35 +01:00
Zef Hemel 0475c4c40e Avoid plug loading race condition 2023-12-10 15:18:34 +01:00
Zef Hemel 9921d72b96 Remove duplicate shell reporting 2023-12-10 13:30:34 +01:00
Zef Hemel 30ba3fcca7
Refactoring work to support multi-tenancy and multiple storage, database backends (#598)
* Backend infrastructure
* New backend configuration work
* Factor out KV prefixing
* Don't put assets in the manifest cache
* Removed fancy authentication stuff
* Documentation updates
2023-12-10 13:23:42 +01:00
Zef Hemel 573eca3676 Don't put assets in the manifest cache 2023-12-09 18:08:58 +01:00