index
:
Dash-Web.git
master
A copy of AVD's Dash-Web software, hosted on my own hardware for local use.
browndash
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
ApiManagers
/
UserManager.ts
Age
Commit message (
Expand
)
Author
2025-07-21
cleaning up server warnings/errors
bobzel
2024-04-17
restoring eslint - updates not complete yet
bobzel
2023-12-06
catch mongo errors. delete (some) sessions from mongo. more package updates....
bobzel
2023-12-05
mostly working version with latest libraries
bobzel
2023-12-04
trying to do version updates on all npm packages.
bobzel
2023-08-10
more updates to out of date version alert
bobzel
2023-08-10
out of data version alert client side
bobzel
2023-08-10
merged /getUserDocumentIds into /getCurrentUser to avoid extra server round trip
bobzel
2023-07-31
added resolvedports to /getCurrentUser to avoid seperate request
bobzel
2023-03-06
/stats handler
jameshu111
2022-07-20
added a 'guest' login mode. added ability for mainView to be any doc, not ju...
bobzel
2022-03-02
upgraded to typescript 4.6.2
bobzel
2022-01-18
fixed warnings. display last user to edit db. fixed /activity to show onl...
bobzel
2020-10-10
split LinkDatbase into its own field in the user's registry. fixed sharing t...
bobzel
2020-10-08
load entire DB in one message.
bobzel
2020-10-01
major performance fix by adding a SharingDocument to the user's DB account so...
bobzel
2020-06-22
cleaned up addLink and deleteLink in LinkManager + setting up GroupManager ui...
usodhi
2020-06-21
more setup of groupmanager etc
usodhi
2020-05-15
renamed new_fields to fields
Sam Wilkins
2020-05-05
database, delete and google authentication simplifications and improvements, ...
Sam Wilkins
2020-02-11
fixed remote cursors:
Sam Wilkins
2020-01-16
extra fixes after pull from master
kimdahey
2020-01-16
merged w master
kimdahey
2020-01-02
connected index to session
Sam Wilkins
2019-12-07
added forgot password indication
kimdahey
2019-12-07
rolled back to working state, saving new changes
kimdahey
2019-12-07
rolled back to working state, saving new changes
kimdahey
2019-12-07
progress
kimdahey
2019-12-05
password reset live
kimdahey
2019-11-26
cleanup after looking at changed files
Sam Wilkins
2019-11-23
heartbeats
Sam Wilkins
2019-11-23
improved user activity log
Sam Wilkins
2019-11-10
no more RouteStore
Sam Wilkins
2019-11-09
factored out all but google resources into managers
Sam Wilkins
2019-10-26
restructured route registration and added preliminary comments for exporter
Sam Wilkins
2019-10-22
api managers and web socket initial refactoring
Sam Wilkins