aboutsummaryrefslogtreecommitdiff
path: root/src/server/Websocket/Websocket.ts
AgeCommit message (Collapse)Author
2020-05-14server side restructure, some documentation to accompany new wiki overview entrySam 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-04-30commented corrollary functionsSam Wilkins
2020-04-07lots of code cleanup - removed all northstar db stuff. added scriptingBox. ↵Bob Zeleznik
renamed things. made collectiontypes strings not numbers.
2020-04-01fixed warnings and some compile errors. Made a key value layout and extened ↵Bob Zeleznik
DocumentBox to have a childLayoutKey field
2020-02-29Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into penyipstanley
2020-02-12one line cleanupSam Wilkins
2020-02-12switched importer to websocket for continual updatesSam Wilkins
2020-02-11mergeHannah
2020-02-09can upload collection from mobile to desktopvellichora
2020-02-09CleanUpMohammad Amoush
2020-02-08Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Mohammad Amoush
webcam_mohammad
2020-02-08finished for demoMohammad Amoush
2020-02-08Ui Update and stream track stoppage addedMohammad Amoush
2020-02-07Another refactor with modulesMohammad Amoush
2020-02-02started creating upload from web on mobilevellichora
2020-02-01basic ocr lolStanley Yip
2020-02-01mobile ink overlay is draggable from desktopvellichora
2020-01-23Server side coded added backMohammad Amoush
2020-01-22basic cleanup for warningsbob
2020-01-16additional qol changeskimdahey
2020-01-15strokes from mobile interface get properly inserted into desktop with offset ↵Fawn
of the mobile ink overlay
2020-01-15mobile interface emits events when switched to inking view and when strokes ↵Fawn
are drawn, currently with dummy callbacks
2020-01-07Various features/fixes to allow running on Linux w/o MongoDB or SolrTyler Schicke
- Added new launch config option for chromium - Changed port for TypeScript server debugger to account for worker process - Updated packages to versions that work with current node/npm - Update IDatabase interface - Updated MemoryDatabase to work properly with Dash - Added some workarounds for in memory database as they currently don't support users, so you must be guest, which means the guest needs to be able to do things it usually can't - Added environment variable to disable search. This doesn't fully disable search yet, but it is enough to not throw major errors when Solr isn't running - Added logic to support using an in memory DB instead of MongoDB
2020-01-05commentingSam Wilkins
2020-01-05port fixesSam Wilkins
2020-01-04factored out socket and server ports to config, added kill response ;)Sam Wilkins
2020-01-02stable, clustered session managerSam Wilkins
2019-12-11fixed searching in text boxesBob Zeleznik
2019-12-10restored updateSearch, changed log_execution behavior, changed search from ↵Sam Wilkins
singleton class instance to namespace
2019-12-08solr interactions hopefully more stable, untested but safe shutdown routeSam Wilkins
2019-12-08semi-fixed solr to "erase" fields that have been deletedBob Zeleznik
2019-12-07initial commitSam Wilkins
2019-12-03close connections before exitSam Wilkins
2019-12-03const linter rule and restored google docs push, fixed routingSam Wilkins
2019-11-23improved user activity logSam Wilkins
2019-11-20smallSam Wilkins
2019-11-19removed callSam Wilkins
2019-11-19inject logger, not workingSam Wilkins
2019-11-19missedSam Wilkins
2019-11-19loggingSam 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