| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-04 | removed pseudo Doc type system. playing with hot reloading. | bobzel | |
| 2022-03-01 | updated to webpack 5 | bobzel | |
| 2022-02-22 | Merge branch 'master' into speedups | bobzel | |
| 2022-02-22 | fixed switching tabs to immediately render the title of the tab as content ↵ | bobzel | |
| to provide feedback that something is happening. changed server to only set caching for images. fixed warnings/errors. | |||
| 2022-02-15 | fixed some syntax errors | Geireann | |
| 2021-11-13 | change isContentActive to a tri-state to allow turning on/off and default - ↵ | bobzel | |
| fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust. | |||
| 2021-10-26 | when document is in lightbox view and a link is followed to its sidebar, we ↵ | bobzel | |
| no longer reopen the document in its context. fixed selecting annotations on web/pdf. don't change document height when shown in a linkPreview. webBox fixes for pages with scripts. fixed range bounds when clicking on web text several fixes to web pages on server and client. client webbox allows clicks on divs with onclick instead of doing selection also hacky fix so that google search url doesn't keep expanding by removing 'q=' regions also added prevent/allow script menu item server grabs all html and hides id="google.." which are ads. also rewrites hrefs starting with http to route through corsProxy also removes target=_blank tags to prevent pages from opening outside of dash. also cleaned up routes and comments also when not logged in, references to anything in dash domain route to /home | |||
| 2021-09-25 | fix for some youtube urls that didn't upload. | bobzel | |
| 2021-09-15 | fixed dragging document in filesystem to not create duplicates in some cases | bobzel | |
| 2021-09-09 | added SelectionManager.Docs() to avoid having to dereference props to get at ↵ | bobzel | |
| the seelcted Doc. this was causing a cycle in menu items when selected. fixed sizing of filterBox. enabled showing titles for VID,COL,and IMG in addition to RTF. | |||
| 2021-08-26 | a lot of changes to move isContentActive into DocumentView | bobzel | |
| 2021-08-25 | cleaned up and fixed tests for nonrecursive doc filters as used in PDF/Web ↵ | bobzel | |
| to separate transparent from non-transparent docs into layers. | |||
| 2021-08-24 | suppressed filter icon for annotations that are filtered based on ↵ | bobzel | |
| transparency. fixed drawing ink on webbox's. | |||
| 2021-08-24 | from last | bobzel | |
| 2021-08-09 | fixed bug where shared list field items weren't being received as Documents ↵ | bobzel | |
| so they didn't update -- eg add a private item to a list, then try to make it public | |||
| 2021-08-06 | fixed webboxes so that you can link to an annotation and it will restore the ↵ | bobzel | |
| url as well. a bunch of warnings cleanup. | |||
| 2021-08-04 | from last | bobzel | |
| 2021-08-04 | restructured filters again so that filter icons show whether a document has ↵ | bobzel | |
| a filter or inherits one. following a link with a view spec overrides only locally set filters (not inherited ones). | |||
| 2021-08-03 | fixed using viewSpecs when following links to set filters/viewType properly. | bobzel | |
| 2021-08-01 | made url server references relative. | bobzel | |
| 2021-07-27 | fixe MakeClone to handle links properly. fixed cloning richtext to update ↵ | bobzel | |
| rich text references to documents properly. fixed dragging to call MakeClone properly. | |||
| 2021-07-26 | cleaned up pile view a bit so that it doesn't scale up huge when there's one ↵ | bobzel | |
| document. made the pile be round and drop-shadowed. made the pile go away immediately if there are no documents. made it work with undo. | |||
| 2021-07-14 | fixed dropping onto filesystem view to drop document into specific ↵ | bobzel | |
| location/folder instead of hanging. | |||
| 2021-05-18 | added downloading of youtube videos if https://youtube-dl.org/ is installed ↵ | bobzel | |
| on the server's path | |||
| 2021-04-10 | Merge branch 'master' into demo_changes | bobzel | |
| 2021-04-08 | fixed pushpins to be created only when removed from a collection. fixed ↵ | bobzel | |
| webbox links which weren't showing up in link menu. | |||
| 2021-04-06 | reverted back to not setting 'system' for non-system documents. | bobzel | |
| 2021-04-06 | Merge branch 'filters' of https://github.com/browngraphicslab/Dash-Web into ↵ | bobzel | |
| filters | |||
| 2021-04-06 | another fix for texts filters and for not recomputing when a docfilter ↵ | bobzel | |
| change doesn't actually affect the colletion children list. | |||
| 2021-04-06 | finished adding docrangefilters | usodhi | |
| 2021-04-06 | dashboard filters end when dashboard not selected + current collection ↵ | usodhi | |
| option doesn't display if not collection + changed filterDocs parameter | |||
| 2021-04-05 | saving | usodhi | |
| 2021-04-04 | stopped system docs from being filtered | usodhi | |
| 2021-04-04 | merging | usodhi | |
| 2021-03-30 | more cleanup | bobzel | |
| 2021-03-30 | merging | usodhi | |
| 2021-03-25 | filters is going to kill me the files I should look at on return to this ↵ | usodhi | |
| branch are documents.ts, propertiesview, colsubview, colview, filterbox | |||
| 2021-03-19 | fixing up some baseProto initialization. fixing stacking view with hidden docs. | bobzel | |
| 2021-03-16 | merging | usodhi | |
| 2021-03-15 | final cleanups to get scrolling to work smoothly for webbox's - sadly, does ↵ | bobzel | |
| not work as well in Firefox, and even worse in Safari. | |||
| 2021-03-13 | minor changes | usodhi | |
| 2021-03-13 | fixed marquee annotations on pdfs from crashing - still need to fix offset ↵ | bobzel | |
| problem. | |||
| 2021-03-12 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | usodhi | |
| filters | |||
| 2021-03-11 | adding and/or to filtering, added editableview, changed a bunch of things | usodhi | |
| 2021-03-11 | added optional stacking sidebar for PDFs. fixed pdfannos to not show ↵ | bobzel | |
| linkbutton when selected. fixed stacking views to handle fitwidth text better (make height fit correctly when fitWidth) | |||
| 2021-03-06 | updated a bunch of _backgroundColors to backgroundColors | bobzel | |
| 2021-03-03 | trying out a forked branch of equation editor. cleaned up warnings. | bobzel | |
| 2021-03-01 | final 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-25 | prevent annotation notes on PDFS from showing up in file system view. | bobzel | |
| 2021-02-25 | added '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. | |||
