aboutsummaryrefslogtreecommitdiff
path: root/.vscode
AgeCommit message (Collapse)Author
2020-04-19updateusodhi
2020-01-23request image size now server-side and improved image upload routineSam 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
2019-11-15fixed errorsBob Zeleznik
2019-11-13fixed search on client/server to work with richTextFields. got rid of ↵bob
'text' field on richtextfield extensions.
2019-09-28merge cleanupSam Wilkins
2019-09-12sharing workflow supportedSam Wilkins
2019-08-04copy to clipboardkimdahey
2019-07-31Hopefully fixed deserialization bugTyler Schicke
2019-07-25several fixes and added basic fields to treeview displaybob
2019-07-24Added custom views to layout scriptsTyler Schicke
2019-07-16link ctrl makes link show in contextyipstanley
2019-06-14cleaned up Docs namespace and thoroughly documented DocServer.GetRefFieldsSam Wilkins
2019-05-20fixed a few things for Firefox - dragging images, typing spaces, scrool ↵bob
speed. and focusing proeprly with zoomBasis.
2019-05-20Added update search scriptTyler Schicke
Added debug current file launch config Made database not ignore requests before it is initialized.
2019-05-16Changed Clear DB ButtonTyler Schicke
2019-05-03Added debugging support and added removing of unused keys in SolrTyler Schicke
2019-04-03changed boolean. and editor indentation.bob
2019-03-18Merged, added delete all route, and added history to workspacesTyler Schicke
2019-03-17Update settings.jsonStanley Yip
2019-03-09finally mergedyipstanley
2019-03-08Close to refactorSam Wilkins
2019-03-07changing branchesyipstanley
2019-03-02Merge with master and initial pass at converting main to a componentSam Wilkins
2019-02-28added cssBob Zeleznik
2019-02-25Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into ↵Tyler Schicke
authentication
2019-02-19Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into ↵Tyler Schicke
server_database_merge
2019-02-19Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into ↵Tyler Schicke
server_database_merge
2019-02-18Small changes, pre merge with server branchmadelinegr
2019-02-14getting there?madelinegr
2019-02-13A lot of stuff working, a lot of other stuff not workingTyler Schicke
2019-02-05More scripting/typescript stuffTyler Schicke
2019-02-01Changed formatting setting, added very basic generic FieldView, and added ↵Tyler Schicke
Schema view
2019-01-28fixed selecting text in fieldTextBoxbob
2019-01-28Finished basic drag drop stuff and cleaned up DocumentViewTyler Schicke
2019-01-15Have most of document stuff workingTyler Schicke
2019-01-10added config to enable debuggingPhilipp Eichmann