aboutsummaryrefslogtreecommitdiff
path: root/src/server/authentication/models/current_user_utils.ts
AgeCommit message (Collapse)Author
2020-05-03added DelegateDocument creator. switched default templates to delegates.Bob Zeleznik
2020-05-03cleaned up freeformdocview. changed descriptionView template to test start ↵Bob Zeleznik
of processing scripts for dash tag nodes.
2020-05-02turn off targetDropAction when dropping in same colleciton. cleaned up ↵Bob Zeleznik
PresBox stuff to use single template to render all contents (which are otherwise unmodified).
2020-05-02cleaned up a lot of layoutTemplate/String props. fixed link drawing.Bob Zeleznik
2020-05-01added doubleClick open on right to detailView template for BuxtonBob Zeleznik
2020-05-01buxton template tweaksBob Zeleznik
2020-05-01cleaned up buxton template. fixed adding docs to collections.Bob Zeleznik
2020-05-01fixed presentations to allow drag and drop. fixed pres box to use ↵Bob Zeleznik
RenderData instead of modifying presentation elements with unnecessary info like their containing PresBox and their presentation index position. COnverted COntentFIttingDocumentView to use DocumentView's props
2020-04-30commented Buxton importerSam Wilkins
2020-04-30working version of snapping with resize / templates / centersBob Zeleznik
2020-04-30from lastBob Zeleznik
2020-04-30clean up of childclick template func menusBob Zeleznik
2020-04-30added double click script supportBob Zeleznik
2020-04-29changed detailedView template to be a layoutstring. fixed text boxes to ↵Bob Zeleznik
allow new templates from templated text boxes. fixed __LAYOUT__ to work with comound layout strings
2020-04-29fixes for text layout strings.Bob Zeleznik
2020-04-28rearranged text filesBob Zeleznik
2020-04-27cleaned up masonry events a bit. changed buxton template to have 3 sections.Bob Zeleznik
2020-04-27template tweaksSam Wilkins
2020-04-27Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebSam Wilkins
2020-04-27template fixesSam Wilkins
2020-04-27added link maker for formatted text. updated buxton templateBob Zeleznik
2020-04-27merged detailView templates, now only exists in current_user_utilsSam Wilkins
2020-04-27from lastBob Zeleznik
2020-04-26from lastBob Zeleznik
2020-04-26fixed multi/col/row views to work with templates. fixed context menu ↵Bob Zeleznik
subitems to appear on screen. fixed tree view display of text nodes.
2020-04-26fixed title layout for text. fixed documentBox for nested collections. ↵Bob Zeleznik
fixed tree view for text boxes. changed labelbox formatting.
2020-04-23fixed loading of notes with template types. changed noteTypes to ↵Bob Zeleznik
["template-notes"]. Added pass through free form layout engine.
2020-04-22switched close button to be iconify, and iconfiy to be maximizeBob Zeleznik
2020-04-22reinstated buxton buttonSam Wilkins
2020-04-22fixed clicking gear icon on doc decorations. moved repl to Drag items. ↵Bob Zeleznik
Removed Open... menu. Added Open FIelds & Full SCreen to Open New Persepectives.
2020-04-20fixed search to avoid server crashes by stripping off initial ?*+ ↵Bob Zeleznik
characters. made search parameters persistent on queryBox
2020-04-20fixed moving documents in tree viewsBob Zeleznik
2020-04-20fixed deiconify & clipping LOD collections & PathsBob Zeleznik
2020-04-20fixed runtime errors for AntimodeMenu and from current_user_utils not ↵Bob Zeleznik
initializing properly
2020-04-19final structural cleanp up of UserDocument for a while, hopefullyBob Zeleznik
2020-04-19fixed removing docs from tree view with menu. restructured ↵Bob Zeleznik
current_user_utils completely
2020-04-19added optional labels for font icons.Bob Zeleznik
2020-04-18changed structure of template docs in sidebar. got rid of special context ↵Bob Zeleznik
menu in tree view in favor of pushing everything to document context menus which ca now be extended by the local document or through props.
2020-04-18simplified startup icons to ones we actually use. moved ink icon to bottom ↵Bob Zeleznik
bar. made webboxes default to enter title
2020-04-15fixed onCheckedClick to use scriptingBoxBob Zeleznik
2020-04-13fixed some map api issues. fixed image box rotations.Bob Zeleznik
2020-04-11small server checks, removed buxton import document draggerSam Wilkins
2020-04-11fixed deiconifying things. fixed interactions with backgrounds to allow ↵Bob Zeleznik
their content to be active. added overflow flag for collection freeforms.
2020-04-09fixed linkAnchorDoc so that it can be selected and deleted.Bob Zeleznik
2020-04-09added initial script template (onClick) for script behaviorsBob Zeleznik
2020-04-08fixesBob Zeleznik
2020-04-08Merge branch 'master' into script_documentsBob Zeleznik
2020-04-08added scripting boxBob Zeleznik
2020-04-08fixed isButton => isLinkButton updatesBob Zeleznik
2020-04-07lots of code cleanup - removed all northstar db stuff. added scriptingBox. ↵Bob Zeleznik
renamed things. made collectiontypes strings not numbers.