TiddlyWiki5/core/modules
webplusai 6a7612ddf8
MWS authentication (#8596)
* mws authentication

* add more tests and permission checkers

* add logic to ensure that only authenticated users' requests are handled

* add custom login page

* Implement user authentication as well as session handling

* work on user operations authorization

* add middleware to route handlers for bags & tiddlers routes

* add feature that only returns the tiddlers and bags which the user has permission to access on index page

* refactor auth routes & added user management page

* fix Ci Test failure issue

* fix users list page, add manage roles page

* add commands and scripts to create new user & assign roles and permissions

* resolved ci-test failure

* add ACL permissions to bags & tiddlers on creation

* fix comments and access control list bug

* fix indentation issues

* working on user profile edit

* remove list users command & added support for database in server options

* implement user profile update and password change feature

* update plugin readme

* implement command which triggers protected mode on the server

* revert server-wide auth flag. Implement selective authorization

* ACL management feature

* Complete Access control list implementation

* Added support to manage users' assigned role by admin

* fix comments

* fix comment
2024-10-30 17:59:44 +00:00
..
commands Merge branch 'master' into multi-wiki-support 2024-08-06 21:38:38 +01:00
editor Fix mediatype Typo in excise.js (#8640) 2024-09-30 14:26:00 +01:00
filterrunprefixes
filters Fix suffix does not work for base64 operators (#8574) 2024-09-06 19:40:05 +01:00
indexers Fix: transcludes and backtranscludes operators to always include self-referential transclusion (#8257) 2024-06-19 09:38:02 +01:00
info
macros Add startCount to unusedtitle macro, new tests, new docs (#7941) 2024-09-10 10:49:41 +01:00
parsers Standardise whitespace in conditional shortcut syntax (#8583) 2024-09-02 16:51:15 +01:00
savers Fix invalid accept header in put saver (#8547) 2024-09-06 19:55:51 +01:00
server Merge branch 'master' into multi-wiki-support 2024-06-22 16:56:46 +01:00
startup Add support for HTTP bearer authentication 2024-10-10 15:10:55 +01:00
storyviews Fix navigation vertical position when duration is zero 2024-07-28 14:20:37 +01:00
upgraders Do not import "$:/build" (#8476) 2024-08-03 13:16:05 +01:00
utils Add support for HTTP bearer authentication 2024-10-10 15:10:55 +01:00
widgets MWS authentication (#8596) 2024-10-30 17:59:44 +00:00
commander.js
config.js Add NoBreak HTML entity (#8431) 2024-07-27 14:00:52 +01:00
deserializers.js
filters.js
keyboard.js
language.js
pluginswitcher.js
saver-handler.js Testcase UI enhancements (#8292) 2024-06-26 10:23:54 +01:00
story.js
syncer.js
tiddler.js
wiki-bulkops.js
wiki.js Add startCount to unusedtitle macro, new tests, new docs (#7941) 2024-09-10 10:49:41 +01:00