472 Commits (e4680d48c1c20610048e5fb95fb42b86e92edb15)

Author SHA1 Message Date
ansuz 958b3e4376 remove references to removed pages and notes that have been addressed 3 years ago
ansuz 0be64ac958 simplify accounts configuration on dev instances 3 years ago
ansuz 071c9706af accept both new and old data format for server info on admin panel 3 years ago
ansuz 3c679509c4 adjust INSTANCE_STATUS RPC to accommodate new data format 3 years ago
ansuz a2731c44b0 assorted home page fixes/improvements
* link to home page from other static pages
* home notice
  * moved to the top of the home page
  * configured via server API instead of application_config.js
  * WIP admin panel UI
* more debugging info for unsupported decrees
* lint compliance probably
3 years ago
ansuz 6a708a7df0 fix inability to set instance name 3 years ago
ansuz 916c0dd322 Merge branch 'sandpaper-static' into 4.15-candidate 3 years ago
David Benqué 97832340cf Remove Terms, What is, and Maintenance pages 3 years ago
ansuz b014c4dbf1 fileHost is undefined for most use cases 3 years ago
ansuz 404b89eb28 update recommended settings for embedding to permit element desktop 3 years ago
ansuz b4323b2c40 fix incorrect frame-ancestors and update test 3 years ago
ansuz dae6d7fc1e add hints for translation linting and remove notes 3 years ago
ansuz e6c51e3dff remove hardcoded translations and invert remote embedding logic 3 years ago
ansuz 386827d825 handle 500 errors 3 years ago
ansuz af10547dca warn if node is not launched with 'NODE_ENV=production' 3 years ago
ansuz f34a60665f check that the server is running at least NodeJS v16.14.2 3 years ago
ansuz d405a5f086 disable remote embedding by default 3 years ago
ansuz 1051fc4da7 fix undefined safe origin 3 years ago
ansuz a54a0af604 more tests on checkup page 3 years ago
ansuz e38e08fb6e Merge branch 'soon' into block-embeds 3 years ago
ansuz 45d2eb0267 Merge branch 'soon' of github.com:xwiki-labs/cryptpad into support-categories
and include some tweaks for the checkup page

* sort errors above warnings
* improve messages for new tests
3 years ago
ansuz c111364024 add two new tests to diagnose unavailability of uploaded blocks and blobs 3 years ago
ansuz ef398de4a1 disable measurement 3 years ago
ansuz 8398c05f1a Merge branch 'justification' into mar7 3 years ago
ansuz b65730b853 allow admins to enable configurable disk I/O profiling 3 years ago
ansuz 1202b7a691 WIP configure instance name, jurisdiction, and description on admin panel 3 years ago
ansuz f1fc2d2ad9 WIP provide a reason when archiving or resoring a file through the admin panel 3 years ago
ansuz 0917b45035 implement proper support for forbidding remote media-tag inclusion
...and test that the basic headers are correctly set on the checkup page
3 years ago
ansuz b40c81d088 support modifying CSP headers at runtime 3 years ago
ansuz ef6f98c149 initial serverside components for 'disableEmbedding' functionality 3 years ago
ansuz 7b6c8b83ef stricter websocket CSP and tests to match 3 years ago
ansuz 383684d339 add new, very specific tests for CSP to the checkup page 3 years ago
ansuz ebcb6b2ab0 log child process ids in the event of an RPC timeout 3 years ago
ansuz d2852fdba4 perform extra validation for private message rpc 3 years ago
ansuz 29fe4b7223 restrict unnecessarily permissive CSP 3 years ago
ansuz b8d6af7891 adjust CSP headers for printing from OnlyOffice
* allow outer to load resources from the sandbox (for fonts)
* test whether the expected CSP values are present on the checkup page
* simplify the nodejs server a bit
3 years ago
ansuz c1f9d11333 delay working on some flagged issues till next release 3 years ago
ansuz 1c08a27f60 fix a newly introduced reference error 3 years ago
ansuz a33774aa6f properly abort from channel archival if no metadata is returned
and add some logging when trimming history
3 years ago
ansuz 854a635c5f remove hardcoded translations and defer non-blocking issues till the next release 3 years ago
ansuz 9bb884cac6 fix a type error caused by (my) invalid API use 3 years ago
ansuz f13b82bdf6 disable integrated eviction by default
we'll implement an admin panel checkbox to enable it later
3 years ago
ansuz 7bdabb5cbc archive blocks before overwriting them 3 years ago
ansuz 1c1dc421a3 fix broken block archival 3 years ago
ansuz f7f2146fa5 miscellaneous cleanup and notes 3 years ago
ansuz d27cbb69dc filter email and instance purpose from telemetry unless we have consent 3 years ago
ansuz 76b90d3c8a correct a few more places where the client expected hashes in pin responses
or where the server incorrectly provided them
3 years ago
ansuz 8e725f3d7c stop returning the hash of all user pins after pinning
the client doesn't use it and it's CPU-intensive
3 years ago
ansuz 7c7acbeae6 delegate block validation to workers 3 years ago
ansuz ba1a7b37e1 separate validation and storage methods for blocks 3 years ago