Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-10 | trying to enable safari to work despite certificate errors | bobzel | |
2023-08-10 | more updates to out of date version alert | bobzel | |
2023-08-10 | out of data version alert client side | bobzel | |
2023-08-10 | added client caching of jpg's in addition to png's. modified ↵ | bobzel | |
jitterRotation to _rotation_jitter and changed where it is used. | |||
2023-08-10 | updated browndash-components | bobzel | |
2023-08-10 | from last | bobzel | |
2023-08-10 | merged /getUserDocumentIds into /getCurrentUser to avoid extra server round trip | bobzel | |
2023-08-09 | changed screenshot box colors | bobzel | |
2023-08-09 | fixed resizing from bottomleft. turned on Tools in novice mode. fixed ↵ | bobzel | |
aborting editing of tree view titles with escape or click outside. got rid of scrollbar in Tools panel by fixing height of masonry panel. updated browndash-components to fix problem of tooltips getting in away of click events on Tool items. | |||
2023-08-09 | made search results unhighlight when search panel goes away. | bobzel | |
2023-08-09 | updated version number | geireann | |
2023-08-09 | updated file system to include recentlyClosed, Shared, and Dashboards and ↵ | bobzel | |
fixed drag drop to make sense for the filesystem. Fixed loading documents to happen in one batch by fixing UPDATE_CACHED_DOCS to save only documents accessible from current dashboard. | |||
2023-08-08 | added caching of bundle.js, etc for release mode | geireann | |
2023-08-08 | fixed searching web pages that are not cors readable to not generate an error | geireann | |
2023-08-08 | Merge pull request #205 from brown-dash/james-azure-dall-e | bobzel | |
fix dall-e issue | |||
2023-08-08 | revert debug to not use azure for image uploads | bobzel | |
2023-08-08 | fix dall-e issue | James Hu | |
2023-08-04 | pass array, not List to <waveform> | geireann | |
2023-08-04 | changed node prop to animatedDoc in timeline animation | geireann | |
2023-08-02 | fixed drawing link lines to CONFIG anchors | bobzel | |
2023-08-01 | fix for SOS error on samsung images during upload -- ignore errors | bobzel | |
2023-07-31 | fixed initialization of multitoggle and linear menus | bobzel | |
2023-07-31 | from last | bobzel | |
2023-07-31 | added resolvedports to /getCurrentUser to avoid seperate request | bobzel | |
2023-07-31 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web | bobzel | |
2023-07-31 | set USE_AZURE to true for release mode | bobzel | |
2023-07-31 | Merge pull request #196 from brown-dash/james-azure-image | bobzel | |
Azure Image Upload | |||
2023-07-31 | Merge branch 'master' into james-azure-image | bobzel | |
2023-07-31 | fixed dictation into text boxes to stop when component unmounts. fixed ↵ | bobzel | |
some icons. fixed multiToggle for alignments. added link docs to user cache. fixed background color for tab stack buttons. added a bunch of @computeds to try to help performacne with lots of docs. chnaged text boxes to no expand/contract padding when selected. | |||
2023-07-28 | Merge branch 'master' into james-azure-image | bobzel | |
2023-07-28 | cleanup of compile errors | bobzel | |
2023-07-28 | package-lock fix | bobzel | |
2023-07-28 | Merge branch 'master' into james-azure-image | bobzel | |
2023-07-28 | Merge pull request #202 from brown-dash/sophie-report-manager | bobzel | |
New Report Manager | |||
2023-07-28 | minor formatting. url field doesn't need to test for https -- covered by ↵ | bobzel | |
testing for http | |||
2023-07-28 | fixes for treeView to match color palette | bobzel | |
2023-07-28 | minor tweaks | bobzel | |
2023-07-28 | Merge branch 'master' into sophie-report-manager | bobzel | |
2023-07-28 | minor cleanup | bobzel | |
2023-07-27 | fixed longPress to terminate on pointerUp, not on Click. changed ↵ | bobzel | |
followLink() script for buttons to return select = true if there are no links. prevented turning off pointerevents for documentContents when isContentActive= true even if there is a click handler (this enables things like the imported docs background to deselect everything on click while still allowing the contents to be selected) | |||
2023-07-27 | fixed importElementBox and made importBox be a masonry view. fixed clicking ↵ | bobzel | |
background of importBox to deselect everything. fixed masonry view documennt screentolocal and fixed column handle placement. fixed 'never' disable click script flag. fixed color of documentdeocrations title. | |||
2023-07-27 | removed delete from treeview context menu. fixed close in treeView to not ↵ | bobzel | |
readd when closing from recently Closed. | |||
2023-07-27 | fixed FontIconBox scripts to set 'this' to fix tool bars buttons not ↵ | bobzel | |
working. enabled access to contextMenu in treeView and topBar even when hideContextMenu is set | |||
2023-07-27 | fixed some type errors. | bobzel | |
2023-07-27 | Merge branch 'james-azure-image' into sophie-report-manager | Sophie Zhang | |
2023-07-27 | Merge branch 'master' into sophie-report-manager | Sophie Zhang | |
2023-07-27 | fixed media on localhost, not really practical but still: | Sophie Zhang | |
2023-07-27 | removed new endpoint for now | Sophie Zhang | |
2023-07-27 | Merge pull request #183 from brown-dash/collaboration-again | bobzel | |
override nested -> upgrade nested and a few small ui things | |||
2023-07-26 | remove showTitle instead of setting it to empty string. add back ↵ | bobzel | |
'transparent' color button |