Roeland Jago Douma
|
a607d737c6
|
Fix wording
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-01-15 21:44:03 +01:00 |
Roeland Jago Douma
|
b1d8084700
|
Fix tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-01-15 21:43:11 +01:00 |
Roeland Jago Douma
|
7cab7feb38
|
Display message when connection is throttled on logi page
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-01-15 21:43:09 +01:00 |
Morris Jobke
|
2997bb9c69
|
Merge pull request #7870 from nextcloud/remove-core-api
Remove deprecated core API
|
2018-01-15 18:47:34 +01:00 |
Morris Jobke
|
fc9f5fdfc4
|
Merge pull request #7835 from nextcloud/fix-empty-overwrite-url-in-setup
Fix case when overwrite URL is empty during setup
|
2018-01-15 17:55:23 +01:00 |
Joas Schilling
|
7bc9a69c3f
|
Remove deprecated core API
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2018-01-15 17:54:50 +01:00 |
Morris Jobke
|
82869b6d81
|
Fix case when overwrite URL is empty during setup
Found while testing strict typing for PHP 7+.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
2018-01-15 11:15:38 +01:00 |
Morris Jobke
|
9ddfccc52f
|
Merge pull request #7854 from nextcloud/comradekingu-patch-1
Spelling: FreeType
|
2018-01-15 11:05:36 +01:00 |
Joas Schilling
|
dbd1620cef
|
Merge pull request #7859 from nextcloud/master-7806
Fix bug with proxies
|
2018-01-15 10:59:04 +01:00 |
Joas Schilling
|
088505058a
|
Refactor all the logic from app.php to Application class
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2018-01-15 09:55:03 +01:00 |
Joas Schilling
|
50e1cee5c7
|
Automatic DI for Controllers also works
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2018-01-15 09:55:03 +01:00 |
Joas Schilling
|
ffb3a3e33a
|
Improve ResetTokenBackgroundJob and unit test
* Automatic DI is implemented since 11
* Correctly type hint parameters
* Optimise the tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2018-01-15 09:55:03 +01:00 |
Roeland Jago Douma
|
0023cb12fd
|
Merge pull request #7853 from nextcloud/strict_urlgenerator
Make the URLGenerator strict
|
2018-01-15 09:32:29 +01:00 |
Roeland Jago Douma
|
d44de92c31
|
Merge pull request #7838 from nextcloud/timefactory_strict
Make the ITimeFactory strict + return types
|
2018-01-15 09:27:37 +01:00 |
Nextcloud bot
|
0f729e2cd3
|
[tx-robot] updated from transifex
|
2018-01-15 01:10:43 +00:00 |
Joas Schilling
|
7789fbdea6
|
Add unit test
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2018-01-15 00:50:52 +01:00 |
Mario Danic
|
cc742ce9e7
|
Fix bug with proxies
Signed-off-by: Mario Danic <mario@lovelyhq.com>
|
2018-01-15 00:50:49 +01:00 |
Morris Jobke
|
c14dad90e8
|
Merge pull request #7857 from nextcloud/dep_template
Remove deprecated template functions from OCP directly
|
2018-01-15 00:01:49 +01:00 |
Morris Jobke
|
bf680adaa8
|
Merge pull request #7856 from nextcloud/fix-strict-type
Move strict type declare statement below PHP tag
|
2018-01-14 23:38:55 +01:00 |
Christoph Wurst
|
bdd99b096f
|
Merge pull request #7833 from nextcloud/fix-code-checker
Fix casting in app code checker
|
2018-01-14 22:36:59 +01:00 |
Roeland Jago Douma
|
419de27b6d
|
Merge pull request #7840 from nextcloud/dep_config
Remove deprecated \OCP\Config
|
2018-01-14 22:21:37 +01:00 |
Roeland Jago Douma
|
7ffd62bf95
|
Make the ITimeFactory strict + return types
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-01-14 21:55:40 +01:00 |
Roeland Jago Douma
|
4b9890fefd
|
Remove deprecated template functions from OCP directly
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-01-14 21:39:36 +01:00 |
Roeland Jago Douma
|
48ea7251d7
|
Use \OC\User\Manager internally in the avatarmanager
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-01-14 21:32:54 +01:00 |
Roeland Jago Douma
|
4c56acffd1
|
Made AvatarManager string and add return types
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-01-14 21:32:54 +01:00 |
Roeland Jago Douma
|
a3b33bea03
|
Make the URLGenerator strict
* Add scalar argument types
* Add return types
* Make strict
* General phpstorm cleanup
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-01-14 21:18:48 +01:00 |
Morris Jobke
|
c0c4263546
|
Merge pull request #7850 from nextcloud/strict_ipaddress
Make IPAddress typed and strict
|
2018-01-14 21:16:06 +01:00 |
Roeland Jago Douma
|
bb2938a47d
|
Make IPAddress typed and strict
* Added scalar typehints
* Added return statements
* Added strict declaration
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-01-14 21:15:44 +01:00 |
Morris Jobke
|
2ed4bea18f
|
Merge pull request #7852 from nextcloud/strict_ratelimiting
Make OC\Security\RateLimiting strict
|
2018-01-14 21:08:45 +01:00 |
Roeland Jago Douma
|
cf0a339997
|
Make OC\Security\RateLimiting strict
* Add return types
* Add scalar argument types
* Made strict
* Cleaned up phpstorm inspections
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-01-14 21:08:23 +01:00 |
Morris Jobke
|
fcea6e1564
|
Merge pull request #7849 from nextcloud/strict_securerandom
Strict ISecure random
|
2018-01-14 21:05:19 +01:00 |
Roeland Jago Douma
|
6e1ee1e7a7
|
Fix tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-01-14 21:04:52 +01:00 |
Morris Jobke
|
fc94d1b573
|
Move strict type declare statement below PHP tag
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
2018-01-14 20:59:17 +01:00 |
Morris Jobke
|
7d9146db38
|
Merge pull request #7846 from nextcloud/this_is_14
Bump version number
|
2018-01-14 20:54:16 +01:00 |
Morris Jobke
|
3f2007025a
|
Merge pull request #7845 from nextcloud/capabilties_manager_strict
Make the capabilities manager strict
|
2018-01-14 20:53:17 +01:00 |
Morris Jobke
|
3ade5ccb27
|
Merge pull request #7839 from nextcloud/dep_dicontainer
Remove deprecated functions from DI Container
|
2018-01-14 20:51:21 +01:00 |
Morris Jobke
|
50e4abb46b
|
Merge pull request #7844 from nextcloud/dep_constants
Remove deprecated constants
|
2018-01-14 20:49:39 +01:00 |
Christoph Wurst
|
9e7fce7213
|
Merge pull request #7834 from nextcloud/database-schema-checker-casts
Add casts to XML parser in DatabaseSchemaChecker
|
2018-01-14 18:58:15 +01:00 |
Allan Nordhøy
|
e81f30b124
|
Spelling: FreeType
|
2018-01-14 16:01:23 +01:00 |
Allan Nordhøy
|
13d8b7f190
|
Spelling: FreeType
|
2018-01-14 15:58:36 +01:00 |
Morris Jobke
|
3adda336a5
|
Merge pull request #7843 from nextcloud/dep_util
Remove deprecated functions for OCP\Util
|
2018-01-14 14:56:38 +01:00 |
Morris Jobke
|
a2678d56aa
|
Merge pull request #7842 from nextcloud/dep_isearch
Removed deprecated search function from ISearch
|
2018-01-14 14:47:23 +01:00 |
Roeland Jago Douma
|
db411f8771
|
Bump apps
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-01-14 11:40:53 +01:00 |
Nextcloud bot
|
cbce239c8c
|
[tx-robot] updated from transifex
|
2018-01-14 01:10:43 +00:00 |
Roeland Jago Douma
|
de5d7aa331
|
Strict ISecure random
* Declare strict
* Scalar arguments
* Return type
* Use fully qualified name for strlen
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-01-13 21:39:34 +01:00 |
Roeland Jago Douma
|
c14af47fd9
|
Bump version number
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-01-13 20:16:38 +01:00 |
Roeland Jago Douma
|
758cb4d008
|
Make the capabilities manager strict
* Add return types
* Add scalar type hints
* Use [] instead of array_push (PHPStromg inspection recommendation)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-01-13 19:53:31 +01:00 |
Roeland Jago Douma
|
5ca0ad4f67
|
Remove deprecated constants
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-01-13 19:46:19 +01:00 |
Roeland Jago Douma
|
dffa922c0b
|
Remove deprecated functions for OCP\Util
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-01-13 19:41:34 +01:00 |
Roeland Jago Douma
|
704133d732
|
Remove deprecated functions from DI Container
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-01-13 19:29:52 +01:00 |