Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-15 | fixed warnings | bobzel | |
2020-10-15 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web | bobzel | |
2020-10-15 | got 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-15 | With a MONITORED=true in .env, this should now work | Sam Wilkins | |
2020-10-15 | Fixes for 3D Carousel | Geireann Lindfield Roberts | |
2020-10-15 | Carousel -> 3D Carousel | Geireann Lindfield Roberts | |
2020-10-15 | pin with view on scrollable documents | Geireann Lindfield Roberts | |
and some undo bug fixes | |||
2020-10-15 | fixed changing transition undo bug :unlock: | Geireann Lindfield Roberts | |
#864 | |||
2020-10-15 | Merge branch 'master' into presentation_v1 | Geireann Lindfield Roberts | |
2020-10-14 | fixed 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-14 | Fixed bug showing up | Geireann Lindfield Roberts | |
cannot read ... of rect... | |||
2020-10-13 | Merge pull request #860 from browngraphicslab/presentation_v1 | bobzel | |
Presentation v1 presentation items redesign | |||
2020-10-13 | prevent zooming out on annotation overlays beyond 1-1 | bobzel | |
2020-10-14 | remove console.log | Geireann Lindfield Roberts | |
2020-10-14 | Merge branch 'master' into presentation_v1 | Geireann Lindfield Roberts | |
2020-10-14 | update view (as button), doc.dragging q? | Geireann Lindfield Roberts | |
2020-10-13 | fixed 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-13 | fixed following links from hypertext anchors to use FollowLink | bobzel | |
2020-10-13 | Merge branch 'master' into presentation_v1 | Geireann Lindfield Roberts | |
2020-10-13 | css mini fix :+1: | Geireann Lindfield Roberts | |
2020-10-13 | fixed runtime errors in presBox | bobzel | |
2020-10-13 | Merge branch 'master' into presentation_v1 | Geireann Lindfield Roberts | |
2020-10-13 | Pres redesign and minor changes | Geireann Lindfield Roberts | |
2020-10-13 | fixed expand template layout to create delegate in timeout -- otherwise it ↵ | bobzel | |
can violate mobx computed values which may trigger it. | |||
2020-10-13 | Merge branch 'master' into presentation_v1 | Geireann Lindfield Roberts | |
2020-10-13 | updates before merge | Geireann Lindfield Roberts | |
2020-10-12 | updated getEffectiveAcl to be a computedFn. got rid of OverrideAcl in favor ↵ | bobzel | |
of just using UpdatingFromServer | |||
2020-10-12 | split getEffectiveAcl code for determining if a field can be modified out ↵ | bobzel | |
into getPropAcl. | |||
2020-10-12 | took out acl cache because it wasn't working for shared docs | bobzel | |
2020-10-12 | fixed computedFn()'s to be used correctly in several places. fixed major ↵ | bobzel | |
memory leak in PDFs | |||
2020-10-12 | capped zoom in at a factor of 20. fixed zoom in not to pan when it hits its ↵ | bobzel | |
zoom in limit. | |||
2020-10-12 | switched fonticonbox and colelctionsubview to test GetEffectiveAcl to ↵ | bobzel | |
determine if document is available (instead of hack of testing 'author'). made GetEffectiveAcl a computedFn. No longer create a pushpin when an annotation that's linked to text is dragged off a PDF. fixed undo of pushpin navigation (used to call finish() twice). fixed pushpin navigation to conistenly pan & sensibly toggle target | |||
2020-10-11 | removed setting fields to undefined when Acl is Private in hopes of not ↵ | bobzel | |
losing data when permissions are changed. prevented server writes on startup by making renderContentBounds setting a reaction, and making linearView not resize if documents are still promises and make text boxes not flip-flop their height all the time. | |||
2020-10-11 | prevented documents that are unshared (ie private to soeone else) from ↵ | bobzel | |
showing up as an empty key value in stacking and other views. tried to fix an exception when showing links (that wasn't repeatable, so dion't know if fix works). | |||
2020-10-10 | fixed docFilters to use up one string field, not 3. makes adding/removing ↵ | bobzel | |
to lists incrementally work with new server code. | |||
2020-10-10 | cached groups user is in for efficiency which avoids th whole screen ↵ | bobzel | |
redrawing when a group is added. | |||
2020-10-10 | fixed scrolling down to annotations that have no height (but really do -- eg ↵ | bobzel | |
pdf selections) to at least show 50 pixels. | |||
2020-10-10 | split LinkDatbase into its own field in the user's registry. fixed sharing ↵ | bobzel | |
to set lastModified after modifying groups so that remote participants see the right data. fixed text boxes to show blue icon when there's an annotaitn entry | |||
2020-10-10 | fixed showing ink tools when text is unselected. | bobzel | |
2020-10-10 | from last | bobzel | |
2020-10-10 | fixed text box cursor | bobzel | |
2020-10-10 | fixes to issues with updating interactively whe groups change. fixes for ↵ | bobzel | |
multiple rapid modifications to list field where values would be overwrriten when sever sendBack stale information. fixes to list.splice() where deleting nothing but adding something didn't result in an addToSet. | |||
2020-10-09 | backward compatibiilty with groupName | bobzel | |
2020-10-09 | from last | bobzel | |
2020-10-09 | fixed updating groups to take effect immediately | bobzel | |
2020-10-09 | less broken, but still not working | bobzel | |
2020-10-09 | trying to get group updates to work automatically | bobzel | |
2020-10-09 | simplified setting group users | bobzel | |
2020-10-09 | fixed sharing to share with new user added during session. | bobzel | |
2020-10-08 | fixed dragging bottom of some pdfs not to grow wildly. stopped writing ↵ | bobzel | |
renderContentBounds to annotation views. fixed texts sidebar notes to not add extra chars on creation. |