Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move settings to an app | Christoph Wurst | 2019-09-28 | 1 | -289/+0 |
| | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
* | Disable app token creation for impersonated people, ref #15539 | Greta Doci | 2019-09-15 | 1 | -0/+11 |
| | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com> | ||||
* | Refactor: move remote wipe token logic to RW service | Christoph Wurst | 2019-07-09 | 1 | -6/+8 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remote wipe support | Roeland Jago Douma | 2019-05-20 | 1 | -2/+29 |
| | | | | | | | | This allows a user to mark a token for remote wipe. Clients that support this can then wipe the device properly. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Load auth tokens with the initial state API | Christoph Wurst | 2019-03-01 | 1 | -33/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Show more information on update app password | Daniel Kesselberg | 2019-02-13 | 1 | -10/+12 |
| | | | | | | | Add Renamed, Filesystem Granted and Filesystem Revoked to activity app. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Add interface INamedToken | Daniel Kesselberg | 2019-02-02 | 1 | -3/+3 |
| | | | | | | Remove $token instanceof DefaultToken || $token instanceof PublicKeyToken Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Add canRename & name to tests | Daniel Kesselberg | 2019-02-02 | 1 | -0/+2 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Make app password description editable | Daniel Kesselberg | 2019-02-01 | 1 | -3/+11 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Don't cast tokenId to string | Daniel Kesselberg | 2019-01-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Add token name for delete activity | Daniel Kesselberg | 2019-01-30 | 1 | -9/+30 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Publish event for app token create/update/delete | Daniel Kesselberg | 2019-01-30 | 1 | -11/+51 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Just pass uid to the Token stuff | Roeland Jago Douma | 2018-06-18 | 1 | -11/+2 |
| | | | | | | We don't have user objects in the code everywhere Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Properly catch InvalidTokenException for better error response | Morris Jobke | 2018-01-24 | 1 | -2/+10 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+4 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix settings/Controller/ | Lukas Reschke | 2017-08-01 | 1 | -4/+8 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | The app password avoids 1Il etc. Adapted comment accordingly | Marcel Waldvogel | 2017-07-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Marcel Waldvogel <marcel.waldvogel@uni-konstanz.de> | ||||
* | Increase device password entropy. Use lower- and upper-case characters and ↵ | Fabrizio Steiner | 2017-05-08 | 1 | -4/+4 |
| | | | | | | digits, but exclude ambiguous characters. The number of digits has also been increased to 25. Signed-off-by: Fabrizio Steiner <fabrizio.steiner@gmail.com> | ||||
* | Merge pull request #1447 from nextcloud/password-confirmation-for-some-actions | Morris Jobke | 2016-11-18 | 1 | -3/+5 |
|\ | | | | | Password confirmation for some actions | ||||
| * | Require password confirmation for app password | Joas Schilling | 2016-11-18 | 1 | -3/+5 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | fix warnings when updating app password | Robin Appelman | 2016-11-16 | 1 | -2/+1 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | enable deleting/configuring new tokens | Robin Appelman | 2016-11-16 | 1 | -1/+3 |
| | | | | Signed-off-by: Robin Appelman <icewind@owncloud.com> | ||||
* | allow configuring filesystem access | Robin Appelman | 2016-11-16 | 1 | -0/+16 |
| | | | | Signed-off-by: Robin Appelman <icewind@owncloud.com> | ||||
* | Use magic DI as much as possible | Joas Schilling | 2016-10-05 | 1 | -3/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -1/+3 |
| | |||||
* | format current and sync client sessions in Personal | Robin Appelman | 2016-07-18 | 1 | -0/+1 |
| | |||||
* | prevent users from deleting their own session token | Christoph Wurst | 2016-06-28 | 1 | -7/+30 |
| | |||||
* | show which login name to use for the new app password | Christoph Wurst | 2016-06-24 | 1 | -0/+1 |
| | |||||
* | Create session tokens for apache auth users | Christoph Wurst | 2016-05-31 | 1 | -1/+6 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+0 |
| | |||||
* | when generating browser/device token, save the login name for later password ↵ | Christoph Wurst | 2016-05-24 | 1 | -1/+2 |
| | | | | checks | ||||
* | add button to invalidate browser sessions/device tokens | Christoph Wurst | 2016-05-23 | 1 | -1/+18 |
| | |||||
* | add button to add new device tokens | Christoph Wurst | 2016-05-23 | 1 | -4/+67 |
| | |||||
* | list user's auth tokens on the personal settings page | Christoph Wurst | 2016-05-23 | 1 | -0/+71 |