1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-21 19:59:42 +00:00
TiddlyWiki5/plugins/tiddlywiki/multiwikiserver/modules/routes/handlers
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
..
delete-bag-tiddler.js Include bagname in tiddler Etags 2024-03-20 18:52:54 +00:00
get-bag-tiddler-blob.js Include bagname in tiddler Etags 2024-03-20 18:52:54 +00:00
get-bag-tiddler.js Stop storing bag and revision details as tiddler fields 2024-03-20 19:22:12 +00:00
get-bag.js Introduce multiwikiclient plugin 2024-03-20 15:13:50 +00:00
get-index.js Add support for the plugin library 2024-04-14 18:41:34 +01:00
get-recipe-events.js First pass at SSE support 2024-03-25 08:36:42 +00:00
get-recipe-tiddler.js Fix syncing 2024-03-24 21:15:59 +00:00
get-recipe-tiddlers-json.js GET recipes/name/tiddlers.json should use include_deleted parameter 2024-03-24 18:32:56 +00:00
get-system.js Create new static index route with ability to create/update bags and recipes 2024-03-20 09:44:52 +00:00
get-wiki.js Fix get wiki crash when serving a recipe with no tiddlers in it 2024-03-27 14:41:03 +00:00
post-bag-tiddlers.js Introduce multiwikiclient plugin 2024-03-20 15:13:50 +00:00
post-bag.js Create new static index route with ability to create/update bags and recipes 2024-03-20 09:44:52 +00:00
post-recipe.js Create new static index route with ability to create/update bags and recipes 2024-03-20 09:44:52 +00:00
put-bag.js Introduce multiwikiclient plugin 2024-03-20 15:13:50 +00:00
put-recipe-tiddler.js Fix syncing 2024-03-24 21:15:59 +00:00
put-recipe.js Introduce multiwikiclient plugin 2024-03-20 15:13:50 +00:00