summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* adding unit tests for stream wrapperThomas Müller2015-04-071-13/+18
* various fixes & start to unit test the encryption storage wrapperThomas Müller2015-04-073-19/+26
* Applying diff as of https://github.com/owncloud/core/pull/15303jknockaert2015-04-071-24/+46
* make recovery settings workBjoern Schiessle2015-04-071-1/+4
* fix lib/private/encryption/util.php callBjoern Schiessle2015-04-072-2/+5
* remove debug code from coreBjoern Schiessle2015-04-071-3/+0
* check if recovery key exists and encrypt the file with the recovery key if ne...Bjoern Schiessle2015-04-071-1/+22
* core: documentation fixesBjoern Schiessle2015-04-071-1/+1
* core: small fixesBjoern Schiessle2015-04-071-1/+0
* implement rename and delete of encryption keysBjoern Schiessle2015-04-072-0/+35
* Updating keystorage movement and fixing hooksClark Tomlinson2015-04-071-1/+1
* add deleteKey methods to key storageBjoern Schiessle2015-04-071-7/+62
* fix encryption manager to handle more than one encryption moduleBjoern Schiessle2015-04-071-6/+18
* fix keystorage and add unit testsBjoern Schiessle2015-04-072-347/+8
* Initial commitClark Tomlinson2015-04-0711-15/+321
* create basic interfaces and wrapper to make encryption more modularBjoern Schiessle2015-04-071-0/+223
* When guessing the timezone, the offset might only be valid on a given timestampJoas Schilling2015-04-071-4/+12
* Merge pull request #15229 from owncloud/response-setContentLengthHeaderThomas Müller2015-04-032-2/+23
|\
| * Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.Andreas Fischer2015-03-262-2/+23
* | Merge pull request #15391 from owncloud/fix-language-cachingThomas Müller2015-04-031-2/+3
|\ \
| * | fix caching of preferred languageRobin Appelman2015-04-031-2/+3
* | | Merge pull request #15386 from oparoz/yaml-cnf-mediatypeThomas Müller2015-04-032-6/+11
|\ \ \ | |/ / |/| |
| * | Introducing media types for yml, yaml, cnf, confOlivier Paroz2015-04-022-6/+11
* | | Merge pull request #15383 from owncloud/fix-exception-messageMorris Jobke2015-04-032-2/+2
|\ \ \ | |/ / |/| |
| * | Fix the exception messagesJoas Schilling2015-04-022-2/+2
* | | Merge pull request #12314 from oparoz/patch-3Lukas Reschke2015-04-021-11/+18
|\ \ \ | |/ / |/| |
| * | Use getenv to get the paths for `find`Olivier Paroz2015-03-311-3/+4
| * | use ExecutableFinder and find in findBinaryPathOlivier Paroz2015-03-311-11/+17
* | | Merge pull request #14113 from owncloud/chunking-chunkpartfilesThomas Müller2015-04-021-2/+13
|\ \ \
| * | | Added part files for when writing chunksVincent Petry2015-03-161-2/+13
* | | | Merge pull request #15367 from owncloud/pre-setup-hookThomas Müller2015-04-022-32/+38
|\ \ \ \
| * | | | setup mount manager before wrappersRobin Appelman2015-04-022-3/+5
| * | | | setup storage wrappers before setting up the filesystemRobin Appelman2015-04-011-29/+33
* | | | | Merge pull request #15346 from oparoz/split-image-providerMorris Jobke2015-04-027-13/+182
|\ \ \ \ \
| * | | | | Split image provider in one sub-class per media typeOlivier Paroz2015-04-027-13/+182
| | |_|/ / | |/| | |
* | | | | Merge pull request #15349 from oparoz/limit-bitmap-previews-2Morris Jobke2015-04-021-9/+70
|\ \ \ \ \
| * | | | | The bitmap preview class now takes maxX and maxY into considerationOlivier Paroz2015-04-011-9/+70
| |/ / / /
* | | | | Merge pull request #15362 from owncloud/issue/15359-purge-memcache-console-ap...Thomas Müller2015-04-022-5/+27
|\ \ \ \ \
| * | | | | Fix docs and line breaksJoas Schilling2015-04-021-1/+5
| * | | | | Correctly purge the cache when an app is disabled via cliJoas Schilling2015-04-012-5/+23
| | |/ / / | |/| | |
* / | | | Deprecate functions that only call the urlgenerator anywayRoeland Jago Douma2015-04-011-0/+5
|/ / / /
* / / / More secure proposalPierre Jochem2015-04-011-1/+3
|/ / /
* | | Merge pull request #15169 from rullzer/fix_displayNamesInGroupMorris Jobke2015-03-301-1/+1
|\ \ \
| * | | When searching for displayname then search for displaynameRoeland Jago Douma2015-03-241-1/+1
* | | | Add check for activated local memcacheLukas Reschke2015-03-282-38/+8
* | | | Merge pull request #15289 from owncloud/min-upload-limitVincent Petry2015-03-281-3/+7
|\ \ \ \
| * | | | Require minimum 1 MiB upload limitRobin McCorkell2015-03-271-3/+7
* | | | | Check for relative datadirectory pathRobin McCorkell2015-03-271-5/+11
|/ / / /
* | | | Revert "Deprecated \OCP\IAppConfig - add missing methods to IConfig"Vincent Petry2015-03-272-85/+6
* | | | Merge pull request #15155 from owncloud/share-donotreturntrashedfilesMorris Jobke2015-03-271-11/+48
|\ \ \ \