| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-12 | split getEffectiveAcl code for determining if a field can be modified out ↵ | bobzel | |
| into getPropAcl. | |||
| 2020-10-12 | fixed computedFn()'s to be used correctly in several places. fixed major ↵ | bobzel | |
| memory leak in PDFs | |||
| 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-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 | 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 | 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 | load entire DB in one message. | bobzel | |
| 2020-10-08 | made computedFn's out of getRlatedLinks calls | bobzel | |
| 2020-10-08 | removed unneeded call that slows down the dialog | bobzel | |
| 2020-10-08 | fixes for getting pdfs and previews to scroll properly | bobzel | |
| 2020-10-08 | changed sharing manager to update users in one action, not multiple and only ↵ | bobzel | |
| once per session if the user list doesn't change | |||
| 2020-10-07 | fixed following links to set the scollTop of PDFs corretion. Fixed ↵ | bobzel | |
| following links to rich text anchors to scroll and highlight properly. fixed pushpin behavior to only toggle off when the target is in sight. | |||
| 2020-10-07 | Merge pull request #847 from browngraphicslab/acls_uv | bobzel | |
| can add -> can augment in sharingmanager | |||
| 2020-10-07 | fixed following links to not center outer document if originating anchor is ↵ | bobzel | |
| in that document. fixed scroling to happen instantly if it's already scrolled there. fixed clicking on pdf text anchor to select the pdf. | |||
| 2020-10-07 | fixed portals to zoom in place. fixed following links to not focus on ↵ | bobzel | |
| context if starting anchor is in the same context. maded pushpins call finished() | |||
| 2020-10-07 | can add -> can augment in sharingmanager | usodhi | |
| 2020-10-06 | set default user color explicitly | bobzel | |
| 2020-10-06 | from last | bobzel | |
| 2020-10-06 | restored ability to open document that has been moved from another ↵ | bobzel | |
| document's annotation overlay | |||
| 2020-10-05 | fixed linkEditor to edit links for annotations embedded on PDFs | bobzel | |
| 2020-10-05 | got rid of link group stuff. fixed sidebar popping out when properties pops ↵ | bobzel | |
| out. got rid of Layout from properties because it caused PDFs to scroll. | |||
| 2020-10-02 | fixed creating groups | bobzel | |
| 2020-10-01 | various fixes to new sharing / email normalization | bobzel | |
| 2020-10-01 | fixed warnings | bobzel | |
| 2020-10-01 | from last | bobzel | |
| 2020-10-01 | major performance fix by adding a SharingDocument to the user's DB account ↵ | bobzel | |
| so that inquiring the users' UserDoc (and everything it referecens) is no longer necessary. | |||
| 2020-10-01 | fixed closed library flyout view to not render a DocumentView. fixed ↵ | bobzel | |
| sidebar panels to not be selectable. fixed changing view of sidebar panel to only affect that panel | |||
| 2020-10-01 | changed sharing to use __ to replace .'s in emails to avoid problems with ↵ | bobzel | |
| storing keys in mongo | |||
| 2020-09-30 | Merge pull request #823 from browngraphicslab/acls_uv | bobzel | |
| ACL Refresh | |||
| 2020-09-30 | fixed performance issue with links | bobzel | |
| 2020-10-01 | removed unnecessary action | usodhi | |
| 2020-10-01 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | usodhi | |
| acls_uv | |||
| 2020-10-01 | added acl refresh ish button to panel and sharing menu | usodhi | |
| 2020-09-30 | fixed following summary to open new tab in place. merged link follow code | bobzel | |
| 2020-09-30 | fixed dragging aliases using alias button. made dragging title of doc ↵ | bobzel | |
| decorations or alias button allow doc to be embedded | |||
| 2020-09-29 | Merge pull request #813 from browngraphicslab/anika_bug_fixes | bobzel | |
| undo for follow link | |||
| 2020-09-29 | removed unncessary undoBatch's | bobzel | |
| 2020-09-29 | simplfiled ':' menu and fixed creating items to not assume a template. add ↵ | bobzel | |
| emptyNote. fixed scrolling in stacking views broken in previous commit. changed formattedTextBox to support stacking sidebar. | |||
| 2020-09-29 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | Anika Ahluwalia | |
| anika_bug_fixes | |||
| 2020-09-29 | undo for linking | Anika Ahluwalia | |
| 2020-09-29 | made pdf/web anchors pushpins by default. can now remove docs you own from ↵ | bobzel | |
| sidebars you don't. made formatted text boxes alway show sidebar handle when there's content. sidebar text has no padding by default. sidebar collection doesn't scroll when text overflows. added more playground fields | |||
| 2020-09-28 | fixed display of info about pdf annotations. made userColor change ↵ | bobzel | |
| background color of settings dialogue. | |||
