1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-08-29 04:22:46 +00:00
TiddlyWiki5/plugins/tiddlywiki/multiwikiserver/modules
Jeremy Ruston 6675358e85 WIP: Add a multipart/form-data convenience function
This is the start of adding support for large attachments.

We have a new endpoint for POSTing tiddler data. The idea is that it will take any kind of data and figure out how to extract tiddlers from the upload and save them in the nominated bag.

The next step is to move the attachment files into a special folder and reference them from the database so that we can construct _canonical_uris for them.
2024-02-02 15:42:02 +00:00
..
command-mws-load.js First draft of a command to read tiddlers, bags and recipes from an archive 2024-01-28 21:27:12 +00:00
init.js Move the database file into a "store" directory inside the wiki folder 2024-01-29 18:11:50 +00:00
route-delete-recipe-tiddler.js Rename some of the routes more logically 2024-01-19 19:27:54 +00:00
route-get-bag-tiddler.js Fix canonical URI handling 2024-01-26 15:48:39 +00:00
route-get-bag.js Add an HTML view of bag listings 2024-01-19 19:25:58 +00:00
route-get-recipe-tiddler.js Fix canonical URI handling 2024-01-26 15:48:39 +00:00
route-get-recipe-tiddlers-json.js Refactor _canonical_uri handling out of route handlers 2024-01-23 10:51:12 +00:00
route-get-recipe.js Fix canonical URI handling 2024-01-26 15:48:39 +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-post-recipe-tiddlers.js WIP: Add a multipart/form-data convenience function 2024-02-02 15:42:02 +00:00
route-put-bag.js Add support for bag descriptions, validate bags and recipes, and complete the UI for creating bags and recipes 2024-01-24 22:24:24 +00:00
route-put-recipe-tiddler.js Add support for recipe descriptions 2024-01-23 14:29:50 +00:00
route-put-recipe.js Add support for bag descriptions, validate bags and recipes, and complete the UI for creating bags and recipes 2024-01-24 22:24:24 +00:00
server-extension.js Server extension framework 2024-01-17 22:42:01 +00:00
sql-tiddler-database.js Move the database file into a "store" directory inside the wiki folder 2024-01-29 18:11:50 +00:00
sql-tiddler-store.js Allow tilde character in bag and recipe names 2024-01-28 17:11:44 +00:00
tests-sql-tiddler-database.js A few more tests 2024-01-28 17:11:53 +00:00