aboutsummaryrefslogtreecommitdiff
path: root/src/server/database.ts
AgeCommit message (Collapse)Author
2024-08-21cleanup of face recognition. some lint fixes.bobzel
2024-08-15cleaned up server list add/rem.bobzel
2024-08-13cleaning up database typesbobzel
2024-04-29eslint fixes.bobzel
2024-04-23fixes for rich text menu updates and setting parameters on text doc vs ↵bobzel
within in RTF. Lots of lint cleanup.
2024-04-17restoring eslint - updates not complete yetbobzel
2023-12-06catch mongo errors. delete (some) sessions from mongo. more package ↵bobzel
updates. cleanup of express-validator.
2023-12-05mostly working version with latest librariesbobzel
2023-12-04trying to do version updates on all npm packages.bobzel
2022-04-28Update database.tsGeireann
2022-04-27attempting to fix server topology issuesGeireann Lindfield Roberts
2021-02-26reverting back some parts of the fix to serializationbobzel
2021-02-26fixed serialization error handling to not kill Dash - bad list items ↵bobzel
prevented tabs from being created. cleaned up document fields a little more - switched layers to _layerTags, got rid of a couple unused fields.
2020-08-03merge with masterMelissa Zhang
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-10hypothes.is authentication is fully functional, no longer need to manually ↵Melissa Zhang
input username/api key
2020-07-08implemented much more link functionality, redirects to annotation URL when ↵Melissa Zhang
link followed
2020-07-08store hypothesis API tokens to databaseMelissa Zhang
2020-06-13import tweaksBob Zeleznik
2020-06-12removed unncessary changes from script_documentsBob Zeleznik
2020-05-15working with error messagesanika-ahluwalia
2020-05-15Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
script_documents
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-14server side restructure, some documentation to accompany new wiki overview entrySam Wilkins
2020-05-07added batch requesting of list items. fixed some performance issues with ↵Bob Zeleznik
tree views.
2020-05-05cleanupSam 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-29fixed parts of drag and drop and finalized deleting paramsanika-ahluwalia
2020-04-19cleanupSam Wilkins
2020-04-16making debug server workbobzel
2020-04-16getting rid of mongoose server connection warningBob Zeleznik
2020-04-11small server checks, removed buxton import document draggerSam Wilkins
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-16improved file upload apiSam 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-07Added basic implementation of MemoryDatabaseTyler Schicke
2019-12-08solr interactions hopefully more stable, untested but safe shutdown routeSam Wilkins
2019-12-03close connections before exitSam Wilkins
2019-12-03const linter rule and restored google docs push, fixed routingSam Wilkins
2019-11-27improved file partitioning in server and generified upload methodSam Wilkins
2019-10-29db error handling and example codeSam Wilkins
2019-10-27further cleanup for oauth, separated access token function from client functionSam Wilkins
2019-10-17sig int logSam Wilkins
2019-10-17refactored handlersSam Wilkins
2019-10-16database separation and preliminary functionsSam Wilkins
2019-10-15initial commitSam Wilkins
2019-10-12parse google user data and use it to provide customized feedback on loginSam Wilkins
2019-10-06implemented image hierarchy export to client file systemSam Wilkins
2019-09-26merged with master againSam Wilkins