Julien Fontanet
ba81d0e08a
feat(xo-server-transport-email): add local hostname to config ( #6988 )
...
Fixes https://xcp-ng.org/forum/topic/7579/
2023-08-29 23:22:31 +02:00
Pierre Donias
3b3f927e4b
docs(netbox): steps and labels better match Netbox UI ( #6986 )
...
See https://xcp-ng.org/forum/topic/7625
2023-08-29 15:42:17 +02:00
Thierry Goettelmann
5e8539865f
feat(lite): new iteration for XenApi, stores and subscriptions ( #6998 )
2023-08-29 15:23:18 +02:00
Florent BEAUCHAMP
3a3fa2882c
fix(backup/healthcheck): mirror backup appeared detached ( #7000 )
2023-08-29 14:52:44 +02:00
Thierry Goettelmann
3baa37846e
feat(lite/stories): allow to organize stories in subdirectories ( #6992 )
2023-08-21 11:12:16 +02:00
Mathieu
999fba2030
feat(xo-web/pool/advanced): ability to set a crash dump SR ( #6973 )
...
Fixes #5060
2023-08-18 15:34:05 +02:00
Mathieu
785a5857ef
fix(xapi/host_smartReboot): resume VMs after enabling host ( #6980 )
...
Found when investigating https://xcp-ng.org/forum/post/60372
2023-08-17 16:22:35 +02:00
Thierry Goettelmann
067f4ac882
feat(lite): new XenApi records collection system ( #6975 )
2023-08-17 15:22:33 +02:00
Julien Fontanet
8a26e08102
feat(xo-server/rest-api): filter
/limit
support for {backups/restore}/logs
...
Fixes https://xcp-ng.org/forum/post/64789
2023-08-17 13:59:32 +02:00
Julien Fontanet
42aa202f7a
fix(xo-server/job.set): accept userId
...
Fixes https://xcp-ng.org/forum/post/64668
2023-08-16 15:13:00 +02:00
Julien Fontanet
403d2c8e7b
fix(mixins/Tasks): behave when no user connected to API
...
Introduced by 1ddbe87d0
2023-08-11 11:27:08 +02:00
Julien Fontanet
ad46bde302
feat(backups/XO metadata): transfer binary config in base64
2023-08-10 15:39:34 +02:00
Julien Fontanet
1b6ec2c545
fix(xo-web/home): don't search in linked objects ( #6881 )
...
Introduced by 5928984069
For instance, searching the UUID of a running VM was showing all other VMs on the same host due to the UUID being present in their `container.residentVms`.
2023-08-10 14:42:07 +02:00
Julien Fontanet
56388557cb
fix(xo-server): increase timeout when file restore via XO Proxy
...
Related to zammad#13396
2023-08-10 11:37:08 +02:00
Julien Fontanet
1ddbe87d0f
feat(mixins/Tasks): inject userId in tasks
2023-08-09 16:18:29 +02:00
Pierre Donias
3081810450
feat(xo-server-netbox): synchronize VM tags
...
Fixes #5899
See Zammad#12478
See https://xcp-ng.org/forum/topic/6902
2023-08-08 15:23:57 +02:00
Pierre Donias
155be7fd95
fix(netbox): add missing trailing / in URL
2023-08-08 15:23:57 +02:00
Pierre Donias
ef960e94d3
chore(netbox): namespace all XO objects as xo*
2023-08-08 15:23:57 +02:00
Pierre Donias
bfd99a48fe
chore(netbox): namespace all Netbox objects as nb*
2023-08-08 15:23:57 +02:00
Florent BEAUCHAMP
a13fda5fe9
fix(backups/_MixinXapiWriter): typo _heathCheckSr → _healthCheckSr ( #6969 )
...
Fix `TypeError: Cannot read properties of undefined (reading 'uuid') at #isAlreadyOnHealthCheckSr`
2023-08-08 09:48:53 +02:00
Florent BEAUCHAMP
66bee59774
fix(xen-api/getResource): don't fail silently when HTTP request fails without response ( #6970 )
...
Seen while investigating zammad#16309
2023-08-08 09:39:18 +02:00
Julien Fontanet
685400bbf8
fix(xo-server): fix get-stream@3 usage
...
Fixes #6971
Introduced by 3dca7f2a7
2023-08-08 08:05:38 +02:00
Julien Fontanet
5bef8fc411
fix(lite): disable linting because it's broken
...
Introduced by 3dca7f2a7
2023-08-05 17:05:02 +02:00
Julien Fontanet
aa7ff1449a
fix(lite): adapt ESLint config to prettier@3
...
Introduced by 3dca7f2a7
2023-08-04 22:09:55 +02:00
Julien Fontanet
3dca7f2a71
chore: update deps
2023-08-03 17:56:24 +02:00
Julien Fontanet
3dc2f649f6
chore: format with Prettier
2023-08-03 17:56:24 +02:00
Julien Fontanet
9eb537c2f9
chore: update dev deps
2023-08-03 17:56:24 +02:00
Thierry Goettelmann
dfd5f6882f
feat(lite): enhance typings for improved type safety ( #6949 )
2023-08-03 11:33:29 +02:00
Julien Fontanet
7214016338
fix(xo-server/_authenticateUser): don't use registerUser()
...
Introduced by 99605bf18
2023-08-03 10:25:15 +02:00
Julien Fontanet
606e3c4ce5
docs(xo-server-test-plugin): explain configurationPresets
2023-08-03 10:21:15 +02:00
Julien Fontanet
fb04d3d25d
docs(xo-server-test-plugin): show title/description for settings
2023-08-03 10:20:51 +02:00
Julien Fontanet
db8c042131
fix(xo-web/plugins): merge preset with existing config
...
Instead of replacing it.
2023-08-03 10:14:07 +02:00
Julien Fontanet
fd9005fba8
fix(xo-web/plugins): don't disable presets when config not edited
2023-08-03 10:12:52 +02:00
Julien Fontanet
2d25413b8d
fix(xo-server-auth-ldap): mark userIdAttribute as required
...
It can no longer be ommited since 99605bf18
2023-08-03 09:56:33 +02:00
Julien Fontanet
035679800a
chore(xo-server-auth-ldap): defaults are merged automatically by xo-server
...
Related to 8c7d25424
2023-08-03 09:53:01 +02:00
Thierry Goettelmann
abd0a3035a
feat(lite/component): created UiResources + UiResource ( #6932 )
2023-08-01 11:18:10 +02:00
Julien Fontanet
d307730c68
feat: release 5.85.0
2023-07-31 17:06:25 +02:00
Julien Fontanet
1b44de4958
feat(xo-server): 5.120.2
2023-07-31 16:52:03 +02:00
Julien Fontanet
ec78a1ce8b
feat(xo-web): 5.122.2
2023-07-31 16:32:42 +02:00
Julien Fontanet
19c82ab30d
feat(xo-server): 5.120.1
2023-07-31 16:32:41 +02:00
Julien Fontanet
9986f3fb18
fix(xo-web/removeUserAuthProvider): notify on error
...
Introduced by 52cf2d151
2023-07-31 16:29:09 +02:00
Julien Fontanet
d24e9c093d
fix(xo-server/updaterUser): fix current user auth protection
...
Introduced by 2d52aee95
2023-07-31 16:28:16 +02:00
Julien Fontanet
70c8b24fac
feat(xo-web): 5.122.1
2023-07-31 15:58:15 +02:00
Julien Fontanet
9c9c11104b
feat(xo-server-auth-google): 0.3.0
2023-07-31 15:58:05 +02:00
Julien Fontanet
cba90b27f4
feat(xo-server-auth-github): 0.3.0
2023-07-31 15:57:44 +02:00
Julien Fontanet
46cbced570
feat(xo-server): 5.120.0
2023-07-31 15:56:48 +02:00
Julien Fontanet
52cf2d1514
feat(xo-web/settings/users): auth providers can be removed
2023-07-31 15:48:49 +02:00
Julien Fontanet
e51351be8d
feat(xo-server/api): user.removeAuthProvider
2023-07-31 15:48:49 +02:00
Julien Fontanet
2a42e0ff94
feat(xo-web/users): display users auth providers
...
Related to zammad#16318
2023-07-31 15:48:49 +02:00
Julien Fontanet
3a824a2bfc
fix(xo-server/updateUser): check password xor auth providers
2023-07-31 15:48:49 +02:00