aboutsummaryrefslogtreecommitdiff
path: root/src/fields/Doc.ts
AgeCommit message (Collapse)Author
2021-03-13minor changesusodhi
2021-03-13fixed pdf boxes to handle marquee annotation scaling properly. allowed for ↵bobzel
docFilters to be specific to pdf sidebar. fixed issue with viewTransition remaining set after following link to doc that was in collection but needs to be created.
2021-03-12trying to make treeViews more efficient by making fewer calls to Get ↵bobzel
document fields getter.
2021-03-12changed setDocFilter to not take undefined as a modfied & added toggle ↵bobzel
param. added single click on marquee annotator to create an annotation. extended PDF sidebar to have filter buttons.
2021-03-12Merge branch 'filters' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-03-12Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-03-11fixed problem with filter box for dashboard not staying checked.bobzel
2021-03-11adding and/or to filtering, added editableview, changed a bunch of thingsusodhi
2021-03-11made text boxes span stackingview's when fitWidth or autoColumn is set. ↵bobzel
made doc decs fit stacking view docs properly when stack is viewScaled. increased default size of images when > 800 pixels.
2021-03-10Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-03-10fixed bugs leftover from removing docholders.bobzel
2021-03-08Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-03-08fixed bug with branch/clonebobzel
2021-03-07added start of Git functionality within Dash.bobzel
2021-03-02agh stop mergingusodhi
2021-03-01final cleanups for simplified drag and drop of annotations. fixed some ↵bobzel
issues rtf focus when creating notes in masonry view. fixed text sidebar.
2021-02-25added 'proto' drag option for dropping proto of document. auto add of non ↵bobzel
annotations to file system. auto added delegates & aliases to a docuemnt's 'alias' field.
2021-02-25mergingusodhi
2021-02-23reorg and cleanup a bit of colelctionfreeformview. minor other cleanup.bobzel
2021-02-23restored export/import of collection clones. did a little cleanup of ↵bobzel
collection freeform view
2021-02-23current collection vs dashboard works a bit better - they have different ↵usodhi
filterdocs now
2021-02-22filters scope changesusodhi
2021-02-18mergingusodhi
2021-02-16added a file system mode for tree View. ctrl-f to create file system.bobzel
2021-02-11mergingusodhi
2021-02-09fixed drawing link lines between everything except textanchor - to - textanchor.bobzel
2021-02-01filters changesusodhi
2021-01-27mergedusodhi
2020-12-16fixed treeView layouts to pass good values for panelWidth/height to ↵bobzel
DocumentView. renamed Selectionmanager methods to be views not documents.
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-12-07fixed lists to allow multiple null-value entries & be able to edit in ↵bobzel
KeyValuePane. cleaned up a lot of stuff with animation frames and got working again. fixed previews of links to text selections to preview properly.
2020-12-03fixed default textbox background color. added icons to treevie displaysbobzel
2020-12-02fixed warnings. prevent titles form showing up in presentationViewbobzel
2020-11-22converted backgroundColor prop to a more general styleProvider.bobzel
2020-10-30trying out actionbobzel
2020-10-30fixed setting links from link dialogue in text boxesbobzel
2020-10-17major rewrite of native width/height/aspect. Fixed scaling of text note ↵bobzel
sidebars.
2020-10-15fixed list undo/redo to work with incremental list edits. makes ↵bobzel
presentation boxes work
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-13fixed expand template layout to create delegate in timeout -- otherwise it ↵bobzel
can violate mobx computed values which may trigger it.
2020-10-12updated getEffectiveAcl to be a computedFn. got rid of OverrideAcl in favor ↵bobzel
of just using UpdatingFromServer
2020-10-12fixed computedFn()'s to be used correctly in several places. fixed major ↵bobzel
memory leak in PDFs
2020-10-11removed 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-10fixed docFilters to use up one string field, not 3. makes adding/removing ↵bobzel
to lists incrementally work with new server code.
2020-10-10split 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-09simplified setting group usersbobzel
2020-10-06runtime error fix for fetchProto(). fix for preview layout of text link.bobzel
2020-10-01from lastbobzel
2020-10-01major 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-01fixed clearing out doc data when permissions are lost. includes ↵bobzel
CurrentEmailNormalized from previous commit