Commit Graph

526 Commits

Author SHA1 Message Date
David Christofas cd99845557 Merge pull request #2745 from owncloud/insecure-options
make all insecure options configurable and change the default to false
2021-11-10 17:49:15 +01:00
Willy Kloucek 28af5f74f3 change change title 2021-11-10 16:59:40 +01:00
Willy Kloucek 6590565a2f introduce OCIS_INSECURE option 2021-11-10 16:55:12 +01:00
Willy Kloucek e35d4fd0ac remove GRPC insecure config options, since it always needs to be set to insecure 2021-11-10 16:12:29 +01:00
Willy Kloucek 69cc11dbe6 make more insecure options configurable and change insecure defaults from true to false 2021-11-10 15:45:55 +01:00
David Christofas 0ec64fe99f make insecure options configurable 2021-11-10 14:19:27 +01:00
Willy Kloucek cdb90383f6 fix opening images in media viewer for some usernames 2021-11-09 10:59:27 +01:00
Willy Kloucek baec007462 update reva 2021-11-09 09:57:52 +01:00
David Christofas 890fbd53b6 fix basic auth configuration 2021-11-02 15:04:13 +01:00
Willy Kloucek 3808b299c2 no error logging on unsuported files for thumbnailer 2021-10-29 08:20:36 +02:00
Willy Kloucek d6040ce76c fix ipv6 error with go-micro update 2021-10-28 12:29:50 +02:00
David Christofas 8f6a32da99 Merge pull request #2692 from owncloud/list-all-spaces
enable users to list all spaces
2021-10-28 09:53:11 +02:00
Benedikt Kulmann 37bafdacd7 Merge pull request #2690 from owncloud/disable-resharing
Announce resharing as false in capabilities
2021-10-28 09:22:39 +02:00
David Christofas 2986265be7 enable users to list all spaces 2021-10-27 17:17:16 +02:00
David Christofas 1beb9e2eb4 Merge pull request #2675 from kobergj/ForbidEmptyPassword
Forbid empty password
2021-10-27 17:05:48 +02:00
Benedikt Kulmann 243727fea5 Announce resharing as false in capabilities 2021-10-27 15:11:12 +02:00
jkoberg d627c5240e Merge branch 'master' into ForbidEmptyPassword 2021-10-27 10:54:24 +02:00
Willy Kloucek 1a01d21f60 prepare oCIS 1.14.0 changelog 2021-10-27 07:55:41 +02:00
Pascal Wengerter e94b7243c5 [full-ci] Update web v4.4.0 (#2681)
* Sort out dependencies in accounts, idp, settings, reorder package files, bump ODS to v11.0.0

* Update web to v4.4.0, update release docs for accounts, settings, web

* Remove redundant pull-always & bump Ubuntu img 16->20 in CI config

* Switch to frozen lockfiles for yarn install in CI

* Update expected failures file with web's current state
2021-10-26 19:23:59 +01:00
David Christofas 558050daf3 update reva to v1.15 2021-10-26 16:29:24 +02:00
Ralf Haferkamp 0e1355a038 Bump lico to v0.51.1
This update includes:
 * Apply LibreGraph naming treewide
 * move to go1.17
 * Update 3rd party Go dependencies
2021-10-25 17:12:30 +02:00
jkoberg 572be6f847 forbid empty password on user creation 2021-10-25 14:54:44 +02:00
David Christofas e146b03aef Merge pull request #2667 from rhafer/mkdir-idp
idp: Create parent directories if they don't exist
2021-10-22 17:41:12 +02:00
David Christofas e85bd673fc Merge pull request #2650 from owncloud/graph-update-drive
enforce set space quota permission
2021-10-22 16:36:40 +02:00
Ralf Haferkamp 9e8231ab01 idp: Create parent directories if they don't exist
The parent directories of the identifier-registration.yaml config file might
not exist when starting idp. So instead of creating just the top most
directory use MkdirAll to also create the parents.
2021-10-22 16:35:59 +02:00
David Christofas c23071fb91 enforce set space quota permission 2021-10-22 15:53:52 +02:00
David Christofas 9ecc065879 update CORS middleware and make it configurable 2021-10-22 13:27:31 +02:00
Michael Barz 0ed7cca740 Merge pull request #2637 from ishank011/ocs-additional-info
Add sharees additional info paramater config to ocs
2021-10-22 08:56:45 +02:00
Willy Kloucek 29341a7f94 split spaces webdav url and graph url configuration in base and path parts 2021-10-21 14:30:18 +02:00
pwengerter a837e4881f Improve wording in changelog items 2021-10-21 13:40:04 +02:00
pwengerter d2307f49d9 Add versioned user settings capability 2021-10-21 13:40:04 +02:00
Willy Kloucek 7c20ca2b54 update REVA to 852282ce34f5 2021-10-21 10:36:53 +02:00
Willy Kloucek d6975c45e0 Merge pull request #2584 from owncloud/lower_tus_size
lower TUS max chunk size from infinite to 0.1 GB
2021-10-20 17:07:44 +02:00
Florian Schade b416763599 fix(public-share): basic auth password prefix
fix wrong basic auth password prefix
2021-10-20 14:34:11 +02:00
kobergj d019a005c9 Merge pull request #2631 from kobergj/go-embed
Go embed
2021-10-20 11:31:31 +02:00
jkoberg 5b60841ada add changelog 2021-10-20 10:09:44 +02:00
Willy Kloucek 060c0932dd add changelog 2021-10-19 15:29:20 +02:00
Ishank Arora 89ae20758d Add sharees additional info paramater config to ocs 2021-10-19 11:32:41 +02:00
Ishank Arora 35905f4a09 Start up a new machine auth provider in the storage service 2021-10-18 09:54:22 +02:00
Ishank Arora 518e8747b2 Add config to skip encoding user groups in reva tokens 2021-10-18 09:54:22 +02:00
Willy Kloucek 8fdaa188e0 Merge pull request #2630 from owncloud/use_buf_tooling
Use buf tooling
2021-10-18 09:20:26 +02:00
Willy Kloucek 8fdf8e340b Merge pull request #2536 from owncloud/public-share-auth-middleware
add public share auth middleware
2021-10-18 07:54:11 +02:00
Willy Kloucek 367ea73166 switch to buf tooling 2021-10-18 07:53:00 +02:00
Willy Kloucek 1494e69517 Merge pull request #2616 from owncloud/go-micro-v4
upgrade to go micro v4.1.0
2021-10-18 07:28:28 +02:00
David Christofas f5aabe1a87 update reva to latest master 2021-10-15 17:45:16 +02:00
David Christofas 5713fe81a4 add public share auth middleware 2021-10-15 16:48:43 +02:00
Michael Barz fabed476f7 calculate quota stage 2021-10-15 12:28:19 +02:00
Willy Kloucek 6d5a3733ff upgrade to go micro v4.1.0 2021-10-14 15:56:19 +02:00
kobergj 60da5983e0 Merge pull request #2619 from kobergj/defaultSpaceQuota
Default space quota
2021-10-14 15:43:23 +02:00
jkoberg 94accca55c use newly created issue 2021-10-13 17:04:41 +02:00