]>
source.dussan.org Git - nextcloud-server.git/log
Nextcloud bot [Fri, 5 Jul 2019 02:14:23 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Thu, 4 Jul 2019 10:22:50 +0000 (12:22 +0200)]
Merge pull request #16190 from nextcloud/backport/16183/stable15
[stable15] Do not fail hard on new user mail error
Roeland Jago Douma [Thu, 4 Jul 2019 10:22:23 +0000 (12:22 +0200)]
Merge pull request #16192 from nextcloud/backport/16024/stable15
[stable15] Forward OCSException to initiator
Roeland Jago Douma [Thu, 4 Jul 2019 06:47:39 +0000 (08:47 +0200)]
Merge pull request #16219 from nextcloud/version/noid/15.0.9
15.0.9
Nextcloud bot [Thu, 4 Jul 2019 02:14:02 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 3 Jul 2019 20:14:04 +0000 (22:14 +0200)]
15.0.9
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Wed, 3 Jul 2019 21:29:09 +0000 (23:29 +0200)]
Merge pull request #16215 from nextcloud/backport/16186/stable15
[stable15] Better check reshare permissions part2
Roeland Jago Douma [Wed, 3 Jul 2019 19:48:46 +0000 (21:48 +0200)]
Merge pull request #16212 from nextcloud/backport/notfications/stable15
[stable15] Fix notification casting
Joas Schilling [Wed, 3 Jul 2019 14:34:14 +0000 (16:34 +0200)]
Remove duplicate tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 3 Jul 2019 14:32:45 +0000 (16:32 +0200)]
Unify the permission checking in one place only
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 2 Jul 2019 08:22:30 +0000 (10:22 +0200)]
Better check reshare permissions when creating a share
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Wed, 3 Jul 2019 18:32:45 +0000 (20:32 +0200)]
Fix notification casting
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Morris Jobke [Wed, 3 Jul 2019 07:59:48 +0000 (09:59 +0200)]
Merge pull request #16202 from nextcloud/backport/16199/stable15
[stable15] RefreshWebcalJob: replace ugly Regex with standard php utils
Nextcloud bot [Wed, 3 Jul 2019 02:13:57 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Georg Ehrke [Tue, 2 Jul 2019 16:11:05 +0000 (18:11 +0200)]
RefreshWebcalJob: replace ugly Regex with standard php utils
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Daniel Kesselberg [Thu, 20 Jun 2019 16:04:52 +0000 (18:04 +0200)]
Forward OCSException to initiator
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
John Molakvoæ (skjnldsv) [Tue, 2 Jul 2019 06:04:56 +0000 (08:04 +0200)]
Do not fail hard on new user mail error
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Nextcloud bot [Tue, 2 Jul 2019 02:13:55 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 1 Jul 2019 02:13:47 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 30 Jun 2019 02:14:21 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sat, 29 Jun 2019 05:19:43 +0000 (07:19 +0200)]
Merge pull request #16063 from nextcloud/version/15.0.9/RC1
15.0.9 RC1
Nextcloud bot [Sat, 29 Jun 2019 02:13:45 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 24 Jun 2019 19:33:50 +0000 (21:33 +0200)]
15.0.9 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 28 Jun 2019 13:39:30 +0000 (15:39 +0200)]
Merge pull request #16142 from nextcloud/backport/16097/stable15
[stable15] Better check reshare permissions
Roeland Jago Douma [Thu, 27 Jun 2019 13:27:21 +0000 (15:27 +0200)]
Fix sharing tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Daniel Calviño Sánchez [Fri, 21 Jun 2019 10:22:21 +0000 (12:22 +0200)]
Add integration test for increasing sub reshare permissions
The tests check an user share and a link share; there is a slight
difference in style between them as each one is based on the test above
it, which tests increasing reshare permissions.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 21 Jun 2019 10:16:27 +0000 (12:16 +0200)]
Do not create folders with admin user
The admin user is not deleted after each integration test is run, so
folders created by the admin user in one test are still there when the
next tests run; tests should be independent one from each other, so a
regular user that is created and deleted for each test should be used
instead.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Joas Schilling [Fri, 21 Jun 2019 07:22:06 +0000 (09:22 +0200)]
Correctly check share permissions when updating a re-sub-share
Before this change the node you shared was checked for permissions.
This works when you reshare the folder that was shared with you.
However when you reshared a subfolder (e.g. as public link),
you could afterwards update the permissions and grant
create+update permissions although the share you receive was read-only.
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Fri, 28 Jun 2019 07:45:27 +0000 (09:45 +0200)]
Merge pull request #16134 from nextcloud/backport/16121/stable15
[stable15] Don't allow to disable encryption via the API
Nextcloud bot [Fri, 28 Jun 2019 02:14:00 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Thu, 27 Jun 2019 12:54:28 +0000 (14:54 +0200)]
Don't allow to disable encryption via the API
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Thu, 27 Jun 2019 20:13:54 +0000 (22:13 +0200)]
Merge pull request #16126 from nextcloud/backport/16114/stable15
[stable15] Fix download link included in public share page with hidden download
Roeland Jago Douma [Thu, 27 Jun 2019 20:12:33 +0000 (22:12 +0200)]
Merge pull request #16129 from nextcloud/backport/16107/stable15
[stable15] verify that paths are valid for recursive local move
Robin Appelman [Thu, 27 Jun 2019 09:10:08 +0000 (11:10 +0200)]
verify that paths are valid for recursive local move
Signed-off-by: Robin Appelman <robin@icewind.nl>
Daniel Calviño Sánchez [Thu, 27 Jun 2019 10:14:27 +0000 (12:14 +0200)]
Fix download link included in public share page with hidden download
The preview element in the public share page was always wrapped with a
link to download the file; now that link is included only if the "Hide
download" option of the share is not enabled.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Roeland Jago Douma [Thu, 27 Jun 2019 14:10:32 +0000 (16:10 +0200)]
Merge pull request #16113 from nextcloud/backport/16101/stable15
[stable15] invalidates user when plugin reported deletion success
Roeland Jago Douma [Thu, 27 Jun 2019 14:10:21 +0000 (16:10 +0200)]
Merge pull request #16110 from nextcloud/backport/stable15/16011
[stable15] (LDAP) API: return one base properly when multiple are configured
Arthur Schiwon [Thu, 27 Jun 2019 08:33:40 +0000 (10:33 +0200)]
Also invalidate groups after deletion
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Wed, 26 Jun 2019 12:18:28 +0000 (14:18 +0200)]
invalidates user when plugin reported deletion success
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Wed, 19 Jun 2019 11:40:07 +0000 (13:40 +0200)]
fixes return type in php doc
* the backend already expects and works with the string
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Wed, 19 Jun 2019 11:39:15 +0000 (13:39 +0200)]
fixes returning the base when multiple are specified
* reading the config directly will return the value with line breaks
* using the proper accessor gives us all bases in an array
* returns the first matching one
* having user id provided for the group base is strange and does not let
us operate like this. here we return the first one. might change in
future, a backportable fix won't have an API change however.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Thu, 27 Jun 2019 02:14:23 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 26 Jun 2019 16:37:56 +0000 (18:37 +0200)]
Merge pull request #16092 from nextcloud/backport/16027/stable15
[stable15] Check if uploading to lookup server is enabled before verifying
Roeland Jago Douma [Wed, 26 Jun 2019 13:48:57 +0000 (15:48 +0200)]
Merge pull request #16083 from nextcloud/backport/15832/stable15
[stable15] Fix full text search for groupfolders
Roeland Jago Douma [Wed, 26 Jun 2019 11:42:17 +0000 (13:42 +0200)]
Merge pull request #16090 from nextcloud/backport/16021/stable15
[stable15] Fall back to black for non-color values
Joas Schilling [Fri, 21 Jun 2019 08:54:34 +0000 (10:54 +0200)]
Check if uploading to lookup server is enabled before verifying
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 20 Jun 2019 13:23:06 +0000 (15:23 +0200)]
Fall back to black for non-color values
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Wed, 26 Jun 2019 07:59:28 +0000 (09:59 +0200)]
Merge pull request #16081 from nextcloud/backport/15956/stable15
[stable15] Fix appid argument for integrity:check-app
Nextcloud bot [Wed, 26 Jun 2019 02:14:12 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Tue, 25 Jun 2019 19:49:52 +0000 (21:49 +0200)]
Merge pull request #15927 from nextcloud/backport/stable15/15830
[stable15] Show share settings only if incoming federated shares are allowed
Morris Jobke [Fri, 31 May 2019 21:16:06 +0000 (23:16 +0200)]
Fix full text search for groupfolders
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Georg Ehrke [Fri, 14 Jun 2019 07:16:59 +0000 (09:16 +0200)]
Fix appid argument for integrity:check-app
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Roeland Jago Douma [Tue, 25 Jun 2019 11:33:53 +0000 (13:33 +0200)]
Merge pull request #16030 from nextcloud/backport/15540/stable15
[stable15] Prevent faulty logs from nested setupFS calls
Nextcloud bot [Tue, 25 Jun 2019 02:14:18 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
blizzz [Mon, 24 Jun 2019 14:18:37 +0000 (16:18 +0200)]
Merge pull request #16052 from nextcloud/backport/16033/stable15
[stable15] fix LDAP Wizard forgetting groups on select with search
Arthur Schiwon [Fri, 21 Jun 2019 12:09:31 +0000 (14:09 +0200)]
fixes LDAP Wizard forgetting groups on select with search
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Mon, 24 Jun 2019 02:14:19 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 23 Jun 2019 02:14:38 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 22 Jun 2019 02:14:09 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Wed, 15 May 2019 08:22:51 +0000 (10:22 +0200)]
Prevent faulty logs from nested setupFS calls
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Fri, 21 Jun 2019 02:13:54 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 20 Jun 2019 02:14:05 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
John Molakvoæ [Wed, 19 Jun 2019 13:29:24 +0000 (15:29 +0200)]
[stable15] Avoid scrolling to the hidden input when toggling grid/list view (#16008)
[stable15] Avoid scrolling to the hidden input when toggling grid/list view
Julius Härtl [Wed, 19 Jun 2019 07:35:52 +0000 (09:35 +0200)]
Avoid scrolling to the hidden input when toggling grid/list view
Signed-off-by: Julius Härtl <jus@bitgrid.net>
John Molakvoæ [Wed, 19 Jun 2019 06:08:17 +0000 (08:08 +0200)]
[stable15] cache the displayname after an LDAP plugin set it (#16001)
[stable15] cache the displayname after an LDAP plugin set it
Nextcloud bot [Wed, 19 Jun 2019 02:14:06 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Arthur Schiwon [Mon, 17 Jun 2019 22:20:09 +0000 (00:20 +0200)]
caches the displayname after an LDAP plugin set it
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Tue, 18 Jun 2019 02:14:12 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
blizzz [Mon, 17 Jun 2019 20:46:49 +0000 (22:46 +0200)]
Merge pull request #15985 from nextcloud/backport/15858/stable15
[stable15] add LDAP integr. test for receiving share candidates with group limitation
Arthur Schiwon [Thu, 13 Jun 2019 14:49:39 +0000 (16:49 +0200)]
fix inGroup check, thus make integration tests succeed
there is not such strange return mode. Having invalid user ids caused this
check to fail, and as side effect share limitation to groups to not work.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Mon, 3 Jun 2019 13:24:26 +0000 (15:24 +0200)]
add LDAP integr. test for receiving share candidates with group limitation
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Mon, 17 Jun 2019 02:14:12 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 16 Jun 2019 02:14:21 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 15 Jun 2019 02:13:52 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 14 Jun 2019 02:14:42 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
John Molakvoæ [Wed, 12 Jun 2019 06:59:01 +0000 (08:59 +0200)]
[stable15] Make accessibility app translatable (#15928)
[stable15] Make accessibility app translatable
Morris Jobke [Thu, 14 Mar 2019 10:57:02 +0000 (11:57 +0100)]
Fix translation sync for accessibiltiy
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Fri, 31 May 2019 15:38:41 +0000 (17:38 +0200)]
Show share settings only if incoming federated shares are allowed
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Roeland Jago Douma [Wed, 5 Jun 2019 08:49:38 +0000 (10:49 +0200)]
Merge pull request #15861 from nextcloud/backport/15738/stable15
[stable15] Don't notify admins if no potentially over exposing links found
Roeland Jago Douma [Wed, 5 Jun 2019 07:03:05 +0000 (09:03 +0200)]
Merge pull request #15855 from nextcloud/backport/15767/stable15
[stable15] Hide newFile menu if quota is set to 0B
Roeland Jago Douma [Tue, 4 Jun 2019 07:20:34 +0000 (09:20 +0200)]
Merge pull request #15818 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/stable15/axios-0.19.0
[Security] Bump axios from 0.18.0 to 0.19.0 in /apps/accessibility
Daniel Kesselberg [Mon, 3 Jun 2019 19:41:32 +0000 (21:41 +0200)]
Don't notify admins if no potentially over exposing links found
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
John Molakvoæ [Mon, 3 Jun 2019 13:18:19 +0000 (15:18 +0200)]
[Security] Bump axios from 0.18.0 to 0.18.1 in /apps/oauth2 (#15834)
[Security] Bump axios from 0.18.0 to 0.18.1 in /apps/oauth2
John Molakvoæ [Mon, 3 Jun 2019 12:37:02 +0000 (14:37 +0200)]
[Security] Bump axios from 0.18.0 to 0.18.1 in /apps/updatenotification (#15836)
[Security] Bump axios from 0.18.0 to 0.18.1 in /apps/updatenotification
Julius Härtl [Tue, 28 May 2019 08:27:01 +0000 (10:27 +0200)]
Hide newFile menu if quota is set to 0B
Signed-off-by: Julius Härtl <jus@bitgrid.net>
John Molakvoæ [Mon, 3 Jun 2019 12:19:23 +0000 (14:19 +0200)]
[Security] Bump axios from 0.18.0 to 0.18.1 in /settings (#15838)
[Security] Bump axios from 0.18.0 to 0.18.1 in /settings
dependabot-preview[bot] [Fri, 31 May 2019 01:11:57 +0000 (01:11 +0000)]
[Security] Bump axios from 0.18.0 to 0.19.0 in /apps/accessibility
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.19.0. **This update includes security fixes.**
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.19.0)
dependabot-preview[bot] [Sun, 2 Jun 2019 01:11:59 +0000 (01:11 +0000)]
[Security] Bump axios from 0.18.0 to 0.18.1 in /apps/oauth2
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.18.1. **This update includes security fixes.**
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.18.1)
dependabot-preview[bot] [Sun, 2 Jun 2019 01:12:03 +0000 (01:12 +0000)]
[Security] Bump axios from 0.18.0 to 0.18.1 in /apps/updatenotification
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.18.1. **This update includes security fixes.**
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.18.1)
dependabot-preview[bot] [Sun, 2 Jun 2019 01:12:11 +0000 (01:12 +0000)]
[Security] Bump axios from 0.18.0 to 0.18.1 in /settings
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.18.1. **This update includes security fixes.**
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.18.1)
Morris Jobke [Fri, 31 May 2019 11:30:10 +0000 (13:30 +0200)]
Merge pull request #15800 from nextcloud/backport/15776/stable15
[stable15] search files by id in shared storages last
Robin Appelman [Tue, 28 May 2019 16:15:52 +0000 (18:15 +0200)]
search files by id in shared storages last
this prevents unneeded recursion when the file is not in the share
Signed-off-by: Robin Appelman <robin@icewind.nl>
Roeland Jago Douma [Wed, 29 May 2019 18:49:15 +0000 (20:49 +0200)]
Merge pull request #15771 from nextcloud/backport/15766/stable15
[stable15] Check for free space on touch
Nextcloud bot [Wed, 29 May 2019 02:13:58 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Julius Härtl [Tue, 28 May 2019 11:05:20 +0000 (13:05 +0200)]
Check for free space on touch
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Tue, 28 May 2019 02:13:55 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 27 May 2019 20:35:13 +0000 (22:35 +0200)]
Merge pull request #15755 from nextcloud/backport/15747/stable15
[stable15] Also allow dragging below the file list
Morris Jobke [Mon, 27 May 2019 12:24:24 +0000 (14:24 +0200)]
Merge pull request #15726 from nextcloud/dependabot/npm_and_yarn/settings/stable15/tar-2.2.2
[Security] Bump tar from 2.2.1 to 2.2.2 in /settings
Julius Härtl [Mon, 27 May 2019 11:00:45 +0000 (13:00 +0200)]
Also allow dragging below the file list
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Roeland Jago Douma [Mon, 27 May 2019 10:10:24 +0000 (12:10 +0200)]
Use node:lts image
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>