aboutsummaryrefslogtreecommitdiff
path: root/src/server/ApiManagers/UserManager.ts
AgeCommit message (Collapse)Author
2025-07-21cleaning up server warnings/errorsbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
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
2023-08-10more updates to out of date version alertbobzel
2023-08-10out of data version alert client sidebobzel
2023-08-10merged /getUserDocumentIds into /getCurrentUser to avoid extra server round tripbobzel
2023-07-31added resolvedports to /getCurrentUser to avoid seperate requestbobzel
2023-03-06/stats handlerjameshu111
2022-07-20added a 'guest' login mode. added ability for mainView to be any doc, not ↵bobzel
just a docking collection.
2022-03-02upgraded to typescript 4.6.2bobzel
2022-01-18fixed warnings. display last user to edit db. fixed /activity to show ↵bobzel
only users with a connected socket. fixed toggle "Overlay" button to toggle its background based on overlay state.
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-06-22cleaned up addLink and deleteLink in LinkManager + setting up GroupManager ↵usodhi
ui + installed multiselect dropdown package + a lot of initial group functionality (incomplete)
2020-06-21more setup of groupmanager etcusodhi
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-05database, delete and google authentication simplifications and improvements, ↵Sam Wilkins
as well as formatted text box updates data state at field key not just data
2020-02-11fixed remote cursors:Sam Wilkins
2020-01-16extra fixes after pull from masterkimdahey
2020-01-16merged w masterkimdahey
2020-01-02connected index to sessionSam Wilkins
2019-12-07added forgot password indicationkimdahey
2019-12-07rolled back to working state, saving new changeskimdahey
2019-12-07rolled back to working state, saving new changeskimdahey
2019-12-07progresskimdahey
2019-12-05password reset livekimdahey
2019-11-26cleanup after looking at changed filesSam Wilkins
2019-11-23heartbeatsSam Wilkins
2019-11-23improved user activity logSam Wilkins
2019-11-10no more RouteStoreSam Wilkins
2019-11-09factored out all but google resources into managersSam Wilkins
2019-10-26restructured route registration and added preliminary comments for exporterSam Wilkins
2019-10-22api managers and web socket initial refactoringSam Wilkins