aboutsummaryrefslogtreecommitdiff
path: root/src/fields
AgeCommit message (Collapse)Author
2020-07-20merge conflictsusodhi
2020-07-20fixed some addonly stuff + added annotations to playground fields + ↵usodhi
recursively distributes acls + some modal stuff
2020-07-17changed dropping menu items from collectionMenu to create fonticonbuttons if ↵Bob Zeleznik
all parameters are filled in. . and buttons are placed in overlay layer. added labels to all fonticons usin title + added a tooltip field. turned off autoscroll of freeform view when dragign buttons (which will be in the overlay)
2020-07-17mergeusodhi
2020-07-16can't change acl field to non-acl (through kvp) now + added playground mode ↵usodhi
button to settings
2020-07-15bugfix + cleanupusodhi
2020-07-15Merge branch 'acls_uv' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-07-15fixed merge conflictsusodhi
2020-07-14fixed onClickHandler stuff to use functions properly. fixed several linking ↵Bob Zeleznik
to annotations/pushpins problems.
2020-07-14fixed issues with creating & using scripting boxes by making scriptFields be ↵Bob Zeleznik
a function, not value, prop
2020-07-14added group creation modal to GroupManager + much uiusodhi
2020-07-13fixed issues with ACLs and writing to playground fields when you have Edit ↵Bob Zeleznik
permission. Also fixed text editing by fixing fetchProto to use untracked references to fields
2020-07-13Merge branch 'master' into acls_uvBob Zeleznik
2020-07-12fixed updating RichTextMenu with proper values for fontFamily, size, bullet, ↵Bob Zeleznik
and alignment
2020-07-12fixed stroke alignment with docked menus. fixed initializing InkingStrokesBob Zeleznik
2020-07-10added _chromeStatus to playground fieldsusodhi
2020-07-10set up playground modeusodhi
2020-07-09change DocListCast to async in SharingManager + prevented textbox from ↵usodhi
showing up on click
2020-07-09acls now work I think + some cleanupusodhi
2020-07-06trying first implementation of storing aclsusodhi
2020-07-05Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-07-03merge w search_docAndy Rickert
2020-07-03link created popupanika-ahluwalia
2020-07-03Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-07-02Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
anika_linking
2020-07-02started link created popup, tried hihglighting sourceanika-ahluwalia
2020-07-02restructuring and simplifying group implementationusodhi
2020-07-01renamed link to linkAnchor and allHrefs to allLinks in rich text codeBob Zeleznik
2020-07-01fixed warningsBob Zeleznik
2020-06-30Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
anika_schema_view
2020-06-30added a docFilter for a substring match. fixed formattedTextBox to not keep ↵Bob Zeleznik
adding user_mark storedMarks on every load
2020-06-29fixed date typeanika-ahluwalia
2020-06-29merge conflicts resolvedusodhi
2020-06-28Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
anika_schema_view
2020-06-29changed a lot of collection keys to start with "_" -- particularly for ↵Bob Zeleznik
Stacking and Schema views. Also added filtering to facet filters. enabled facet filter for sidebar library.
2020-06-28Merge branch 'master' into search_docBob Zeleznik
2020-06-28Merge branch 'master' into anika_schema_viewBob Zeleznik
2020-06-28tweaks to date pickeranika-ahluwalia
2020-06-28slightly improved layout of workspace facet filter boxBob Zeleznik
2020-06-28renamed some fields scale=>_viewScale, transtion=>dataTransition, ↵Bob Zeleznik
panTransformType=>_viewTransform. fixed animation frames to not break acls (sort of).
2020-06-27set LivePlayground to be the default for view-oriented fieldsBob Zeleznik
2020-06-27fixed icon button of document deoratins. cleaned up several compile errors ↵Bob Zeleznik
and warnings
2020-06-25Merge branch 'master' into ink_menuBob Zeleznik
2020-06-22mergeAndy Rickert
2020-06-21Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-06-21cleaned up lists in prosemirror. everything's an ordered_list now (even ↵Bob Zeleznik
unordred lists). things are read back from the dom correctly to allow copy & paste. added prosemirror's dev tools.
2020-06-19Merge branch 'master' into ink_menuBob Zeleznik
2020-06-19initial commit: added group document type + started setting up GroupManagerusodhi
2020-06-18added a major hack to allow overriding of ACLs for adding a hyperlink to a ↵Bob Zeleznik
readonly text box.
2020-06-18updated menuyunahi