summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11565 from owncloud/fix-behaviourOnOSXLukas Reschke2014-10-151-1/+1
|\
| * Add darwin to if blockLukas Reschke2014-10-141-1/+1
* | Merge pull request #11528 from owncloud/use-raw-urlLukas Reschke2014-10-151-1/+1
|\ \
| * | Use `rawurlencode` since this seems to be expected by cURLLukas Reschke2014-10-141-1/+1
| |/
* | in cli mode return true for isHtaccessWorkingJörn Friedrich Dreyer2014-10-151-1/+1
* | introduce new app page layoutThomas Müller2014-10-153-65/+58
* | Merge pull request #11538 from owncloud/webdav-creatable-infoVincent Petry2014-10-151-1/+1
|\ \
| * | Use the cached fileinfo to get creatable permissionsRobin Appelman2014-10-131-1/+1
* | | Merge pull request #11541 from owncloud/usersession-activeuser-setsessionVincent Petry2014-10-151-11/+12
|\ \ \
| * | | Unset the cached active user when using a different session objectRobin Appelman2014-10-131-11/+12
| |/ /
* | | Merge pull request #11548 from owncloud/extstorage-ocfieldsVincent Petry2014-10-151-2/+2
|\ \ \ | |_|/ |/| |
| * | Allow specifying protocol in ext storage OC configVincent Petry2014-10-131-2/+2
| |/
* | Set overwritemailurl* configs on setupJoas Schilling2014-10-142-1/+5
* | Merge pull request #11546 from owncloud/users-deletewithfilecacheVincent Petry2014-10-131-1/+1
|\ \
| * | Retrieve storage numeric id earlier when still availableVincent Petry2014-10-131-1/+1
| |/
* / distinguish between file dependent shares and other sharesBjoern Schiessle2014-10-131-2/+3
|/
* Merge pull request #11367 from owncloud/removeIsMimeSupportedLukas Reschke2014-10-121-3/+1
|\
| * Remove uneeded slicing of elementLukas Reschke2014-09-301-3/+1
* | Merge pull request #11380 from owncloud/fix_performance_issue_sharingBjörn Schießle2014-10-101-18/+56
|\ \
| * | fix performance issuesBjoern Schiessle2014-10-101-18/+56
* | | Merge pull request #11501 from Ansud/masterVincent Petry2014-10-101-1/+2
|\ \ \
| * | | Urlencode file name before passing it to cURLTony Zelenoff2014-10-091-1/+2
* | | | Merge pull request #11305 from owncloud/ext-updateetagonmountVincent Petry2014-10-092-0/+14
|\ \ \ \
| * | | | Expose getAppKeys trough \OCP\IConfigRobin Appelman2014-10-081-0/+9
| * | | | Added failing unit tests for mount config hooksVincent Petry2014-10-081-0/+5
* | | | | Merge pull request #11495 from owncloud/apps-clearenableappscacheafterloading...Vincent Petry2014-10-091-0/+7
|\ \ \ \ \
| * | | | | Clear enabled apps cache after loading authentication appVincent Petry2014-10-091-0/+7
| | |/ / / | |/| | |
* / | | | Add support for keys in the info.xmlLukas Reschke2014-10-091-1/+9
|/ / / /
* | | | strict comparisonJörn Friedrich Dreyer2014-10-081-2/+2
* | | | fix amazon s3 issuesJörn Friedrich Dreyer2014-10-081-1/+1
|/ / /
* | | fix for issue #10880michag862014-10-071-1/+1
* | | Revert "fix for issue #10880"Vincent Petry2014-10-071-1/+1
* | | fix for issue #10880michag862014-10-071-1/+1
* | | Add CssImportFilter. More elegant fix for documents#348Victor Dubiniuk2014-10-061-1/+10
* | | Merge pull request #11390 from Nemesiz/masterMorris Jobke2014-10-061-1/+1
|\ \ \ | |/ / |/| |
| * | Preview large TXT files fixNmz2014-10-021-1/+1
* | | New generic class for Imagemagick conversionsOlivier Paroz2014-10-045-99/+124
|/ /
* | Merge pull request #11356 from owncloud/redirect-only-to-the-same-domainLukas Reschke2014-10-011-2/+4
|\ \
| * | Redirect only to absolute URLLukas Reschke2014-09-291-2/+4
* | | Merge pull request #11303 from owncloud/addFilelockToConfigLukas Reschke2014-10-012-83/+89
|\ \ \
| * | | Add flock to configLukas Reschke2014-09-302-83/+89
| | |/ | |/|
* | | Merge pull request #11365 from owncloud/fix-phpdocMorris Jobke2014-09-301-4/+4
|\ \ \
| * | | Fix PHPDocLukas Reschke2014-09-301-4/+4
| |/ /
* / / Remove invalid PHPDocLukas Reschke2014-09-301-3/+3
|/ /
* | Merge pull request #10107 from owncloud/sharing_group_sharesLukas Reschke2014-09-293-362/+396
|\ \
| * | some small fixed, suggested by scrutinizerBjoern Schiessle2014-09-293-6/+5
| * | on unshare only unshare childrens if there is no other parent availableBjoern Schiessle2014-09-262-15/+63
| * | only create a new share entry, if the user needs a different target name than...Bjoern Schiessle2014-09-261-1/+1
| * | for group shares we don't need a extra db entry of groupTarget equals itemTargetBjoern Schiessle2014-09-261-3/+3
| * | for group shares only the parent has the up-to-date permission. Make sure tha...Bjoern Schiessle2014-09-261-1/+12