Commit graph

51248 commits

Author SHA1 Message Date
Roeland Jago Douma
1fcfeac806
Merge pull request #20803 from nextcloud/backport/19124/stable17
[stable17] Exclude groups from sharing: Skip delete groups
2020-06-06 10:41:57 +02:00
Roeland Jago Douma
7b72d0b865
Merge pull request #21130 from nextcloud/backport/21123/stable17
[stable17] simplify getGroups, fixing wrong chunking logic
2020-06-06 09:46:10 +02:00
Nextcloud bot
e8ffefd3df
[tx-robot] updated from transifex 2020-06-06 02:16:26 +00:00
Roeland Jago Douma
7ef52a43f1
Merge pull request #21249 from nextcloud/backport/21229/stable17
[stable17] Fix empty event UUID reminder notifications
2020-06-05 13:39:14 +02:00
Thomas Citharel
23a0aa5f1f Fix empty event UUID reminder notifications
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-06-05 07:10:34 +00:00
Nextcloud bot
8d0937c671
[tx-robot] updated from transifex 2020-06-05 02:17:04 +00:00
Roeland Jago Douma
1da3d9229e
Merge pull request #21231 from nextcloud/backport/20427/stable17
[stable17] Fix password reset saying Admin changed my password when reset from login page
2020-06-04 19:02:52 +02:00
Roeland Jago Douma
ec8d51336a
Merge pull request #21228 from nextcloud/backport/21199/stable17
[stable17] Prevent harder to share your root
2020-06-04 19:02:22 +02:00
Thomas Citharel
bdb6589482
Use \OC::$CLI instead of PHP_SAPI
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-06-04 11:34:59 +02:00
Thomas Citharel
bb066cecfd
Fix password reset saying Admin changed my password when reset from
login page

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-06-04 11:20:33 +02:00
Joas Schilling
503019f502 Prevent harder to share your root
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-04 09:06:25 +00:00
Roeland Jago Douma
f5eca5209c
Merge pull request #21202 from nextcloud/backport/21181/stable17
[stable17] Do not only catch Exceptions but any Throwable during rmt share delete
2020-06-04 10:59:16 +02:00
Roeland Jago Douma
a36e761d7e
Merge pull request #21183 from nextcloud/version/17.0.7/final
17.0.7
2020-06-04 08:26:00 +02:00
Nextcloud bot
78b2e22955
[tx-robot] updated from transifex 2020-06-04 02:16:44 +00:00
Christoph Wurst
1d8ca91a37 Do not only catch Exceptions but any Throwable during rmt share delete
When a remote share is deleted, we notify the remove instance. This may
trigger various error conditions, which we want to catch in order to
avoid undeletable shares. The try-catch, however, did only capture
exceptions, so things like TypeErrors were not caught and caused the
process to fail hard.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-03 09:18:02 +00:00
Nextcloud bot
73d6470b09
[tx-robot] updated from transifex 2020-06-03 02:16:37 +00:00
Roeland Jago Douma
07a3b014c0
17.0.7
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-06-02 09:27:22 +02:00
Nextcloud bot
6317cfda38
[tx-robot] updated from transifex 2020-06-02 02:16:19 +00:00
Nextcloud bot
8bdcf11b13
[tx-robot] updated from transifex 2020-06-01 02:16:19 +00:00
Nextcloud bot
3ee3ca5db5
[tx-robot] updated from transifex 2020-05-31 02:16:36 +00:00
Nextcloud bot
00c014c15e
[tx-robot] updated from transifex 2020-05-30 02:16:23 +00:00
Nextcloud bot
1d6b1a8297
[tx-robot] updated from transifex 2020-05-29 02:16:48 +00:00
Arthur Schiwon
f1cf05a8b0
simplify getGroups, fixing wrong chunking logic
pagination is taken care of properly in the search logic in Access class

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-05-28 20:26:56 +02:00
Roeland Jago Douma
c2e1a6dcb6
Merge pull request #21062 from nextcloud/version/17.0.7/RC1
17.0.7 RC1
2020-05-28 16:20:44 +02:00
Roeland Jago Douma
913ce60dc3
Merge pull request #21110 from nextcloud/backport/19793/stable17
[stable17] Fix resharing of federated shares that were created out of links
2020-05-28 16:19:50 +02:00
Nextcloud bot
ace0ace081
[tx-robot] updated from transifex 2020-05-28 02:16:57 +00:00
Roeland Jago Douma
fbf7c93293
Merge pull request #21104 from nextcloud/backport/20676/stable17
[stable17] Don't remove last user in ldap group when limit is -1
2020-05-27 21:58:49 +02:00
blizzz
0d691c3dfc
Merge pull request #21116 from nextcloud/backport/21106/stable17
[stable17] use the loginname to verify the old password in user password changes
2020-05-27 10:18:27 +02:00
Nextcloud bot
247dd76269
[tx-robot] updated from transifex 2020-05-27 02:16:29 +00:00
Clement Wong
95a647be3e
Don't remove last user in ldap group when limit is -1
Signed-off-by: Clement Wong <git@clement.hk>
2020-05-26 21:42:36 +02:00
Arthur Schiwon
466bed2142 use the loginname to verify the old password in user password changes
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-05-26 19:24:26 +00:00
Roeland Jago Douma
1fe36b44f8
Merge pull request #21097 from nextcloud/backport/21090/stable17
[stable17] Do not read certificate bundle from data dir by default
2020-05-26 11:45:58 +02:00
Julius Härtl
3584797c16
Fix share update test
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-26 11:37:02 +02:00
Roeland Jago Douma
cccd0d82de
Update public link share permission code
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-26 11:37:01 +02:00
Roeland Jago Douma
b48df49b04
Have share permissions on link shares if it is enabled
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-26 11:37:01 +02:00
Julius Härtl
6941bbebbf
Adjust integration tests to new permissions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-26 11:36:47 +02:00
Julius Härtl
1808cf93a2
Remove unneeded test since links have resharing permissions by default
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-26 11:36:45 +02:00
Julius Härtl
f50bf10bec
Link shares have reshare permission if outgoing federated shares are enabled
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-26 11:34:05 +02:00
Julius Härtl
703fca8ec6
Set proper share type when converting link shares to federated shares
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-26 11:34:05 +02:00
Nextcloud bot
47e28d88f4
[tx-robot] updated from transifex 2020-05-26 02:16:22 +00:00
Morris Jobke
4257de3b17 Do not read certificate bundle from data dir by default
Before the resources/config/ca-bundle.crt was only used when the list of custom
certificates was empty and the instance was not installed. But it should also
be used when the list is empty and the instance is installed.

This is inverting the logic to stop if the instance is not installed to use the
default bundle. And it also does this when the list is empty.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-25 17:55:55 +00:00
Roeland Jago Douma
b23db6588e
Merge pull request #20986 from nextcloud/backport/20955/stable17
[stable17] Proxy server could cache http response when it is not private
2020-05-25 19:49:29 +02:00
Morris Jobke
27486cfd55
Merge pull request #20966 from nextcloud/backport/20033/stable17
[stable17] Enable fseek for files in S3 storage
2020-05-25 13:47:29 +02:00
Nextcloud bot
76e3d633f7
[tx-robot] updated from transifex 2020-05-25 02:16:39 +00:00
Nextcloud bot
51973af844
[tx-robot] updated from transifex 2020-05-24 02:16:12 +00:00
Clement Wong
557698690a Fix http testCacheSeconds
Signed-off-by: Clement Wong <git@clement.hk>
2020-05-23 23:00:00 +02:00
Nextcloud bot
79fcb710d4
[tx-robot] updated from transifex 2020-05-23 02:16:39 +00:00
Robin Appelman
e471c37b9b
harden seekable http stream a bit against failures
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-05-22 15:31:23 +02:00
Robin Appelman
44ea3b843a
update autoloader
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-05-22 15:31:13 +02:00
Robin Appelman
23560884e6
add basic tests for s3 seeking and add some error handling if reopen return the wrong range
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-05-22 15:31:10 +02:00