| Commit message (Expand) | Author | Age | Files | Lines |
* | Validate email in occ command | Daniel Kesselberg | 2018-10-02 | 1 | -6/+1 |
* | Use setUserValue instead setEMailAddress because latter omits an changeUser e... | Daniel Kesselberg | 2018-10-02 | 1 | -8/+10 |
* | Add --admin-email to cli installer | Daniel Kesselberg | 2018-10-02 | 1 | -0/+9 |
* | Merge pull request #11390 from nextcloud/feature/11043/apptoken_v3 | Morris Jobke | 2018-10-02 | 9 | -3/+106 |
|\ |
|
| * | Add tests | Roeland Jago Douma | 2018-10-02 | 1 | -1/+4 |
| * | Update all the publickey tokens if needed on web login | Roeland Jago Douma | 2018-10-02 | 6 | -1/+52 |
| * | Mark token as invalid if the password doesn't match | Roeland Jago Douma | 2018-10-02 | 6 | -3/+50 |
| * | Add column to DB to store expired passwords | Roeland Jago Douma | 2018-10-02 | 2 | -0/+2 |
* | | Merge pull request #11336 from nextcloud/bugfix/3342/database-name-prefix-sqlite | Morris Jobke | 2018-10-02 | 2 | -8/+44 |
|\ \ |
|
| * | | Use empty instead ?? because dbname is '' sometimes | Daniel Kesselberg | 2018-09-23 | 1 | -2/+7 |
| * | | Use const for dbname and dbtableprefix defaults | Daniel Kesselberg | 2018-09-23 | 2 | -8/+41 |
| * | | --database-name or --database-table-prefix are ignored for sqlite | Daniel Kesselberg | 2018-09-23 | 1 | -4/+2 |
* | | | Make logfile's mode configurable. | Roland Tapken | 2018-10-02 | 1 | -2/+5 |
| |/
|/| |
|
* | | Merge pull request #11433 from nextcloud/feature/all_lax_cookies2 | Christoph Wurst | 2018-10-02 | 4 | -4/+108 |
|\ \ |
|
| * | | Make authenticated cookies lax | Roeland Jago Douma | 2018-09-28 | 4 | -4/+108 |
* | | | Document possibly thrown excption of QBMapper::insertOrUpdate | Christoph Wurst | 2018-10-02 | 1 | -0/+1 |
* | | | Add QBMapper::insertOrUpdate() | Christoph Wurst | 2018-10-02 | 1 | -1/+18 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-02 | 2 | -0/+30 |
* | | | Let 2FA providers provide their custom icons (dark/light) | Christoph Wurst | 2018-10-01 | 3 | -0/+57 |
* | | | Emit event on enablign or disabling of 2FA provider | Roeland Jago Douma | 2018-10-01 | 5 | -1/+83 |
* | | | Merge pull request #11461 from nextcloud/feature/noid/drop-find-and-pass-addi... | Morris Jobke | 2018-10-01 | 1 | -14/+1 |
|\ \ \ |
|
| * | | | Dont use find to lookup binaries | Daniel Kesselberg | 2018-09-29 | 1 | -14/+1 |
| |/ / |
|
* / / | Add mandatory 2FA service/class | Christoph Wurst | 2018-09-30 | 4 | -2/+64 |
|/ / |
|
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-28 | 2 | -0/+8 |
* | | Compile contactmenu handlebars templates | Roeland Jago Douma | 2018-09-27 | 1 | -0/+1 |
* | | Remove unused constructor argument | Christoph Wurst | 2018-09-27 | 2 | -7/+0 |
* | | Reduce settings manager complexity by loading sections via DI | Christoph Wurst | 2018-09-27 | 2 | -91/+31 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-27 | 2 | -2/+2 |
* | | Merge pull request #11150 from nextcloud/feature/noid/unit-test-find-webroot | blizzz | 2018-09-26 | 1 | -11/+31 |
|\ \ |
|
| * | | Change visibility to private | Daniel Kesselberg | 2018-09-13 | 1 | -1/+1 |
| * | | Change return false to throw new | Daniel Kesselberg | 2018-09-10 | 1 | -5/+12 |
| * | | Extract logic for webroot into method and add test | Daniel Kesselberg | 2018-09-10 | 1 | -9/+22 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-26 | 2 | -6/+6 |
* | | | Merge pull request #11240 from nextcloud/feature/noid/consider-openssl-settin... | Morris Jobke | 2018-09-25 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Consider openssl settings from config.php | Daniel Kesselberg | 2018-09-16 | 1 | -2/+2 |
* | | | | Merge pull request #11316 from nextcloud/container-queryexception-only | Roeland Jago Douma | 2018-09-25 | 1 | -7/+1 |
|\ \ \ \ |
|
| * | | | | only catch QueryException when trying to build class | Robin Appelman | 2018-09-21 | 1 | -7/+1 |
* | | | | | Only allow 2FA state changs if providers support the operation | Christoph Wurst | 2018-09-25 | 8 | -25/+170 |
* | | | | | Merge pull request #11297 from nextcloud/bugfix/noid/this-database-dude | Roeland Jago Douma | 2018-09-25 | 2 | -3/+3 |
|\ \ \ \ \ |
|
| * | | | | | Also adjust the expiration of PublicKeyTokenProvider | Joas Schilling | 2018-09-20 | 1 | -2/+2 |
| * | | | | | Copy the expiration from 480864b3e32d88361b17b70d238f986f64579757 to getToken... | Joas Schilling | 2018-09-19 | 1 | -1/+1 |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-25 | 4 | -26/+36 |
* | | | | | | Merge pull request #11222 from nextcloud/gs-and-saml | blizzz | 2018-09-24 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | add back-end as parameter to the pre-login hook | Bjoern Schiessle | 2018-09-14 | 1 | -1/+1 |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-24 | 2 | -38/+38 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-23 | 2 | -0/+4 |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-22 | 4 | -40/+54 |
| |_|/ / /
|/| | | | |
|
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-21 | 2 | -4/+6 |
* | | | | | Merge pull request #11292 from nextcloud/revert/9442/do-not-apcu-cache-the-au... | blizzz | 2018-09-19 | 1 | -2/+0 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Revert "Use APCu caching of composer" | Joas Schilling | 2018-09-19 | 1 | -2/+0 |