Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Simply use logException() to log the exception - no need for custom code | Thomas Müller | 2016-01-13 | 1 | -22/+11 |
| | |||||
* | Bubble up hint exceptions in hooks, so the user can see the hint | Jörn Friedrich Dreyer | 2016-01-13 | 1 | -0/+3 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -0/+1 |
| | |||||
* | Throw exception on `getPath` if file does not exist | Lukas Reschke | 2015-10-25 | 1 | -2/+2 |
| | | | | | | | | | | Currently the `getPath` methods returned `NULL` in case when a file with the specified ID does not exist. This however mandates that developers are checking for the `NULL` case and if they do not the door for bugs with all kind of impact is widely opened. This is especially harmful if used in context with Views where the final result is limited based on the result of `getPath`, if `getPath` returns `NULL` PHP type juggles this to an empty string resulting in all possible kind of bugs. While one could argue that this is a misusage of the API the fact is that it is very often misused and an exception will trigger an immediate stop of execution as well as log this behaviour and show a pretty error page. I also adjusted some usages where I believe that we need to catch these errors, in most cases this is though simply an error that should hard-fail. | ||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -2/+2 |
| | |||||
* | 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 if setup is incomplete | Morris Jobke | 2015-04-10 | 1 | -0/+3 |
| | |||||
* | PHPDoc cleanup - clean code \o/ | Thomas Müller | 2015-04-07 | 1 | -14/+15 |
| | |||||
* | Hook: fixing error message in exception case | Thomas Müller | 2015-04-07 | 1 | -7/+16 |
| | |||||
* | Merge pull request #15129 from owncloud/version-command-bus | Lukas Reschke | 2015-03-26 | 1 | -0/+3 |
|\ | | | | | expire versions in a background command | ||||
| * | Handle exceptions thrown during hooks when running unit tests | Robin Appelman | 2015-03-26 | 1 | -0/+3 |
| | | |||||
* | | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -3/+24 |
|/ | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -24/+3 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -3/+24 |
| | |||||
* | Cleanup of PHPDoc return types | Robin McCorkell | 2015-01-16 | 1 | -1/+1 |
| | |||||
* | Dont connect hooks twice | Robin Appelman | 2014-06-06 | 1 | -0/+6 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -2/+2 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix Scrutinizer errors | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Fix Typo | Lukas Reschke | 2014-05-11 | 1 | -1/+1 |
| | | | | I guess that should be `default` and not `defautl`, wondering how this ever worked. | ||||
* | Added test cleanup listener to detect untidy tests | Vincent Petry | 2013-12-19 | 1 | -0/+8 |
| | | | | | After each test suite, detects whether there are stray datafiles, hooks or proxies, then show a warning and clear them. | ||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+100 |
Conflicts: lib/private/vcategories.php |