Girish Ramakrishnan
|
3ef990b0bf
|
Fix typo
|
2026-02-17 18:48:07 +01:00 |
|
Girish Ramakrishnan
|
b8ae46b6df
|
add passkey tests
|
2026-02-17 18:05:14 +01:00 |
|
Girish Ramakrishnan
|
113aba0897
|
remove the cors test
|
2026-02-17 17:15:30 +01:00 |
|
Girish Ramakrishnan
|
a51672f3ee
|
security: remove cors
I traced this back to a commit from 2014! 781495e662
|
2026-02-17 17:10:18 +01:00 |
|
Girish Ramakrishnan
|
f08b3eb006
|
mail: bring eventlog up to speed
|
2026-02-17 16:18:37 +01:00 |
|
Johannes Zellner
|
c21011a17a
|
support ID_CLI oidc client
|
2026-02-16 23:19:37 +01:00 |
|
Girish Ramakrishnan
|
81659d4bf2
|
eventlog: add params for from and to date
|
2026-02-16 20:52:02 +01:00 |
|
Johannes Zellner
|
7bc19e8185
|
Cleanup passkeys on user deletion
|
2026-02-16 13:52:04 +01:00 |
|
Johannes Zellner
|
ef24b17a70
|
Drop all passkeys if the dashboard domain changes
|
2026-02-16 12:06:12 +01:00 |
|
Girish Ramakrishnan
|
f499c9ada9
|
integrity: add eventlog status for historic checks
|
2026-02-15 23:40:23 +01:00 |
|
Girish Ramakrishnan
|
c1a73aa62a
|
integrity: just clear last info on a (re)start
this way if a user stops it midway, the old info is cleared
|
2026-02-15 23:26:06 +01:00 |
|
Girish Ramakrishnan
|
601e787500
|
rsync: fix integrity check
|
2026-02-15 23:17:23 +01:00 |
|
Girish Ramakrishnan
|
2c559d63f5
|
Fix bugs in esm migration
|
2026-02-15 20:11:58 +01:00 |
|
Girish Ramakrishnan
|
b5a1554631
|
Fix various linter errors
|
2026-02-15 19:37:30 +01:00 |
|
Girish Ramakrishnan
|
c7b321315c
|
integrity: add stats
|
2026-02-15 14:41:10 +01:00 |
|
Girish Ramakrishnan
|
9f2eefcbb3
|
embed integrity check task in backup API responses
The UI is polling for the taskId, might as well attach it
|
2026-02-15 14:11:56 +01:00 |
|
Girish Ramakrishnan
|
fc2e39f41b
|
Rename getByIdentifierAndStatePaged to listByIdentifierAndStatePaged
|
2026-02-15 12:22:43 +01:00 |
|
Girish Ramakrishnan
|
eae86d15ef
|
Update modules
|
2026-02-14 19:49:42 +01:00 |
|
Girish Ramakrishnan
|
361d80da17
|
make tests work again
|
2026-02-14 19:45:10 +01:00 |
|
Girish Ramakrishnan
|
2597402496
|
make build work across server restart
tmp files disappear on server restart
|
2026-02-14 19:37:14 +01:00 |
|
Girish Ramakrishnan
|
b71e503a01
|
more ESM cleanups
|
2026-02-14 16:52:16 +01:00 |
|
Girish Ramakrishnan
|
e9f96593c3
|
reorder functions for no-use-before-define
|
2026-02-14 16:34:34 +01:00 |
|
Girish Ramakrishnan
|
36aa641cb9
|
migrate to "export default"
also, set no-use-before-define in linter
|
2026-02-14 15:43:24 +01:00 |
|
Girish Ramakrishnan
|
96dc79cfe6
|
Migrate codebase from CommonJS to ES Modules
- Convert all require()/module.exports to import/export across 260+ files
- Add "type": "module" to package.json to enable ESM by default
- Add migrations/package.json with "type": "commonjs" to keep db-migrate compatible
- Convert eslint.config.js to ESM with sourceType: "module"
- Replace __dirname/__filename with import.meta.dirname/import.meta.filename
- Replace require.main === module with process.argv[1] === import.meta.filename
- Remove 'use strict' directives (implicit in ESM)
- Convert dynamic require() in switch statements to static import lookup maps
(dns.js, domains.js, backupformats.js, backupsites.js, network.js)
- Extract self-referencing exports.CONSTANT patterns into standalone const
declarations (apps.js, services.js, locks.js, users.js, mail.js, etc.)
- Lazify SERVICES object in services.js to avoid circular dependency TDZ issues
- Add clearMailQueue() to mailer.js for ESM-safe queue clearing in tests
- Add _setMockApp() to ldapserver.js for ESM-safe test mocking
- Add _setMockResolve() wrapper to dig.js for ESM-safe DNS mocking in tests
- Convert backupupload.js to use dynamic imports so --check exits before
loading the module graph (which requires BOX_ENV)
- Update check-install to use ESM import for infra_version.js
- Convert scripts/ (hotfix, release, remote_hotfix.js, find-unused-translations)
- All 1315 tests passing
Migration stats (AI-assisted using Cursor with Claude):
- Wall clock time: ~3-4 hours
- Assistant completions: ~80-100
- Estimated token usage: ~1-2M tokens
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-02-14 15:11:45 +01:00 |
|
Girish Ramakrishnan
|
e0e9f14a5e
|
mail: increase solr timeout
|
2026-02-14 01:23:23 +01:00 |
|
Johannes Zellner
|
5724ca73b4
|
Add passkey support
|
2026-02-13 17:18:56 +01:00 |
|
Girish Ramakrishnan
|
ae09c19b69
|
filemanager: open terminal in cwd
|
2026-02-12 20:30:57 +01:00 |
|
Girish Ramakrishnan
|
e76d4b3474
|
tests: fix app passwords test
|
2026-02-12 19:57:34 +01:00 |
|
Girish Ramakrishnan
|
88a44ee065
|
oidc: add alg to the jwks keys
|
2026-02-12 19:42:00 +01:00 |
|
Girish Ramakrishnan
|
e9c3e42aa6
|
appPassword: add expiry
|
2026-02-12 16:23:31 +01:00 |
|
Girish Ramakrishnan
|
93a0063941
|
backups: add stop_integrity_check route
|
2026-02-09 22:00:40 +01:00 |
|
Johannes Zellner
|
a786e6c8f5
|
Do not crash if we have a new user without a username yet
|
2026-02-09 20:34:05 +01:00 |
|
Girish Ramakrishnan
|
b433191b35
|
community: skip revoked versions
|
2026-02-09 16:11:55 +01:00 |
|
Girish Ramakrishnan
|
d75ad44315
|
mail: fix haraka crash
|
2026-02-09 16:04:13 +01:00 |
|
Girish Ramakrishnan
|
c3d3c3a6e9
|
app: if repo changes, do not autoupdate
|
2026-02-09 15:51:47 +01:00 |
|
Girish Ramakrishnan
|
b9b8ccb8ae
|
community: stable/unstable
|
2026-02-09 15:51:47 +01:00 |
|
Girish Ramakrishnan
|
5a56a7c8af
|
community: show packager info
|
2026-02-09 15:51:47 +01:00 |
|
Girish Ramakrishnan
|
fa5cbfc304
|
mail: allow comma in email display name
|
2026-02-09 11:01:47 +01:00 |
|
Girish Ramakrishnan
|
5276321ade
|
integrity: add integrity check fields and initial UI
|
2026-02-08 23:26:57 +01:00 |
|
Girish Ramakrishnan
|
6303602323
|
graphite: update go-carbon to 0.19.1
|
2026-02-07 12:01:25 +01:00 |
|
Girish Ramakrishnan
|
486fb0d10a
|
collectd is gone
|
2026-02-07 11:45:12 +01:00 |
|
Girish Ramakrishnan
|
2a244bb8d4
|
Update versions format to have a root
|
2026-02-06 22:39:29 +01:00 |
|
Girish Ramakrishnan
|
a9ae34b149
|
community: download iconUrl
also rename existing db field appStoreIcon to packageIcon
|
2026-02-06 19:13:55 +01:00 |
|
Girish Ramakrishnan
|
5ca2078461
|
add iconUrl to manifest
|
2026-02-06 18:04:47 +01:00 |
|
Girish Ramakrishnan
|
4461e7225f
|
validate versions file
|
2026-02-06 17:35:59 +01:00 |
|
Girish Ramakrishnan
|
3d7a5676d8
|
lint
|
2026-02-05 23:22:26 +01:00 |
|
Girish Ramakrishnan
|
aa362477e8
|
community: validate the url in the dialog
|
2026-02-05 22:40:37 +01:00 |
|
Girish Ramakrishnan
|
d6eb6d3e3e
|
community: store versionsUrl in the database
|
2026-02-05 19:32:29 +01:00 |
|
Girish Ramakrishnan
|
91b8f1a457
|
oidc: do not fail on notification failure
|
2026-02-05 18:26:14 +01:00 |
|
Girish Ramakrishnan
|
a7de7fb286
|
initial implementation of community packages
|
2026-02-05 14:21:50 +01:00 |
|