]>
source.dussan.org Git - nextcloud-server.git/log
Christoph Wurst [Tue, 25 Jun 2019 11:37:31 +0000 (13:37 +0200)]
Do not show a internet connectivity warning if internet access is disabled
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Roeland Jago Douma [Fri, 28 Jun 2019 07:45:22 +0000 (09:45 +0200)]
Merge pull request #16133 from nextcloud/backport/16121/stable16
[stable16] Don't allow to disable encryption via the API
Nextcloud bot [Fri, 28 Jun 2019 02:13:54 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Thu, 27 Jun 2019 20:19:45 +0000 (22:19 +0200)]
Merge pull request #16010 from nextcloud/backport/design/share-remove-autofocus
Remove auto focus of share input field on dialog open, fix #15261
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:14:11 +0000 (22:14 +0200)]
Merge pull request #16125 from nextcloud/backport/16114/stable16
[stable16] Fix download link included in public share page with hidden download
Roeland Jago Douma [Thu, 27 Jun 2019 20:12:10 +0000 (22:12 +0200)]
Merge pull request #16128 from nextcloud/backport/16107/stable16
[stable16] verify that paths are valid for recursive local move
Roeland Jago Douma [Thu, 27 Jun 2019 20:10:16 +0000 (22:10 +0200)]
Merge pull request #16127 from nextcloud/backport/16097/stable16
[stable16] Better check reshare permissions
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>
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>
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:09:58 +0000 (16:09 +0200)]
Merge pull request #16112 from nextcloud/backport/16101/stable16
[stable16] invalidates user when plugin reported deletion success
Roeland Jago Douma [Thu, 27 Jun 2019 11:30:28 +0000 (13:30 +0200)]
Merge pull request #16105 from nextcloud/backport/16088/stable16
[stable16] Allow apps to store longer messages in the comments API
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>
Joas Schilling [Wed, 26 Jun 2019 08:11:46 +0000 (10:11 +0200)]
Allow apps to store longer messages in the comments API
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Thu, 27 Jun 2019 02:14:17 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 26 Jun 2019 16:38:25 +0000 (18:38 +0200)]
Merge pull request #16091 from nextcloud/backport/16027/stable16
[stable16] Check if uploading to lookup server is enabled before verifying
Roeland Jago Douma [Wed, 26 Jun 2019 13:49:12 +0000 (15:49 +0200)]
Merge pull request #16082 from nextcloud/backport/15832/stable16
[stable16] Fix full text search for groupfolders
Roeland Jago Douma [Wed, 26 Jun 2019 11:41:25 +0000 (13:41 +0200)]
Merge pull request #16089 from nextcloud/backport/16021/stable16
[stable16] Fall back to black for non-color values
Jan-Christoph Borchardt [Fri, 14 Jun 2019 12:07:57 +0000 (14:07 +0200)]
Remove auto focus of share input field on dialog open, fix #15261
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
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>
Nextcloud bot [Wed, 26 Jun 2019 02:14:06 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Tue, 25 Jun 2019 21:38:52 +0000 (23:38 +0200)]
Merge pull request #16080 from nextcloud/backport/15956/stable16
[stable16] Fix appid argument for integrity:check-app
Roeland Jago Douma [Tue, 25 Jun 2019 19:48:34 +0000 (21:48 +0200)]
Merge pull request #16038 from nextcloud/backport/15889/stable16
[stable16] handle storage exceptions when trying to set mtime
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>
Robin Appelman [Fri, 21 Jun 2019 14:23:47 +0000 (16:23 +0200)]
fix tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Thu, 6 Jun 2019 14:09:27 +0000 (16:09 +0200)]
handle storage exceptions when trying to set mtime
not all storage backends can handle setting the mtime and they might
not always handle that error correctly.
Signed-off-by: Robin Appelman <robin@icewind.nl>
Roeland Jago Douma [Tue, 25 Jun 2019 13:56:40 +0000 (15:56 +0200)]
Merge pull request #15948 from nextcloud/backport/15947/stable16
[stable16] Add core/js/dist/ to l10nignore
Julius Härtl [Thu, 13 Jun 2019 11:55:22 +0000 (13:55 +0200)]
Add core/js/dist/ to l10nignore
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Roeland Jago Douma [Tue, 25 Jun 2019 11:30:33 +0000 (13:30 +0200)]
Merge pull request #16068 from nextcloud/revert-15925-backport/15912/stable16
Revert "[stable16] Fix userid casting in notifications"
Roeland Jago Douma [Tue, 25 Jun 2019 10:38:03 +0000 (12:38 +0200)]
Revert "[stable16] Fix userid casting in notifications"
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Tue, 25 Jun 2019 02:14:12 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
John Molakvoæ [Mon, 24 Jun 2019 15:25:25 +0000 (17:25 +0200)]
[stable16] Prevent faulty logs from nested setupFS calls (#16029)
[stable16] Prevent faulty logs from nested setupFS calls
blizzz [Mon, 24 Jun 2019 14:17:09 +0000 (16:17 +0200)]
Merge pull request #16051 from nextcloud/backport/16033/stable16
[stable16] 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:12 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 23 Jun 2019 02:14:32 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 22 Jun 2019 02:14:01 +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>
John Molakvoæ [Fri, 21 Jun 2019 08:29:30 +0000 (10:29 +0200)]
[stable16] Fix window scroll container (#16016)
[stable16] Fix window scroll container
Nextcloud bot [Fri, 21 Jun 2019 02:13:48 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 20 Jun 2019 02:13:59 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
blizzz [Wed, 19 Jun 2019 22:24:10 +0000 (00:24 +0200)]
Merge pull request #16015 from nextcloud/backport/16011/stable16
[stable16] (LDAP) API: return one base properly when multiple are configured
Julius Härtl [Wed, 19 Jun 2019 08:56:59 +0000 (10:56 +0200)]
Fix window scroll container
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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>
John Molakvoæ [Wed, 19 Jun 2019 13:42:05 +0000 (15:42 +0200)]
[stable16] Avoid scrolling to the hidden input when toggling grid/list view (#16007)
[stable16] 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:36 +0000 (08:08 +0200)]
[stable16] cache the displayname after an LDAP plugin set it (#16000)
[stable16] cache the displayname after an LDAP plugin set it
Nextcloud bot [Wed, 19 Jun 2019 02:13:59 +0000 (02:13 +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>
John Molakvoæ [Tue, 18 Jun 2019 14:46:11 +0000 (16:46 +0200)]
[stable16] Sharing in list: Use .hidden-visually instead of display:none for accessibility, fix #11661 (#15981)
[stable16] Sharing in list: Use .hidden-visually instead of display:none for accessibility, fix #11661
Nextcloud bot [Tue, 18 Jun 2019 02:14:04 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
blizzz [Mon, 17 Jun 2019 20:46:12 +0000 (22:46 +0200)]
Merge pull request #15984 from nextcloud/backport/15858/stable16
[stable16] 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>
Jan-Christoph Borchardt [Fri, 14 Jun 2019 12:16:25 +0000 (14:16 +0200)]
Sharing in list: Use .hidden-visually instead of display:none for accessibility, fix #11661
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Nextcloud bot [Mon, 17 Jun 2019 02:14:06 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 16 Jun 2019 02:14:16 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 15 Jun 2019 02:13:46 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 14 Jun 2019 02:14:35 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
John Molakvoæ [Thu, 13 Jun 2019 17:15:53 +0000 (19:15 +0200)]
[stable16] Temporary fix for project translations (#15949)
[stable16] Temporary fix for project translations
Julius Härtl [Fri, 7 Jun 2019 08:27:09 +0000 (10:27 +0200)]
Temporary fix for project translations
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
John Molakvoæ [Wed, 12 Jun 2019 06:59:21 +0000 (08:59 +0200)]
[stable16] Fix userid casting in notifications (#15925)
[stable16] Fix userid casting in notifications
John Molakvoæ [Wed, 12 Jun 2019 06:58:49 +0000 (08:58 +0200)]
[stable16] Show share settings only if incoming federated shares are allowed (#15926)
[stable16] Show share settings only if incoming federated shares are allowed
Morris Jobke [Fri, 31 May 2019 15:38:41 +0000 (17:38 +0200)]
Show share settings only if incoming federated shares are allowed
Fixes #15802
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
John Molakvoæ (skjnldsv) [Tue, 11 Jun 2019 07:52:04 +0000 (09:52 +0200)]
Fix userid casting in notifications
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ [Tue, 11 Jun 2019 16:28:53 +0000 (18:28 +0200)]
[stable16] Fix mobile menu over app-content (#15920)
[stable16] Fix mobile menu over app-content
John Molakvoæ (skjnldsv) [Tue, 11 Jun 2019 08:17:09 +0000 (10:17 +0200)]
Fix mobile menu over app-content
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ [Tue, 11 Jun 2019 12:54:47 +0000 (14:54 +0200)]
[stable16] Fix missing login hook wih Apache/SAML login (#15911)
[stable16] Fix missing login hook wih Apache/SAML login
Christoph Wurst [Tue, 11 Jun 2019 05:26:41 +0000 (07:26 +0200)]
Fix missing login hook wih Apache/SAML
Without this patch the hook does not transport the information whether the login is
done with an app password or not. The suspicious login app requires the parameter
to function correctly, hence adding it will make suspicious login detection also possible
with SAML users.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Roeland Jago Douma [Wed, 5 Jun 2019 07:03:16 +0000 (09:03 +0200)]
Merge pull request #15856 from nextcloud/backport/15767/stable16
[stable16] Hide newFile menu if quota is set to 0B
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:56 +0000 (14:19 +0200)]
[Security] Bump axios from 0.18.0 to 0.18.1 (#15846)
[Security] Bump axios from 0.18.0 to 0.18.1
dependabot-preview[bot] [Mon, 3 Jun 2019 01:14:09 +0000 (01:14 +0000)]
[Security] Bump axios from 0.18.0 to 0.18.1
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:29:38 +0000 (13:29 +0200)]
Merge pull request #15799 from nextcloud/backport/15776/stable16
[stable16] 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:48:51 +0000 (20:48 +0200)]
Merge pull request #15772 from nextcloud/backport/15766/stable16
[stable16] Check for free space on touch
John Molakvoæ [Wed, 29 May 2019 14:34:50 +0000 (16:34 +0200)]
[stable16] add option to show hidden files in SMB shares (#15786)
[stable16] add option to show hidden files in SMB shares
Robin Appelman [Thu, 23 May 2019 19:23:56 +0000 (21:23 +0200)]
add option to show hidden files in SMB shares
Note hidden files can mean different things in smb and the option the the files web ui,
the webui only counts files starting with '.' as hidden, while smb files
can be marked as hidden regardless, any files that are marked as hidden
on smb will thus be shown in the webui regardless of the setting in the files app.
Fixes #15644
Signed-off-by: Robin Appelman <robin@icewind.nl>
Nextcloud bot [Wed, 29 May 2019 02:13:52 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Tue, 28 May 2019 13:58:41 +0000 (15:58 +0200)]
Merge pull request #15768 from nextcloud/backport/15705/stable16
[stable16] Change text color in search box in darktheme, ref #15598
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>
Greta Doci [Thu, 23 May 2019 16:44:07 +0000 (18:44 +0200)]
Change text color in search box in darktheme, ref #15598
Signed-off-by: Greta Doci <gretadoci@gmail.com>
Nextcloud bot [Tue, 28 May 2019 02:13:49 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 27 May 2019 20:33:54 +0000 (22:33 +0200)]
Merge pull request #15754 from nextcloud/backport/15747/stable16
[stable16] Also allow dragging below the file list
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>
Morris Jobke [Mon, 27 May 2019 11:48:52 +0000 (13:48 +0200)]
Merge pull request #15745 from nextcloud/backport/15738/stable16
[stable16] Don't notify admins if no potentially over exposing links found
Daniel Kesselberg [Sun, 26 May 2019 13:50:56 +0000 (15:50 +0200)]
Don't notify admins if no potentially over exposing links found
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Nextcloud bot [Mon, 27 May 2019 02:13:48 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 26 May 2019 02:14:22 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sat, 25 May 2019 08:19:38 +0000 (10:19 +0200)]
Merge pull request #15724 from nextcloud/backport/15714/stable16
[stable16] Check the actual status code for 204 and 304
Roeland Jago Douma [Sat, 25 May 2019 08:18:40 +0000 (10:18 +0200)]
Merge pull request #15728 from nextcloud/dependabot/npm_and_yarn/stable16/tar-2.2.2
[Security] Bump tar from 2.2.1 to 2.2.2
Nextcloud bot [Sat, 25 May 2019 02:13:57 +0000 (02:13 +0000)]
[tx-robot] updated from transifex