aboutsummaryrefslogtreecommitdiff
path: root/src/server/authentication
AgeCommit message (Collapse)Author
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.
2020-04-06cleaned up some scripting. added childClicks to UserDoc to extend menu of ↵Bob Zeleznik
OnClick options. switched containingCollection to thisContainer for onclick scripts
2020-04-04fixed not-selection buttons when clicked.Bob Zeleznik
2020-04-03fixed a bunch of warningsBob Zeleznik
2020-04-03fixed templateisused func. fixed slide view templateBob Zeleznik
2020-04-03cleaning up .. removing Docs.Create.SearchDocumentBob Zeleznik
2020-04-03fixed queryView template a bit.Bob Zeleznik
2020-04-03from lastBob Zeleznik
2020-04-03added rootSelected() to make forceActive work betterBob Zeleznik
2020-04-03changed dontSelect to dontDecorateSelectionBob Zeleznik
2020-04-03fixed some issues with template buttons creating documents. simplified ↵Bob Zeleznik
query boxe code. added a searchView.
2020-04-02mergeAndy Rickert
2020-04-02cleaned up applying template code. fixed DocumentBox to work better with ↵Bob Zeleznik
excluding collections + locking selection.
2020-03-31more settings ui + huge bugfixes with document dragging and selectionAndy Rickert
2020-03-28fixed screenshot icon and tweaked checkboxBob Zeleznik
2020-03-28from lastBob Zeleznik
2020-03-28fixed runtime errors when collection data field has image or non-list value. ↵Bob Zeleznik
cleaned up creating buttons.
2020-03-28simplified linkDocs to not keep a context -- instead, link are made between ↵Bob Zeleznik
aliases which have a context. fixed clippings of PDFs to scroll correctly and resize in slideViews. fixed slideViews to render 'text' and 'data' instead of 'contents' and 'data'
2020-03-27fixed iconifying doc script removal. fixed metadata to display inline-flex ↵Bob Zeleznik
so that value truncates instead of moving to next line.
2020-03-23fixed RichTextMenu to not obscure selection. fixed templateMenu to display a ↵Bob Zeleznik
TreeView document of options. fixed resize in docDecorations for dragging corners other than bottom-right.