Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix IE8 user agent detection | Morris Jobke | 2015-10-09 | 1 | -14/+0 |
| | |||||
* | Fix uploading avatar and root certs in IE8 | Vincent Petry | 2015-10-09 | 2 | -1/+21 |
| | |||||
* | make mkdir recursive, add phpdoc to api | Jörn Friedrich Dreyer | 2015-10-08 | 1 | -0/+1 |
| | |||||
* | Merge pull request #19607 from owncloud/use-url | Thomas Müller | 2015-10-08 | 1 | -2/+2 |
|\ | | | | | Use `/` if installed in main folder | ||||
| * | Use `/` if installed in main folder | Lukas Reschke | 2015-10-06 | 1 | -2/+2 |
| | | | | | | | | | | | | Otherwise an empty string is used indicating the cookie is only valid for those resources. This can lead to eunexpected behaviour. Fixes https://github.com/owncloud/core/issues/19196 | ||||
* | | Add \OCP\IRequest::getHttpProtocol | Lukas Reschke | 2015-10-06 | 1 | -0/+8 |
|/ | | | | | | Only allow valid HTTP protocols. Ref https://github.com/owncloud/core/pull/19537#discussion_r41252333 + https://github.com/owncloud/security-tracker/issues/119 | ||||
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 4 | -4/+4 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 19 | -2/+19 |
| | |||||
* | Allow identifying whether the current item is the filtered one | Joas Schilling | 2015-10-02 | 1 | -0/+13 |
| | |||||
* | cache result of \OCP\Util::needUpgrade() | Individual IT Services | 2015-09-29 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reduce calls of \OCP\Util::needUpgrade() where \OCP\Util::needUpgrade() is called we can call as well self::checkUpgrade and use the cached result In line 877 the call way unnecessary anyway because of the first part of the if statement move caching to \OCP\Util::needUpgrade renaming variable fixing testNeedUpgradeCore() cache result of checkUpgrade() in self::$needUpgrade reduce calls of \OCP\Util::needUpgrade() where \OCP\Util::needUpgrade() is called we can call as well self::checkUpgrade and use the cached result In line 877 the call way unnecessary anyway because of the first part of the if statement move caching to \OCP\Util::needUpgrade renaming variable fixing testNeedUpgradeCore() fix typo in variable name deleting tabs | ||||
* | Add blob: scheme to default CSP policy | Lukas Reschke | 2015-09-29 | 1 | -0/+1 |
| | | | | Fixes https://github.com/owncloud/core/issues/19438 | ||||
* | Merge pull request #19346 from owncloud/drop-passwords-from-exception-log | Thomas Müller | 2015-09-25 | 2 | -9/+12 |
|\ | | | | | Remove passwords from logged exception stack traces | ||||
| * | Remove passwords from logged exception stack traces | Morris Jobke | 2015-09-24 | 2 | -9/+12 |
| | | | | | | | | | | | | * fixed #16318 * create logException in ILogger * add unit tests | ||||
* | | Merge pull request #19360 from owncloud/move-filter-method-into-config-object | Thomas Müller | 2015-09-25 | 1 | -0/+15 |
|\ \ | | | | | | | Move the filtering of sensitive data to the config class | ||||
| * | | Move the filtering of sensitive data to the config class | Joas Schilling | 2015-09-25 | 1 | -0/+15 |
| |/ | |||||
* / | Add the L10N Factory to the container interface | Joas Schilling | 2015-09-25 | 1 | -0/+6 |
|/ | |||||
* | Add since-tag | Joas Schilling | 2015-09-23 | 2 | -0/+14 |
| | |||||
* | Allow listeners to set status code and message | Joas Schilling | 2015-09-23 | 2 | -0/+109 |
| | |||||
* | Fix type hint errors in the container and the interface | Joas Schilling | 2015-09-23 | 1 | -0/+1 |
| | |||||
* | occ script to disable encryption and to decrypt all files again | Bjoern Schiessle | 2015-09-15 | 1 | -0/+11 |
| | |||||
* | Function does return void | Lukas Reschke | 2015-09-15 | 1 | -1/+0 |
| | | | | This function does return void and not a bool. | ||||
* | make resolve public to avoid boiler plate code | Bernhard Posselt | 2015-09-13 | 1 | -0/+10 |
| | | | | add resolve to public interface | ||||
* | Merge pull request #18658 from owncloud/configurable-temp | Frank Karlitschek | 2015-09-12 | 1 | -0/+8 |
|\ | | | | | Configurable temporary directory | ||||
| * | Clean up TempManager to follow code guidelines | Robin McCorkell | 2015-08-30 | 1 | -0/+8 |
| | | | | | | | | tmpBaseDir can be overridden for unit testing purposes | ||||
* | | Merge pull request #18653 from owncloud/dav-stream-guzzle | Lukas Reschke | 2015-09-11 | 1 | -1/+1 |
|\ \ | | | | | | | stream webdav downloads using http client | ||||
| * | | allow streamed responses in http client | Robin Appelman | 2015-08-29 | 1 | -1/+1 |
| | | | |||||
* | | | Add reset method to mimetype loader | Robin McCorkell | 2015-09-11 | 1 | -0/+7 |
| | | | | | | | | | | | | Used to solve concurrency issues | ||||
* | | | Move interfaces to private until they are no longer experimental | Joas Schilling | 2015-09-08 | 6 | -506/+1 |
| | | | |||||
* | | | Add tests for Action | Joas Schilling | 2015-09-08 | 1 | -0/+2 |
| | | | |||||
* | | | Allow getting the request type | Joas Schilling | 2015-09-08 | 1 | -0/+6 |
| | | | |||||
* | | | Use an INotification to getCount() and markProcessed() | Joas Schilling | 2015-09-08 | 1 | -8/+4 |
| | | | |||||
* | | | Add the request type to the action | Joas Schilling | 2015-09-08 | 1 | -1/+2 |
| | | | |||||
* | | | Add the app id to the markProcessed method | Joas Schilling | 2015-09-08 | 1 | -1/+2 |
| | | | |||||
* | | | Add language to the preparation method | Joas Schilling | 2015-09-08 | 1 | -1/+2 |
| | | | |||||
* | | | Nothing is set in stone here yet | Joas Schilling | 2015-09-08 | 5 | -0/+20 |
| | | | |||||
* | | | Notification API | Joas Schilling | 2015-09-08 | 6 | -1/+486 |
| | | | |||||
* | | | Merge pull request #18839 from owncloud/autoloader-supersecure | Morris Jobke | 2015-09-07 | 1 | -0/+36 |
|\ \ \ | | | | | | | | | Restrict autoloaded paths to loaded apps (and other enhancements) | ||||
| * | | | Unique exception for invalid autoload paths, better handling | Robin McCorkell | 2015-09-05 | 1 | -0/+36 |
| | | | | | | | | | | | | | | | | | | | | Background jobs are tolerant of stale entries left by disabled apps, which will cause an autoload exception. | ||||
* | | | | Merge pull request #18742 from owncloud/mimetype-updatedb | Roeland Douma | 2015-09-06 | 2 | -0/+67 |
|\ \ \ \ | |/ / / |/| | | | Introduce mimetype DB update occ command | ||||
| * | | | Split mimetype handling to new class | Robin McCorkell | 2015-09-04 | 2 | -0/+67 |
| | |/ | |/| | |||||
* / | | Encode HTML tags in JSON | Lukas Reschke | 2015-09-03 | 1 | -1/+1 |
|/ / | | | | | | | While not encoding the HTML tags in the JSON response is perfectly fine since we set the proper mimetype as well as disable content sniffing a lot of automated code scanner do report this as security bug. Encoding them leads to less discussions and a lot of saved time. | ||||
* | | Merge pull request #18620 from owncloud/add-public-interface-for-factory | Vincent Petry | 2015-08-29 | 2 | -1/+37 |
|\ \ | |/ |/| | Add a public interface for the language factory so apps can use it | ||||
| * | Add since tag | Joas Schilling | 2015-08-28 | 1 | -0/+4 |
| | | |||||
| * | Deprecate OC_L10N::get() | Joas Schilling | 2015-08-28 | 1 | -1/+1 |
| | | |||||
| * | Add a public interface for the language factory so apps can use it | Joas Schilling | 2015-08-27 | 1 | -0/+32 |
| | | |||||
* | | Merge pull request #18423 from owncloud/occ_encrypt_all | Björn Schießle | 2015-08-28 | 1 | -0/+12 |
|\ \ | |/ |/| | occ command line tool to encrypt all files | ||||
| * | occ tool to encrypt all files | Bjoern Schiessle | 2015-08-26 | 1 | -0/+12 |
| | | |||||
* | | Merge pull request #17662 from owncloud/locking-db | Thomas Müller | 2015-08-26 | 1 | -0/+8 |
|\ \ | | | | | | | Database backend for locking | ||||
| * | | add method to check if we're inside a transaction | Robin Appelman | 2015-08-10 | 1 | -0/+8 |
| | | | |||||
* | | | Use IClientService to check for remote ownCloud instances | Lukas Reschke | 2015-08-22 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | 1. Allows to set a timeout (though still not perfect but way better than before) 2. Allows to have unit tests 3. I also added unit tests for the existing controller code 4. Corrected PHPDoc on IClient |