- Jan 17, 2018
-
-
Roeland Jago Douma authored
* Add sleep * Add log message Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
format self-mentions, but don't offer them
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
Arthur Schiwon authored
it is used by clients for formatting reasons, there is no reason not format the author if her handle is included in the comment body. It is unrelated to sending out notifications. Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
Morris Jobke authored
Fix the type hints of migrations and correctly inject the wrapped sch…
-
Roeland Jago Douma authored
Fixes for avatarmanager
-
Roeland Jago Douma authored
Correctly drop the ownCloud migrations table
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Morris Jobke authored
Request->getHeader() should always return a string
-
Morris Jobke authored
Fix float/integer handling in image API
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Roeland Jago Douma authored
Strict DiscoveryService
-
Morris Jobke authored
* IImage::crop/preciseResize now have type hinting for integers * found while testing strict typing for PHP 7+ Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
PHPDoc (of the public API) says that this method returns string but it also returns null, which is not allowed in some method calls. This fixes that behaviour and returns an empty string and fixes all code paths that explicitly checked for null to be still compliant. Found while enabling the strict_typing for lib/private for the PHP7+ migration. Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Made locking providers strict
-
Morris Jobke authored
Make OCP\Security stricter
-
Roeland Jago Douma authored
Made the cache factory strict
-
Morris Jobke authored
Cleanup OC_User and OCP\User
-
Nextcloud bot authored
-
- Jan 16, 2018
-
-
Roeland Jago Douma authored
json_decode can return false if we have invalid data. In that case just assume there was nothing cached Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
* Add typehints * Add return types * Opcode opts from phpstorm * Made strict * Fixed tests: No need to test bogus values anymore strict typing fixes this Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
* Return types * Typehints * made strict * fix tests Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
* Added typehints * Added return types * Made strict Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Morris Jobke authored
Make OCP\Http strict
-
Julius Härtl authored
Make OCP\Federation strict
-
Roeland Jago Douma authored
Improve codecov config to recognize drone
-
Roeland Jago Douma authored
* Made strict * Type hints * Return types Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Support arbitrary number of arguments for d:or and d:and in search queries
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
* Also internal classes * Added scalar typehints * Added return type * Made strict Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
* Handle private files * Add return types * Add scalar typehints * Made strict * Fixed requiring proper guzzle message interface that is passed around Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
* mainly removes deprecated methods and old static code Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Fix systemtags/list to be compliant
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Joas Schilling authored
Add OCP\User deprecations to app code checker
-
Morris Jobke authored
Show message when connection is throttled
-
Morris Jobke authored
Keep all shipped apps enabled because they should be okay
-