aboutsummaryrefslogtreecommitdiff
path: root/src/server/authentication/AuthenticationManager.ts
AgeCommit message (Collapse)Author
2025-07-21cleaning up server warnings/errorsbobzel
2024-04-19lint errorsbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-04-04trying to get start-release to workbobzel
2023-12-06catch mongo errors. delete (some) sessions from mongo. more package ↵bobzel
updates. cleanup of express-validator.
2023-12-05mostly working version with latest librariesbobzel
2023-12-04trying to do version updates on all npm packages.bobzel
2022-07-20added a 'guest' login mode. added ability for mainView to be any doc, not ↵bobzel
just a docking collection.
2022-07-07trying to fix errors in compilesbobzel
2022-03-01updated to webpack 5bobzel
2020-10-21server restarts automatically, session key + crash report distributedusodhi
2020-10-10split LinkDatbase into its own field in the user's registry. fixed sharing ↵bobzel
to set lastModified after modifying groups so that remote participants see the right data. fixed text boxes to show blue icon when there's an annotaitn entry
2020-10-08load entire DB in one message.bobzel
2020-10-01major performance fix by adding a SharingDocument to the user's DB account ↵bobzel
so that inquiring the users' UserDoc (and everything it referecens) is no longer necessary.
2020-05-14server side restructure, some documentation to accompany new wiki overview entrySam Wilkins