| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #11604 from nextcloud/remove-unused-code | Roeland Jago Douma | 2018-10-04 | 2 | -80/+24 |
|\ |
|
| * | Remove unused code in legacy classes | Morris Jobke | 2018-10-03 | 2 | -80/+24 |
* | | Merge pull request #11576 from nextcloud/feature/endpoint_for_clients_to_fetc... | Morris Jobke | 2018-10-03 | 2 | -0/+2 |
|\ \ |
|
| * | | Add an endppoint for clients to request an app password | Roeland Jago Douma | 2018-10-03 | 2 | -0/+2 |
| |/ |
|
* / | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-03 | 2 | -2/+8 |
|/ |
|
* | Merge pull request #11568 from nextcloud/fix/11097/just_update_password_hash | Morris Jobke | 2018-10-03 | 1 | -8/+12 |
|\ |
|
| * | Just update password hash without validating | Roeland Jago Douma | 2018-10-03 | 1 | -8/+12 |
* | | Merge pull request #11409 from nextcloud/feature/consolidated-2fa-settings | Roeland Jago Douma | 2018-10-03 | 5 | -4/+142 |
|\ \
| |/
|/| |
|
| * | Update autoloader class map | Christoph Wurst | 2018-10-02 | 2 | -0/+4 |
| * | Consolidate personal two-factor provider settings | Christoph Wurst | 2018-10-02 | 3 | -4/+138 |
* | | Merge pull request #11446 from nextcloud/bugfix/10678/pretty-urls-dont-work | Morris Jobke | 2018-10-02 | 1 | -3/+2 |
|\ \ |
|
| * | | Allow url without / for overwrite.cli.url | Daniel Kesselberg | 2018-09-28 | 1 | -3/+2 |
* | | | Merge pull request #10967 from nextcloud/zipresponse | Morris Jobke | 2018-10-02 | 3 | -0/+89 |
|\ \ \ |
|
| * | | | Add PHPDoc | Morris Jobke | 2018-10-02 | 1 | -4/+14 |
| * | | | fixup! Add fix response | Roeland Jago Douma | 2018-10-02 | 1 | -1/+1 |
| * | | | fixup! Add fix response | Roeland Jago Douma | 2018-10-02 | 1 | -3/+5 |
| * | | | fixup! Add fix response | Roeland Jago Douma | 2018-10-02 | 1 | -5/+5 |
| * | | | Add fix response | Jakob Sack | 2018-10-02 | 3 | -5/+82 |
* | | | | 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 |