badrAZ
b138438036
feat(xo-server#_listVmBackupsOnRemote): remove unused properties ( #4985 )
...
This reduce by 10/100 times the quantity of data sent to the clients, which should improve performance.
2020-05-19 14:25:33 +02:00
badrAZ
d649211330
fix(xo-server-backup-reports): fix No recipients defined
error ( #4998 )
...
Correctly fall back to plugin recipients if `mailRecipients` is empty.
2020-05-19 14:22:24 +02:00
Nicolas Raynaud
6cf211a9ad
fix(xo-server-perf-alert): make message compatible with XenCenter ( #5004 )
2020-05-18 14:56:11 +02:00
badrAZ
3388e5e8a4
fix(xen-api#_sessionOpen): don't log credentials on error ( #4995 )
2020-05-18 09:47:52 +02:00
Julien Fontanet
5d497a1908
fix(xo-server-auth-ldap): use this._tlsOptions
in bind
...
Introduced by 5870f6f73
2020-05-17 16:48:57 +02:00
Julien Fontanet
c820646fb6
fix(xo-server-auth-ldap): upgrade ldapts dep
...
Necessary for 5870f6f73
Also, only pass `tlsOptions` when creating client when using `ldaps`.
2020-05-17 16:11:24 +02:00
Julien Fontanet
5870f6f734
feat(xo-server-auth-ldap): support startTLS
...
Fixes #4999
2020-05-17 15:24:01 +02:00
Julien Fontanet
6732150121
fix(xo-server-auth-ldap): dont pass bindDN
and `bindCredentials to LDAP client
...
It was left from an older version of the code which was working differently.
2020-05-17 12:47:08 +02:00
Pierre Donias
1dead8b080
feat(xo-web/modal/form): don't close on click or escape ( #5002 )
...
See xoa-support#2469
When the user clicks outside of a form modal or presses escape, don't close the
modal as all the information they entered so far will be lost.
2020-05-15 16:24:16 +02:00
BenjiReis
d547aa8ebd
fix(sdn-controller): recreate both sides of tunnels when host updated ( #4996 )
...
To keep password synchronized.
2020-05-15 16:05:21 +02:00
Julien Fontanet
1da889e420
feat(xo-server/xo.{export,import}Config}): support passphrase ( #4935 )
2020-05-14 15:23:45 +02:00
Pierre Donias
5d0a308d1d
fix(xo-web/SortedTable): don't inject empty filter if there isn't a URL param ( #4994 )
2020-05-14 11:11:05 +02:00
badrAZ
f9886d52da
feat(usage-report): include CSV raw data files to sent email ( #4979 )
...
Fixes #4970
2020-05-13 14:42:46 +02:00
badrAZ
4f8e48b7d4
fix(CHANGELOG.unreleased): add missing entry ( #4992 )
2020-05-12 12:26:22 +02:00
Rajaa.BARHTAOUI
258e07c2ca
feat(xo-web/render-xo-item): add pool name to networks ( #4990 )
...
Fixes #4885
2020-05-12 11:24:24 +02:00
badrAZ
cc32c50665
feat(xo-web/xoa): display proxy licenses ( #4944 )
...
There are three license states:
- license bound to an `XOA` which **is** linked to a proxy: display proxy link
- license bound to an `XOA` which **isn't** linked to a proxy: display `License attached to an unknown proxy`
- license not bound to any `XOA`: display `No proxy attached`
2020-05-12 09:17:19 +02:00
Ben
ec1d91f73e
fix(@xen-orchestra/fs): fix mount for FreeBSD ( #4988 ) ( #4989 )
2020-05-12 00:08:34 +02:00
badrAZ
eb2f429964
fix(xo-server#getAllRemotesInfo): ignore disabled remotes
2020-05-11 17:49:58 +02:00
Julien Fontanet
1ad067309d
fix(xo-cli/README): link to xo-upload-ova
2020-05-11 17:30:12 +02:00
Julien Fontanet
48ce7df43a
feat(xo-server/file restore): dedupe mount/unmount ( #4961 )
2020-05-07 17:36:37 +02:00
Pierre Donias
6555e2c440
chore(xo-web/VM): move boot order setting from Disks to Advanced ( #4975 )
...
See #1523
2020-05-07 09:37:00 +02:00
badrAZ
a05191e112
fix(xo-server/proxies): remove duplicated license unbind ( #4977 )
...
On destroying a proxy, the license will be unbound twice: on the proxy destruction and on the proxy unregistration.
These unbinds will lead to an error which will be displayed in the console and will have no side effects on the process. This error will not be visible by users.
2020-05-06 14:23:04 +02:00
Julien Fontanet
b8eeee1d5d
feat(xo-server/listVmBackups): use backup.listingDebounce
setting ( #4972 )
2020-05-05 14:23:22 +02:00
Pierre Donias
4aa87f3fa5
chore(xo-web/xoa/update): hide XOA build number when unknown ( #4973 )
2020-05-05 14:15:44 +02:00
badrAZ
40c37d923b
fix(xo-web/Number): fix inability to set advanced expressions ( #4690 )
...
Fixes #4566
2020-05-05 11:20:17 +02:00
Rajaa.BARHTAOUI
5a5837b8ed
feat: release 5.46.0 ( #4963 )
2020-04-30 16:20:04 +02:00
Julien Fontanet
1e0b521070
fix(xo-server/backup): pass correct path to isValidXva (2)
...
Fix incorrect change in c4a157919
.
2020-04-30 15:16:30 +02:00
Julien Fontanet
35ed58cc5e
feat(xo-server): auto-generate express-session secret on first run
...
Also, use this secret to sign all cookies.
2020-04-30 14:57:05 +02:00
Julien Fontanet
c4a1579197
fix(xo-server/backup): pass correct path to isValidXva
...
The path was incorrect which means there was a warning in xo-server logs and the check was not properly working.
2020-04-30 14:45:53 +02:00
badrAZ
e471706422
fix(xo-web/proxies): only fetch licenses when (re)deploy ( #4962 )
2020-04-30 13:49:47 +02:00
Julien Fontanet
d78b7350b5
feat(xo-server): use memorystore
as express-session
store
...
This removes a warning and potential memory leaks.
2020-04-30 09:32:42 +02:00
Rajaa.BARHTAOUI
47b29d5a49
feat: technical release ( #4958 )
2020-04-29 10:51:35 +02:00
Rajaa.BARHTAOUI
e5946a51d1
feat(xo-web/backup/run): show # of VMs that will be backed up ( #4875 )
2020-04-28 17:40:05 +02:00
Pierre Donias
a88798cc22
feat(xo-server/vm/snapshot): handle Self Service ( #3693 )
...
See #3304
2020-04-28 16:14:43 +02:00
badrAZ
6fbd32523a
fix(xo-server/callProxyMethod): support IPv6 address ( #4955 )
2020-04-28 14:17:46 +02:00
Pierre Donias
94b1cc2bdd
chore(xo-web/xosan): prevent installing XOSAN on XCP-ng pools ( #4953 )
2020-04-28 14:17:02 +02:00
badrAZ
0ed5c8f0ae
fix(xo-server/proxies): use configured address only when no associated VM ( #4950 )
2020-04-28 09:49:49 +02:00
Pierre Donias
5f883f552b
feat(xo-common/api-errors): notEnoughResources error ( #4952 )
2020-04-27 16:55:44 +02:00
Julien Fontanet
9db99ab4a5
feat(xo-server): auto self signed cert generation ( #4954 )
2020-04-27 15:40:15 +02:00
Julien Fontanet
287214c2b2
fix(xo-server): debounceWithKey.decorate(
→ decorateWith(debounceWithKey
...
Introduced by 317a02084
2020-04-27 13:21:53 +02:00
Julien Fontanet
317a020841
chore(xo-server/decorateWith): use fn wrappers as method decorator
2020-04-27 09:35:05 +02:00
Julien Fontanet
b50e3aec5f
chore(xo-server/decorators/debounce): replace with debounceWithKey
2020-04-24 17:18:15 +02:00
badrAZ
21a9e0e2a7
chore(xo-web/proxies): remove proxy address column ( #4951 )
2020-04-24 17:16:58 +02:00
badrAZ
7775df8ef1
fix(xo-web/proxies): proxy VM should be in RO ( #4947 )
2020-04-24 11:16:07 +02:00
badrAZ
53f9b5d131
fix(xo-server,xo-web): add mainIpAddress to VM objects ( #4943 )
...
Fixes #4927
2020-04-24 10:16:13 +02:00
badrAZ
bf4d4a4742
fix(xo-web/backup-ng): only show delta info if delta is enabled ( #4946 )
...
Fixes #4945
2020-04-23 10:12:51 +02:00
Nicolas Raynaud
0dbbe7104d
fix(xo-server/OVA import): fix memory issue ( #4920 )
...
Affects both VDMK and OVA import because an OVA file contains VMDK disks.
The input VMDK stream was put in memory instead of braking the upload speed when the VHD stream was slower than the input stream.
The reason is that pipette/slicer makes no attempts at pausing the input stream, so it will store everything in memory if the writing of the VHD stream is slower than the reading of the VMDK stream (https://github.com/Medium/pipette#layering-philosophy "They do not make upstream calls to the flow-control methods pause() and resume()")
The proposed solution is to remove pipette and handle the case ourselves.
2020-04-22 17:25:17 +02:00
badrAZ
561ef00680
fix(xo-server/backup-ng): throw error if remote's proxy is different than backup's proxy ( #4907 )
...
See #4905
2020-04-22 14:39:28 +02:00
Pierre Donias
85428fa72e
fix(xo-web/xoa): always allow users to manage the XOA ( #4941 )
2020-04-22 14:18:59 +02:00
badrAZ
29d0593b86
fix(xo-server/proxies): incorrect extract of network IP ( #4928 )
...
See #4927
2020-04-22 13:04:33 +02:00