summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* fix IE8 user agent detectionMorris Jobke2015-10-091-14/+0
|
* Fix uploading avatar and root certs in IE8Vincent Petry2015-10-092-1/+21
|
* make mkdir recursive, add phpdoc to apiJörn Friedrich Dreyer2015-10-081-0/+1
|
* Merge pull request #19607 from owncloud/use-urlThomas Müller2015-10-081-2/+2
|\ | | | | Use `/` if installed in main folder
| * Use `/` if installed in main folderLukas Reschke2015-10-061-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::getHttpProtocolLukas Reschke2015-10-061-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 @xenopathicMorris Jobke2015-10-064-4/+4
|
* update licence headers via scriptMorris Jobke2015-10-0519-2/+19
|
* Allow identifying whether the current item is the filtered oneJoas Schilling2015-10-021-0/+13
|
* cache result of \OCP\Util::needUpgrade()Individual IT Services2015-09-291-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 policyLukas Reschke2015-09-291-0/+1
| | | | Fixes https://github.com/owncloud/core/issues/19438
* Merge pull request #19346 from owncloud/drop-passwords-from-exception-logThomas Müller2015-09-252-9/+12
|\ | | | | Remove passwords from logged exception stack traces
| * Remove passwords from logged exception stack tracesMorris Jobke2015-09-242-9/+12
| | | | | | | | | | | | * fixed #16318 * create logException in ILogger * add unit tests
* | Merge pull request #19360 from owncloud/move-filter-method-into-config-objectThomas Müller2015-09-251-0/+15
|\ \ | | | | | | Move the filtering of sensitive data to the config class
| * | Move the filtering of sensitive data to the config classJoas Schilling2015-09-251-0/+15
| |/
* / Add the L10N Factory to the container interfaceJoas Schilling2015-09-251-0/+6
|/
* Add since-tagJoas Schilling2015-09-232-0/+14
|
* Allow listeners to set status code and messageJoas Schilling2015-09-232-0/+109
|
* Fix type hint errors in the container and the interfaceJoas Schilling2015-09-231-0/+1
|
* occ script to disable encryption and to decrypt all files againBjoern Schiessle2015-09-151-0/+11
|
* Function does return voidLukas Reschke2015-09-151-1/+0
| | | | This function does return void and not a bool.
* make resolve public to avoid boiler plate codeBernhard Posselt2015-09-131-0/+10
| | | | add resolve to public interface
* Merge pull request #18658 from owncloud/configurable-tempFrank Karlitschek2015-09-121-0/+8
|\ | | | | Configurable temporary directory
| * Clean up TempManager to follow code guidelinesRobin McCorkell2015-08-301-0/+8
| | | | | | | | tmpBaseDir can be overridden for unit testing purposes
* | Merge pull request #18653 from owncloud/dav-stream-guzzleLukas Reschke2015-09-111-1/+1
|\ \ | | | | | | stream webdav downloads using http client
| * | allow streamed responses in http clientRobin Appelman2015-08-291-1/+1
| | |
* | | Add reset method to mimetype loaderRobin McCorkell2015-09-111-0/+7
| | | | | | | | | | | | Used to solve concurrency issues
* | | Move interfaces to private until they are no longer experimentalJoas Schilling2015-09-086-506/+1
| | |
* | | Add tests for ActionJoas Schilling2015-09-081-0/+2
| | |
* | | Allow getting the request typeJoas Schilling2015-09-081-0/+6
| | |
* | | Use an INotification to getCount() and markProcessed()Joas Schilling2015-09-081-8/+4
| | |
* | | Add the request type to the actionJoas Schilling2015-09-081-1/+2
| | |
* | | Add the app id to the markProcessed methodJoas Schilling2015-09-081-1/+2
| | |
* | | Add language to the preparation methodJoas Schilling2015-09-081-1/+2
| | |
* | | Nothing is set in stone here yetJoas Schilling2015-09-085-0/+20
| | |
* | | Notification APIJoas Schilling2015-09-086-1/+486
| | |
* | | Merge pull request #18839 from owncloud/autoloader-supersecureMorris Jobke2015-09-071-0/+36
|\ \ \ | | | | | | | | Restrict autoloaded paths to loaded apps (and other enhancements)
| * | | Unique exception for invalid autoload paths, better handlingRobin McCorkell2015-09-051-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-updatedbRoeland Douma2015-09-062-0/+67
|\ \ \ \ | |/ / / |/| | | Introduce mimetype DB update occ command
| * | | Split mimetype handling to new classRobin McCorkell2015-09-042-0/+67
| | |/ | |/|
* / | Encode HTML tags in JSONLukas Reschke2015-09-031-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-factoryVincent Petry2015-08-292-1/+37
|\ \ | |/ |/| Add a public interface for the language factory so apps can use it
| * Add since tagJoas Schilling2015-08-281-0/+4
| |
| * Deprecate OC_L10N::get()Joas Schilling2015-08-281-1/+1
| |
| * Add a public interface for the language factory so apps can use itJoas Schilling2015-08-271-0/+32
| |
* | Merge pull request #18423 from owncloud/occ_encrypt_allBjörn Schießle2015-08-281-0/+12
|\ \ | |/ |/| occ command line tool to encrypt all files
| * occ tool to encrypt all filesBjoern Schiessle2015-08-261-0/+12
| |
* | Merge pull request #17662 from owncloud/locking-dbThomas Müller2015-08-261-0/+8
|\ \ | | | | | | Database backend for locking
| * | add method to check if we're inside a transactionRobin Appelman2015-08-101-0/+8
| | |
* | | Use IClientService to check for remote ownCloud instancesLukas Reschke2015-08-221-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