]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years agoDeduplicate version expire jobs
Morris Jobke [Thu, 10 Dec 2015 10:21:28 +0000 (11:21 +0100)]
Deduplicate version expire jobs

* versionSize is calculated anyway in the expire job - > dropped
* offset/neededSpace was needed for expiry before the file is moved to the versions -> now this is included already in the currently used space because the expiry job is defered to a point in time after the version creation
* fixes #21108

8 years agoMerge pull request #21102 from owncloud/stable8.1_20989
Vincent Petry [Thu, 10 Dec 2015 12:44:05 +0000 (13:44 +0100)]
Merge pull request #21102 from owncloud/stable8.1_20989

[Stable8.1] Update parent when moving share into recieved share

8 years agoUpdate parent when moving share into recieved share
Roeland Jago Douma [Mon, 7 Dec 2015 12:24:16 +0000 (13:24 +0100)]
Update parent when moving share into recieved share

Fixes #20769

When I receive a share and move a share of myself into that share (which
is allowed currently) I effectively hand over ownership of the files I
move. So we need to update the share I move to have as a parent the
share I move it into. Else our mounting system gets confused.

8 years agoMerge pull request #21081 from owncloud/stable8.1-share-computesharepermissions-notstore
Morris Jobke [Thu, 10 Dec 2015 08:35:56 +0000 (09:35 +0100)]
Merge pull request #21081 from owncloud/stable8.1-share-computesharepermissions-notstore

[stable8.1] Fix (re)share permission checks in a few code paths

8 years agoMerge pull request #21085 from owncloud/occ-shall-not-fail-hard-in-maintenance-mode...
Vincent Petry [Wed, 9 Dec 2015 18:57:33 +0000 (19:57 +0100)]
Merge pull request #21085 from owncloud/occ-shall-not-fail-hard-in-maintenance-mode-stable8.1

Don't load commands of apps when in maintenance mode

8 years agoDon't load commands of apps when in maintenance mode - fixes #20939
Thomas Müller [Wed, 9 Dec 2015 14:15:10 +0000 (15:15 +0100)]
Don't load commands of apps when in maintenance mode - fixes #20939

8 years agoAdd explicit check for groups excluded from sharing
Vincent Petry [Tue, 8 Dec 2015 15:48:33 +0000 (16:48 +0100)]
Add explicit check for groups excluded from sharing

Since isSharable() doesn't do the check for groups excluded from
sharing, adding an explicit check in the sharing code.

8 years agoFix more unit tests to pass a mock storage instead of null to FileInfo
Vincent Petry [Tue, 8 Dec 2015 15:33:39 +0000 (16:33 +0100)]
Fix more unit tests to pass a mock storage instead of null to FileInfo

8 years agoAdd reshare permission checks
Vincent Petry [Tue, 8 Dec 2015 12:02:57 +0000 (13:02 +0100)]
Add reshare permission checks

Added in isSharable() in incoming remote share.
Added in isSharable() in regular incoming share.
Added in FileInfo to make sure the proper attributes are returned to the
clients.

8 years agoCompute share permissions in the view
Vincent Petry [Tue, 8 Dec 2015 10:32:18 +0000 (11:32 +0100)]
Compute share permissions in the view

The share permissions are now computed in the View/FileInfo instead of
storing them directly/permanently on the storage

8 years agoMerge pull request #21042 from owncloud/backport-21037-stable8.1
Morris Jobke [Tue, 8 Dec 2015 16:34:43 +0000 (17:34 +0100)]
Merge pull request #21042 from owncloud/backport-21037-stable8.1

[backport][stable8.1] passing an empty base in this diagnosis call will not result  in LDAP…

8 years agopassing an empty base in this diagnosis call will not result in LDAP errors
Arthur Schiwon [Tue, 8 Dec 2015 11:31:58 +0000 (12:31 +0100)]
passing an empty base in this diagnosis call will not result  in LDAP errors

Neither in "Invalid DN syntax" nor in "Object not found"

8 years agoMerge pull request #20999 from owncloud/backport-20981-multiple-emails-for-sharelink-8.1
Morris Jobke [Mon, 7 Dec 2015 15:25:20 +0000 (16:25 +0100)]
Merge pull request #20999 from owncloud/backport-20981-multiple-emails-for-sharelink-8.1

[8.1] Allow sending a share email to multiple users

8 years agoMerge pull request #20986 from owncloud/use-proper-logexception-stable8.1
Thomas Müller [Mon, 7 Dec 2015 15:19:04 +0000 (16:19 +0100)]
Merge pull request #20986 from owncloud/use-proper-logexception-stable8.1

ILogger has no logException()

8 years agoAdd a unit test for single user case as well
Joas Schilling [Mon, 7 Dec 2015 11:01:02 +0000 (12:01 +0100)]
Add a unit test for single user case as well

8 years agoAllow sending a share email to multiple users
Joas Schilling [Mon, 7 Dec 2015 09:49:34 +0000 (10:49 +0100)]
Allow sending a share email to multiple users

8 years agoILogger has no logException() - fixes #20797
Thomas Müller [Mon, 7 Dec 2015 11:11:00 +0000 (12:11 +0100)]
ILogger has no logException() - fixes #20797

8 years agoMerge pull request #20795 from owncloud/stable8.1-backport-20790
Vincent Petry [Fri, 4 Dec 2015 16:45:24 +0000 (17:45 +0100)]
Merge pull request #20795 from owncloud/stable8.1-backport-20790

[stable8.1] Deduplicate queued trashbin expire jobs

8 years agoMerge pull request #20956 from owncloud/stable8.1-backport-20877
Morris Jobke [Fri, 4 Dec 2015 14:55:57 +0000 (15:55 +0100)]
Merge pull request #20956 from owncloud/stable8.1-backport-20877

[stable8.1] Check the expiration date for null

8 years agoCheck the expiration date for null
Morris Jobke [Tue, 1 Dec 2015 16:43:05 +0000 (17:43 +0100)]
Check the expiration date for null

* null is always less than any value -> expirationDate gets null
  which is "no date set"
* ref https://github.com/owncloud/core/issues/20590#issuecomment-158393075

8 years agoMerge pull request #20489 from owncloud/backport-20487-8.1
Vincent Petry [Thu, 3 Dec 2015 15:40:20 +0000 (16:40 +0100)]
Merge pull request #20489 from owncloud/backport-20487-8.1

[8.1] Activity oracle sql error for favorites

8 years agoMerge pull request #20831 from owncloud/catch-missing-route-81
Thomas Müller [Mon, 30 Nov 2015 21:46:11 +0000 (22:46 +0100)]
Merge pull request #20831 from owncloud/catch-missing-route-81

[8.1] Dont die when we're missing a route

8 years agoDont die when we're missing a route
Robin Appelman [Fri, 27 Nov 2015 12:51:20 +0000 (13:51 +0100)]
Dont die when we're missing a route

8 years agoDeduplicate queued trashbin expire jobs
Morris Jobke [Fri, 27 Nov 2015 13:01:03 +0000 (14:01 +0100)]
Deduplicate queued trashbin expire jobs

* fixes #20425
* this removes the argument trashbin size from the expire job - it is now
  calculated in the expire job
* the queue now detects properly that the job is already queue and doesn't
  add it again

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

[8.1] 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 #20698 from owncloud/stable8.1-backport-19530
Morris Jobke [Wed, 25 Nov 2015 09:25:11 +0000 (10:25 +0100)]
Merge pull request #20698 from owncloud/stable8.1-backport-19530

[stable8.1] Make sure the share we found is for the same item

8 years agoAdd a unit test for "share a file inside a folder that is already shared"
Joas Schilling [Mon, 5 Oct 2015 10:36:16 +0000 (12:36 +0200)]
Add a unit test for "share a file inside a folder that is already shared"

8 years agoMake sure all variables are defined
Joas Schilling [Mon, 5 Oct 2015 10:03:36 +0000 (12:03 +0200)]
Make sure all variables are defined

8 years agoMake sure the share we found is for the same item
Joas Schilling [Fri, 2 Oct 2015 11:07:20 +0000 (13:07 +0200)]
Make sure the share we found is for the same item

8 years agoMerge pull request #20678 from owncloud/backport-joblist-fix-8.1
Morris Jobke [Mon, 23 Nov 2015 10:39:33 +0000 (11:39 +0100)]
Merge pull request #20678 from owncloud/backport-joblist-fix-8.1

[8.1] Make the JobList test more robust by sorting the result of getAll bef…

8 years agoMake the JobList test more robust by sorting the result of getAll before comparison
Joas Schilling [Thu, 19 Nov 2015 08:25:34 +0000 (09:25 +0100)]
Make the JobList test more robust by sorting the result of getAll before comparison

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

[8.1] 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 agoAdd a unit test that executes the query
Joas Schilling [Wed, 18 Nov 2015 09:32:29 +0000 (10:32 +0100)]
Add a unit test that executes the query

8 years agoOracle can not return statements but only values
Joas Schilling [Fri, 13 Nov 2015 09:32:45 +0000 (10:32 +0100)]
Oracle can not return statements but only values
So evaluate the condition directly and return 1 or 0

8 years agoMerge pull request #20307 from owncloud/stable8.1-backport-use-actual-mimetype-detect...
Morris Jobke [Tue, 10 Nov 2015 15:00:46 +0000 (16:00 +0100)]
Merge pull request #20307 from owncloud/stable8.1-backport-use-actual-mimetype-detection-instad-of-oath-1

[stable8.1] Use actual mimetype detection instead of extension

8 years agoUse actual mimetype detection instead of extension
Lukas Reschke [Fri, 30 Oct 2015 23:55:37 +0000 (00:55 +0100)]
Use actual mimetype detection instead of extension

We cannot rely on the extension as the file may also be a valid TAR or ZIP file without such content. Especially when getting resources from the ownCloud appstore.

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

[stable8.1] 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 agoMerge pull request #20367 from owncloud/stable8.1-backport-20346
Morris Jobke [Mon, 9 Nov 2015 07:10:27 +0000 (08:10 +0100)]
Merge pull request #20367 from owncloud/stable8.1-backport-20346

[stable8.1] Show the language code in personal settings for unknown languages

8 years agoMerge pull request #20362 from owncloud/backport-20271-stable8.1
Morris Jobke [Fri, 6 Nov 2015 14:26:19 +0000 (15:26 +0100)]
Merge pull request #20362 from owncloud/backport-20271-stable8.1

[Backport] [stable8.1] attempt to connect to backup server again

8 years agoShow the language code in personal settings for unknown languages
Morris Jobke [Fri, 6 Nov 2015 08:48:05 +0000 (09:48 +0100)]
Show the language code in personal settings for unknown languages

Steps to reproduce:
* having an unknown language set in oc_preferences
* browse the personal settings
* only get listed the first letter of this language in the language chooser

8 years agointegration tests
Arthur Schiwon [Tue, 3 Nov 2015 23:18:35 +0000 (00:18 +0100)]
integration tests

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 #20246 from owncloud/backport-20192-stable8.1
Vincent Petry [Thu, 5 Nov 2015 16:26:23 +0000 (17:26 +0100)]
Merge pull request #20246 from owncloud/backport-20192-stable8.1

[backport] [stable8.1] if a user that is flag as deleted shows up again, remove that flag. F…

8 years agoMerge pull request #20286 from owncloud/stable8.1-share-preventmovemountpointintoshar...
Vincent Petry [Thu, 5 Nov 2015 09:29:46 +0000 (10:29 +0100)]
Merge pull request #20286 from owncloud/stable8.1-share-preventmovemountpointintosharedfolder

[stable8.1] Prevent moving mount point into already shared folder (outgoing)

8 years agoMerge pull request #20298 from owncloud/backport-20155-8.1
Morris Jobke [Wed, 4 Nov 2015 15:17:43 +0000 (16:17 +0100)]
Merge pull request #20298 from owncloud/backport-20155-8.1

[backport] [stable8.1] 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 agoPrevent moving mount point into already shared folder (outgoing)
Vincent Petry [Fri, 2 Oct 2015 10:14:24 +0000 (12:14 +0200)]
Prevent moving mount point into already shared folder (outgoing)

It is already not allowed to share a folder containing mount points /
incoming shares.

This fixes an issue that made it possible to bypass the check by moving
the incoming share mount point into an existing outgoing share folder.

8 years agoMerge pull request #20163 from owncloud/backport-19489
Morris Jobke [Tue, 3 Nov 2015 12:22:53 +0000 (13:22 +0100)]
Merge pull request #20163 from owncloud/backport-19489

[stable8.1] fix possible infinite loop when reading groups in the wizard

8 years agoif a user that is flag as deleted shows up again, remove that flag. Fixes #20090
Arthur Schiwon [Fri, 30 Oct 2015 18:20:42 +0000 (19:20 +0100)]
if a user that is flag as deleted shows up again, remove that flag. Fixes #20090

Conflicts:
apps/user_ldap/lib/access.php

8 years agoMerge pull request #19773 from owncloud/stable8.1-proppatch-lastmodified
Morris Jobke [Mon, 2 Nov 2015 08:01:55 +0000 (09:01 +0100)]
Merge pull request #19773 from owncloud/stable8.1-proppatch-lastmodified

[stable8.1] Fix mtime PROPPATCH to be "lastmodified" instead of "getlastmodified"

8 years agoMerge pull request #20137 from owncloud/LukasReschke-patch-2
Morris Jobke [Mon, 2 Nov 2015 08:01:21 +0000 (09:01 +0100)]
Merge pull request #20137 from owncloud/LukasReschke-patch-2

[stable8.1] Update certificate bundle

8 years ago8.1.4 v8.1.4
C Montero-Luque [Fri, 30 Oct 2015 16:45:25 +0000 (12:45 -0400)]
8.1.4

8 years agofix possible infinite loop when reading groups in the wizard
Arthur Schiwon [Wed, 30 Sep 2015 22:30:05 +0000 (00:30 +0200)]
fix possible infinite loop when reading groups in the wizard

8 years ago[stable8.1] Update certificate bundle
Lukas Reschke [Thu, 29 Oct 2015 09:36:35 +0000 (10:36 +0100)]
[stable8.1] Update certificate bundle

Backport of https://github.com/owncloud/core/pull/20126

8 years ago8.1.4 RC2 v8.1.4RC2
C Montero-Luque [Wed, 28 Oct 2015 14:22:39 +0000 (10:22 -0400)]
8.1.4 RC2

8 years agoMerge pull request #19512 from owncloud/backport-19419-stable8.1
Thomas Müller [Wed, 28 Oct 2015 10:09:01 +0000 (11:09 +0100)]
Merge pull request #19512 from owncloud/backport-19419-stable8.1

[backport] [stable8.1] memberOf resembles a DN as well and is actively used

8 years agofixing typo
Thomas Müller [Wed, 28 Oct 2015 08:24:19 +0000 (09:24 +0100)]
fixing typo

8 years agomemberOf resembles a DN as well and is actively used
Arthur Schiwon [Mon, 28 Sep 2015 16:38:57 +0000 (18:38 +0200)]
memberOf resembles a DN as well and is actively used

Conflicts:
apps/user_ldap/tests/access.php

8 years agoMerge pull request #19972 from owncloud/stable8.1-backport-19635
Morris Jobke [Tue, 27 Oct 2015 13:08:26 +0000 (14:08 +0100)]
Merge pull request #19972 from owncloud/stable8.1-backport-19635

[stable8.1] allow an attribute to return more than one value

8 years agoMerge pull request #20064 from owncloud/stable8.1-add-warning-for-php7
Thomas Müller [Mon, 26 Oct 2015 21:04:14 +0000 (22:04 +0100)]
Merge pull request #20064 from owncloud/stable8.1-add-warning-for-php7

[stable8.1] 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 agoAdjust unit tests
Lukas Reschke [Fri, 16 Oct 2015 08:35:47 +0000 (10:35 +0200)]
Adjust unit tests

8 years agoFix style
Lukas Reschke [Fri, 16 Oct 2015 08:35:40 +0000 (10:35 +0200)]
Fix style

8 years agoRevert "adjust to nested group fix
Frédéric Fortier [Fri, 16 Oct 2015 00:30:27 +0000 (20:30 -0400)]
Revert "adjust to nested group fix

This reverts commit 845485cfe, which fixes #19816 regression.

8 years agoMerge pull request #19998 from owncloud/backport-fix-deleted-ldap-user-sharing-stable8.1
Thomas Müller [Fri, 23 Oct 2015 13:26:54 +0000 (15:26 +0200)]
Merge pull request #19998 from owncloud/backport-fix-deleted-ldap-user-sharing-stable8.1

[8.1] handle NoUserException in sharing code

8 years agoMerge pull request #20007 from owncloud/stable8.1-backport-19957
Thomas Müller [Fri, 23 Oct 2015 13:26:10 +0000 (15:26 +0200)]
Merge pull request #20007 from owncloud/stable8.1-backport-19957

[8.1] Expose syslog tag in the configuration

8 years agoMerge pull request #20002 from owncloud/backport-19970-8.1
Thomas Müller [Fri, 23 Oct 2015 13:25:54 +0000 (15:25 +0200)]
Merge pull request #20002 from owncloud/backport-19970-8.1

[8.1] Fix "Call to a member function getUID() on boolean" in Crypt

8 years agoAdd syslog_tag docu to sample config
Steffen Lindner [Fri, 23 Oct 2015 11:43:41 +0000 (13:43 +0200)]
Add syslog_tag docu to sample config

8 years agoExpose syslog tag in the configuration
Volker Fröhlich [Fri, 17 Oct 2014 11:37:35 +0000 (13:37 +0200)]
Expose syslog tag in the configuration

8 years agoFix "Call to a member function getUID() on boolean" in Crypt
Joas Schilling [Thu, 22 Oct 2015 09:46:37 +0000 (11:46 +0200)]
Fix "Call to a member function getUID() on boolean" in Crypt

8 years agohandle NoUserException in sharing code
Morris Jobke [Thu, 22 Oct 2015 15:04:36 +0000 (17:04 +0200)]
handle NoUserException in sharing code

* setup LDAP users
* share from an LDAP user
* delete that LDAP user
* log in as share recipient
* before: unhandled NoUserException
* after: NoUserEception is logged and share is not shown anymore

8 years agoadjust fetchList with a single requested attribute accordingly
Arthur Schiwon [Fri, 9 Oct 2015 18:07:35 +0000 (20:07 +0200)]
adjust fetchList with a single requested attribute accordingly

8 years agoadjust tests
Arthur Schiwon [Fri, 9 Oct 2015 12:30:49 +0000 (14:30 +0200)]
adjust tests

8 years agofix primary group retrieval
Arthur Schiwon [Fri, 9 Oct 2015 12:12:59 +0000 (14:12 +0200)]
fix primary group retrieval

8 years agotreat dn as any other attribute when building the search() return array
Arthur Schiwon [Thu, 8 Oct 2015 19:18:34 +0000 (21:18 +0200)]
treat dn as any other attribute when building the search() return array

8 years agoadjust handling changed return array structure from search() and fetchList()
Arthur Schiwon [Thu, 8 Oct 2015 18:32:15 +0000 (20:32 +0200)]
adjust handling changed return array structure from search() and fetchList()

8 years agoallow an attribute to return more than one value
Arthur Schiwon [Wed, 7 Oct 2015 16:57:49 +0000 (18:57 +0200)]
allow an attribute to return more than one value

8 years agolowercase configured displayname attribute so isset works - all attribute names comin...
Arthur Schiwon [Thu, 1 Oct 2015 15:54:40 +0000 (17:54 +0200)]
lowercase configured displayname attribute so isset works - all attribute names coming from ldap are lowercased for easy comparison

8 years agofix update quota with known value
Arthur Schiwon [Tue, 29 Sep 2015 14:19:45 +0000 (16:19 +0200)]
fix update quota with known value

8 years agostable8.1 related adjustments to #18469 backport
Arthur Schiwon [Mon, 28 Sep 2015 20:58:10 +0000 (22:58 +0200)]
stable8.1 related adjustments to #18469 backport

8 years agoBackport #18469 (read all relevant user attributes on login and user search, in one...
Arthur Schiwon [Thu, 20 Aug 2015 22:55:42 +0000 (00:55 +0200)]
Backport #18469 (read all relevant user attributes on login and user search, in one query)

read all relevant user attributes on login and user search, in one query. saves us some.

Conflicts:
apps/user_ldap/user_ldap.php

adjust to nested group fix

do not throw exception when no attribute is specified

8 years ago8.1.4 RC1 v8.1.4RC1
C Montero-Luque [Wed, 21 Oct 2015 21:09:42 +0000 (17:09 -0400)]
8.1.4 RC1

8 years agoMerge pull request #19832 from owncloud/stable8.1-public-recognizeauthsession
Thomas Müller [Tue, 20 Oct 2015 12:25:59 +0000 (14:25 +0200)]
Merge pull request #19832 from owncloud/stable8.1-public-recognizeauthsession

[stable8.1] Allow public auth to recognize sesssion

9 years agoMerge pull request #19830 from owncloud/fix-expiration-format-stable8.1
Thomas Müller [Fri, 16 Oct 2015 13:43:38 +0000 (15:43 +0200)]
Merge pull request #19830 from owncloud/fix-expiration-format-stable8.1

Use proper format when setting the expiration date

9 years agoAllow public auth to recognize sesssion
Vincent Petry [Mon, 13 Jul 2015 15:39:07 +0000 (17:39 +0200)]
Allow public auth to recognize sesssion

When a public link password has been input, its auth is stored in the
session.
This fix makes it possible to recognize the session when using public
webdav from the files UI.

9 years agoUse proper format when setting the expiration date
Thomas Müller [Fri, 16 Oct 2015 11:47:36 +0000 (13:47 +0200)]
Use proper format when setting the expiration date

9 years agoMerge pull request #19809 from owncloud/show-serverside-share-link-expiration-stable8.1
Thomas Müller [Fri, 16 Oct 2015 11:08:14 +0000 (13:08 +0200)]
Merge pull request #19809 from owncloud/show-serverside-share-link-expiration-stable8.1

Update expiration date on link sharing

9 years agoMerge pull request #19638 from owncloud/stable8.1_backport_sharingcheckmiddleware_fixes
Roeland Douma [Fri, 16 Oct 2015 06:51:37 +0000 (08:51 +0200)]
Merge pull request #19638 from owncloud/stable8.1_backport_sharingcheckmiddleware_fixes

Stable8.1 backport sharingcheckmiddleware fixes

9 years agoMerge pull request #19784 from owncloud/stable8.1_backport_19727
Thomas Müller [Thu, 15 Oct 2015 17:58:42 +0000 (19:58 +0200)]
Merge pull request #19784 from owncloud/stable8.1_backport_19727

[Stable8.1] Return path instead of itemsource

9 years agoSet expiration date on password change
Thomas Müller [Thu, 15 Oct 2015 15:16:18 +0000 (17:16 +0200)]
Set expiration date on password change

9 years agoOnly show expiration date in the web ui if it has been set
Thomas Müller [Thu, 15 Oct 2015 14:58:51 +0000 (16:58 +0200)]
Only show expiration date in the web ui if it has been set

9 years agoUpdate expiration date on link sharing
Thomas Müller [Thu, 15 Oct 2015 13:23:50 +0000 (15:23 +0200)]
Update expiration date on link sharing

9 years agoMerge pull request #19786 from owncloud/backport-stable8.1-setup-transport
Lukas Reschke [Thu, 15 Oct 2015 12:00:24 +0000 (14:00 +0200)]
Merge pull request #19786 from owncloud/backport-stable8.1-setup-transport

[stable8.1] Setup sendmail transport

9 years agoSetup sendmail transport
Lukas Reschke [Thu, 8 Oct 2015 14:46:42 +0000 (16:46 +0200)]
Setup sendmail transport

Replaces https://github.com/owncloud/core/pull/19047 and fixes https://github.com/owncloud/enterprise/issues/854  and https://github.com/owncloud/core/issues/19110