]>
source.dussan.org Git - nextcloud-server.git/log
Robin Appelman [Fri, 21 Jul 2017 12:25:38 +0000 (14:25 +0200)]
add tests for renaming paths with multibyte utf8 characters
Signed-off-by: Robin Appelman <robin@icewind.nl>
Artem Kochnev [Thu, 20 Jul 2017 14:29:50 +0000 (17:29 +0300)]
Fix for mb strlen
Error with moving files with long names in UTF-8
Nextcloud bot [Sat, 22 Jul 2017 00:08:16 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Fri, 21 Jul 2017 21:35:46 +0000 (23:35 +0200)]
Merge pull request #5826 from nextcloud/12-backport-5821
[stable12] Fix error message on untrusted domain error page
Morris Jobke [Fri, 21 Jul 2017 21:30:42 +0000 (23:30 +0200)]
Merge pull request #5757 from nextcloud/mount-rename-12
[12] Fix renaming of non-renamble mounts
Morris Jobke [Fri, 21 Jul 2017 09:46:35 +0000 (11:46 +0200)]
Fix error message on untrusted domain error page
Fixes #5347
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Fri, 21 Jul 2017 12:03:38 +0000 (14:03 +0200)]
Merge pull request #5786 from nextcloud/path-repair-steps-storage-12
[12] Also repair storage id's when repairing invalid entries
Roeland Jago Douma [Fri, 21 Jul 2017 10:46:31 +0000 (12:46 +0200)]
Merge pull request #5754 from nextcloud/fed-unshare-fail-remote-12
[12] still remove the federated share even if we cant notify the remote
Roeland Jago Douma [Fri, 21 Jul 2017 10:38:35 +0000 (12:38 +0200)]
Merge pull request #5792 from nextcloud/stable12-prevent-php7.2-usage
[stable12] Show warning if PHP 7.2 is used
Roeland Jago Douma [Fri, 21 Jul 2017 09:02:02 +0000 (11:02 +0200)]
Merge pull request #5805 from nextcloud/fix-public-links-stable12
[stable12] fix preview for public links
Lukas Reschke [Wed, 19 Jul 2017 15:11:32 +0000 (17:11 +0200)]
Show warning if PHP 7.2 is used
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Nextcloud bot [Fri, 21 Jul 2017 00:08:16 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Thu, 20 Jul 2017 20:38:15 +0000 (22:38 +0200)]
Merge pull request #5807 from nextcloud/12-backport-5790
[stable12] Fix config.sample.php documentation
Björn Schießle [Thu, 20 Jul 2017 12:27:57 +0000 (14:27 +0200)]
Merge pull request #5630 from nextcloud/add-recovery-key-on-public-upload-stable12
[stable12] Add recovery key on public upload
Roeland Jago Douma [Thu, 20 Jul 2017 12:25:11 +0000 (14:25 +0200)]
Merge pull request #5759 from nextcloud/backport-translations-stuff-12
[stable12] Backport translation fixes
Morris Jobke [Thu, 20 Jul 2017 11:07:59 +0000 (13:07 +0200)]
Merge pull request #5804 from nextcloud/12-backport-5800
[stable12] Enable acceptance tests again on Drone 0.7
Morris Jobke [Wed, 19 Jul 2017 14:44:57 +0000 (16:44 +0200)]
Fix config.sample.php documentation
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Bjoern Schiessle [Mon, 17 Jul 2017 11:13:27 +0000 (13:13 +0200)]
make sure that we always have a owner
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Bjoern Schiessle [Thu, 6 Jul 2017 09:06:48 +0000 (11:06 +0200)]
Add recovery key on public upload
In order to decide if a recovery key needs to be added we always
need to check the files owner settings and not the settings of
the currently logged in user.
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Daniel Calviño Sánchez [Thu, 20 Jul 2017 06:08:35 +0000 (08:08 +0200)]
Enable acceptance tests again on Drone 0.7
Running the acceptance tests on Drone relied on the pod-style networking
used by services (service containers were available at 127.0.0.1 from
the build containers). However, in Drone 0.7 service and build
containers must be accessed from each other using their domain name
instead. Thus, acceptance tests had to be disabled on Drone.
Now that the acceptance test system supports setting a different domain
for the Selenium server and for the Nextcloud test server the acceptance
tests can be enabled again on Drone.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Thu, 20 Jul 2017 05:56:51 +0000 (07:56 +0200)]
Add option to acceptance test runner to set the Selenium server
By default "127.0.0.1:4444" is used, so nothing needs to be set when the
acceptance tests and the Selenium server share the same network (like
when called by "run.sh").
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Thu, 20 Jul 2017 05:54:39 +0000 (07:54 +0200)]
Add option to acceptance test runner to set the Nextcloud server domain
By default "127.0.0.1" is used, so nothing needs to be set when the
Selenium server and the Nextcloud test server share the same network
(like when called by "run.sh").
Besides passing the domain to the acceptance tests the Nextcloud test
server configuration must be modified to see the given domain as a
trusted domain; otherwise the access would be forbidden.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Thu, 20 Jul 2017 05:50:33 +0000 (07:50 +0200)]
Make possible to configure the domain for the Nextcloud test server
The NextcloudTestServerLocalHelper started the PHP built-in web server
for the Nextcloud test server at 127.0.0.1; as the Selenium server has
to access the Nextcloud test server they were forced to share the same
network. Now, the domain at which the PHP built-in web server is started
can be specified when the NextcloudTestServerLocalHelper is created,
which removes the need of sharing the same network, as the Selenium
server now can access the Nextcloud test server at an arbitrary domain.
However, by default "127.0.0.1" is still used if no domain is given.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Bjoern Schiessle [Thu, 20 Jul 2017 09:24:52 +0000 (11:24 +0200)]
fix preview for public links
in case a user is already logged in on the same server from
which the public link comes from, we need to setup the owners
file system in order to show the preview
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Lukas Reschke [Thu, 20 Jul 2017 08:20:30 +0000 (10:20 +0200)]
Merge pull request #5796 from nextcloud/backport-allow-to-theme-emails
[stable12] Backport allow to theme emails
Nextcloud bot [Thu, 20 Jul 2017 00:08:13 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Tue, 6 Jun 2017 12:17:04 +0000 (14:17 +0200)]
Allow to overwrite the email template again
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 19 Jul 2017 14:21:30 +0000 (16:21 +0200)]
Merge pull request #5777 from nextcloud/app-menu-ellipsis-stable12
[stable 12] Add ellipsis for app titles in the app menu popover
Joas Schilling [Wed, 19 Jul 2017 13:06:16 +0000 (15:06 +0200)]
Merge pull request #5784 from nextcloud/backport-5745-12
[stable12] Fix emitting of legacy hook post_unshare
Morris Jobke [Wed, 19 Jul 2017 10:37:29 +0000 (12:37 +0200)]
Merge pull request #5782 from nextcloud/backport-5781-stable12
[stable12] Allow overwriting of IOS theming values
Robin Appelman [Wed, 19 Jul 2017 10:30:59 +0000 (12:30 +0200)]
Also repair storage id's when repairing invalid entries
Signed-off-by: Robin Appelman <robin@icewind.nl>
Pauli Järvinen [Sun, 16 Jul 2017 09:49:46 +0000 (12:49 +0300)]
Fix emitting of legacy hook post_unshare
- When a file was unshared, the legacy hook pre_unshare fired twice and the hook post_unshare did not fire at all. This was obviously a copy-paste error.
Signed-off-by: Pauli Järvinen <pauli.jarvinen@gmail.com>
Morris Jobke [Wed, 19 Jul 2017 08:20:47 +0000 (10:20 +0200)]
Add Android and iOS URLs to theming app
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Roeland Jago Douma [Wed, 19 Jul 2017 06:22:45 +0000 (08:22 +0200)]
Allow overwriting of IOS theming values
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Wed, 19 Jul 2017 00:08:32 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Tue, 18 Jul 2017 21:13:32 +0000 (23:13 +0200)]
Merge pull request #5765 from nextcloud/update-3rdparty-12
Update 3rdparty for "Fix infinite propfinds reporting files as direct…
Roeland Jago Douma [Tue, 18 Jul 2017 20:23:22 +0000 (22:23 +0200)]
Merge pull request #5771 from nextcloud/path-repair-steps-loop-12
[12] Fix invalid path repair step not getting all invalid entries
Morris Jobke [Tue, 18 Jul 2017 19:12:53 +0000 (21:12 +0200)]
Merge pull request #5762 from nextcloud/files-checker-12
[stable12] Add test to check if new files are added to the root of the repository
Marin Treselj [Tue, 18 Jul 2017 18:57:20 +0000 (20:57 +0200)]
Add ellipsis for app titles in the app menu popover
Backport of #5733
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Morris Jobke [Wed, 12 Jul 2017 09:52:42 +0000 (11:52 +0200)]
Add test to check if new files are added to the root of the repository
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Robin Appelman [Tue, 18 Jul 2017 12:01:49 +0000 (14:01 +0200)]
Fix invalid path repair step not getting all invalid entries
Signed-off-by: Robin Appelman <robin@icewind.nl>
Joas Schilling [Tue, 18 Jul 2017 08:07:50 +0000 (10:07 +0200)]
Update 3rdparty for "Fix infinite propfinds reporting files as directories"
Signed-off-by: Joas Schilling <coding@schilljs.com>
Allan Nordhøy [Mon, 17 Jul 2017 22:05:01 +0000 (00:05 +0200)]
: Bigversal
Allan Nordhøy [Sat, 15 Jul 2017 09:39:50 +0000 (11:39 +0200)]
- your
This avoids it being «"access to your "the cloud"» or similar. Italicizing %s might be a middleground here.
Allan Nordhøy [Fri, 14 Jul 2017 15:28:57 +0000 (17:28 +0200)]
sent, an invitation, - successful
Allan Nordhøy [Fri, 14 Jul 2017 15:02:48 +0000 (17:02 +0200)]
log out, : Bigversal
Allan Nordhøy [Fri, 14 Jul 2017 13:46:05 +0000 (15:46 +0200)]
: Bigversal and LDAP
Allan Nordhøy [Fri, 14 Jul 2017 13:32:47 +0000 (15:32 +0200)]
command-line, Consider narrowing
Allan Nordhøy [Fri, 14 Jul 2017 13:24:55 +0000 (15:24 +0200)]
Spelling: Shortening and binding
Nextcloud bot [Tue, 18 Jul 2017 00:08:12 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Robin Appelman [Mon, 3 Jul 2017 13:37:26 +0000 (15:37 +0200)]
fix parsing of dav permissions
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Mon, 3 Jul 2017 12:58:34 +0000 (14:58 +0200)]
non movable mounts can not be moved
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Mon, 17 Jul 2017 12:19:44 +0000 (14:19 +0200)]
still remove the federated share even if we cant notify the remote
Signed-off-by: Robin Appelman <robin@icewind.nl>
Lukas Reschke [Mon, 17 Jul 2017 06:16:22 +0000 (08:16 +0200)]
Merge pull request #5728 from nextcloud/bump-stable12-version
12.0.1RC1
Nextcloud bot [Mon, 17 Jul 2017 00:08:12 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Lukas Reschke [Fri, 14 Jul 2017 10:47:04 +0000 (12:47 +0200)]
12.0.1RC1
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Nextcloud bot [Sat, 15 Jul 2017 00:09:06 +0000 (00:09 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Fri, 14 Jul 2017 21:34:12 +0000 (23:34 +0200)]
Merge pull request #5730 from nextcloud/stable12-fix-drone
[stable12] fix drone for 0.7
Morris Jobke [Fri, 14 Jul 2017 10:46:19 +0000 (12:46 +0200)]
Temporarily disable acceptance and object storage tests
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Fri, 14 Jul 2017 07:03:14 +0000 (09:03 +0200)]
Fix drone
Fix service container host name
check current folder
fix redis for integration test
Fix more hostnames
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
blizzz [Fri, 14 Jul 2017 10:38:27 +0000 (12:38 +0200)]
Merge pull request #5711 from nextcloud/null-user-exist-12
[12] null users dont exist
Nextcloud bot [Fri, 14 Jul 2017 00:08:47 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Thu, 13 Jul 2017 21:42:15 +0000 (23:42 +0200)]
Merge pull request #5710 from nextcloud/nested-permissions-mask-12
[12] Fix scan permissions with nested permissions masks
Morris Jobke [Thu, 13 Jul 2017 14:35:57 +0000 (16:35 +0200)]
Merge pull request #5655 from nextcloud/moveFromCache-from-shared-12
[12] fix moving folders out of a cache jail
Robin Appelman [Thu, 13 Jul 2017 12:33:46 +0000 (14:33 +0200)]
null users dont exist
Signed-off-by: Robin Appelman <robin@icewind.nl>
Morris Jobke [Thu, 13 Jul 2017 13:08:37 +0000 (15:08 +0200)]
Merge pull request #5697 from nextcloud/stable12-4984
Write cert bundle to tmp file first
Robin Appelman [Thu, 13 Jul 2017 12:17:52 +0000 (14:17 +0200)]
Fix scan permissions with nested permissions masks
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 12 Jul 2017 13:49:36 +0000 (15:49 +0200)]
chunk getting invalid paths and reuse queries
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 12 Jul 2017 11:37:42 +0000 (13:37 +0200)]
use a generator instead of fetching all rows at once
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Thu, 29 Jun 2017 12:45:08 +0000 (14:45 +0200)]
adjust to moved repair step
Signed-off-by: Robin Appelman <robin@icewind.nl>
Morris Jobke [Wed, 21 Jun 2017 21:50:20 +0000 (16:50 -0500)]
Run repair step only once
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Robin Appelman [Tue, 20 Jun 2017 14:31:52 +0000 (16:31 +0200)]
Add repair step for invalid paths
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Thu, 15 Jun 2017 11:59:06 +0000 (13:59 +0200)]
fix moving folders out of a cache jail
Signed-off-by: Robin Appelman <robin@icewind.nl>
Morris Jobke [Thu, 13 Jul 2017 09:47:46 +0000 (11:47 +0200)]
Merge pull request #5692 from nextcloud/upload-hidden-filelist-12
[12] properly block file upload to non-active filelist
Morris Jobke [Thu, 13 Jul 2017 09:47:35 +0000 (11:47 +0200)]
Fix autoloader
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Nextcloud bot [Thu, 13 Jul 2017 00:08:42 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Fri, 19 May 2017 20:51:26 +0000 (22:51 +0200)]
Write cert bundle to tmp file first
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Robin Appelman [Tue, 11 Jul 2017 12:01:16 +0000 (14:01 +0200)]
fix test
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Mon, 10 Jul 2017 12:32:10 +0000 (14:32 +0200)]
properly block file upload to non-active filelist
Signed-off-by: Robin Appelman <robin@icewind.nl>
Roeland Jago Douma [Wed, 12 Jul 2017 09:50:10 +0000 (11:50 +0200)]
Merge pull request #5687 from nextcloud/jail-propagator-12
[12] Fix propagating changes within jail wrapper
Roeland Jago Douma [Wed, 12 Jul 2017 09:18:49 +0000 (11:18 +0200)]
Merge pull request #5463 from nextcloud/shared-cache-during-init-12
[12] dont die if we try to access the shared cache while setting up the shared storage
Morris Jobke [Wed, 12 Jul 2017 08:44:31 +0000 (10:44 +0200)]
Merge pull request #5686 from nextcloud/backport-5520
hint should not be clickable
Nextcloud bot [Wed, 12 Jul 2017 00:08:54 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Tue, 11 Jul 2017 21:42:30 +0000 (23:42 +0200)]
Merge pull request #5484 from nextcloud/fix-if-circles-is-deleted
Check if Circles is still here
Maxence Lange [Tue, 20 Jun 2017 12:05:20 +0000 (11:05 -0100)]
wrong call
Signed-off-by: Maxence Lange <maxence@nextcloud.com>
Maxence Lange [Tue, 20 Jun 2017 11:50:52 +0000 (10:50 -0100)]
verify that circles is installed
Signed-off-by: Maxence Lange <maxence@nextcloud.com>
Robin Appelman [Tue, 11 Jul 2017 15:55:04 +0000 (17:55 +0200)]
Fix propagating changes within jail wrapper
Signed-off-by: Robin Appelman <robin@icewind.nl>
Maxence Lange [Tue, 11 Jul 2017 16:14:29 +0000 (18:14 +0200)]
hint should not be clickable
Signed-off-by: Maxence Lange <maxence@nextcloud.com>
Lukas Reschke [Tue, 11 Jul 2017 14:08:43 +0000 (16:08 +0200)]
Merge pull request #5435 from nextcloud/backport-5124-allow-dirlisting-with-unreadable-items
[stable12] Allow dir-listing also when one child is blocked by access control
Morris Jobke [Tue, 11 Jul 2017 13:34:30 +0000 (15:34 +0200)]
Merge pull request #5679 from nextcloud/stable12-5656-fix-unselecting-items-on-multi-select-dropdowns
[stable12] Fix unselecting items on multi select dropdowns
Daniel Calviño Sánchez [Sat, 8 Jul 2017 13:56:19 +0000 (15:56 +0200)]
Enable the toggleSelect extension in multi-select dropdowns
The toggleSelect extension for Select2 makes possible to unselect items
in a multi-select dropdown by clicking on them; this behaviour should be
enabled in all the multi-select dropdowns used in the server.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Sat, 8 Jul 2017 13:49:12 +0000 (15:49 +0200)]
Add select2-toggleselect to the JavaScript files to load
"select2-toggleselect.js" provides an extension to Select2 that makes
possible to unselect items in a multi-select dropdown by clicking on
them. It seems that its load slipped through when moving things around
in commit
6a470e59356b8c52115fe2790666027f38977604 ; this commit adds it
to the JavaScript files to be loaded in the same position that it should
have had in that commit (based on how the other declarations were
moved).
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Sat, 8 Jul 2017 13:46:16 +0000 (15:46 +0200)]
Add acceptance tests for unselecting items in dropdown for tags
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Morris Jobke [Tue, 11 Jul 2017 10:21:30 +0000 (12:21 +0200)]
Merge pull request #5670 from nextcloud/backport-5669-fix-remote-share-activity-emails
[stable12] Fix remote share activity emails
Daniel Calviño Sánchez [Sat, 8 Jul 2017 13:36:01 +0000 (15:36 +0200)]
Extract app navigation elements to its own context
The app navigation is not exclusive to the Files app but a generic
component used by other apps too, so its locators and steps should be in
its own context.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Sat, 8 Jul 2017 13:33:03 +0000 (15:33 +0200)]
Fix typo
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Morris Jobke [Tue, 11 Jul 2017 09:31:41 +0000 (11:31 +0200)]
Merge pull request #5667 from nextcloud/5649-stable12
[stable12] fix alignment of radio button and its label in encryption settings
Morris Jobke [Mon, 10 Jul 2017 13:03:31 +0000 (15:03 +0200)]
Merge pull request #5665 from GitHubUser4234/ldap_password_renew_nc12fix_backport
[stable12] Ldap password renewal fixes for NC12
Roger Szabo [Mon, 10 Jul 2017 10:38:30 +0000 (18:38 +0800)]
Rectify variable $uid->$user
Signed-off-by: Roger Szabo <roger.szabo@web.de>
Joas Schilling [Mon, 10 Jul 2017 10:20:56 +0000 (12:20 +0200)]
Fix owner cloud id in unshare activity
Signed-off-by: Joas Schilling <coding@schilljs.com>