aboutsummaryrefslogtreecommitdiff
path: root/src/server/server_Initialization.ts
AgeCommit message (Collapse)Author
2023-09-21fixed zip export to include media properly. removed ClientUtils which ↵geireann
wasn't being used.
2023-09-10fixes for file uploads: restored progress for youtube videos, fixed info ↵bobzel
display on loadingBoxes, stop client from asking for progress on failed uploads. attempt to catch stream errors on webpages. fixed dataFieldView in text to print out layout document's field, not field of document that contains the field definition.
2023-09-05small fixes for web pages to get more to loadbobzel
2023-09-02restored some cors server code to allow bing and google searches to work. ↵bobzel
adjusted webBox to change nativeWidth when navigating to a wider page (eg., from google search to target). enabled scripts for google and bing pages. enabled entering web page url through documents title.
2023-08-22no longer relabel scripts in web pages as noscriptsbobzel
2023-08-10added client caching of jpg's in addition to png's. modified ↵bobzel
jitterRotation to _rotation_jitter and changed where it is used.
2023-08-08added caching of bundle.js, etc for release modegeireann
2023-08-08fixed searching web pages that are not cors readable to not generate an errorgeireann
2023-07-26fixed drawing on pdfs. fixed corsproxy issues on webpages (eg, bing ↵bobzel
search), fixed contextmenu color and dockedbtn color,
2023-07-25upadted browndash components version to fix popup closing. fixed server ↵bobzel
initialization to not redirect to home except for corsProxy's. fixes issue with login getting redirected to /home when requesting /css/main and /favicon.
2023-05-05fixed issues with webpages that use brotli encodingbobzel
2022-10-13fixed sending body of web pages that are not gzip'edbobzel
2022-09-15Revert "Update server_Initialization.ts"geireann
This reverts commit 7f48d9656387b40c4e3d53d6a7e71e9e17ceefe9.
2022-09-15Update server_Initialization.tsgeireann
npm
2022-05-13removed layerProvider functionality.bobzel
2022-05-13fixed bug with following links in lightbox.bobzel
2022-05-13simplified how web pages are served and I think fixed some bugs with pages ↵bobzel
that didn't always render
2022-04-29fixes to webpage proxying. fixes for images (and clippings) to use ↵bobzel
appropriate sampled image.
2022-04-29another fix for Label's BigText to make multiline work better. fixed server ↵bobzel
bug for 'write after end' when servering web pages.
2022-03-10added prop when thumbnail is shown for a document so componentView can ↵bobzel
choose not to render. fixed pdf views to not generate gray box when first transitioning from thumb to live view.
2022-03-02upgraded to typescript 4.6.2bobzel
2022-03-01updated to webpack 5bobzel
2022-02-22fixed 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-16changed incremental loading to generate update requests more quickly. ↵bobzel
turned on local browser caching of server responses (eg, images)
2022-02-09speeding up rendering using bitmaps for webpages and other heavyweight docs.bobzel
2021-10-26when 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-10-16fixed warnings/errors & redirection to /homebobzel
2021-08-01made url server references relative.bobzel
2020-08-03Merge remote-tracking branch 'origin/menu_restructure' into presentation_updatesGeireann Lindfield Roberts
2020-05-23fixed server namebobzel
2020-05-22fixed port issuesSam Wilkins
2020-05-22port extensibility fixesSam Wilkins
2020-05-20cors proxy error no longer crashes serverSam Wilkins
2020-05-20added link drag drop onto webBox urlBob Zeleznik
2020-05-17cleanupSam Wilkins
2020-05-17release server integration with sslbobzel
2020-05-15server initialization and port resolution fixesSam Wilkins
2020-05-16fixed some issues with frame animation. added comic rendering mode. added ↵Bob Zeleznik
server certficate keys to get SSL to work?
2020-05-15cleaned up frame animation buttons. Added server code for https? removed ↵Bob Zeleznik
unused devserver from webpack.config
2020-05-14server side restructure, some documentation to accompany new wiki overview entrySam Wilkins
2020-04-13final env cleanupSam Wilkins
2020-04-01fixed warnings and some compile errors. Made a key value layout and extened ↵Bob Zeleznik
DocumentBox to have a childLayoutKey field
2020-03-17fixes for typing url in web box. fixes for dropping imags from proxied ↵Bob Zeleznik
document. possible fix for updateing image width/height
2020-03-17final fixes hopefully to web pages and cors stuffBob Zeleznik
2020-03-17cleaned up relative web page paths.Bob Zeleznik
2020-02-11mergeHannah
2020-02-09can upload collection from mobile to desktopvellichora
2020-01-07Various features/fixes to allow running on Linux w/o MongoDB or SolrTyler Schicke
- Added new launch config option for chromium - Changed port for TypeScript server debugger to account for worker process - Updated packages to versions that work with current node/npm - Update IDatabase interface - Updated MemoryDatabase to work properly with Dash - Added some workarounds for in memory database as they currently don't support users, so you must be guest, which means the guest needs to be able to do things it usually can't - Added environment variable to disable search. This doesn't fully disable search yet, but it is enough to not throw major errors when Solr isn't running - Added logic to support using an in memory DB instead of MongoDB
2020-01-07repl improvements, additional logging, removed duplicate arg pattern ↵Sam Wilkins
conflict for set
2020-01-06from lastbob