Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move parallel merged auth tests to PSR-4 | Joas Schilling | 2016-05-25 | 2 | -401/+0 |
| | |||||
* | Add two factor auth to core | Christoph Wurst | 2016-05-23 | 2 | -0/+401 |
| | |||||
* | Move tests/core/ to PSR-4 | Joas Schilling | 2016-05-19 | 26 | -4728/+0 |
| | |||||
* | Use proper URL generation function (#24576) | Lukas Reschke | 2016-05-11 | 1 | -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 name | Christoph Wurst | 2016-05-11 | 1 | -8/+12 |
| | |||||
* | fix mock builder for old phpunit versions | Christoph Wurst | 2016-05-11 | 1 | -2/+6 |
| | |||||
* | add unit tests for all new classes | Christoph Wurst | 2016-05-11 | 1 | -0/+90 |
| | |||||
* | increase token column width | Christoph Wurst | 2016-05-11 | 1 | -1/+1 |
| | | | | add some range to time() assertions | ||||
* | fix LoginController unit tests | Christoph Wurst | 2016-05-11 | 1 | -1/+69 |
| | |||||
* | Merge pull request #24054 from owncloud/data_fingerprint | Roeland Douma | 2016-04-19 | 1 | -0/+64 |
|\ | | | | | Add data-fingerprint property | ||||
| * | Add occ command for updating the data-fingerprint | Roeland Jago Douma | 2016-04-18 | 1 | -0/+64 |
| | | |||||
* | | Move logout to controller | Lukas Reschke | 2016-04-18 | 1 | -1/+54 |
|/ | | | | Testable code. Yay. | ||||
* | Rename `username` to `loginName` | Lukas Reschke | 2016-04-15 | 1 | -3/+3 |
| | | | | UID and login name are two different things. | ||||
* | Use !== instead of empty | Lukas Reschke | 2016-04-15 | 1 | -0/+38 |
| | | | | Users can be named null | ||||
* | Move login form into controller | Lukas Reschke | 2016-04-15 | 1 | -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 typos | Stefan Weil | 2016-04-12 | 1 | -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üller | 2016-04-12 | 1 | -0/+20 |
| | | | | Add unit testing capabilities for templates | ||||
* | Fix avatar controller tests | Roeland Jago Douma | 2016-04-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #18444 from owncloud/occ-config-types | Thomas Müller | 2016-01-25 | 3 | -52/+222 |
|\ | | | | | occ config:system:set can now set other value types | ||||
| * | Allow array recursion in get | Joas Schilling | 2016-01-14 | 1 | -3/+15 |
| | | |||||
| * | Allow deleting a nested system config value | Joas Schilling | 2016-01-14 | 1 | -6/+104 |
| | | |||||
| * | Retain backwards compatibility | Joas Schilling | 2016-01-14 | 1 | -25/+15 |
| | | |||||
| * | occ config:system:set can now set other value types | Robin McCorkell | 2016-01-14 | 1 | -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/controller | Morris Jobke | 2016-01-20 | 1 | -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/controller | Morris Jobke | 2016-01-20 | 1 | -2/+2 |
|/ | |||||
* | Fix unit tests | Roeland Jago Douma | 2016-01-11 | 1 | -10/+0 |
| | |||||
* | Verify the path is a file on avatar update | Roeland Jago Douma | 2016-01-08 | 1 | -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 node | Roeland Jago Douma | 2015-12-16 | 1 | -16/+26 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-07 | 1 | -3/+0 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | User IUser::getEMailAddress() all over the place | Thomas Müller | 2015-12-02 | 1 | -66/+113 |
| | |||||
* | Adding more DB groups to test suits | Thomas Müller | 2015-11-30 | 1 | -0/+2 |
| | | | | Adding more DB groups to test suits | ||||
* | [Avatar] No need to setup FS for avatar tests | Roeland Jago Douma | 2015-11-14 | 1 | -59/+40 |
| | |||||
* | Do not print exception message | Lukas Reschke | 2015-10-13 | 1 | -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 class | Joas Schilling | 2015-09-25 | 1 | -9/+16 |
| | |||||
* | Do not set single user in constructor | Joas Schilling | 2015-09-18 | 2 | -3/+8 |
| | |||||
* | Fix the singleuser config casing in new encryption code | Joas Schilling | 2015-09-17 | 2 | -6/+6 |
| | |||||
* | Merge pull request #18938 from owncloud/occ_decrypt_all2 | Thomas Müller | 2015-09-16 | 1 | -0/+215 |
|\ | | | | | occ script to disable encryption and to decrypt all files again | ||||
| * | occ script to disable encryption and to decrypt all files again | Bjoern Schiessle | 2015-09-15 | 1 | -0/+215 |
| | | |||||
* | | Revert "Allow Remote avatars" | Thomas Müller | 2015-09-15 | 1 | -17/+12 |
|/ | |||||
* | Unit tests for mimetype loader | Robin McCorkell | 2015-09-04 | 1 | -0/+184 |
| | |||||
* | make system root of key storage configurable | Bjoern Schiessle | 2015-08-30 | 1 | -0/+381 |
| | |||||
* | Allow remote avatars | Roeland Jago Douma | 2015-08-29 | 1 | -12/+17 |
| | |||||
* | Merge pull request #18423 from owncloud/occ_encrypt_all | Björn Schießle | 2015-08-28 | 1 | -0/+131 |
|\ | | | | | occ command line tool to encrypt all files | ||||
| * | occ tool to encrypt all files | Bjoern Schiessle | 2015-08-26 | 1 | -0/+131 |
| | | |||||
* | | Expire token after 12h and if user logged-in again | Lukas Reschke | 2015-08-22 | 1 | -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-log | Morris Jobke | 2015-08-20 | 2 | -0/+302 |
|\ \ | | | | | | | occ commands to manage logging | ||||
| * | | Unit tests for occ log:* commands | Robin McCorkell | 2015-08-19 | 2 | -0/+302 |
| | | | |||||
* | | | Filter the objectstore password from the config list as well | Joas Schilling | 2015-08-19 | 1 | -0/+17 |
| |/ |/| | |||||
* | | Move avatarcontroller towards Node Api | Roeland Jago Douma | 2015-08-18 | 1 | -11/+11 |
|/ | |||||
* | [avatar] add error handlers for avatar setup | Morris Jobke | 2015-07-30 | 1 | -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 |