1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-17 01:14:21 +00:00
TiddlyWiki5/plugins/tiddlywiki/multiwikiserver/modules
Jeremy Ruston 26ede2839b Add support for _canonical_uri tiddlers
Currently hard wired to kick in for tiddlers over 10MB (in base64 representation for binary tiddlers)
2024-01-19 14:46:21 +00:00
..
init.js Update entity state tiddlers on startup to read bag and recipe info 2024-01-19 11:03:27 +00:00
route-delete-tiddler.js Implement APIs for client wikis to sync with the server 2024-01-03 16:27:13 +00:00
route-get-status.js Implement APIs for client wikis to sync with the server 2024-01-03 16:27:13 +00:00
route-get-tiddler.js Add support for _canonical_uri tiddlers 2024-01-19 14:46:21 +00:00
route-get-tiddlers-json.js Implement APIs for client wikis to sync with the server 2024-01-03 16:27:13 +00:00
route-get-wiki.js Add support for _canonical_uri tiddlers 2024-01-19 14:46:21 +00:00
route-put-bag.js Basic support for creating bags and recipes 2024-01-19 11:03:58 +00:00
route-put-recipe.js Basic support for creating bags and recipes 2024-01-19 11:03:58 +00:00
route-put-tiddler.js Implement APIs for client wikis to sync with the server 2024-01-03 16:27:13 +00:00
server-extension.js Server extension framework 2024-01-17 22:42:01 +00:00
sql-tiddler-store.js Update entity state tiddlers on startup to read bag and recipe info 2024-01-19 11:03:27 +00:00
tests-sql-tiddler-store.js Tests should use a dummy admin wiki 2024-01-19 10:28:04 +00:00