summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8488 from owncloud/sabre-notfoundloglevelLukas Reschke2014-05-072-6/+20
|\ | | | | Some expected Sabre exceptions are now logged with DEBUG level
| * Some expected Sabre exceptions are now logged with DEBUG levelVincent Petry2014-05-072-6/+20
| |
* | Merge pull request #8223 from owncloud/fix_linkToPublicVincent Petry2014-05-071-5/+13
|\ \ | | | | | | Fix linkToPublic and linkToAbsolute.
| * | Also fix linkToAbsoluteThomas Tanghus2014-04-161-3/+7
| | |
| * | Fix linkToPublic. Refs #8218Thomas Tanghus2014-04-151-2/+6
| | |
* | | Merge pull request #8045 from josh4trunks/nginx_x-accel_send_uriVincent Petry2014-05-061-1/+4
|\ \ \ | | | | | | | | Send URI instead of filepath to NGINX for X-Accel
| * | | Send URI instead of filepath to NGINX for X-Acceljosh4trunks2014-04-031-1/+4
| | | |
* | | | Merge pull request #8459 from owncloud/fix-getUserFolderMorris Jobke2014-05-051-2/+10
|\ \ \ \ | | | | | | | | | | fix getUserFolder() of server container
| * | | | fix getUserFolder() of server containerMorris Jobke2014-05-051-2/+10
| | |_|/ | |/| |
* | | | Dont create borders around previews when scaling up is disabledRobin Appelman2014-05-051-1/+1
| | | |
* | | | Merge pull request #8386 from owncloud/fix_6946_masterVincent Petry2014-05-056-64/+39
|\ \ \ \ | |/ / / |/| | | Fix 6946 master
| * | | Group Database backend must not gather user details itself but ask userArthur Schiwon2014-04-286-64/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backends. This is a port to master from PR #7745 remove OC_GROUP_BACKEND_GET_DISPLAYNAME option for group backends Conflicts: lib/private/group/backend.php LDAP: getDisplayNamesInGroup is not an option for group backends anymore Conflicts: apps/user_ldap/group_ldap.php apps/user_ldap/group_proxy.php clean up group backends Conflicts: lib/private/group/database.php remove now unnecessary test implement getDisplayNames in group manager adjust user manager tests test for group manager's displayNamesInGroup trim must not be used in empty in PHP < 5.5 keep the constant to not provoke PHP warnings Conflicts: lib/private/group/backend.php
* | | | Merge pull request #8407 from owncloud/scale-pics-on-public-sharing-masterThomas Müller2014-05-056-22/+48
|\ \ \ \ | | | | | | | | | | Images on public sharing get downscaled to increase use experience - thi...
| * | | | Images on public sharing get downscaled to increase use experience - this ↵Thomas Müller2014-05-026-22/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | will speed up loading time - adding keep aspect to core/ajax/preview.php - remove duplicate method Preview::show() - no more hard coded mimetype of preview - remove .png from the preview urls - keep old route preview.png for backwards compatibility - aspect preserving previews are now cached
* | | | | Merge pull request #8442 from owncloud/fix-typoThomas Müller2014-05-052-9/+9
|\ \ \ \ \ | | | | | | | | | | | | Fix typo and PHPDoc
| * | | | | Fix PHP Doc and use readable variable nameLukas Reschke2014-05-041-6/+6
| | | | | |
| * | | | | Does also take int or stringLukas Reschke2014-05-041-1/+1
| | | | | |
| * | | | | Fix typoLukas Reschke2014-05-041-2/+2
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-053-3/+56
|/ / / / /
* | | | | Merge pull request #8023 from flyser/masterMorris Jobke2014-05-032-3/+27
|\ \ \ \ \ | | | | | | | | | | | | Fix setting the max-upload-size for really large values.
| * | | | | Fix setting the max-upload-size for really large values.Fabian Henze2014-04-032-3/+27
| | | | | | | | | | | | | | | | | | | | | | | | php can only parse filesize units up to gigabytes, not terabytes or petabytes.
* | | | | | Merge pull request #8171 from owncloud/fix-importBernhard Posselt2014-05-022-3/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | be nice and use a relative import so people can use the class without fi...
| * | | | | | add class Pimple to autloaderThomas Müller2014-04-282-3/+1
| | | | | | |
| * | | | | | be nice and use a relative import so people can use the class without firing ↵Bernhard Posselt2014-04-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | up owncloud
* | | | | | | Merge pull request #8377 from youngguns-nl/issue_8376Vincent Petry2014-05-022-2/+20
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | RecursiveDirectoryIterator does not work on NFS
| * | | | | | refs #8376; spaces=>tabsSjors van der Pluijm2014-04-281-1/+1
| | | | | | |
| * | | | | | refs #8376; added comment and applied patch on other filesSjors van der Pluijm2014-04-282-1/+15
| | | | | | |
| * | | | | | rewind iterator before iteration startsSjors van der Pluijm2014-04-281-0/+1
| | | | | | |
| * | | | | | fixes #8376Sjors van der Pluijm2014-04-281-1/+4
| | |_|/ / / | |/| | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-021-1/+1
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-014-0/+27
| | | | | |
* | | | | | Merge pull request #8391 from owncloud/router-parameter-sortingThomas Müller2014-04-301-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Preserve keys when sorting parameters when generatings urls
| * | | | | | Preserve keys when sorting parameters when generatings urlsRobin Appelman2014-04-291-1/+1
| | | | | | |
* | | | | | | Merge pull request #8132 from owncloud/issue/8131Thomas Müller2014-04-302-77/+57
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Issue/8131 Fix emitting of filesystem related hooks
| * | | | | | | Deduplicate codeJoas Schilling2014-04-291-136/+39
| | | | | | | |
| * | | | | | | Correctly emit create/update hooks when a large file is being created/updateJoas Schilling2014-04-291-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after being uploaded in .part files Fix #8131
| * | | | | | | Emit a new hook, when a file is being updated onlyJoas Schilling2014-04-292-1/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The write-hook also is triggered for created files Fix #8131
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-305-0/+32
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #8285 from owncloud/better_getmountby_handlingicewind19912014-04-291-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Handle return values better from Filesystem::getMountBy*
| * | | | | | Better handle return values from Filesystem::getMountBy*Robin McCorkell2014-04-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getMountByStorageId and getMountByNumericId return an empty array on error, which should be detected to avoid possible errors. This commit also adds in some new logging points and throws to aid debugging
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-297-0/+9
| | | | | | |
* | | | | | | Merge pull request #7852 from josh4trunks/basic_auth_fixThomas Müller2014-04-281-13/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixes login / logout when HTTP Basic Headers are avilable.
| * | | | | | | Fixed Typojosh4trunks2014-04-031-1/+1
| | | | | | | |
| * | | | | | | Don't always $cookie_path, only set it when neededjosh4trunks2014-04-031-3/+2
| | | | | | | |
| * | | | | | | cookie would be useless if value is not setjosh4trunks2014-04-031-1/+1
| | | | | | | |
| * | | | | | | Don't to set the cookie it wasn't needed.josh4trunks2014-04-031-1/+1
| | | | | | | |
| * | | | | | | Fixes login / logout when HTTP Basic Headers are avilable.josh4trunks2014-04-031-13/+15
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Update outdated commentVolkan Gezer2014-04-281-1/+1
| | | | | | |
* | | | | | | remove preview office fallback as it makes too much trouble and generates ↵Georg Ehrke2014-04-282-149/+0
| |_|/ / / / |/| | | | | | | | | | | | | | | | | inacceptable results
* | | | | | Merge pull request #7473 from owncloud/append-error-documentThomas Müller2014-04-282-46/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove .htaccess creation code