Bjoern Schiessle
|
4ecd16c555
Redirect to default page after login
|
8 lat temu |
Joas Schilling
|
ba87db3fcc
Fix others
|
8 lat temu |
Lukas Reschke
|
c1589f163c
Mitigate race condition
|
8 lat temu |
Lukas Reschke
|
ba4f12baa0
Implement brute force protection
|
8 lat temu |
Thomas Müller
|
232d735893
Do not leak the login name - fixes #25047
|
8 lat temu |
Christoph Wurst
|
5e71d23ded
remember redirect_url when solving the 2FA challenge
|
8 lat temu |
Vincent Petry
|
235f03da64
Merge pull request #24795 from owncloud/issue-24789-reset-password-link-new-window
|
8 lat temu |
Lukas Reschke
|
aba539703c
Update license headers
|
8 lat temu |
Christoph Wurst
|
ad10485cec
when generating browser/device token, save the login name for later password checks
|
8 lat temu |
Christoph Wurst
|
4128b853e5
login explicitly
|
8 lat temu |
Joas Schilling
|
5c063cf7c9
Allow opening the password reset link in a new window when its a URL
|
8 lat temu |
Christoph Wurst
|
dfb4d426c2
Add two factor auth to core
|
8 lat temu |
Christoph Wurst
|
e077d78ec9
Show login error message correctly (#24599)
|
8 lat temu |
Lukas Reschke
|
ee0ebd192a
Use proper URL generation function (#24576)
|
8 lat temu |
Christoph Wurst
|
0486d750aa
use the UID for creating the session token, not the login name
|
8 lat temu |
Christoph Wurst
|
214aa6639c
fix login with email
|
8 lat temu |
Christoph Wurst
|
46bdf6ea2b
fix PHPDoc and other minor issues
|
8 lat temu |
Christoph Wurst
|
3ffa7d986a
show login error
|
8 lat temu |
Christoph Wurst
|
aa85edd224
increase token column width
|
8 lat temu |
Christoph Wurst
|
aafd660b97
fix LoginController unit tests
|
8 lat temu |
Christoph Wurst
|
7aa16e1559
fix setup
|
8 lat temu |
Christoph Wurst
|
fdc2cd7554
Add token auth for OCS APIs
|
8 lat temu |
Christoph Wurst
|
3ab922601a
Check if session token is valid and log user out if the check fails
|
8 lat temu |
Christoph Wurst
|
d8cde414bd
token based auth
|
8 lat temu |
Lukas Reschke
|
8222ad5157
Move logout to controller
|
8 lat temu |
Lukas Reschke
|
d4a93893bb
Also check for an empty string
|
8 lat temu |
Lukas Reschke
|
fee95084ae
Rename `username` to `loginName`
|
8 lat temu |
Lukas Reschke
|
8a650a51be
Use !== instead of empty
|
8 lat temu |
Lukas Reschke
|
331e4efacb
Move login form into controller
|
8 lat temu |