Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #15314 from owncloud/app-categories-15274 | Lukas Reschke | 2015-04-09 | 7 | -164/+249 |
|\ | |||||
| * | Fix PHPDoc | Lukas Reschke | 2015-04-07 | 1 | -1/+3 |
| * | Deduplicate code | Lukas Reschke | 2015-04-07 | 1 | -44/+31 |
| * | Make user names clickable | Lukas Reschke | 2015-04-03 | 1 | -0/+2 |
| * | Add experimental applications switch | Lukas Reschke | 2015-04-03 | 7 | -161/+255 |
* | | Merge pull request #15196 from owncloud/limit-file-activities-to-favorites | Morris Jobke | 2015-04-09 | 6 | -6/+85 |
|\ \ | |||||
| * | | Make scrutinizer happy | Joas Schilling | 2015-04-01 | 4 | -4/+4 |
| * | | Add logic for getting the user from the rss token to the Manager | Joas Schilling | 2015-03-30 | 3 | -2/+81 |
* | | | Merge pull request #15448 from owncloud/occ-check-server-env-master | Morris Jobke | 2015-04-09 | 1 | -25/+26 |
|\ \ \ | |||||
| * | | | Adding check command to validate server environment - fixes #15429 | Thomas Müller | 2015-04-08 | 1 | -25/+26 |
* | | | | Merge pull request #15490 from owncloud/remove-debug-logging | Morris Jobke | 2015-04-08 | 1 | -2/+0 |
|\ \ \ \ | |||||
| * | | | | remove unessesary logging of methods instantiation | Clark Tomlinson | 2015-04-08 | 1 | -2/+0 |
* | | | | | Merge pull request #14120 from owncloud/dav-statcache | Morris Jobke | 2015-04-08 | 1 | -27/+143 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Added stat cache for DAV storage | Vincent Petry | 2015-03-26 | 1 | -27/+143 |
* | | | | | don't throw exception if a file gets uploaded and encryption is disabled | Bjoern Schiessle | 2015-04-08 | 1 | -5/+6 |
* | | | | | Merge pull request #14987 from rullzer/ocs_password_fix2 | Morris Jobke | 2015-04-08 | 2 | -0/+98 |
|\ \ \ \ \ | |||||
| * | | | | | No injections | Roeland Jago Douma | 2015-03-30 | 1 | -3/+7 |
| * | | | | | OCS Fixes to allow setting of password without removing additional settings | Roeland Jago Douma | 2015-03-30 | 2 | -0/+94 |
* | | | | | | Merge pull request #15333 from owncloud/copy-cross-device | Morris Jobke | 2015-04-08 | 1 | -0/+13 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | fix copying folder across devices | Robin Appelman | 2015-03-31 | 1 | -0/+13 |
* | | | | | | Merge pull request #14879 from oparoz/fix-preview-caching | Morris Jobke | 2015-04-07 | 1 | -117/+246 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Introducing the maximum size preview | Olivier Paroz | 2015-04-07 | 1 | -117/+246 |
* | | | | | | | fixing license headers - encryption code related | Thomas Müller | 2015-04-07 | 22 | -228/+218 |
* | | | | | | | In case of encryption exceptions we return 503 - this will allow the client t... | Thomas Müller | 2015-04-07 | 1 | -55/+69 |
* | | | | | | | respect mount option while encrypting | Thomas Müller | 2015-04-07 | 1 | -1/+6 |
* | | | | | | | PHPDoc cleanup - clean code \o/ | Thomas Müller | 2015-04-07 | 4 | -22/+24 |
* | | | | | | | comment change as it broke unit tests | Thomas Müller | 2015-04-07 | 1 | -1/+1 |
* | | | | | | | Encryption storage wrapper is enabled by default - necessary to detect encryp... | Thomas Müller | 2015-04-07 | 2 | -5/+14 |
* | | | | | | | add unit tests to the keystorage | Bjoern Schiessle | 2015-04-07 | 1 | -1/+1 |
* | | | | | | | implement webdav copy | Bjoern Schiessle | 2015-04-07 | 3 | -13/+62 |
* | | | | | | | Using stream_get_contents in file_get_contents implementation + close handle | Thomas Müller | 2015-04-07 | 1 | -12/+7 |
* | | | | | | | Adjusting count on read | jknockaert | 2015-04-07 | 1 | -1/+2 |
* | | | | | | | Fixing encryption stream wrapper seek - thanks @jknockaert | jknockaert | 2015-04-07 | 1 | -0/+3 |
* | | | | | | | Fixing encryption storage wrapper tests | Thomas Müller | 2015-04-07 | 2 | -4/+67 |
* | | | | | | | Introducing trait LocalTempFileTrait | Thomas Müller | 2015-04-07 | 2 | -40/+88 |
* | | | | | | | fix re-shares with encryption | Bjoern Schiessle | 2015-04-07 | 2 | -5/+9 |
* | | | | | | | fixing unit tests for stream wrapper | Thomas Müller | 2015-04-07 | 1 | -1/+1 |
* | | | | | | | fixing unencrypted file size | Thomas Müller | 2015-04-07 | 1 | -1/+4 |
* | | | | | | | don't wrap share storages | Bjoern Schiessle | 2015-04-07 | 1 | -11/+14 |
* | | | | | | | cleaning up exception mess | Thomas Müller | 2015-04-07 | 16 | -101/+47 |
* | | | | | | | in case the file exists we require the explicit module as specified in the fi... | Thomas Müller | 2015-04-07 | 1 | -0/+6 |
* | | | | | | | getUidAndFilename() always get uid from path | Bjoern Schiessle | 2015-04-07 | 1 | -46/+6 |
* | | | | | | | Finally fixing encryption with public share | Thomas Müller | 2015-04-07 | 2 | -17/+17 |
* | | | | | | | Hook: fixing error message in exception case | Thomas Müller | 2015-04-07 | 1 | -7/+16 |
* | | | | | | | file_put_contents has to return the number of written bytes | Thomas Müller | 2015-04-07 | 1 | -8/+4 |
* | | | | | | | PHPDoc | Thomas Müller | 2015-04-07 | 2 | -6/+4 |
* | | | | | | | pass file helper to encryption wrapper | Bjoern Schiessle | 2015-04-07 | 2 | -2/+9 |
* | | | | | | | add helper class accessible for encryption modules to ask for a list of users... | Bjoern Schiessle | 2015-04-07 | 9 | -50/+153 |
* | | | | | | | Fix double registration of encryption module | Thomas Müller | 2015-04-07 | 1 | -4/+1 |
* | | | | | | | Adding renameKeys to IStorage | Thomas Müller | 2015-04-07 | 1 | -1/+10 |