aboutsummaryrefslogtreecommitdiff
path: root/src/server/index.ts
AgeCommit message (Collapse)Author
2020-02-09Another cleanUpMohammad Amoush
2020-01-21Moved everything into componentMohammad Amoush
Need help with server side
2020-01-19Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Mohammad Amoush
webcam_mohammad
2020-01-12merged with masterSam Wilkins
2020-01-11switched out to npmSam Wilkins
2020-01-11Merge branch 'master' of github.com:browngraphicslab/Dash-Web into no_dbTyler Schicke
2020-01-10event emitter, streamlined initializationSam Wilkins
2020-01-10added hierarchical structure to sessionSam Wilkins
2020-01-09Merge branch 'master' of github.com:browngraphicslab/Dash-Web into no_dbTyler Schicke
2020-01-09remote authorized session actionsSam Wilkins
2020-01-08solr manager async rather than sync execSam Wilkins
2020-01-08kill and mutual error handling fixesSam Wilkins
2020-01-08timeoutSam Wilkins
2020-01-08graceful exitingSam Wilkins
2020-01-08session cleanupSam Wilkins
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-08small changeSam Wilkins
2020-01-08final session changesSam Wilkins
2020-01-07repl improvements, additional logging, removed duplicate arg pattern ↵Sam Wilkins
conflict for set
2020-01-06configurable tolerance, change polling interval from replSam Wilkins
2020-01-06factored out email, got rid of global regexSam Wilkins
2020-01-05port constraints, master logSam Wilkins
2020-01-05commentingSam Wilkins
2020-01-05allow regular dev useSam Wilkins
2020-01-05default configurationSam Wilkins
2020-01-05port config, customizersSam Wilkins
2020-01-04added graceful kill option, renameSam Wilkins
2020-01-04factored out socket and server ports to config, added kill response ;)Sam Wilkins
2020-01-04final touchesSam Wilkins
2020-01-04smallSam Wilkins
2020-01-04registered commands, return typesSam Wilkins
2020-01-04cleaner refactor, improved use of configurationSam Wilkins
2020-01-04config now not read by both parents and children, env used to pass from ↵Sam Wilkins
master to worker
2020-01-03session restructuring and schema enforced json configurationSam Wilkins
2020-01-03various session updatesSam Wilkins
2020-01-02connected index to sessionSam Wilkins
2020-01-02stable, clustered session managerSam Wilkins
2020-01-01session manager improvementsSam Wilkins
2019-12-14factored out repl into moduleSam Wilkins
2019-12-11first steps toward restructure of session daemonSam Wilkins
2019-12-11process factory refactorSam Wilkins
2019-12-10persistance daemon improvementsSam Wilkins
2019-12-10persistence daemon improvement, relaxed dummy gmail account security to ↵Sam Wilkins
allow messages
2019-12-10cleanSam Wilkins
2019-12-10persistence daemonSam Wilkins
2019-12-08no await solr startSam Wilkins
2019-12-08solr interactions hopefully more stable, untested but safe shutdown routeSam Wilkins
2019-12-07initial commitSam Wilkins
2019-12-03fixed routingSam Wilkins
2019-12-03close connections before exitSam Wilkins