aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Collapse)Author
2020-04-16fixed image drag and dropMelissa Zhang
2020-04-13final env cleanupSam Wilkins
2020-04-13completed migration to webpack-transferred environment variables, rather ↵Sam Wilkins
than a server route
2020-04-12fixed warningBob Zeleznik
2020-04-12don't convert buffer if no data in dashuploadutilsBob Zeleznik
2020-04-12exif buffer decoderSam Wilkins
2020-04-11small server checks, removed buxton import document draggerSam Wilkins
2020-04-11fixed deiconifying things. fixed interactions with backgrounds to allow ↵Bob Zeleznik
their content to be active. added overflow flag for collection freeforms.
2020-04-09fixed linkAnchorDoc so that it can be selected and deleted.Bob Zeleznik
2020-04-09added initial script template (onClick) for script behaviorsBob Zeleznik
2020-04-08fixesBob Zeleznik
2020-04-08Merge branch 'master' into script_documentsBob Zeleznik
2020-04-08added scripting boxBob Zeleznik
2020-04-08fixed isButton => isLinkButton updatesBob Zeleznik
2020-04-07lots of code cleanup - removed all northstar db stuff. added scriptingBox. ↵Bob Zeleznik
renamed things. made collectiontypes strings not numbers.
2020-04-06cleaned up some scripting. added childClicks to UserDoc to extend menu of ↵Bob Zeleznik
OnClick options. switched containingCollection to thisContainer for onclick scripts
2020-04-04fixed not-selection buttons when clicked.Bob Zeleznik
2020-04-03fixed a bunch of warningsBob Zeleznik
2020-04-03fixed templateisused func. fixed slide view templateBob Zeleznik
2020-04-03Merge pull request #350 from browngraphicslab/search_docbobzel
Search doc
2020-04-03cleaning up .. removing Docs.Create.SearchDocumentBob Zeleznik
2020-04-03fixed queryView template a bit.Bob Zeleznik
2020-04-03Merge branch 'search_doc' of https://github.com/browngraphicslab/Dash-Web ↵Sam Wilkins
into search_doc
2020-04-03restored session manager content, things compile and seem to run fineSam Wilkins
2020-04-03from lastBob Zeleznik
2020-04-03added rootSelected() to make forceActive work betterBob Zeleznik
2020-04-03Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebSam Wilkins
2020-04-03small commenting on uploadutilsSam Wilkins
2020-04-03changed dontSelect to dontDecorateSelectionBob Zeleznik
2020-04-03fixed some issues with template buttons creating documents. simplified ↵Bob Zeleznik
query boxe code. added a searchView.
2020-04-02mergeAndy Rickert
2020-04-02cleaned up applying template code. fixed DocumentBox to work better with ↵Bob Zeleznik
excluding collections + locking selection.
2020-04-01fixed warnings and some compile errors. Made a key value layout and extened ↵Bob Zeleznik
DocumentBox to have a childLayoutKey field
2020-03-31more settings ui + huge bugfixes with document dragging and selectionAndy Rickert
2020-03-28fixed screenshot icon and tweaked checkboxBob Zeleznik
2020-03-28from lastBob Zeleznik
2020-03-28fixed runtime errors when collection data field has image or non-list value. ↵Bob Zeleznik
cleaned up creating buttons.
2020-03-28simplified linkDocs to not keep a context -- instead, link are made between ↵Bob Zeleznik
aliases which have a context. fixed clippings of PDFs to scroll correctly and resize in slideViews. fixed slideViews to render 'text' and 'data' instead of 'contents' and 'data'
2020-03-27fixed iconifying doc script removal. fixed metadata to display inline-flex ↵Bob Zeleznik
so that value truncates instead of moving to next line.
2020-03-23fixed RichTextMenu to not obscure selection. fixed templateMenu to display a ↵Bob Zeleznik
TreeView document of options. fixed resize in docDecorations for dragging corners other than bottom-right.
2020-03-19fixed buttons on screenshotbox. added 'place' option to dragDrop to drop ↵Bob Zeleznik
the original document without moving it. switched to passing childDropAction as a prop
2020-03-19Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebBob Zeleznik
2020-03-19added screen capture docBob Zeleznik
2020-03-18finalized cleanupSam Wilkins
2020-03-18clean up audioSam Wilkins
2020-03-17fixes for typing url in web box. fixes for dropping imags from proxied ↵Bob Zeleznik
document. possible fix for updateing image width/height
2020-03-17final fixes hopefully to web pages and cors stuffBob Zeleznik
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.