Jeremy Ruston
cc4cb04900
Turn on WAL mode for better-sqlite3
2024-04-14 19:12:21 +01:00
Jeremy Ruston
9ba4556250
Add support for the plugin library
...
We create a system bag to contain each plugin/theme/language. It seems wasteful because it results in lots of bags, but the semantics are exactly right and so it seems like the right approach
2024-04-14 18:41:34 +01:00
Jeremy Ruston
7a0c43436f
First pass at SSE support
2024-03-25 08:36:42 +00:00
Jeremy Ruston
e66b67dedc
Only turn binary tiddlers into attachments
2024-03-23 09:54:15 +00:00
Jeremy Ruston
08649dd1eb
More efficient syncing
...
Thank you @PotOfCoffee2Go I ended up taking some of your code from #8101 to get this up and running. There's still some stuff missing (like the tests!) but it gets things moving.
2024-03-23 09:27:54 +00:00
Jeremy Ruston
52f76380c7
Remove code relating to revision and bag as fields
2024-03-22 17:58:52 +00:00
Jeremy Ruston
3aa5607a3a
Stop storing bag and revision details as tiddler fields
...
Instead we store them as dictionary tiddlers
2024-03-20 19:22:12 +00:00
Jeremy Ruston
eaebeb87c9
Include bagname in tiddler Etags
2024-03-20 18:52:54 +00:00
Jeremy Ruston
60e6c8bcb2
Fix etag handling
2024-03-20 17:56:47 +00:00
Jeremy Ruston
9b3ca525ee
Introduce multiwikiclient plugin
...
Routes are now rationalised, too.
2024-03-20 15:13:50 +00:00
Jeremy Ruston
6a673e6aea
Stop syncing state tiddlers to the admin wiki
2024-03-18 21:08:48 +00:00
Jeremy Ruston
3d485f0706
Expose tiddler_ids in bag and recipe listings
2024-03-17 16:34:45 +00:00
Jeremy Ruston
7eaa9b8aec
Database methods that mutate tables should return IDs
2024-03-17 15:06:36 +00:00
Jeremy Ruston
faa4b9700a
More consistent variable naming
2024-03-17 14:54:06 +00:00
Jeremy Ruston
dea739ff07
Introduce delete markers for deleted tiddlers
2024-03-17 14:18:47 +00:00
Jeremy Ruston
69cc45bf5c
Refactor the database engine specific code
2024-03-17 13:27:00 +00:00
Jeremy Ruston
347aa4d546
Tests should cover tiddler_ids
2024-03-17 13:07:24 +00:00
Jeremy Ruston
d518675e03
Get rid of some console.logs
2024-03-15 16:49:24 +00:00
Jeremy Ruston
9df625c44d
Reorganise JS modules into subdirectories
2024-03-11 09:10:01 +00:00