summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-121-1/+48
* 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
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-102-5/+24
* | | Merge pull request #11305 from owncloud/ext-updateetagonmountVincent Petry2014-10-093-0/+21
|\ \ \
| * | | Expose getAppKeys trough \OCP\IConfigRobin Appelman2014-10-082-0/+16
| * | | 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
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-092-1/+2
* | | 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
* | Merge pull request #11437 from owncloud/add-import-filterMorris Jobke2014-10-071-1/+10
|\ \
| * | Add CssImportFilter. More elegant fix for documents#348Victor Dubiniuk2014-10-061-1/+10
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-071-2/+2
|/ /
* | Merge pull request #11390 from Nemesiz/masterMorris Jobke2014-10-061-1/+1
|\ \ | |/ |/|
| * Preview large TXT files fixNmz2014-10-021-1/+1
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-062-0/+16
* | New generic class for Imagemagick conversionsOlivier Paroz2014-10-045-99/+124
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-011-1/+1
* 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
* | | | Merge pull request #11366 from owncloud/invalid-docMorris Jobke2014-09-301-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove invalid PHPDocLukas Reschke2014-09-301-3/+3
| |/ /
* / / [tx-robot] updated from transifexJenkins for ownCloud2014-09-302-0/+9
|/ /
* | Merge pull request #10107 from owncloud/sharing_group_sharesLukas Reschke2014-09-294-364/+398
|\ \
| * | 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
| * | call \OCP\Share::getItemsSharedWithUser() to get exclude list, this way all c...Bjoern Schiessle2014-09-251-29/+5
| * | always select permissions, used in getItems()Bjoern Schiessle2014-09-251-2/+3
| * | some small fixesBjoern Schiessle2014-09-252-7/+2
| * | only add a new row if it isn't a unique share, otherwise update the existing rowBjoern Schiessle2014-09-241-1/+1
| * | mark exclude list as deprecated. It neither used by the files app nor by theBjoern Schiessle2014-09-241-1/+1
| * | fix add user to group to work with grouped sharesBjoern Schiessle2014-09-241-10/+18
| * | generateTarget() will always find a unique targetBjoern Schiessle2014-09-242-96/+80
| * | unit tests for grouping of shares pointing to the same sourceBjoern Schiessle2014-09-221-1/+1
| * | group shares and combine permissionsBjoern Schiessle2014-09-221-237/+249