aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-01-09finalized instructionsSam Wilkins
2020-01-09small tweakSam Wilkins
2020-01-09improved instructionsSam Wilkins
2020-01-09complete instructions for debuggingSam Wilkins
2020-01-09session logs for email dispatch for backup zipSam Wilkins
2020-01-09some stuff that ive played around with today. mobile interface, five ↵Stanley Yip
fingers, other stuff
2020-01-09batSam Wilkins
2020-01-09Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebSam Wilkins
2020-01-09backup and mail zipped file first passesSam Wilkins
2020-01-09Merge pull request #329 from browngraphicslab/textbox_fawn_fixStanley Yip
rich text menu
2020-01-09buttons show correct active status when togglign marks at the end of textFawn
2020-01-09azure ink fixes, sessionSam Wilkins
2020-01-09condensed the link button and made buttons dark when they are active in the ↵Fawn
selection
2020-01-09finallySam Wilkins
2020-01-09unhandled rejection improvements and isSessionEnd flagSam Wilkins
2020-01-09menu handles any number of items and adjusts scale accordinglyAndy Rickert
2020-01-09minor cleanFawn
2020-01-09minor mergeFawn
2020-01-09pull and merge with masterFawn
2020-01-09code cleaning richtextmenuFawn
2020-01-09added styling options to select dropdowns on rich text menuFawn
2020-01-09refactored dropdown buttons into a buttondropdown component for richtextmenuFawn
2020-01-09bounded antimodemenu to the boundaries of the screen and minor styling of ↵Fawn
richtextmenu
2020-01-09minor cleanupvellichora
2020-01-09fixed many warningsbob
2020-01-09circle appears for menu that can be split into smaller pie piecesAndy Rickert
2020-01-09solr cmd fix, unhandled rejection handler, stdio instead of silent and ↵Sam Wilkins
websocket null check
2020-01-08menu appears on clickAndy Rickert
2020-01-08no longer await replSam Wilkins
2020-01-08configuration assignment improvements, exec log and more granularity for ↵Sam Wilkins
identifiers
2020-01-08some bugfixes re previous commitStanley Yip
2020-01-08setting up architecture for radial menuAndy Rickert
2020-01-08gestures are now overlayed and can span collections/panes!Stanley Yip
2020-01-08starter stuff for touch holdStanley Yip
2020-01-08Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into penStanley Yip
2020-01-08starting somethingStanley Yip
2020-01-08solr manager async rather than sync execSam Wilkins
2020-01-08solr manager fixes, regexSam Wilkins
2020-01-08Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebSam Wilkins
2020-01-08kill and mutual error handling fixesSam Wilkins
2020-01-08Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbob
2020-01-08cleaned up searchBox. fixed parentdocument context menu placement.bob
2020-01-08more robust factory constraintsSam Wilkins
2020-01-08timeoutSam Wilkins
2020-01-08factorySam Wilkins
2020-01-08clean upSam 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-07Added basic implementation of MemoryDatabaseTyler Schicke