]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years ago8.0.11 RC1 v8.0.11RC1
C Montero-Luque [Wed, 2 Mar 2016 02:07:10 +0000 (21:07 -0500)]
8.0.11 RC1

8 years agoMerge pull request #22764 from owncloud/stable8-backport-phpmailer
C. Montero Luque [Tue, 1 Mar 2016 20:34:10 +0000 (15:34 -0500)]
Merge pull request #22764 from owncloud/stable8-backport-phpmailer

[stable8] Backport PHPMailer validation

8 years ago[stable8] Backport PHPMailer validation
Lukas Reschke [Tue, 1 Mar 2016 20:30:09 +0000 (21:30 +0100)]
[stable8] Backport PHPMailer validation

For https://github.com/owncloud/3rdparty/pull/253

cc @cmonteroluque

8 years agoMerge pull request #21634 from owncloud/backport-17924-stable8
Vincent Petry [Tue, 1 Mar 2016 13:35:41 +0000 (14:35 +0100)]
Merge pull request #21634 from owncloud/backport-17924-stable8

[backport] [stable8] always use an LDAP URL when connecting to LDAP

8 years agoMerge pull request #22174 from owncloud/stable8-backport-22143
Morris Jobke [Sat, 6 Feb 2016 08:27:49 +0000 (09:27 +0100)]
Merge pull request #22174 from owncloud/stable8-backport-22143

[Stable 8.0] When a user is removed we should remove the right shares

8 years agoWhen a user is removed we should remove the right shares
Roeland Jago Douma [Fri, 5 Feb 2016 09:01:59 +0000 (10:01 +0100)]
When a user is removed we should remove the right shares

* This means all the shares directly shared with them
* Or all group shares having a special share with them

This patch fixes the operator precedece (AND before OR).
So before this patch:

(share_with = <deleted user> AND share_type = 0) OR share_type=2

So it deleted all user specific shares

Now:
share_with = <deleted user> AND (share_type = 0 OR (share_type=2)

8 years agoalways use an LDAP URL when connecting to LDAP
Arthur Schiwon [Tue, 28 Jul 2015 10:14:05 +0000 (12:14 +0200)]
always use an LDAP URL when connecting to LDAP

- without original integration test as infrastructure was introduced in 8.1 only

8 years agoMerge pull request #21695 from owncloud/stable8-users-scrolltop
Thomas Müller [Fri, 15 Jan 2016 12:19:28 +0000 (13:19 +0100)]
Merge pull request #21695 from owncloud/stable8-users-scrolltop

[stable8] Keep scroll position in users page when sorting

8 years agoKeep scroll position in users page when sorting
Vincent Petry [Thu, 7 Jan 2016 14:48:59 +0000 (15:48 +0100)]
Keep scroll position in users page when sorting

When sorting, some browsers like Chrome will lose the scroll position,
possibly because the sorting code is touching the DOM elements.

This fix saves the scroll position before sorting and sets it back
afterwards.

8 years agoMerge pull request #21464 from owncloud/stable8-fix-scanner-regression
Thomas Müller [Fri, 8 Jan 2016 13:44:38 +0000 (14:44 +0100)]
Merge pull request #21464 from owncloud/stable8-fix-scanner-regression

[stable8] Fix regression in ajax/scan.php

8 years agoFix regression in ajax/scan.php
Morris Jobke [Tue, 5 Jan 2016 13:41:17 +0000 (14:41 +0100)]
Fix regression in ajax/scan.php

* introduced in #20763

8 years agoMerge pull request #21297 from owncloud/stable8-prevent0bytedownloads
Morris Jobke [Tue, 5 Jan 2016 12:59:24 +0000 (13:59 +0100)]
Merge pull request #21297 from owncloud/stable8-prevent0bytedownloads

[stable8] prevent 0 byte downloads when storage returns false

8 years ago8.0.10 v8.0.10
C Montero-Luque [Mon, 21 Dec 2015 12:24:30 +0000 (07:24 -0500)]
8.0.10

8 years ago8.0.10 RC2
C Montero-Luque [Fri, 18 Dec 2015 22:34:08 +0000 (17:34 -0500)]
8.0.10 RC2

8 years agoprevent 0 byte downloads when storage returns false
Jörn Friedrich Dreyer [Wed, 16 Sep 2015 09:07:13 +0000 (11:07 +0200)]
prevent 0 byte downloads when storage returns false

add unit test

More fixes for backport

8 years ago8.0.10 RC1 v8.0.10RC1
C Montero-Luque [Tue, 15 Dec 2015 21:09:43 +0000 (16:09 -0500)]
8.0.10 RC1

8 years agoMerge pull request #21214 from owncloud/backport-21133-stable8
Vincent Petry [Tue, 15 Dec 2015 19:52:58 +0000 (20:52 +0100)]
Merge pull request #21214 from owncloud/backport-21133-stable8

[backport] [stable8] Fix shared files of deleted users, detect DN change when checking for existence on LDAP

8 years agoadjust tests for 8.0
Arthur Schiwon [Tue, 15 Dec 2015 11:59:16 +0000 (12:59 +0100)]
adjust tests for 8.0

8 years agoBackport of #21133 to stable8
Arthur Schiwon [Thu, 10 Dec 2015 23:12:41 +0000 (00:12 +0100)]
Backport of #21133 to stable8

throw NoUserException in getHome when the requested user does not exist anymore

look for DN changes before marking a user as deleted

adjust unit test

unit test on getHome in combination with OfflineUser

fix find DN by UUID for AD

adjust dealing with search results due to different format in 8.0

8 years agobackport necessary OfflinerUser::unmark()
Arthur Schiwon [Tue, 15 Dec 2015 11:53:56 +0000 (12:53 +0100)]
backport necessary OfflinerUser::unmark()

8 years agoMerge pull request #21208 from owncloud/stable8-backport-16961
Vincent Petry [Tue, 15 Dec 2015 16:27:15 +0000 (17:27 +0100)]
Merge pull request #21208 from owncloud/stable8-backport-16961

[stable8] Hardening home folder retrieval in user_ldap

8 years agoMerge pull request #21202 from owncloud/fix_20296_8.0
Björn Schießle [Tue, 15 Dec 2015 13:56:13 +0000 (14:56 +0100)]
Merge pull request #21202 from owncloud/fix_20296_8.0

[stable8.0] don't allow to create a federated share if source and target are the same

8 years agomanually backport some helper methods
Björn Schießle [Mon, 14 Dec 2015 17:28:38 +0000 (18:28 +0100)]
manually backport some helper methods

8 years agoFixed JS unit tests for fed owner display name
Vincent Petry [Mon, 14 Dec 2015 17:00:35 +0000 (18:00 +0100)]
Fixed JS unit tests for fed owner display name

8 years agoshow display name but internally use the user name
Björn Schießle [Mon, 14 Dec 2015 15:04:05 +0000 (16:04 +0100)]
show display name but internally use the user name

8 years agodon't allow to create a federated share if source and target server are the same
Björn Schießle [Wed, 9 Dec 2015 11:00:00 +0000 (12:00 +0100)]
don't allow to create a federated share if source and target server are the same

8 years agoOnly throw exception if on new LDAP setups
Morris Jobke [Mon, 20 Jul 2015 09:24:28 +0000 (11:24 +0200)]
Only throw exception if on new LDAP setups

* this is done by setting enforce_home_folder_naming_rule for the user_ldap
  app in the app settings

8 years agoHardening home folder retrieval in user_ldap
Morris Jobke [Tue, 16 Jun 2015 11:46:51 +0000 (13:46 +0200)]
Hardening home folder retrieval in user_ldap

* if the home folder naming rule is specified it should not fallback
  to the "use owncloud username as home folder" scenario
* this does not allow the mixed setup of users with the attribute
  and some users without the attribute (which then would fallback to
  "use owncloud username as home folder" rule) anymore

8 years agoMerge pull request #21150 from owncloud/backport-20978-stable8
Morris Jobke [Mon, 14 Dec 2015 16:33:09 +0000 (17:33 +0100)]
Merge pull request #21150 from owncloud/backport-20978-stable8

reset mailadress/displayname on blur (backport for stable8)

8 years agoMerge pull request #21192 from owncloud/preview-non-existing-8
Lukas Reschke [Mon, 14 Dec 2015 15:34:24 +0000 (16:34 +0100)]
Merge pull request #21192 from owncloud/preview-non-existing-8

[8.0] Handle non existing files in version previews

8 years agoHandle non existing files in version previews
Robin Appelman [Mon, 14 Dec 2015 14:59:36 +0000 (15:59 +0100)]
Handle non existing files in version previews

8 years agoUse XMLWriter to generate response
Lukas Reschke [Mon, 30 Nov 2015 14:40:10 +0000 (15:40 +0100)]
Use XMLWriter to generate response

Gets rid of manual XML generation.

8 years agoreset mailadress/displayname on blur
michag86 [Mon, 7 Dec 2015 08:48:54 +0000 (09:48 +0100)]
reset mailadress/displayname on blur

8 years agoMerge pull request #20363 from owncloud/backport-20271-stable8
Vincent Petry [Fri, 4 Dec 2015 09:33:52 +0000 (10:33 +0100)]
Merge pull request #20363 from owncloud/backport-20271-stable8

[backport] [stable8] LDAP: attempt to connect to backup server again, if main server is no…

8 years agoMerge pull request #20844 from owncloud/files-scan-user-path-80
Thomas Müller [Mon, 30 Nov 2015 21:46:27 +0000 (22:46 +0100)]
Merge pull request #20844 from owncloud/files-scan-user-path-80

[8.0] Lock scanner to the given user

8 years agoLock scanner to the given user
Robin Appelman [Wed, 15 Jul 2015 12:08:06 +0000 (14:08 +0200)]
Lock scanner to the given user

8 years agoMerge pull request #20808 from owncloud/backport-use-new-updater-url-stable8
Vincent Petry [Mon, 30 Nov 2015 11:03:34 +0000 (12:03 +0100)]
Merge pull request #20808 from owncloud/backport-use-new-updater-url-stable8

[stable8] Use new updater URL

8 years ago[stable8] Use new updater URL
Lukas Reschke [Sat, 28 Nov 2015 10:55:57 +0000 (11:55 +0100)]
[stable8] Use new updater URL

8 years agoMerge pull request #20763 from owncloud/scan-eventsource-no-paths-8
Vincent Petry [Thu, 26 Nov 2015 15:40:19 +0000 (16:40 +0100)]
Merge pull request #20763 from owncloud/scan-eventsource-no-paths-8

[8.0] Dont output paths in scan.php

8 years agoDont output paths in scan.php
Robin Appelman [Wed, 25 Nov 2015 14:21:01 +0000 (15:21 +0100)]
Dont output paths in scan.php

8 years agoMerge pull request #19659 from owncloud/stable8-backport-19546
Vincent Petry [Wed, 25 Nov 2015 13:55:44 +0000 (14:55 +0100)]
Merge pull request #19659 from owncloud/stable8-backport-19546

Stable8 backport 19546

8 years agoMerge pull request #20638 from owncloud/cache-escape-like-8
Morris Jobke [Fri, 20 Nov 2015 15:44:25 +0000 (16:44 +0100)]
Merge pull request #20638 from owncloud/cache-escape-like-8

[8.0] Escape like parameter in cache operations

8 years agoescape like parameter in cache move
Robin Appelman [Tue, 10 Nov 2015 12:14:32 +0000 (13:14 +0100)]
escape like parameter in cache move

8 years agoAdd test for special character during move
Robin Appelman [Thu, 5 Nov 2015 15:29:25 +0000 (16:29 +0100)]
Add test for special character during move

8 years agodefine escape character for like statements on oracle
Robin Appelman [Fri, 29 May 2015 12:19:27 +0000 (14:19 +0200)]
define escape character for like statements on oracle

8 years agodefine escape character for like statements on sqlite
Robin Appelman [Thu, 28 May 2015 14:16:59 +0000 (16:16 +0200)]
define escape character for like statements on sqlite

8 years agofix internal path when searching in storage root
Robin Appelman [Tue, 6 Oct 2015 13:02:47 +0000 (15:02 +0200)]
fix internal path when searching in storage root
(cherry picked from commit c2d76d2)

8 years agoAdd unit test for searching in storage root
Robin Appelman [Tue, 6 Oct 2015 13:02:33 +0000 (15:02 +0200)]
Add unit test for searching in storage root
(cherry picked from commit e28a2ff)

8 years agoThe minimum size for internalRootLength is 1
Olivier Paroz [Fri, 2 Oct 2015 21:42:51 +0000 (23:42 +0200)]
The minimum size for internalRootLength is 1
(cherry picked from commit 3173ed2)

8 years agoMerge pull request #20396 from owncloud/stable8-extstorage-gdrive-forceapproval
Morris Jobke [Mon, 9 Nov 2015 13:02:45 +0000 (14:02 +0100)]
Merge pull request #20396 from owncloud/stable8-extstorage-gdrive-forceapproval

[stable8] Force approval in GDrive oauth to get refresh_token

8 years agoForce approval in GDrive oauth to get refresh_token
Vincent Petry [Fri, 6 Nov 2015 11:35:28 +0000 (12:35 +0100)]
Force approval in GDrive oauth to get refresh_token

Forcing the approval of app permissions makes sure that the GDrive API
will always return a refresh_token.

In the case of apps that were already authorized for the current user/domain,
the API doesn't return the refresh_token which causes expiration issues.

8 years agoLDAP: attempt to connect to backup server again, if main server is not available...
Arthur Schiwon [Tue, 3 Nov 2015 16:17:00 +0000 (17:17 +0100)]
LDAP: attempt to connect to backup server again, if main server is not available. Fixes #18701

8 years agoMerge pull request #20302 from owncloud/backport-20155-8.0
Vincent Petry [Thu, 5 Nov 2015 09:51:15 +0000 (10:51 +0100)]
Merge pull request #20302 from owncloud/backport-20155-8.0

[backport] [stable8] add port to host only, if an URL is used instead of a plain hostname

8 years agoadd port to host only, if an URL is used instead of a plain hostname
Arthur Schiwon [Thu, 29 Oct 2015 15:21:02 +0000 (16:21 +0100)]
add port to host only, if an URL is used instead of a plain hostname

8 years ago8.0.9 v8.0.9
C Montero-Luque [Fri, 30 Oct 2015 16:46:39 +0000 (12:46 -0400)]
8.0.9

8 years ago8.0.9 RC2 v8.0.9RC2
C Montero-Luque [Wed, 28 Oct 2015 14:38:52 +0000 (10:38 -0400)]
8.0.9 RC2

8 years agoMerge pull request #20063 from owncloud/stable8-add-warning-for-php-7
Thomas Müller [Mon, 26 Oct 2015 21:04:01 +0000 (22:04 +0100)]
Merge pull request #20063 from owncloud/stable8-add-warning-for-php-7

[stable8] Stop processing if PHP 7 is used

8 years agoStop processing if PHP 7 is used
Lukas Reschke [Mon, 26 Oct 2015 16:34:33 +0000 (17:34 +0100)]
Stop processing if PHP 7 is used

PHP 7 is only compatible with ownCloud 8.2.0

8 years agoDo not print exception message
Lukas Reschke [Sun, 25 Oct 2015 18:05:28 +0000 (19:05 +0100)]
Do not print exception message

8 years ago8.0.9 RC1 v8.0.9RC1
C Montero-Luque [Wed, 21 Oct 2015 21:36:54 +0000 (17:36 -0400)]
8.0.9 RC1

9 years agoMerge pull request #19732 from owncloud/make-sure-sharing-extends-the-testcase
Thomas Müller [Tue, 13 Oct 2015 13:40:16 +0000 (15:40 +0200)]
Merge pull request #19732 from owncloud/make-sure-sharing-extends-the-testcase

Make sure all sharing tests extend the testcase

9 years agoMake sure all sharing tests extend the testcase
Joas Schilling [Tue, 13 Oct 2015 09:16:40 +0000 (11:16 +0200)]
Make sure all sharing tests extend the testcase

9 years agoMerge pull request #19681 from owncloud/stable8-backport-19574
Thomas Müller [Mon, 12 Oct 2015 07:19:22 +0000 (09:19 +0200)]
Merge pull request #19681 from owncloud/stable8-backport-19574

 Clear the shares after the test like storages and files

9 years ago Clear the shares after the test like storages and files
Morris Jobke [Tue, 6 Oct 2015 12:12:15 +0000 (14:12 +0200)]
 Clear the shares after the test like storages and files

 * adjusted to stable8.1 backport of #19574

9 years agoMerge pull request #18958 from owncloud/stable8-backport-17791
Morris Jobke [Fri, 9 Oct 2015 13:25:11 +0000 (15:25 +0200)]
Merge pull request #18958 from owncloud/stable8-backport-17791

[stable8] Add custom CSP for Win 10 compatibility

9 years agoMerge pull request #18857 from owncloud/memcached-fix-stable8
Morris Jobke [Fri, 9 Oct 2015 11:19:26 +0000 (13:19 +0200)]
Merge pull request #18857 from owncloud/memcached-fix-stable8

[stable8] Fallback to complete Memcached flush if getAllKeys fails

9 years agoMerge pull request #19476 from owncloud/thumbnail-temp-clean-8
Thomas Müller [Wed, 30 Sep 2015 14:10:09 +0000 (16:10 +0200)]
Merge pull request #19476 from owncloud/thumbnail-temp-clean-8

[8] Clean temp files used for thumbnail generation

9 years agoClean temp files used for thumbnail generation
Robin Appelman [Wed, 30 Sep 2015 12:07:59 +0000 (14:07 +0200)]
Clean temp files used for thumbnail generation

9 years agoMerge pull request #19447 from owncloud/stable8-backport-19441
Morris Jobke [Tue, 29 Sep 2015 16:25:24 +0000 (18:25 +0200)]
Merge pull request #19447 from owncloud/stable8-backport-19441

[stable8][upgrade] switch to debug logging on upgrade

9 years ago[upgrade] switch to debug logging on upgrade
Morris Jobke [Tue, 29 Sep 2015 12:35:32 +0000 (14:35 +0200)]
[upgrade] switch to debug logging on upgrade

* resets afterwards
* adds output about the previous log level

9 years agoMerge pull request #17953 from owncloud/backport-17464-stable8
Morris Jobke [Mon, 28 Sep 2015 09:53:44 +0000 (11:53 +0200)]
Merge pull request #17953 from owncloud/backport-17464-stable8

[stable8] backport of #17464: fix uncaught exception on not permitted file types when setting avata…

9 years agoMerge pull request #18704 from owncloud/stable8-dav-copy-fix
Morris Jobke [Mon, 28 Sep 2015 09:51:43 +0000 (11:51 +0200)]
Merge pull request #18704 from owncloud/stable8-dav-copy-fix

[stable8] Check for file existence before doing a DAV copy

9 years ago8.0.8 v8.0.8
C Montero-Luque [Thu, 10 Sep 2015 14:26:01 +0000 (10:26 -0400)]
8.0.8

9 years agoAdd custom CSP for Win 10 compatibility
Lukas Reschke [Tue, 21 Jul 2015 18:40:32 +0000 (20:40 +0200)]
Add custom CSP for Win 10 compatibility

The default content-security-policy of ownCloud forbids inline
JavaScript for security reasons. IE starting on Windows 10 will
however also obey the CSP which will break the event source fallback.
As a workaround thus we set a custom policy which allows the execution
of inline JavaScript.

This fixes https://github.com/owncloud/core/issues/14286

9 years agoMerge pull request #18843 from owncloud/app-upgrade-routenotfound-stable8
Morris Jobke [Sun, 6 Sep 2015 22:26:25 +0000 (00:26 +0200)]
Merge pull request #18843 from owncloud/app-upgrade-routenotfound-stable8

[stable8] Always add to $loadedApps

9 years agoFallback to complete Memcached flush if getAllKeys fails
Robin McCorkell [Sat, 5 Sep 2015 19:02:49 +0000 (20:02 +0100)]
Fallback to complete Memcached flush if getAllKeys fails

Newer Memcached's do not support the underlying protocol commands that
getAllKeys() is implemented with. We should fallback to clearing
everything in that case, as causing (temporary) performance problems for
other applications on the server is better than having stale cached data.

9 years agoAlways add to $loadedApps
Robin McCorkell [Sat, 5 Sep 2015 10:43:00 +0000 (11:43 +0100)]
Always add to $loadedApps

9 years ago8.0.7 v8.0.7
C Montero-Luque [Wed, 2 Sep 2015 08:53:39 +0000 (10:53 +0200)]
8.0.7

9 years agoCheck for file existence before doing a DAV copy
Vincent Petry [Mon, 31 Aug 2015 13:14:10 +0000 (15:14 +0200)]
Check for file existence before doing a DAV copy

Partial backport of f39fcbc250c3817e0c62627b127cf31a70dca36a from 8.1

9 years agoMerge pull request #18613 from owncloud/stable8-newer-certs
Morris Jobke [Fri, 28 Aug 2015 16:44:36 +0000 (18:44 +0200)]
Merge pull request #18613 from owncloud/stable8-newer-certs

[stable8] Use certificates that expire in 10 years

9 years agoUse certificates that expire in 10 years
Lukas Reschke [Thu, 27 Aug 2015 20:23:08 +0000 (22:23 +0200)]
Use certificates that expire in 10 years

:speak_no_evil: :speak_no_evil: :speak_no_evil:

9 years ago8.0.7 v8.0.7RC1
C Montero-Luque [Thu, 27 Aug 2015 09:39:43 +0000 (11:39 +0200)]
8.0.7

9 years ago8.0.7 RC1
C Montero-Luque [Thu, 27 Aug 2015 09:33:37 +0000 (11:33 +0200)]
8.0.7 RC1

9 years agoMerge pull request #18560 from owncloud/ext-objectstore-stable8
Morris Jobke [Tue, 25 Aug 2015 16:31:25 +0000 (18:31 +0200)]
Merge pull request #18560 from owncloud/ext-objectstore-stable8

[stable8] Prevent objectstore being set from client side

9 years agoPrevent objectstore being set from client side
Robin McCorkell [Tue, 25 Aug 2015 15:27:50 +0000 (16:27 +0100)]
Prevent objectstore being set from client side

9 years agoMerge pull request #18546 from owncloud/stable8-backport-18439
Morris Jobke [Tue, 25 Aug 2015 13:13:30 +0000 (15:13 +0200)]
Merge pull request #18546 from owncloud/stable8-backport-18439

[stable8] [app management] fix dependency check on install

9 years ago[app management] fix dependency check on install
Morris Jobke [Wed, 19 Aug 2015 19:32:56 +0000 (21:32 +0200)]
[app management] fix dependency check on install

9 years agoMerge pull request #18488 from owncloud/stable8-add-cors-header
Morris Jobke [Mon, 24 Aug 2015 07:30:19 +0000 (09:30 +0200)]
Merge pull request #18488 from owncloud/stable8-add-cors-header

[stable8] Add CORS header to status.php to allow client-based check i…

9 years ago[stable8] Add CORS header to status.php to allow client-based check in the future
Lukas Reschke [Sat, 22 Aug 2015 12:48:28 +0000 (14:48 +0200)]
[stable8] Add CORS header to status.php to allow client-based check in the future

9 years agoMerge pull request #18286 from owncloud/stable8-backport-17785
Morris Jobke [Wed, 19 Aug 2015 17:52:28 +0000 (19:52 +0200)]
Merge pull request #18286 from owncloud/stable8-backport-17785

[stable8] fix mobile scrolling, lower sidebar sensitivity, fix #11193

9 years agoMerge pull request #17958 from owncloud/stable8-backport-17489
Morris Jobke [Wed, 19 Aug 2015 12:24:27 +0000 (14:24 +0200)]
Merge pull request #17958 from owncloud/stable8-backport-17489

[stable8] Fix parsing of sharetime as string

9 years agoMerge pull request #18366 from owncloud/config-sample-typos-8
Robin McCorkell [Mon, 17 Aug 2015 22:42:34 +0000 (23:42 +0100)]
Merge pull request #18366 from owncloud/config-sample-typos-8

fix typos

9 years agofix typos
Carla Schroder [Mon, 17 Aug 2015 18:30:46 +0000 (11:30 -0700)]
fix typos

9 years agoMerge pull request #18181 from owncloud/backport-18159-stable8
Morris Jobke [Sun, 16 Aug 2015 12:38:35 +0000 (14:38 +0200)]
Merge pull request #18181 from owncloud/backport-18159-stable8

Backport 18159 stable8

9 years agofix mobile scrolling, lower sidebar sensitivity, fix #11193
Jan-Christoph Borchardt [Tue, 21 Jul 2015 15:03:45 +0000 (17:03 +0200)]
fix mobile scrolling, lower sidebar sensitivity, fix #11193

9 years agoMerge pull request #18258 from owncloud/stable8-backport-17680
Morris Jobke [Thu, 13 Aug 2015 13:32:53 +0000 (15:32 +0200)]
Merge pull request #18258 from owncloud/stable8-backport-17680

[stable8] handle rmdir on files for ftp storages

9 years agoMerge pull request #18278 from owncloud/stable8-17852
Robin McCorkell [Thu, 13 Aug 2015 13:27:53 +0000 (14:27 +0100)]
Merge pull request #18278 from owncloud/stable8-17852

[stable8] add test for factories

9 years agoadd test for factories
Bernhard Posselt [Fri, 24 Jul 2015 11:43:50 +0000 (13:43 +0200)]
add test for factories

use ref for factory test

Ensure we construct SimpleContainer

Use single instance of DIContainer in routing tests

9 years agohandle rmdir on files for ftp storages
Robin Appelman [Thu, 16 Jul 2015 13:44:10 +0000 (15:44 +0200)]
handle rmdir on files for ftp storages

9 years agoMerge pull request #17917 from owncloud/stable8-add-ssl-hint
Morris Jobke [Wed, 12 Aug 2015 08:58:40 +0000 (10:58 +0200)]
Merge pull request #17917 from owncloud/stable8-add-ssl-hint

[stable8] add note about SSL in admin settings