summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11568 from nextcloud/fix/11097/just_update_password_hashMorris Jobke2018-10-031-8/+12
|\
| * Just update password hash without validatingRoeland Jago Douma2018-10-031-8/+12
* | Merge pull request #11409 from nextcloud/feature/consolidated-2fa-settingsRoeland Jago Douma2018-10-035-4/+142
|\ \ | |/ |/|
| * Update autoloader class mapChristoph Wurst2018-10-022-0/+4
| * Consolidate personal two-factor provider settingsChristoph Wurst2018-10-023-4/+138
* | Merge pull request #11446 from nextcloud/bugfix/10678/pretty-urls-dont-workMorris Jobke2018-10-021-3/+2
|\ \
| * | Allow url without / for overwrite.cli.urlDaniel Kesselberg2018-09-281-3/+2
* | | Merge pull request #10967 from nextcloud/zipresponseMorris Jobke2018-10-023-0/+89
|\ \ \
| * | | Add PHPDocMorris Jobke2018-10-021-4/+14
| * | | fixup! Add fix responseRoeland Jago Douma2018-10-021-1/+1
| * | | fixup! Add fix responseRoeland Jago Douma2018-10-021-3/+5
| * | | fixup! Add fix responseRoeland Jago Douma2018-10-021-5/+5
| * | | Add fix responseJakob Sack2018-10-023-5/+82
* | | | Validate email in occ commandDaniel Kesselberg2018-10-021-6/+1
* | | | Use setUserValue instead setEMailAddress because latter omits an changeUser e...Daniel Kesselberg2018-10-021-8/+10
* | | | Add --admin-email to cli installerDaniel Kesselberg2018-10-021-0/+9
| |_|/ |/| |
* | | Merge pull request #11390 from nextcloud/feature/11043/apptoken_v3Morris Jobke2018-10-029-3/+106
|\ \ \
| * | | Add testsRoeland Jago Douma2018-10-021-1/+4
| * | | Update all the publickey tokens if needed on web loginRoeland Jago Douma2018-10-026-1/+52
| * | | Mark token as invalid if the password doesn't matchRoeland Jago Douma2018-10-026-3/+50
| * | | Add column to DB to store expired passwordsRoeland Jago Douma2018-10-022-0/+2
* | | | Merge pull request #11336 from nextcloud/bugfix/3342/database-name-prefix-sqliteMorris Jobke2018-10-022-8/+44
|\ \ \ \
| * | | | Use empty instead ?? because dbname is '' sometimesDaniel Kesselberg2018-09-231-2/+7
| * | | | Use const for dbname and dbtableprefix defaultsDaniel Kesselberg2018-09-232-8/+41
| * | | | --database-name or --database-table-prefix are ignored for sqliteDaniel Kesselberg2018-09-231-4/+2
* | | | | Make logfile's mode configurable.Roland Tapken2018-10-021-2/+5
| |/ / / |/| | |
* | | | Merge pull request #11433 from nextcloud/feature/all_lax_cookies2Christoph Wurst2018-10-024-4/+108
|\ \ \ \
| * | | | Make authenticated cookies laxRoeland Jago Douma2018-09-284-4/+108
| | |_|/ | |/| |
* | | | Document possibly thrown excption of QBMapper::insertOrUpdateChristoph Wurst2018-10-021-0/+1
* | | | Add QBMapper::insertOrUpdate()Christoph Wurst2018-10-021-1/+18
| |_|/ |/| |
* | | [tx-robot] updated from transifexNextcloud bot2018-10-022-0/+30
* | | Let 2FA providers provide their custom icons (dark/light)Christoph Wurst2018-10-013-0/+57
* | | Emit event on enablign or disabling of 2FA providerRoeland Jago Douma2018-10-015-1/+83
* | | Merge pull request #11461 from nextcloud/feature/noid/drop-find-and-pass-addi...Morris Jobke2018-10-011-14/+1
|\ \ \
| * | | Dont use find to lookup binariesDaniel Kesselberg2018-09-291-14/+1
| |/ /
* / / Add mandatory 2FA service/classChristoph Wurst2018-09-304-2/+64
|/ /
* | [tx-robot] updated from transifexNextcloud bot2018-09-282-0/+8
* | Compile contactmenu handlebars templatesRoeland Jago Douma2018-09-271-0/+1
* | Remove unused constructor argumentChristoph Wurst2018-09-272-7/+0
* | Reduce settings manager complexity by loading sections via DIChristoph Wurst2018-09-272-91/+31
* | [tx-robot] updated from transifexNextcloud bot2018-09-272-2/+2
* | Merge pull request #11150 from nextcloud/feature/noid/unit-test-find-webrootblizzz2018-09-261-11/+31
|\ \
| * | Change visibility to privateDaniel Kesselberg2018-09-131-1/+1
| * | Change return false to throw newDaniel Kesselberg2018-09-101-5/+12
| * | Extract logic for webroot into method and add testDaniel Kesselberg2018-09-101-9/+22
* | | [tx-robot] updated from transifexNextcloud bot2018-09-262-6/+6
* | | Merge pull request #11240 from nextcloud/feature/noid/consider-openssl-settin...Morris Jobke2018-09-251-2/+2
|\ \ \
| * | | Consider openssl settings from config.phpDaniel Kesselberg2018-09-161-2/+2
* | | | Merge pull request #11316 from nextcloud/container-queryexception-onlyRoeland Jago Douma2018-09-251-7/+1
|\ \ \ \
| * | | | only catch QueryException when trying to build classRobin Appelman2018-09-211-7/+1