40 Commits (5f765b1dc2be6b8be75c90504422481ab023d78f)

Author SHA1 Message Date
ansuz 0be64ac958 simplify accounts configuration on dev instances 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 b014c4dbf1 fileHost is undefined for most use cases 3 years ago
ansuz b4323b2c40 fix incorrect frame-ancestors and update test 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 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 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 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 854a635c5f remove hardcoded translations and defer non-blocking issues till the next release 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 f7f2146fa5 miscellaneous cleanup and notes 3 years ago
ansuz f5e91ef3ef provide installMethod detail in server telemetry 3 years ago
ansuz bb7c40237b detect new versions in server telemetry responses 4 years ago
ansuz 2fd812ff36 WIP admin translations and update available button 4 years ago
ansuz 98c8d7086f include instance version in Env 4 years ago
ansuz 41db88a360 WIP admin 'network' panel 4 years ago
ansuz eb32651c67 leave some notes about a minor race condition 4 years ago
ansuz 50045c08d0 WIP restrict registration 4 years ago
yflory 8f679c141c Broadcast update 4 years ago
yflory 7971a6d267 Major broadcast refactoring 4 years ago
yflory d15c0461cc Add /api/broadcast and improve message deletion 4 years ago
ansuz 929159a0f4 implement server offline mode (no ws) 4 years ago
ansuz e6a4c68863 always delete the throttled cleanup functions once they have run 4 years ago
ansuz d4f94f3091 briefly cache server metadata in-memory to avoid repeated reads 4 years ago
ansuz 93d56e5e3d profile worker commands by total running time in seconds 4 years ago
ansuz 1f1b40b83d move some implictly global state to env.js 4 years ago
ansuz faa7ebf399 Fix some bugs with integrated eviction
1. implement SET_LAST_EVICTION as an admin command, not a decree
2. expect a return value from Env.evictInactive and expose it via Env.evictionReport
4 years ago
ansuz adb988058d stop logging dev/fresh mode 4 years ago
ansuz 369c92c01d initialize Env from server and deduplicate several attributes 4 years ago