aboutsummaryrefslogtreecommitdiff
path: root/session.config.json
AgeCommit message (Collapse)Author
2020-10-15With a MONITORED=true in .env, this should now workSam Wilkins
2020-05-17release server integration with sslbobzel
2020-01-09Merge branch 'master' of github.com:browngraphicslab/Dash-Web into no_dbTyler Schicke
2020-01-08configuration assignment improvements, exec log and more granularity for ↵Sam Wilkins
identifiers
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-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-05default configurationSam Wilkins
2020-01-05port config, customizersSam Wilkins
2020-01-04factored out socket and server ports to config, added kill response ;)Sam Wilkins
2020-01-04cleaner refactor, improved use of configurationSam Wilkins
2020-01-03session restructuring and schema enforced json configurationSam Wilkins