Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-308.1.4v8.1.4C Montero-Luque
2015-10-288.1.4 RC2v8.1.4RC2C Montero-Luque
2015-10-28Merge pull request #19512 from owncloud/backport-19419-stable8.1Thomas Müller
[backport] [stable8.1] memberOf resembles a DN as well and is actively used
2015-10-28fixing typoThomas Müller
2015-10-28memberOf resembles a DN as well and is actively usedArthur Schiwon
Conflicts: apps/user_ldap/tests/access.php
2015-10-27Merge pull request #19972 from owncloud/stable8.1-backport-19635Morris Jobke
[stable8.1] allow an attribute to return more than one value
2015-10-27Merge pull request #20064 from owncloud/stable8.1-add-warning-for-php7Thomas Müller
[stable8.1] Stop processing if PHP 7 is used
2015-10-26Stop processing if PHP 7 is usedLukas Reschke
PHP 7 is only compatible with ownCloud 8.2.0
2015-10-26Adjust unit testsLukas Reschke
2015-10-26Fix styleLukas Reschke
2015-10-26Revert "adjust to nested group fixFrédéric Fortier
This reverts commit 845485cfe, which fixes #19816 regression.
2015-10-23Merge pull request #19998 from ↵Thomas Müller
owncloud/backport-fix-deleted-ldap-user-sharing-stable8.1 [8.1] handle NoUserException in sharing code
2015-10-23Merge pull request #20007 from owncloud/stable8.1-backport-19957Thomas Müller
[8.1] Expose syslog tag in the configuration
2015-10-23Merge pull request #20002 from owncloud/backport-19970-8.1Thomas Müller
[8.1] Fix "Call to a member function getUID() on boolean" in Crypt
2015-10-23Add syslog_tag docu to sample configSteffen Lindner
2015-10-23Expose syslog tag in the configurationVolker Fröhlich
2015-10-23Fix "Call to a member function getUID() on boolean" in CryptJoas Schilling
2015-10-23handle NoUserException in sharing codeMorris Jobke
* 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
2015-10-22adjust fetchList with a single requested attribute accordinglyArthur Schiwon
2015-10-22adjust testsArthur Schiwon
2015-10-22fix primary group retrievalArthur Schiwon
2015-10-22treat dn as any other attribute when building the search() return arrayArthur Schiwon
2015-10-22adjust handling changed return array structure from search() and fetchList()Arthur Schiwon
2015-10-22allow an attribute to return more than one valueArthur Schiwon
2015-10-22lowercase configured displayname attribute so isset works - all attribute ↵Arthur Schiwon
names coming from ldap are lowercased for easy comparison
2015-10-22fix update quota with known valueArthur Schiwon
2015-10-22stable8.1 related adjustments to #18469 backportArthur Schiwon
2015-10-22Backport #18469 (read all relevant user attributes on login and user search, ↵Arthur Schiwon
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
2015-10-228.1.4 RC1v8.1.4RC1C Montero-Luque
2015-10-20Merge pull request #19832 from owncloud/stable8.1-public-recognizeauthsessionThomas Müller
[stable8.1] Allow public auth to recognize sesssion
2015-10-16Merge pull request #19830 from owncloud/fix-expiration-format-stable8.1Thomas Müller
Use proper format when setting the expiration date
2015-10-16Allow public auth to recognize sesssionVincent Petry
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.
2015-10-16Use proper format when setting the expiration dateThomas Müller
2015-10-16Merge pull request #19809 from ↵Thomas Müller
owncloud/show-serverside-share-link-expiration-stable8.1 Update expiration date on link sharing
2015-10-16Merge pull request #19638 from ↵Roeland Douma
owncloud/stable8.1_backport_sharingcheckmiddleware_fixes Stable8.1 backport sharingcheckmiddleware fixes
2015-10-15Merge pull request #19784 from owncloud/stable8.1_backport_19727Thomas Müller
[Stable8.1] Return path instead of itemsource
2015-10-15Set expiration date on password changeThomas Müller
2015-10-15Only show expiration date in the web ui if it has been setThomas Müller
2015-10-15Update expiration date on link sharingThomas Müller
2015-10-15Merge pull request #19786 from owncloud/backport-stable8.1-setup-transportLukas Reschke
[stable8.1] Setup sendmail transport
2015-10-14Setup sendmail transportLukas Reschke
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
2015-10-14Return path instead of itemsourceRoeland Jago Douma
Fixes #19678 Errors should contain paths and not internal ids
2015-10-13Merge pull request #19740 from owncloud/stable8.1-do-not-leak-exception-dataMorris Jobke
[stable8.1] Do not print exception message
2015-10-13Merge pull request #19287 from RealRancor/restruct_config_sampleMorris Jobke
Restructure config.sample.php of stable8.1
2015-10-13Do not print exception messageLukas Reschke
In case of an error the error message often contains sensitive data such as the full path which potentially leads to a full path disclosure. Thus the error message should not directly get displayed to the user and instead be logged.
2015-10-13Merge pull request #19715 from ↵Morris Jobke
owncloud/stable8.1-repair-donotrepairfoldermimetypes [stable8.1] Do not update mime types for folders with extension
2015-10-12Do not update mime types for folders with extensionVincent Petry
Some folders might have an extension like "test.conf". This fix prevents to overwrite the folder's mime type with another mime type while running the mimetype repair step.
2015-10-12Merge pull request #19466 from owncloud/tarstreamer-stable8.1Thomas Müller
[stable8.1] backport Tarstreamer
2015-10-09Merge pull request #18855 from owncloud/memcached-fix-stable8.1Morris Jobke
[stable8.1] Fallback to complete Memcached flush if getAllKeys fails
2015-10-09Merge pull request #19658 from owncloud/stable8.1-backport-19546Morris Jobke
Stable8.1 backport 19546