Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Properly add trailing slash to mount point | Vincent Petry | 2015-04-13 | 1 | -1/+3 | |
|/ / / | ||||||
* | | | Merge pull request #15563 from owncloud/fix-try-getting-propert-of-non-object... | Morris Jobke | 2015-04-13 | 1 | -0/+3 | |
|\ \ \ | ||||||
| * | | | Prevent php message: "Trying to get property of non-object at /xxx/lib/privat... | Thomas Müller | 2015-04-13 | 1 | -0/+3 | |
| |/ / | ||||||
* / / | Properly import used classes | Thomas Müller | 2015-04-13 | 1 | -35/+48 | |
|/ / | ||||||
* | | Merge pull request #15541 from owncloud/add-reply-to-support | Lukas Reschke | 2015-04-12 | 2 | -60/+122 | |
|\ \ | ||||||
| * | | Add "Reply-To" support to sharing mails and refactor code | Lukas Reschke | 2015-04-10 | 1 | -60/+100 | |
| * | | Add "Reply-To" support for mails | Lukas Reschke | 2015-04-10 | 1 | -0/+22 | |
* | | | Merge pull request #15458 from owncloud/web-shell-master | Lukas Reschke | 2015-04-10 | 1 | -0/+77 | |
|\ \ \ | ||||||
| * | | | Throw an exception in case checkServer() returns errors | Thomas Müller | 2015-04-09 | 1 | -0/+1 | |
| * | | | Introduce own console application class | Thomas Müller | 2015-04-09 | 1 | -0/+76 | |
* | | | | Merge pull request #15395 from owncloud/fix-imagepath | Vincent Petry | 2015-04-10 | 1 | -4/+6 | |
|\ \ \ \ | ||||||
| * | | | | Fix UrlGenerator::imagePath() for app paths | Robin McCorkell | 2015-04-03 | 1 | -4/+6 | |
* | | | | | Merge pull request #15489 from owncloud/dont_hide_exceptions_master | Thomas Müller | 2015-04-10 | 5 | -31/+79 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Throw ServerNotAvailableException always | Morris Jobke | 2015-04-10 | 1 | -1/+1 | |
| * | | | | fix cherrypicking | Jörn Friedrich Dreyer | 2015-04-10 | 1 | -1/+1 | |
| * | | | | throw exception when backends don't provide a user instead of creating legacy... | Jörn Friedrich Dreyer | 2015-04-10 | 2 | -31/+45 | |
| * | | | | throw exception if setup is incomplete | Morris Jobke | 2015-04-10 | 2 | -0/+30 | |
| * | | | | do not disclose information, show generic error on login page | Jörn Friedrich Dreyer | 2015-04-10 | 1 | -0/+4 | |
* | | | | | Merge pull request #15510 from owncloud/cron-singleuser | Thomas Müller | 2015-04-10 | 2 | -14/+27 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix singe user mode on public.php - take two | Thomas Müller | 2015-04-10 | 1 | -1/+5 | |
| * | | | | | Fix single user check in case no user is logged in | Thomas Müller | 2015-04-09 | 1 | -13/+19 | |
| * | | | | | block webdav in single user mode | Robin Appelman | 2015-04-09 | 1 | -0/+3 | |
* | | | | | | Catch more exceptions when connecting to remote DAV server | Vincent Petry | 2015-04-10 | 1 | -58/+57 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #13920 from owncloud/sharing_no_user_entry_for_group_shares | Thomas Müller | 2015-04-09 | 1 | -2/+7 | |
|\ \ \ \ \ | ||||||
| * | | | | | only create a db entry for the user in case of a name conflict on group share | Bjoern Schiessle | 2015-04-09 | 1 | -2/+7 | |
* | | | | | | Merge pull request #15511 from owncloud/fix-typos | Lukas Reschke | 2015-04-09 | 3 | -4/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix typos and some other adjustments | Lukas Reschke | 2015-04-09 | 3 | -4/+9 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #15517 from owncloud/fixRenameFailDeleteTargetKeepSource | Morris Jobke | 2015-04-09 | 1 | -1/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fixes #15326 | Jörn Friedrich Dreyer | 2015-04-09 | 1 | -1/+3 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge pull request #14540 from owncloud/windows-setup-check | Lukas Reschke | 2015-04-09 | 1 | -0/+13 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | 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 | 2 | -12/+13 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Check if the key exists, before trying to delete it | Joas Schilling | 2015-04-09 | 2 | -12/+13 | |
* | | | | | | 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 | |
| |_|_|_|_|/ / / |/| | | | | | | |