Commit Graph

53 Commits

Author SHA1 Message Date
Johannes Zellner
f8d0438c06 Make password reset logic translatable 2021-09-09 22:31:00 +02:00
Johannes Zellner
04eb179899 Add password reset action to profile page 2021-09-09 22:24:35 +02:00
Johannes Zellner
d292d5d419 Have 3 explicit avatar options
custom image, gravatar or none
2021-07-07 16:23:03 +02:00
Girish Ramakrishnan
e4076d7a75 minor fixes to reset dialog 2021-04-15 11:38:19 -07:00
Girish Ramakrishnan
b18f42b372 tokens: remove expiresAt and add lastUsed 2021-03-16 16:06:35 -07:00
Johannes Zellner
bc62eaef90 Try to not overflow as quickly 2020-11-23 16:24:55 +01:00
Johannes Zellner
6e1b5cacd6 Move some input errors below the input field 2020-11-23 12:54:34 +01:00
Johannes Zellner
38fc329b9f Use language names for selectors 2020-11-20 18:09:09 +01:00
Johannes Zellner
5c636cca0b Use availalbe languages in profile 2020-11-18 00:48:55 +01:00
Johannes Zellner
c4d8699f91 Fix typo 2020-11-18 00:45:19 +01:00
Johannes Zellner
bf2965dba0 Use new translation argument passing 2020-11-12 23:13:52 +01:00
Johannes Zellner
302a45d6e0 Save some space use 2 space indent like the rest of the file 2020-11-11 22:00:00 +01:00
Johannes Zellner
9becad268d Fixup some profile translations 2020-11-11 21:14:53 +01:00
Johannes Zellner
8ef96aefac Finish all profile translation hooks 2020-11-02 14:59:39 +01:00
Johannes Zellner
7bad9f3e3e Translate the profile main view 2020-10-31 12:24:35 +01:00
Johannes Zellner
c668b9274a Add more profile translations 2020-10-30 18:12:18 +01:00
Johannes Zellner
beec65bdb6 Add all main view titles and navbar translation keys 2020-10-30 18:12:18 +01:00
Johannes Zellner
9912698a71 Add language selector with english as fallback 2020-10-30 18:12:18 +01:00
Girish Ramakrishnan
c02cf0f5dc Fix doc links 2020-09-09 10:14:35 -07:00
Girish Ramakrishnan
8c8e363abc atleast is not a real word
thanks @rob
2020-08-05 10:12:13 -07:00
Girish Ramakrishnan
fb07dc2294 implement mandatory 2fa
part of #716
2020-07-10 13:10:07 -07:00
Girish Ramakrishnan
d271d2db57 Allow users to change avatar even if profile is locked 2020-07-10 09:45:02 -07:00
Girish Ramakrishnan
fbe3545153 disable profile editing based on directory config
part of cloudron/box#704
2020-07-09 17:18:41 -07:00
Johannes Zellner
b6157d58c8 Show if no app passwords are created 2020-06-12 15:46:34 +02:00
Johannes Zellner
4353a05350 Just accept all image types for profile pictures
This works as we render things on the browser into a canvas which will
be stored as png on the server
2020-06-02 15:25:29 +02:00
Girish Ramakrishnan
9b79d59d93 Add API token note 2020-03-30 22:37:25 -07:00
Girish Ramakrishnan
3e12316ea1 better wording from rob 2020-03-30 22:34:47 -07:00
Johannes Zellner
1c98cba36d Show busy state on webtoken logout 2020-03-07 01:59:38 -08:00
Girish Ramakrishnan
854281417d various app password ui fixes 2020-03-05 20:11:07 -08:00
Johannes Zellner
4d35fde8ba remove extra br for normal users in profile page 2020-03-05 20:10:01 -08:00
Girish Ramakrishnan
7a817319ba Better text for password 2020-03-05 17:52:28 -08:00
Johannes Zellner
7ce4effc2d Remove all .admin usage 2020-02-24 17:29:20 +01:00
Johannes Zellner
728d50461f Fix app password usage for non-admins 2020-02-24 13:29:47 +01:00
Johannes Zellner
3f92204de5 Fix indentation 2020-02-24 13:23:47 +01:00
Johannes Zellner
1392abe2c0 Fix password length error message 2020-02-11 16:45:20 +01:00
Johannes Zellner
fde07fda55 Passwords must be between 8 and 256 characters 2020-02-11 15:33:40 +01:00
Johannes Zellner
b9c4928949 Add missing token description 2020-02-11 09:54:57 +01:00
Johannes Zellner
8442f80641 Ensure app password and api token tables have same layout 2020-02-08 01:25:05 +01:00
Johannes Zellner
f10fafd038 Fix token expiration display 2020-02-08 01:23:29 +01:00
Johannes Zellner
62562f051c Add token add api and separate api tokens from rest 2020-02-07 21:40:55 +01:00
Johannes Zellner
1970641001 Implement revoke tokens 2020-02-07 20:00:10 +01:00
Johannes Zellner
8ae6bf832a List all tokens in profile 2020-02-07 17:03:14 +01:00
Girish Ramakrishnan
d5e4453f15 app passwords: add ui 2020-02-01 18:49:29 -08:00
Johannes Zellner
36653c10dc Fixup profile picture selection to only allow really changed pictures to be submitted 2020-01-20 19:01:41 +01:00
Girish Ramakrishnan
78205c9a13 Add gravatar link 2019-12-17 15:05:01 -08:00
Johannes Zellner
2eeb99e869 Improve avatar settings dialog 2019-12-12 15:34:26 +01:00
Johannes Zellner
165ad229e2 Add support to upload custom profile avatar 2019-12-02 18:03:41 +01:00
Johannes Zellner
52e1ce5237 Actually destroy the OAuth session on token revokation 2019-11-08 17:31:19 +01:00
Girish Ramakrishnan
97782d29cc move tokens entirely into token page 2019-11-07 14:41:28 -08:00
Girish Ramakrishnan
0c5930d5cf simplify the sessions UI 2019-11-07 14:28:52 -08:00