summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Refactor single file download into it's own methodThomas Müller2015-10-051-76/+71
| | | |
| * | | Recursively lock folder contentsThomas Müller2015-10-051-6/+27
| | | |
| * | | release locks in case of exceptionThomas Müller2015-10-051-0/+2
| | | |
| * | | log the exception during zip creationThomas Müller2015-10-051-13/+26
| | | |
| * | | Lock files which are zippedThomas Müller2015-10-051-6/+26
| | | |
| * | | Clean PHPDocThomas Müller2015-10-051-6/+6
| | | |
* | | | Merge pull request #19597 from owncloud/update-license-headersThomas Müller2015-10-06127-82/+167
|\ \ \ \ | |_|/ / |/| | | update licence headers via script
| * | | deduplicate @xenopathicMorris Jobke2015-10-0621-21/+13
| | | |
| * | | update licence headers via scriptMorris Jobke2015-10-05125-79/+172
| |/ /
* | | Merge pull request #19577 from ↵Thomas Müller2015-10-061-0/+6
|\ \ \ | | | | | | | | | | | | | | | | owncloud/share-donotreturnentrieswhenusernotingroup Remove invalid share items from result when missing group membership
| * | | Remove invalid share items from result when missing group membershipVincent Petry2015-10-051-0/+6
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Group shares usually have subshare entries for every user. In some situations it can happen that the user was removed from the group but the subshare entries still exist. This fix makes sure that such subshare entries are not returned any more as the user isn't in the group any more.
* | | Merge pull request #19530 from ↵Thomas Müller2015-10-061-1/+3
|\ \ \ | | | | | | | | | | | | | | | | owncloud/issue-13213-sharing-conflict-when-sharing-subfile Make sure the share we found is for the same item
| * | | Make sure all variables are definedJoas Schilling2015-10-051-0/+2
| | | |
| * | | Make sure the share we found is for the same itemJoas Schilling2015-10-051-1/+1
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-064-4/+8
| | | |
* | | | use a normal rename when moving from the same storage in the encryption wrapperRobin Appelman2015-10-051-0/+3
| |/ / |/| |
* | | add some output to explain the pre-conditions for decrypt-allBjoern Schiessle2015-10-051-0/+3
|/ /
* | Merge pull request #19416 from owncloud/node-hook-connectorThomas Müller2015-10-052-1/+156
|\ \ | | | | | | pass view hooks trough to the node hooks
| * | pass view hooks trough to the node hooksRobin Appelman2015-09-281-1/+5
| | |
| * | Add hook connector to connect view and node hooksRobin Appelman2015-09-281-0/+151
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-042-20/+278
| | |
* | | Merge pull request #19545 from owncloud/fix-16908Thomas Müller2015-10-032-0/+3
|\ \ \ | | | | | | | | Add remark that $run is not supported anymore
| * | | Add remark that $run is not supported anymoreLukas Reschke2015-10-022-0/+3
| | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/16908
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-034-4/+42
|/ / /
* | | Merge pull request #19272 from owncloud/mimetypes-enhancedThomas Müller2015-10-022-1/+53
|\ \ \ | | | | | | | | Introduce a few new mimetypes for code, fix recursive mimetype aliases
| * | | Added mimetype repair stepRoeland Jago Douma2015-10-021-0/+52
| | | | | | | | | | | | | | | | * Version number increased
| * | | Allow recursive mimetype aliasesRobin McCorkell2015-10-021-1/+1
| | | | | | | | | | | | | | | | application/xml -> text/html -> text/code
* | | | Merge pull request #19525 from ↵Robin Appelman2015-10-021-8/+29
|\ \ \ \ | |/ / / |/| | | | | | | | | | | owncloud/share-preventmovemountpointintosharedfolder Prevent moving mount point into already shared folder (outgoing)
| * | | Prevent moving mount point into already shared folder (outgoing)Vincent Petry2015-10-021-8/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge pull request #19533 from owncloud/free-space-infRobin Appelman2015-10-021-1/+1
|\ \ \ \ | | | | | | | | | | Work around INF=0 on some shared hosts
| * | | | Work around INF=0 on some shared hostsRobin Appelman2015-10-021-1/+1
| | | | |
* | | | | [l10n] remove unused static methodsMorris Jobke2015-10-021-36/+3
|/ / / /
* | | | Merge pull request #19510 from owncloud/json-grouplist-sharing-excludeThomas Müller2015-10-021-1/+6
|\ \ \ \ | | | | | | | | | | save excluded groups in json format
| * | | | save excluded groups in json format - fixes #10983Thomas Müller2015-10-011-1/+6
| | | | |
* | | | | Allow identifying whether the current item is the filtered oneJoas Schilling2015-10-022-0/+37
| |/ / / |/| | |
* | | | Merge pull request #19505 from owncloud/returnfloatforquotaJörn Friedrich Dreyer2015-10-021-2/+2
|\ \ \ \ | | | | | | | | | | always return float, update doc
| * | | | always return float, update docJörn Friedrich Dreyer2015-10-011-2/+2
| | | | |
* | | | | Merge pull request #19480 from owncloud/fix-l10nJörn Friedrich Dreyer2015-10-021-14/+5
|\ \ \ \ \ | | | | | | | | | | | | Fix l10n on master
| * | | | | Fix l10n on masterMorris Jobke2015-09-301-14/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * $app isn't useful for this case * kill it with :fire:
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-022-0/+2
| | | | | |
* | | | | | Merge pull request #19463 from owncloud/fix_18132Thomas Müller2015-10-011-2/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | encryption: versions should always use the keys of the original file, no need to …
| * | | | | | versions should always use the keys of the original file, no need to create ↵Bjoern Schiessle2015-10-011-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | new one
* | | | | | | Add testsRobin Appelman2015-10-011-1/+1
| | | | | | |
* | | | | | | stricter check if thumbnail is cachedRobin Appelman2015-10-011-7/+4
| | | | | | |
* | | | | | | to much copy pasteRobin Appelman2015-10-011-5/+3
| | | | | | |
* | | | | | | use cache data we already have to check if a thumbnail of specific size is ↵Robin Appelman2015-10-011-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | cached
* | | | | | | use the fileinfo to check if we have a valid fileRobin Appelman2015-10-011-1/+1
| | | | | | |
* | | | | | | allow passing the fileinfo to the preview managerRobin Appelman2015-10-011-2/+3
| |_|_|/ / / |/| | | | |
* | | | | | add more precise version to also repair git master instancesMorris Jobke2015-10-011-1/+1
| | | | | |
* | | | | | Repair step to remove bogus expiration dates from non-link sharesVincent Petry2015-10-012-0/+81
|/ / / / /