summaryrefslogtreecommitdiffstats
path: root/settings/Controller/AuthSettingsController.php
Commit message (Expand)AuthorAgeFilesLines
* Properly catch InvalidTokenException for better error responseMorris Jobke2018-01-241-2/+10
* Update license headersMorris Jobke2017-11-061-0/+4
* Fix settings/Controller/Lukas Reschke2017-08-011-4/+8
* The app password avoids 1Il etc. Adapted comment accordinglyMarcel Waldvogel2017-07-211-1/+1
* Increase device password entropy. Use lower- and upper-case characters and di...Fabrizio Steiner2017-05-081-4/+4
* Merge pull request #1447 from nextcloud/password-confirmation-for-some-actionsMorris Jobke2016-11-181-3/+5
|\
| * Require password confirmation for app passwordJoas Schilling2016-11-181-3/+5
* | fix warnings when updating app passwordRobin Appelman2016-11-161-2/+1
|/
* enable deleting/configuring new tokensRobin Appelman2016-11-161-1/+3
* allow configuring filesystem accessRobin Appelman2016-11-161-0/+16
* Use magic DI as much as possibleJoas Schilling2016-10-051-3/+3
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-1/+3
* format current and sync client sessions in PersonalRobin Appelman2016-07-181-0/+1
* prevent users from deleting their own session tokenChristoph Wurst2016-06-281-7/+30
* show which login name to use for the new app passwordChristoph Wurst2016-06-241-0/+1
* Create session tokens for apache auth usersChristoph Wurst2016-05-311-1/+6
* Update license headersLukas Reschke2016-05-261-1/+0
* when generating browser/device token, save the login name for later password ...Christoph Wurst2016-05-241-1/+2
* add button to invalidate browser sessions/device tokensChristoph Wurst2016-05-231-1/+18
* add button to add new device tokensChristoph Wurst2016-05-231-4/+67
* list user's auth tokens on the personal settings pageChristoph Wurst2016-05-231-0/+71