aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-19Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
restored_server_monitor
2020-10-17fixed rubberbadning ink shapes not to get cutoff. fixed animating ↵bobzel
annotations. fixed ink masks. fixed warnings.
2020-10-17Merge pull request #869 from browngraphicslab/presentation_v1bobzel
Presentation v1
2020-10-17major rewrite of native width/height/aspect. Fixed scaling of text note ↵bobzel
sidebars.
2020-10-18Comparison box pin with viewGeireann Lindfield Roberts
2020-10-18documents that are not in current collection open in new tab instead of on rightGeireann Lindfield Roberts
2020-10-18dragging has optional dropEvent argumentGeireann Lindfield Roberts
+ Changes presStatus -> enum
2020-10-18Merge branch 'presentation_v1' of ↵Geireann Lindfield Roberts
https://github.com/browngraphicslab/Dash-Web into presentation_v1
2020-10-18test commit of changes that might clash with mergeGeireann Lindfield Roberts
2020-10-17Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
restored_server_monitor
2020-10-16updated user initialization code to not generate server traffic when ↵bobzel
creating a new account. set user accounts to update their cache 2.5s after login.
2020-10-16Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
restored_server_monitor
2020-10-16fixed scrolling of web boxes for presentations, etc.bobzel
2020-10-16fixed RTF so that you can scroll smoothly in a presentation.bobzel
2020-10-16fixed compile warn ings.bobzel
2020-10-16fixed duration of slides so that 100ms works.bobzel
2020-10-16fixed undoing of changing slide effect direction. Made PDFviewer's scroll ↵bobzel
duration use _viewTransition if specified.
2020-10-16fixed pinning multiple documents to undo all at once.bobzel
2020-10-16fixed some exceptions. added text field to annotations on PDFsbobzel
2020-10-15fixed list undo/redo to work with incremental list edits. makes ↵bobzel
presentation boxes work
2020-10-15fixed warningsbobzel
2020-10-15Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbobzel
2020-10-15got rid of isDragging in favor of a field on the PresElement. fixed moving ↵bobzel
items in presBox by fixing websocket to maintain ordering on sequential operations on a list. fixed list splicing to not call addToSet unless splicing is at end of list. fixed setting return scale when following link into portal
2020-10-15With a MONITORED=true in .env, this should now workSam Wilkins
2020-10-15Merge pull request #868 from browngraphicslab/presentation_v1bobzel
Presentation v1
2020-10-15Fixes for 3D CarouselGeireann Lindfield Roberts
2020-10-15Carousel -> 3D CarouselGeireann Lindfield Roberts
2020-10-15pin with view on scrollable documentsGeireann Lindfield Roberts
and some undo bug fixes
2020-10-15fixed changing transition undo bug :unlock:Geireann Lindfield Roberts
#864
2020-10-15Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-10-14fixed focusDocument in freeform views to work with annotation ↵bobzel
overlays(mostly) - still an issue when original image is in a frame that doen't match its dimensions
2020-10-14Fixed bug showing upGeireann Lindfield Roberts
cannot read ... of rect...
2020-10-13Merge pull request #860 from browngraphicslab/presentation_v1bobzel
Presentation v1 presentation items redesign
2020-10-13prevent zooming out on annotation overlays beyond 1-1bobzel
2020-10-14remove console.logGeireann Lindfield Roberts
2020-10-14Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-10-14update view (as button), doc.dragging q?Geireann Lindfield Roberts
2020-10-13fixed jumpToDocument where target is in a collection that isn't shown to ↵bobzel
display the doc in the colleciton without addinga an extra tab for the target. doc itself.
2020-10-13fixed following links from hypertext anchors to use FollowLinkbobzel
2020-10-13Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-10-13css mini fix :+1:Geireann Lindfield Roberts
2020-10-13fixed runtime errors in presBoxbobzel
2020-10-13Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-10-13Pres redesign and minor changesGeireann Lindfield Roberts
2020-10-13fixed expand template layout to create delegate in timeout -- otherwise it ↵bobzel
can violate mobx computed values which may trigger it.
2020-10-13Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-10-13updates before mergeGeireann Lindfield Roberts
2020-10-12updated getEffectiveAcl to be a computedFn. got rid of OverrideAcl in favor ↵bobzel
of just using UpdatingFromServer
2020-10-12split getEffectiveAcl code for determining if a field can be modified out ↵bobzel
into getPropAcl.
2020-10-12took out acl cache because it wasn't working for shared docsbobzel