summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Disallow Windows Server in Server CheckLukas Reschke2015-04-091-0/+13
* | | | | Merge pull request #13896 from owncloud/share-generatetarget-remove-excludeBjörn Schießle2015-04-091-17/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Dont create exclude list for generating the share targetRobin Appelman2015-02-041-17/+2
* | | | | Merge pull request #15496 from owncloud/enc-check-if-key-exists-before-deletingThomas Müller2015-04-091-8/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Check if the key exists, before trying to delete itJoas Schilling2015-04-091-8/+9
* | | | | Merge pull request #15314 from owncloud/app-categories-15274Lukas Reschke2015-04-096-164/+244
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix PHPDocLukas Reschke2015-04-071-1/+3
| * | | | Deduplicate codeLukas Reschke2015-04-071-44/+31
| * | | | Make user names clickableLukas Reschke2015-04-031-0/+2
| * | | | Add experimental applications switchLukas Reschke2015-04-036-161/+250
* | | | | Merge pull request #15196 from owncloud/limit-file-activities-to-favoritesMorris Jobke2015-04-093-4/+73
|\ \ \ \ \
| * | | | | Make scrutinizer happyJoas Schilling2015-04-012-2/+2
| * | | | | Add logic for getting the user from the rss token to the ManagerJoas Schilling2015-03-302-2/+71
* | | | | | Merge pull request #15490 from owncloud/remove-debug-loggingMorris Jobke2015-04-081-2/+0
|\ \ \ \ \ \
| * | | | | | remove unessesary logging of methods instantiationClark Tomlinson2015-04-081-2/+0
* | | | | | | Merge pull request #14120 from owncloud/dav-statcacheMorris Jobke2015-04-081-27/+143
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Added stat cache for DAV storageVincent Petry2015-03-261-27/+143
* | | | | | | don't throw exception if a file gets uploaded and encryption is disabledBjoern Schiessle2015-04-081-5/+6
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #14987 from rullzer/ocs_password_fix2Morris Jobke2015-04-081-0/+84
|\ \ \ \ \ \
| * | | | | | No injectionsRoeland Jago Douma2015-03-301-3/+7
| * | | | | | OCS Fixes to allow setting of password without removing additional settingsRoeland Jago Douma2015-03-301-0/+80
* | | | | | | Merge pull request #15333 from owncloud/copy-cross-deviceMorris Jobke2015-04-081-0/+13
|\ \ \ \ \ \ \
| * | | | | | | fix copying folder across devicesRobin Appelman2015-03-311-0/+13
* | | | | | | | Merge pull request #14879 from oparoz/fix-preview-cachingMorris Jobke2015-04-071-117/+246
|\ \ \ \ \ \ \ \
| * | | | | | | | Introducing the maximum size previewOlivier Paroz2015-04-071-117/+246
* | | | | | | | | fixing license headers - encryption code relatedThomas Müller2015-04-0716-169/+163
* | | | | | | | | In case of encryption exceptions we return 503 - this will allow the client t...Thomas Müller2015-04-071-55/+69
* | | | | | | | | respect mount option while encryptingThomas Müller2015-04-071-1/+6
* | | | | | | | | PHPDoc cleanup - clean code \o/Thomas Müller2015-04-073-16/+17
* | | | | | | | | comment change as it broke unit testsThomas Müller2015-04-071-1/+1
* | | | | | | | | Encryption storage wrapper is enabled by default - necessary to detect encryp...Thomas Müller2015-04-071-1/+13
* | | | | | | | | add unit tests to the keystorageBjoern Schiessle2015-04-071-1/+1
* | | | | | | | | implement webdav copyBjoern Schiessle2015-04-072-10/+53
* | | | | | | | | Using stream_get_contents in file_get_contents implementation + close handleThomas Müller2015-04-071-12/+7
* | | | | | | | | Adjusting count on readjknockaert2015-04-071-1/+2
* | | | | | | | | Fixing encryption stream wrapper seek - thanks @jknockaertjknockaert2015-04-071-0/+3
* | | | | | | | | Fixing encryption storage wrapper testsThomas Müller2015-04-072-4/+67
* | | | | | | | | Introducing trait LocalTempFileTraitThomas Müller2015-04-072-40/+88
* | | | | | | | | fix re-shares with encryptionBjoern Schiessle2015-04-072-5/+9
* | | | | | | | | fixing unit tests for stream wrapperThomas Müller2015-04-071-1/+1
* | | | | | | | | fixing unencrypted file sizeThomas Müller2015-04-071-1/+4
* | | | | | | | | don't wrap share storagesBjoern Schiessle2015-04-071-11/+14
* | | | | | | | | cleaning up exception messThomas Müller2015-04-0716-127/+39
* | | | | | | | | in case the file exists we require the explicit module as specified in the fi...Thomas Müller2015-04-071-0/+6
* | | | | | | | | getUidAndFilename() always get uid from pathBjoern Schiessle2015-04-071-46/+6
* | | | | | | | | Finally fixing encryption with public shareThomas Müller2015-04-072-17/+17
* | | | | | | | | Hook: fixing error message in exception caseThomas Müller2015-04-071-7/+16
* | | | | | | | | file_put_contents has to return the number of written bytesThomas Müller2015-04-071-8/+4
* | | | | | | | | PHPDocThomas Müller2015-04-071-4/+2
* | | | | | | | | pass file helper to encryption wrapperBjoern Schiessle2015-04-072-2/+9