1
0
Commit Graph

269 Commits

Author SHA1 Message Date
Zef Hemel
5a7a35c759
E2E encryption (prototype) (#601)
Prototype E2E encryption
2023-12-17 11:46:18 +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
e0fe7897b7 CSRF and authentication changes 2023-12-11 12:11:56 +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
8527528af4
Lazy plugs (#596)
* Manifest caching and lazy loading of plug workers
* Fixes #546 Plug unloading after time out
2023-12-06 18:44:48 +01:00
Zef Hemel
62e98b1fd8 Fixes #585 2023-11-29 16:50:53 +01:00
Zef Hemel
259ad5b488 Fixes #576 supporting markdown in headers and refactoring some stuff 2023-11-27 16:29:19 +01:00
Zef Hemel
1335820abd Fixes #583 by making YAML keys slightly darker 2023-11-27 16:04:14 +01:00
prcrst
e6f77b12af
Initial implementation of command link arguments (#573)
Initial implementation of command link arguments

---------

Co-authored-by: prcrst <p-github@prcr.st>
Co-authored-by: Zef Hemel <zef@zef.me>
2023-11-25 18:57:00 +01:00
Zef Hemel
bf5d17aa7a Remove debug statements 2023-11-25 14:31:39 +01:00
Zef Hemel
8d326a668b Slight tweaks 2023-11-25 14:30:31 +01:00
Zef Hemel
aed8bef208 Clicking top bar scrolls to top of page 2023-11-25 14:04:32 +01:00
Zef Hemel
1ac494765f Fixes #263: Implement TOC 2023-11-25 13:40:56 +01:00
prcrst
ae9c8dcb4c
Upload file command with copy/paste logic (#571)
Upload: File command

Co-authored-by: prcrst <p-github@prcr.st>
Co-authored-by: Zef Hemel <zef@zef.me>
2023-11-23 12:09:48 +01:00
Zef Hemel
621c21d26c Minor cleanup 2023-11-22 15:51:44 +01:00
prcrst
ae1561ac90
Implement editor.uploadFile syscall (#570)
* Implement editor.attachFile syscall

* Refactor attachFile to uploadFile

returns a promise with an UploadFile now

* Fix style

* Reject promise with errors

* Another code style fix

---------

Co-authored-by: prcrst <p-github@prcr.st>
2023-11-22 15:33:25 +01:00
Zef Hemel
9b89330ec9 More linting 2023-11-21 16:56:21 +01:00
Zef Hemel
2aed9e5685 Fixes #539 linter support, now checking YAML formats 2023-11-21 16:24:20 +01:00
Zef Hemel
aa5bff548d template fix 2023-11-21 13:26:48 +01:00
Zef Hemel
a984ab1f82 Disable 404 caching 2023-11-17 13:54:48 +01:00
Zef Hemel
6336190c20 Federation URL handling 2023-11-16 13:55:02 +01:00
Zef Hemel
1af5e022a0 Milde optimizations 2023-11-16 09:59:37 +01:00
Zef Hemel
694448a99b Support for env-specific plug space primitives 2023-11-15 16:13:44 +01:00
Zef Hemel
663a15fe33 Template sets 2023-11-15 14:56:34 +01:00
Zef Hemel
35e2afc18b Fixes #566 2023-11-15 10:27:37 +01:00
Zef Hemel
8a7c50599d Fixes #522 2023-11-15 10:08:21 +01:00
Zef Hemel
4acfd96011 Website content updates 2023-11-15 09:31:52 +01:00
Zef Hemel
b4ab56c712 Requeue messages on the server as well 2023-11-15 09:31:44 +01:00
Zef Hemel
f3d72ca6f4 iframe widget pooling (experimental) 2023-11-12 11:50:49 +01:00
Zef Hemel
1b242dea55 Disable curly quotes in code blocks 2023-11-12 10:44:45 +01:00
Zef Hemel
da88c9c6ed Fix page navigator ordering regressions 2023-11-12 10:43:08 +01:00
Zef Hemel
bedc85e7a9 Adding some page reload debugging 2023-11-12 10:33:27 +01:00
Zef Hemel
69ef37a170 Added ngrok deployment option 2023-11-10 10:57:57 +01:00
Zef Hemel
d58db6aa1a No longer index templates tagged as #template 2023-11-09 09:26:44 +01:00
Zef Hemel
366b2ed395 Add newly created file to file list cache 2023-11-08 12:46:59 +01:00
Zef Hemel
ed0c0d9616 Give docked Safari PWA the proper title bar color 2023-11-07 15:21:53 +01:00
Zef Hemel
fcfdc685ac Fix regression where navigation to @ links stopped working 2023-11-06 09:48:17 +01:00
Zef Hemel
1afac0274e Custom template slash commands 2023-11-06 09:14:16 +01:00
Zef Hemel
e0b6fbed3e Change anchor reference syntax 2023-11-03 12:01:33 +01:00
Zef Hemel
509683c537 Added 'created' attribute to files and pages 2023-11-03 09:38:04 +01:00
Zef Hemel
d8318c4ad7 Code widget refactor 2023-10-31 10:33:38 +01:00
Zef Hemel
1d8e7d5c35 Fix client reset 2023-10-30 12:09:45 +01:00
Zef Hemel
af3e4737ba More tweak to widget rendering 2023-10-29 12:26:57 +01:00
Zef Hemel
7e9a3f7b6a Improvements to #530 styling 2023-10-29 12:10:30 +01:00
Zef Hemel
50caba8522 Factor out markdown widget rendering 2023-10-29 10:02:50 +01:00
Zef Hemel
6892756397 Ignore casing in wiki link marking 2023-10-10 09:38:06 +02:00
Zef Hemel
539f0e5326 Safari theme color tweaks 2023-10-10 09:01:44 +02:00
Zef Hemel
dc255c3dda Fix iframes in Safari PWA 2023-10-09 21:02:57 +02:00