sushmita56
5ac6bfa1be
bumped core commit id in ocis
2022-03-11 14:58:31 +05:45
Swikriti Tripathi
fb5c3859eb
update expected to fail file
2022-03-11 13:19:10 +05:45
Swikriti Tripathi
ab35492578
update id
2022-03-11 12:24:52 +05:45
Prarup Gurung
911f648769
Updated expected to fail for apiWebdavLocks and apiWebdavPreviews
2022-03-11 10:27:50 +05:45
Swikriti Tripathi
1bb17b19d7
update expected to fail for apiWebdavMove2
2022-03-11 10:14:24 +05:45
Swikriti Tripathi
a86176838d
bump core commit id
2022-03-11 09:22:23 +05:45
Michael Barz
c7d6aa6186
Merge pull request #3295 from owncloud/download-mirror
...
adapt new folder layout on the download mirror
2022-03-10 14:41:27 +01:00
Willy Kloucek
ee584bf865
Merge pull request #3293 from owncloud/dependabot/go_modules/github.com/nats-io/nats-streaming-server-0.24.3
...
Bump github.com/nats-io/nats-streaming-server from 0.24.2 to 0.24.3
2022-03-10 14:08:23 +01:00
Willy Kloucek
bc3be2d640
format starlark
2022-03-10 13:07:05 +01:00
Pascal Wengerter
77e3e5a900
Automated changelog update [skip ci]
2022-03-10 11:50:55 +00:00
Pascal Wengerter
002b77019b
Merge pull request #3291 from owncloud/update-web-5-3-0-rc1
...
[full-ci] Bump web to v5.3.0-rc.1
2022-03-10 12:50:22 +01:00
Pascal Wengerter
a01dbd789a
Merge pull request #3281 from owncloud/dependabot/npm_and_yarn/settings/eslint-7.32.0
...
Bump eslint from 7.22.0 to 7.32.0 in /settings
2022-03-10 10:47:11 +01:00
Pascal Wengerter
3a854d8349
Bump web to v5.3.0-rc.1
2022-03-10 10:20:26 +01:00
Willy Kloucek
71235e1e2d
adapt new folder layout on the download mirror
2022-03-10 09:50:56 +01:00
dependabot[bot]
3084fa8341
Bump github.com/nats-io/nats-streaming-server from 0.24.2 to 0.24.3
...
Bumps [github.com/nats-io/nats-streaming-server](https://github.com/nats-io/nats-streaming-server ) from 0.24.2 to 0.24.3.
- [Release notes](https://github.com/nats-io/nats-streaming-server/releases )
- [Changelog](https://github.com/nats-io/nats-streaming-server/blob/main/.goreleaser.yml )
- [Commits](https://github.com/nats-io/nats-streaming-server/compare/v0.24.2...v0.24.3 )
---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-streaming-server
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-10 08:45:41 +00:00
Willy Kloucek
a1d170c9f7
Merge pull request #3292 from owncloud/dependabot/go_modules/github.com/nats-io/nats-server/v2-2.7.4
...
Bump github.com/nats-io/nats-server/v2 from 2.7.3 to 2.7.4
2022-03-10 09:44:13 +01:00
Willy Kloucek
4017d20cb2
Merge pull request #3288 from kobergj/BringAuditToMonorepo
...
Bring audit to monorepo
2022-03-10 09:37:59 +01:00
Viktor Scharf
3e2d1582a3
[tests-only] ApiTest: set space image/description to space ( #3289 )
...
* add tests: set space image/description to space
* php style fix. add checking that file exists
2022-03-10 09:29:26 +01:00
dependabot[bot]
0edbf9147c
Bump github.com/nats-io/nats-server/v2 from 2.7.3 to 2.7.4
...
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server ) from 2.7.3 to 2.7.4.
- [Release notes](https://github.com/nats-io/nats-server/releases )
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml )
- [Commits](https://github.com/nats-io/nats-server/compare/v2.7.3...v2.7.4 )
---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-10 06:16:08 +00:00
Ralf Haferkamp
f0954b2197
Merge pull request #3260 from rhafer/idm-demousers
...
idm: Allow to create demo and service users on startup
2022-03-09 18:20:12 +01:00
Ralf Haferkamp
26abb6361b
bump libregraph/idm to lastest master
2022-03-09 15:18:15 +01:00
Ralf Haferkamp
436399e8ea
idm: Allow to create demo and service users on startup
...
Uses go:embed to include the demo and service users from LDIF.
Using a template file for the service users to be able to set
custom passwords via config/env.
In order to switch ocis to use idm instead of accounts/glauth it
currently needs to be started with this env:
GRAPH_IDENTITY_BACKEND=ldap
GRAPH_LDAP_URI=ldaps://localhost:9235
GRAPH_LDAP_BIND_DN="uid=libregraph,ou=sysusers,o=libregraph-idm"
GRAPH_LDAP_BIND_PASSWORD=idm
GRAPH_LDAP_USER_EMAIL_ATTRIBUTE=mail
GRAPH_LDAP_USER_NAME_ATTRIBUTE=uid
GRAPH_LDAP_USER_BASE_DN="ou=users,o=libregraph-idm"
GRAPH_LDAP_GROUP_BASE_DN="ou=groups,o=libregraph-idm"
GRAPH_LDAP_SERVER_WRITE_ENABLED="true"
IDP_LDAP_FILTER="(&(objectclass=inetOrgPerson)(objectClass=owncloud))"
IDP_LDAP_URI=ldaps://localhost:9235
IDP_LDAP_BIND_DN="uid=idp,ou=sysusers,o=libregraph-idm"
IDP_LDAP_BIND_PASSWORD="idp"
IDP_LDAP_BASE_DN="ou=users,o=libregraph-idm"
IDP_LDAP_LOGIN_ATTRIBUTE=uid
IDP_LDAP_UUID_ATTRIBUTE="ownclouduuid"
IDP_LDAP_UUID_ATTRIBUTE_TYPE=binary
PROXY_ACCOUNT_BACKEND_TYPE=cs3
OCS_ACCOUNT_BACKEND_TYPE=cs3
STORAGE_LDAP_HOSTNAME=localhost
STORAGE_LDAP_PORT=9235
STORAGE_LDAP_INSECURE="true"
STORAGE_LDAP_BASE_DN="o=libregraph-idm"
STORAGE_LDAP_BIND_DN="uid=reva,ou=sysusers,o=libregraph-idm"
STORAGE_LDAP_BIND_PASSWORD=reva
STORAGE_LDAP_LOGINFILTER='(&(objectclass=inetOrgPerson)(objectclass=owncloud)(|(uid={{login}})(mail={{login}})))'
STORAGE_LDAP_USERFILTER='(&(objectclass=inetOrgPerson)(objectclass=owncloud)(|(ownclouduuid={{.OpaqueId}})(uid={{.OpaqueId}})))'
STORAGE_LDAP_USERATTRIBUTEFILTER='(&(objectclass=owncloud)({{attr}}={{value}}))'
STORAGE_LDAP_USERFINDFILTER='(&(objectclass=owncloud)(|(uid={{query}}*)(cn={{query}}*)(displayname={{query}}*)(mail={{query}}*)(description={{query}}*)))'
STORAGE_LDAP_GROUPFILTER='(&(objectclass=groupOfNames)(objectclass=owncloud)(ownclouduuid={{.OpaqueId}}*))'
OCIS_INSECURE=true
2022-03-09 15:18:15 +01:00
Jörn Friedrich Dreyer
dc324b2e2b
Automated changelog update [skip ci]
2022-03-09 11:07:11 +00:00
Jörn Friedrich Dreyer
139e437b97
Merge pull request #3272 from owncloud/animated-gif-thumbnails
...
Change thumbnails API and implement gif thumbnails
2022-03-09 12:06:16 +01:00
jkoberg
cb5e38f4cb
review suggestions I
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2022-03-09 10:50:19 +01:00
jkoberg
7c85fafb54
final touches
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2022-03-09 10:11:27 +01:00
David Christofas
95ae3b8762
rewrite thumbnails API
...
Improved the thumbnails API so that the binary files won't be
transported via GRPC. GRPC has a limited message size and isn't very
effiefficient with large binary data.
2022-03-08 23:12:43 +01:00
jkoberg
70afcf52eb
unit test for audit service
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2022-03-08 16:16:55 +01:00
jkoberg
773ada6873
refactor audit logging
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2022-03-08 15:41:49 +01:00
jkoberg
1609bb3a7c
make service start
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2022-03-08 14:44:39 +01:00
jkoberg
f0671015f8
initial draft
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2022-03-08 11:25:26 +01:00
Ralf Haferkamp
0dcf9524f0
Merge pull request #3285 from owncloud/dependabot/go_modules/github.com/owncloud/libre-graph-api-go-0.12.0
...
Bump github.com/owncloud/libre-graph-api-go from 0.11.0 to 0.12.0
2022-03-08 11:19:46 +01:00
dependabot[bot]
0487ed994f
Bump github.com/owncloud/libre-graph-api-go from 0.11.0 to 0.12.0
...
Bumps [github.com/owncloud/libre-graph-api-go](https://github.com/owncloud/libre-graph-api-go ) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/owncloud/libre-graph-api-go/releases )
- [Commits](https://github.com/owncloud/libre-graph-api-go/compare/v0.11.0...v0.12.0 )
---
updated-dependencies:
- dependency-name: github.com/owncloud/libre-graph-api-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-08 06:13:27 +00:00
dependabot[bot]
8393a7789c
Bump eslint from 7.22.0 to 7.32.0 in /settings
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.22.0 to 7.32.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.22.0...v7.32.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-07 16:31:25 +00:00
Pascal Wengerter
c15738716f
Merge pull request #3274 from owncloud/dependabot/npm_and_yarn/settings/rollup-plugin-filesize-9.1.2
...
Bump rollup-plugin-filesize from 9.1.1 to 9.1.2 in /settings
2022-03-07 17:28:35 +01:00
Pascal Wengerter
a12f228b71
Merge pull request #3273 from owncloud/dependabot/npm_and_yarn/settings/ldapjs-2.3.2
...
Bump ldapjs from 2.3.1 to 2.3.2 in /settings
2022-03-07 17:27:32 +01:00
Michael Barz
64fdc09fc5
Automated changelog update [skip ci]
2022-03-07 09:54:47 +00:00
Michael Barz
b7ce1c6815
Merge pull request #3279 from owncloud/release-1.18.0
...
Release 1.18.0
2022-03-07 10:54:16 +01:00
Michael Barz
c14903cfe7
fix changelog for reva
2022-03-07 10:03:40 +01:00
Willy Kloucek
eea1e23d1b
Merge pull request #3268 from owncloud/nats-stan-fixes
...
[full-ci] NATS integration fixes
2022-03-07 09:59:08 +01:00
Willy Kloucek
37b56d920e
incorporate review feedback
2022-03-07 08:15:50 +01:00
dependabot[bot]
d7d6a33aaf
Bump rollup-plugin-filesize from 9.1.1 to 9.1.2 in /settings
...
Bumps [rollup-plugin-filesize](https://github.com/ritz078/rollup-plugin-filesize ) from 9.1.1 to 9.1.2.
- [Release notes](https://github.com/ritz078/rollup-plugin-filesize/releases )
- [Commits](https://github.com/ritz078/rollup-plugin-filesize/commits )
---
updated-dependencies:
- dependency-name: rollup-plugin-filesize
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-07 06:03:22 +00:00
dependabot[bot]
98e5a320a8
Bump ldapjs from 2.3.1 to 2.3.2 in /settings
...
Bumps [ldapjs](https://github.com/ldapjs/node-ldapjs ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/ldapjs/node-ldapjs/releases )
- [Changelog](https://github.com/ldapjs/node-ldapjs/blob/master/CHANGES.md )
- [Commits](https://github.com/ldapjs/node-ldapjs/compare/v2.3.1...v2.3.2 )
---
updated-dependencies:
- dependency-name: ldapjs
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-07 06:03:14 +00:00
David Christofas
d6182a4ea1
generate animated thumbnails for animated gifs
2022-03-04 19:13:48 +01:00
David Christofas
0849563810
Automated changelog update [skip ci]
2022-03-04 14:06:10 +00:00
David Christofas
78962ec498
Merge pull request #3267 from owncloud/spaces-etags
...
include spaces etags in drives listing
2022-03-04 15:05:10 +01:00
David Christofas
66f4198e12
include spaces etags in drives listing
2022-03-04 14:23:37 +01:00
Willy Kloucek
26852f1850
make nats killable
2022-03-04 13:46:02 +01:00
Willy Kloucek
3a60056bb3
transfer logic into nats server package
2022-03-04 13:46:02 +01:00
Willy Kloucek
4306c22860
check running nats server for errors
2022-03-04 13:46:01 +01:00