aboutsummaryrefslogtreecommitdiff
path: root/src/server/authentication/DashUserModel.ts
AgeCommit message (Collapse)Author
2025-07-21cleaning up server warnings/errorsbobzel
2025-06-04more typing/cleanup for google authentication and dashUserModelbobzel
2025-06-04more cleanup of google authorizationbobzel
2025-06-04partial google calendar task integration + fix with dark mode colors for ↵Skitty1238
task nodes so that text is still visible
2025-01-15fixed so that users are sentt to dropbox to authorized uploads once, and ↵bobzel
then a refresh token is used afterwards. fixed up some collection views to work better with the tagsView. fixed grid view to show entire image. tweaked notetaking view to work better with tags, but it's incomplete.
2024-04-30changed acl- and some other field- to acl_ and field_ stylebobzel
2024-04-23fixes for rich text menu updates and setting parameters on text doc vs ↵bobzel
within in RTF. Lots of lint cleanup.
2024-04-17restoring eslint - updates not complete yetbobzel
2023-12-05mostly working version with latest librariesbobzel
2022-07-20added a 'guest' login mode. added ability for mainView to be any doc, not ↵bobzel
just a docking collection.
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