aboutsummaryrefslogtreecommitdiff
path: root/src/server/ApiManagers
AgeCommit message (Collapse)Author
2022-03-02upgraded to typescript 4.6.2bobzel
2022-03-01updated to webpack 5bobzel
2022-02-14added an incremental load for freeform collections. fixed updating of web ↵bobzel
page thumbs on deselection after the first thumb is generated.
2022-02-10switched scripts to use a cache to avoid recompiling. simplified some things ↵bobzel
with documentView and zooming to avoid invalidations.
2022-02-09speeding up rendering using bitmaps for webpages and other heavyweight docs.bobzel
2022-01-18fixed warnings. display last user to edit db. fixed /activity to show ↵bobzel
only users with a connected socket. fixed toggle "Overlay" button to toggle its background based on overlay state.
2021-07-24backend issues with creating map nodeAubrey-Li
2021-05-18added downloading of youtube videos if https://youtube-dl.org/ is installed ↵bobzel
on the server's path
2021-02-23restored export/import of collection clones. did a little cleanup of ↵bobzel
collection freeform view
2020-10-21SessionManager now expects .MONITORED rather than .RELEASESam Wilkins
2020-10-10split LinkDatbase into its own field in the user's registry. fixed sharing ↵bobzel
to set lastModified after modifying groups so that remote participants see the right data. fixed text boxes to show blue icon when there's an annotaitn entry
2020-10-08load entire DB in one message.bobzel
2020-10-01major performance fix by adding a SharingDocument to the user's DB account ↵bobzel
so that inquiring the users' UserDoc (and everything it referecens) is no longer necessary.
2020-09-28fixed follow link to scroll stacking/masonry views properly.bobzel
2020-09-28fixing search to handle bad regexps without killing the server. fixed ↵bobzel
search to not loop forever on bad searches that return nothing.
2020-09-04fixed typos + css + changing value on dropped documents in masonry view + ↵usodhi
ink x + added .mpeg as acceptable audio format
2020-09-01trying new solr schema that splits words on whitespace. fixed context menu ↵bobzel
clicking in schema/search view.
2020-08-30fixed importBox upload to give feedback, share code. fixed stacking ↵bobzel
autoHeight to happen immediately. fixed images to not need to request image information. changed doc decorations to change image native width. changed alert() when dropping on impermissibale doc. fixed allow dropping over images,etc. changed default image nativeSize to 900
2020-08-13changed solr schema so that text and date fields are sortable. fixed one ↵bobzel
line text not to show scrollbars. fixed scriptingRepl to allow document ids to be entered.
2020-08-13bug fixes, small UI changes, import in left sidebarGeireann Lindfield Roberts
2020-08-10fixes for search to do filter system and non-searchable documents on the server.bobzel
2020-08-07merge with masterMelissa Zhang
2020-08-03merge with masterMelissa Zhang
2020-08-03merge with new uiAndy Rickert
2020-08-01fixed warningsbobzel
2020-07-31mergeAndy Rickert
2020-07-30remove unnecessary authentication/database stuffMelissa Zhang
2020-07-23merge with masterMelissa Zhang
2020-07-22fixed document download/import to capture links as well.Bob Zeleznik
2020-07-22restored download document. fixed clone() to clone to be async and handles ↵Bob Zeleznik
lists properly.
2020-07-10hypothes.is authentication is fully functional, no longer need to manually ↵Melissa Zhang
input username/api key
2020-07-08store hypothesis API tokens to databaseMelissa Zhang
2020-07-07made docFilters apply to links. added hypothesis api token inputBob Zeleznik
2020-06-30Merge branch 'master' into mobile_revision_directgeireann
2020-06-28Merge branch 'master' into search_docBob Zeleznik
2020-06-26updated pdfjs. fixed position of blue dot for pdfs. enabled fixedBob Zeleznik
2020-06-22mergeAndy Rickert
2020-06-18pdf changes + radial menu + create new workspacesgeireann
(bug with ink)
2020-06-09fixed lots of errors/warnings. added 'a' to be able embed documents on ↵Bob Zeleznik
drop. added 'l' toggle to perist lasso/marquee mode.
2020-06-03mergeAndy Rickert
2020-05-30buxton pdf fixSam Wilkins
2020-05-22port extensibility fixesSam Wilkins
2020-05-18Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebSam Wilkins
2020-05-18commenting cleanupSam Wilkins
2020-05-18added a long delay and an attempt to click on the skip ads button to make ↵Bob Zeleznik
youtube snapshots.
2020-05-18tried to fix youtube snapshotterBob Zeleznik
2020-05-18youtube screenshot integration testedSam Wilkins
2020-05-18youtube screenshot backend implementedbobzel
2020-05-17cleanupSam Wilkins
2020-05-17release server integration with sslbobzel