summaryrefslogtreecommitdiffstats
path: root/tests/core
Commit message (Collapse)AuthorAgeFilesLines
* Move parallel merged auth tests to PSR-4Joas Schilling2016-05-252-401/+0
|
* Add two factor auth to coreChristoph Wurst2016-05-232-0/+401
|
* Move tests/core/ to PSR-4Joas Schilling2016-05-1926-4728/+0
|
* Use proper URL generation function (#24576)Lukas Reschke2016-05-111-2/+2
| | | Fixes the redirection after login, otherwise `core/files/index` is opened which fails.
* use the UID for creating the session token, not the login nameChristoph Wurst2016-05-111-8/+12
|
* fix mock builder for old phpunit versionsChristoph Wurst2016-05-111-2/+6
|
* add unit tests for all new classesChristoph Wurst2016-05-111-0/+90
|
* increase token column widthChristoph Wurst2016-05-111-1/+1
| | | | add some range to time() assertions
* fix LoginController unit testsChristoph Wurst2016-05-111-1/+69
|
* Merge pull request #24054 from owncloud/data_fingerprintRoeland Douma2016-04-191-0/+64
|\ | | | | Add data-fingerprint property
| * Add occ command for updating the data-fingerprintRoeland Jago Douma2016-04-181-0/+64
| |
* | Move logout to controllerLukas Reschke2016-04-181-1/+54
|/ | | | Testable code. Yay.
* Rename `username` to `loginName`Lukas Reschke2016-04-151-3/+3
| | | | UID and login name are two different things.
* Use !== instead of emptyLukas Reschke2016-04-151-0/+38
| | | | Users can be named null
* Move login form into controllerLukas Reschke2016-04-151-0/+176
| | | | First step on getting the authorisation stuff cleaned up. This is only for the login form, all other stuff is still where it is.
* misc: Fix some typosStefan Weil2016-04-121-2/+2
| | | | | | Some of them were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Add unit testing capabilities for templates (#23708)Thomas Müller2016-04-121-0/+20
| | | | Add unit testing capabilities for templates
* Fix avatar controller testsRoeland Jago Douma2016-04-081-1/+1
|
* Merge pull request #18444 from owncloud/occ-config-typesThomas Müller2016-01-253-52/+222
|\ | | | | occ config:system:set can now set other value types
| * Allow array recursion in getJoas Schilling2016-01-141-3/+15
| |
| * Allow deleting a nested system config valueJoas Schilling2016-01-141-6/+104
| |
| * Retain backwards compatibilityJoas Schilling2016-01-141-25/+15
| |
| * occ config:system:set can now set other value typesRobin McCorkell2016-01-141-43/+113
| | | | | | | | | | | | | | Integers, doubles, booleans and even arrays can now be set, with the --type=... option. Array setting can be specified by passing multiple name arguments, e.g. `./occ config:system:set redis port --value=123 --type=integer`
* | move lost controller to core/controllerMorris Jobke2016-01-201-4/+4
| | | | | | | | | | | | | | * lostpassword.css is unneeded since #11696 is merged - 1b50d4f7ceb92fffe0d38f823f175cf7e419c69e * js is already in core/js * css is moved to core/css/lostpassword * template is moved to core/templates/lostpassword
* | move avatar controller to core/controllerMorris Jobke2016-01-201-2/+2
|/
* Fix unit testsRoeland Jago Douma2016-01-111-10/+0
|
* Verify the path is a file on avatar updateRoeland Jago Douma2016-01-081-0/+17
| | | | | | | | Fixes #21533 Before we just assumed that the passed path was a file. This does not have to be the case. Thus check if it actually is a file before doing any more tests.
* [Avatar] Make the avatar controller use the avatar nodeRoeland Jago Douma2015-12-161-16/+26
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-3/+0
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* User IUser::getEMailAddress() all over the placeThomas Müller2015-12-021-66/+113
|
* Adding more DB groups to test suitsThomas Müller2015-11-301-0/+2
| | | | Adding more DB groups to test suits
* [Avatar] No need to setup FS for avatar testsRoeland Jago Douma2015-11-141-59/+40
|
* Do not print exception messageLukas Reschke2015-10-131-2/+44
| | | | | | In case of an error the error message often contains sensitive data such as the full path which potentially leads to a full path disclosure. Thus the error message should not directly get displayed to the user and instead be logged.
* Move the filtering of sensitive data to the config classJoas Schilling2015-09-251-9/+16
|
* Do not set single user in constructorJoas Schilling2015-09-182-3/+8
|
* Fix the singleuser config casing in new encryption codeJoas Schilling2015-09-172-6/+6
|
* Merge pull request #18938 from owncloud/occ_decrypt_all2Thomas Müller2015-09-161-0/+215
|\ | | | | occ script to disable encryption and to decrypt all files again
| * occ script to disable encryption and to decrypt all files againBjoern Schiessle2015-09-151-0/+215
| |
* | Revert "Allow Remote avatars"Thomas Müller2015-09-151-17/+12
|/
* Unit tests for mimetype loaderRobin McCorkell2015-09-041-0/+184
|
* make system root of key storage configurableBjoern Schiessle2015-08-301-0/+381
|
* Allow remote avatarsRoeland Jago Douma2015-08-291-12/+17
|
* Merge pull request #18423 from owncloud/occ_encrypt_allBjörn Schießle2015-08-281-0/+131
|\ | | | | occ command line tool to encrypt all files
| * occ tool to encrypt all filesBjoern Schiessle2015-08-261-0/+131
| |
* | Expire token after 12h and if user logged-in againLukas Reschke2015-08-221-7/+116
| | | | | | | | As an hardening measure we should expire password reset tokens after 12h and if the user has logged-in again successfully after the token was requested.
* | Merge pull request #18369 from owncloud/occ-logMorris Jobke2015-08-202-0/+302
|\ \ | | | | | | occ commands to manage logging
| * | Unit tests for occ log:* commandsRobin McCorkell2015-08-192-0/+302
| | |
* | | Filter the objectstore password from the config list as wellJoas Schilling2015-08-191-0/+17
| |/ |/|
* | Move avatarcontroller towards Node ApiRoeland Jago Douma2015-08-181-11/+11
|/
* [avatar] add error handlers for avatar setupMorris Jobke2015-07-301-4/+17
| | | | | | | | | | | | add colon to translated string use placeholder in t() Adding a size limitation for avatar upload Unit test for file size Fix typo & display server side error message