Morris Jobke
|
332eaec4c0
|
Merge pull request #1447 from nextcloud/password-confirmation-for-some-actions
Password confirmation for some actions
|
2016-11-18 15:42:30 +01:00 |
Joas Schilling
|
b2d9c20aac
|
Fix unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2016-11-18 12:10:51 +01:00 |
Robin Appelman
|
d2dee32756
|
fix warnings when updating app password
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2016-11-16 19:14:36 +01:00 |
Roeland Jago Douma
|
311531ecce
|
Adds tests for the AuthSettingsController
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2016-11-16 15:24:31 +01:00 |
Robin Appelman
|
a4ea20a259
|
cast to int
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2016-11-16 15:24:29 +01:00 |
Robin Appelman
|
bb65d3b03d
|
update tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2016-11-16 15:24:29 +01:00 |
Roeland Jago Douma
|
95a8964cc8
|
Add settings PersonalController
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2016-11-06 14:05:49 +01:00 |
Lukas Reschke
|
8d4bda7de6
|
Add test for "languageCodesTest.php"
Arguably not the most awesome test but increases coverage and is an easy gain.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
2016-11-02 21:53:54 +01:00 |
Lukas Reschke
|
a68595742b
|
Proxy images through usercontent.apps.nextcloud.com
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
2016-10-31 17:17:47 +01:00 |
Lukas Reschke
|
8d83e239f3
|
Fix tests
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
2016-10-31 17:17:45 +01:00 |
Lukas Reschke
|
32cf661215
|
Use new appstore API
This change introduces the new appstore API in Nextcloud.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
2016-10-31 17:17:44 +01:00 |
Thomas Müller
|
0c637c8d73
|
[9.2] Add missing unit tests (#25936)
* Adjust unit test execution after folder rename
* Adjust login controller tests to match current behavior
* Fix broken unit tests
|
2016-10-24 14:25:52 +02:00 |
Joas Schilling
|
b130a0ee09
|
phpunit min version is 4.8
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2016-10-06 14:07:32 +02:00 |
Joas Schilling
|
ccc29a3da2
|
Fix tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2016-10-06 14:05:52 +02:00 |
Joas Schilling
|
4db5b2a2c6
|
Use magic DI as much as possible
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2016-10-05 16:36:49 +02:00 |
Joas Schilling
|
3395977d8f
|
Add a test for all the controllers and the middleware
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2016-10-05 15:25:41 +02:00 |
Roeland Jago Douma
|
206b48d250
|
Fix getMock UsersControllerTest
|
2016-09-13 09:09:53 +02:00 |
Roeland Jago Douma
|
1cdf4e9540
|
Set default
|
2016-09-07 22:09:32 +02:00 |
Roeland Jago Douma
|
835daedbbc
|
Fix getMock settings
|
2016-09-07 20:42:38 +02:00 |
Joas Schilling
|
7c0951244a
|
Deprecate getEditionString()
|
2016-09-06 16:05:28 +02:00 |
Marius Blüm
|
c1632c3abd
|
Merge pull request #893 from nextcloud/ie8_be_gone
IE8 be gone!
|
2016-08-17 09:02:58 +02:00 |
Roeland Jago Douma
|
fd95985a21
|
Remove IE8 support in CertificateController
* Also fix getMock warnings in tests
|
2016-08-16 20:51:43 +02:00 |
Lukas Reschke
|
6c6338b810
|
Merge branch 'master' into implement_712
|
2016-08-15 21:55:09 +02:00 |
Lukas Reschke
|
910176c540
|
Fix CheckSetupController tests
|
2016-08-15 17:36:45 +02:00 |
Lukas Reschke
|
1c7fa3333e
|
Add reference to current user
|
2016-08-15 17:15:14 +02:00 |
Lukas Reschke
|
c16c411275
|
Add new dependency
|
2016-08-15 17:13:58 +02:00 |
Lukas Reschke
|
7ffb7b0d84
|
Use MockBuilder instead of createMock
CI uses an older PHPUnit
|
2016-08-15 16:43:22 +02:00 |
Lukas Reschke
|
8a7a0f3287
|
Add unit tests
|
2016-08-15 16:25:34 +02:00 |
Morris Jobke
|
ba16fd0d33
|
Merge branch 'master' into sync-master
|
2016-07-07 11:29:46 +02:00 |
Vincent Petry
|
d769e718a5
|
Set content type when downloading log file to force download in some browsers (#25382)
|
2016-07-06 22:47:16 +02:00 |
Lukas Reschke
|
700a57d8b6
|
Set content-type to "application/octet-stream"
Some browsers such as Firefox on Microsoft Windows otherwise do offer to open the file directly which is kinda silly.
|
2016-06-30 12:47:46 +02:00 |
Christoph Wurst
|
c9a2790893
|
prevent users from deleting their own session token
|
2016-06-28 16:17:37 +02:00 |
Joas Schilling
|
8afbd80328
|
Move parallel merged auth tests to PSR-4
|
2016-05-25 12:02:05 +02:00 |
Joas Schilling
|
c58d174616
|
Move tests/settings to PSR-4
|
2016-05-19 11:18:25 +02:00 |