summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-04-236-2/+44
* Merge pull request #15809 from owncloud/view-null-rootVincent Petry2015-04-221-0/+6
|\
| * typoRobin Appelman2015-04-221-1/+1
| * dont allow using null as view rootRobin Appelman2015-04-221-0/+6
* | Merge pull request #15799 from owncloud/fix-enc-folder-moveThomas Müller2015-04-227-194/+94
|\ \ | |/ |/|
| * fix PHPDocThomas Müller2015-04-221-7/+8
| * pass KeyStorage via ctorThomas Müller2015-04-222-17/+11
| * calling renameKeys() on directory level as well - fixes #15778Thomas Müller2015-04-221-7/+3
| * add $encryptionModuleId to methods of Keys/IStorageThomas Müller2015-04-226-170/+79
* | Merge pull request #15787 from owncloud/trash-partfilesMorris Jobke2015-04-221-2/+2
|\ \
| * | Do not trash part files, delete directlyVincent Petry2015-04-211-2/+2
* | | Merge pull request #15549 from owncloud/jcf-fix-cache-updateMorris Jobke2015-04-221-1/+8
|\ \ \ | |_|/ |/| |
| * | clarify the duplication of the $params arrayJens-Christian Fischer2015-04-121-1/+2
| * | don't update identical valuesJens-Christian Fischer2015-04-111-1/+7
* | | Merge pull request #15757 from owncloud/enc-fixfeofforlastblockBjörn Schießle2015-04-221-0/+4
|\ \ \
| * | | Fix encryption feof to not return too earlyVincent Petry2015-04-201-0/+4
* | | | Merge pull request #15734 from owncloud/add-deprecate-tagsThomas Müller2015-04-216-1/+27
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add @deprecated to all methods with a proper method in \OCPMorris Jobke2015-04-206-1/+27
* | | | get dirname from sharePathBjoern Schiessle2015-04-211-1/+1
* | | | Merge pull request #15636 from owncloud/enc2_performance_improvementBjörn Schießle2015-04-211-3/+2
|\ \ \ \
| * | | | set size and unencrypted size to zero on fopenBjoern Schiessle2015-04-201-3/+2
* | | | | Merge pull request #15748 from owncloud/fixing-enc-filesize-once-moreVincent Petry2015-04-205-19/+71
|\ \ \ \ \
| * | | | | move permission related code into getMetaData()Thomas Müller2015-04-203-15/+20
| * | | | | Introduce Storage::getMetaData() to allow storage implementations more contro...Thomas Müller2015-04-205-10/+10
| * | | | | Introduce Storage::getData() to allow storage implementations more control ov...Thomas Müller2015-04-205-10/+57
* | | | | | Merge pull request #15744 from owncloud/fix-inverted-path-in-resourcenotfoundLukas Reschke2015-04-201-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix wrong path generationMorris Jobke2015-04-201-1/+1
* | | | | | Merge pull request #15635 from owncloud/issue/15634-empty-txt-previewsMorris Jobke2015-04-201-1/+1
|\ \ \ \ \ \
| * | | | | | Scale up the font on larger previewsJoas Schilling2015-04-151-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #15735 from owncloud/fix-visibilityMorris Jobke2015-04-208-22/+22
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix visibility of public API methodsJoas Schilling2015-04-203-4/+4
| * | | | | Fix visibility of interfaces in \OCPMorris Jobke2015-04-195-18/+18
| | |_|/ / | |/| | |
* | | | | Merge pull request #15637 from owncloud/migrate-certificate-stuffLukas Reschke2015-04-203-13/+14
|\ \ \ \ \
| * | | | | Proper return typesLukas Reschke2015-04-202-3/+4
| * | | | | Verify if returned object is an arrayLukas Reschke2015-04-201-10/+10
* | | | | | Merge pull request #15733 from owncloud/remove-oc_backgroundjobLukas Reschke2015-04-202-58/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Removed OC_BackgroundJob - reduce class overheadMorris Jobke2015-04-182-58/+5
| |/ / / /
* | | | | Add version to deprecation noticeLukas Reschke2015-04-202-3/+3
* | | | | Deprecate unused `\OCP\Response::sendFile`Lukas Reschke2015-04-202-3/+6
* | | | | Merge pull request #15717 from owncloud/issue/15716-fixing-ocp-api-namespace-...Morris Jobke2015-04-202-12/+46
|\ \ \ \ \
| * | | | | Add @since tag to public namespace constantsMorris Jobke2015-04-181-0/+2
| * | | | | Fix usage of deprecated private constantsJoas Schilling2015-04-181-2/+2
| * | | | | Deprecate the OC_API constants in favor of the OCP onesJoas Schilling2015-04-181-8/+24
| * | | | | Move constants to OCP\API so apps can use themJoas Schilling2015-04-181-2/+18
| * | | | | Correctly prefix OC_API with \ since its not in the namespaceJoas Schilling2015-04-181-2/+2
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-04-202-0/+10
* | | | | | Merge pull request #15739 from DavidPrevot/symfony-2.7Morris Jobke2015-04-191-2/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Replace `_method` requirement by {g,s}etMethods()David Prévot2015-04-191-2/+2
* | | | | | get rid of OC_GeoGeorg Ehrke2015-04-191-50/+0
|/ / / / /
* | | | | Merge pull request #15736 from owncloud/remove-dependency-on-legacy-code-in-ocpRoeland Douma2015-04-193-9/+10
|\ \ \ \ \