Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some more PHPDoc fixes | Lukas Reschke | 2014-04-21 | 1 | -3/+2 |
| | |||||
* | Remove uneeded usages of nosniff | Lukas Reschke | 2014-04-13 | 1 | -2/+0 |
| | |||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -0/+1 |
| | |||||
* | OC_Util::setupFS($user) will create a data dir for the given string - no ↵ | Thomas Müller | 2014-01-21 | 1 | -0/+14 |
| | | | | matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error | ||||
* | only walk an array | Thomas Müller | 2013-12-18 | 1 | -1/+3 |
| | |||||
* | Fixed download file from URL error messages | Vincent Petry | 2013-12-12 | 1 | -1/+8 |
| | | | | | | | | - L10N now converted to string to make them work with json_encode - Added specific error message when server doesn't allow fopen on URLs - Fixed client side to correctly show error message in a notification - Added OCP\JSON::encode() method to encode JSON with support for the OC_L10N_String values | ||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+115 |
Conflicts: lib/private/vcategories.php |