Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Disallow Windows Server in Server Check | Lukas Reschke | 2015-04-09 | 1 | -0/+13 | |
* | | | | | Merge pull request #13896 from owncloud/share-generatetarget-remove-exclude | Björn Schießle | 2015-04-09 | 1 | -17/+2 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Dont create exclude list for generating the share target | Robin Appelman | 2015-02-04 | 1 | -17/+2 | |
* | | | | | Merge pull request #15496 from owncloud/enc-check-if-key-exists-before-deleting | Thomas Müller | 2015-04-09 | 1 | -8/+9 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Check if the key exists, before trying to delete it | Joas Schilling | 2015-04-09 | 1 | -8/+9 | |
* | | | | | Merge pull request #15314 from owncloud/app-categories-15274 | Lukas Reschke | 2015-04-09 | 6 | -164/+244 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | 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 | 6 | -161/+250 | |
* | | | | | Merge pull request #15196 from owncloud/limit-file-activities-to-favorites | Morris Jobke | 2015-04-09 | 3 | -4/+73 | |
|\ \ \ \ \ | ||||||
| * | | | | | Make scrutinizer happy | Joas Schilling | 2015-04-01 | 2 | -2/+2 | |
| * | | | | | Add logic for getting the user from the rss token to the Manager | Joas Schilling | 2015-03-30 | 2 | -2/+71 | |
* | | | | | | 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 | 1 | -0/+84 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | 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 | 1 | -0/+80 | |
* | | | | | | | 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 | 16 | -169/+163 | |
* | | | | | | | | | 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 | 3 | -16/+17 | |
* | | | | | | | | | 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 | 1 | -1/+13 | |
* | | | | | | | | | add unit tests to the keystorage | Bjoern Schiessle | 2015-04-07 | 1 | -1/+1 | |
* | | | | | | | | | implement webdav copy | Bjoern Schiessle | 2015-04-07 | 2 | -10/+53 | |
* | | | | | | | | | 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 | -127/+39 | |
* | | | | | | | | | 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 | 1 | -4/+2 | |
* | | | | | | | | | pass file helper to encryption wrapper | Bjoern Schiessle | 2015-04-07 | 2 | -2/+9 |