aboutsummaryrefslogtreecommitdiff
path: root/src/server/index.ts
AgeCommit message (Collapse)Author
2022-07-20added a 'guest' login mode. added ability for mainView to be any doc, not ↵bobzel
just a docking collection.
2021-08-26really closegeireann
2020-10-15With a MONITORED=true in .env, this should now workSam Wilkins
2020-08-08Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Lionel Han
new_audio
2020-08-08minor fixesLionel Han
2020-08-08clean up code, fix delete link bugsMelissa Zhang
2020-08-03merge with masterMelissa Zhang
2020-08-03Merge remote-tracking branch 'origin/menu_restructure' into presentation_updatesGeireann Lindfield Roberts
2020-07-31added debug flag to transpiler to catch hangs. fixed hang caused by imports ↵bobzel
being out of seqnce!?
2020-07-30remove unnecessary authentication/database stuffMelissa Zhang
2020-07-07made docFilters apply to links. added hypothesis api token inputBob Zeleznik
2020-06-15added ? to a lot of thingsLionel Han
2020-05-22fixed port issuesSam Wilkins
2020-05-17cleanupSam Wilkins
2020-05-17release server integration with sslbobzel
2020-05-15changeSam Wilkins
2020-05-14server side restructure, some documentation to accompany new wiki overview entrySam Wilkins
2020-04-17fixed home / doc access serving logicSam Wilkins
2020-04-16making debug server workbobzel
2020-04-11small server checks, removed buxton import document draggerSam Wilkins
2020-04-07uncommented line in index.tsSam Wilkins
2020-03-18finalized cleanupSam Wilkins
2020-03-17cleaned up relative web page paths.Bob Zeleznik
2020-03-17fixed up route handling for relative paths. changed search to dashsearch ↵Bob Zeleznik
for server request.
2020-03-16fixed pdf uploading. changed routes to allow web pages to be loaded with ↵Bob Zeleznik
relative urls. added a 'text' field to web documents with the page text contents.
2020-02-29Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into penyipstanley
2020-02-11small fixes for mobile remote uploadandrewdkim
2020-02-10server session now localSam Wilkins
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