lain
|
bfdd90f6d7
|
AuthenticationPlug: Also update crypt passwords.
|
2020-05-17 11:40:25 +02:00 |
|
lain
|
baef35bcc8
|
Authentication Plug: Update bcrypt password on login.
|
2020-05-17 10:31:01 +02:00 |
|
Alex Gleason
|
5b0f27d23d
|
Pbkdf2.verify_pass --> AuthenticationPlug.checkpw
|
2020-05-14 08:57:38 -05:00 |
|
Alex Gleason
|
9cbf17d59f
|
Handle bcrypt passwords for Mastodon migration
|
2020-05-13 10:53:56 -05:00 |
|
Alex Gleason
|
b46811a074
|
Upgrade Comeonin to v5
https://github.com/riverrun/comeonin/blob/master/UPGRADE_v5.md
|
2020-05-12 17:14:59 -05:00 |
|
Ivan Tashkinov
|
66f55106bd
|
[#1682] Fixed Basic Auth permissions issue by disabling OAuth scopes checks when password is provided. Refactored plugs skipping functionality.
|
2020-04-17 21:21:10 +03:00 |
|
Mark Felder
|
05da5f5cca
|
Update Copyrights
|
2020-03-03 16:44:49 -06:00 |
|
Maksim
|
f435217e50
|
tests for Plugs.AuthenticationPlug
|
2019-07-18 20:29:51 +00:00 |
|
Moonman
|
105f437ce9
|
formatting
|
2019-07-15 08:36:51 -07:00 |
|
Moonman
|
f98f7ad1b9
|
detect and use sha512-crypt for stored password hash.
|
2019-07-14 09:48:42 -07:00 |
|
William Pitcock
|
980b5288ed
|
update copyright years to 2019
|
2018-12-31 15:41:47 +00:00 |
|
William Pitcock
|
2791ce9a1f
|
add license boilerplate to pleroma core
|
2018-12-23 20:56:42 +00:00 |
|
Maksim Pechnikov
|
074fa790ba
|
fix compile warnings
|
2018-12-09 20:50:08 +03:00 |
|
lain
|
12bc73dd28
|
Add EnsureUserKeyPlug, smaller fixes
|
2018-09-05 19:06:28 +02:00 |
|
lain
|
32465b9939
|
Simplify AuthenticationPlug
|
2018-09-05 18:53:38 +02:00 |
|
Moon Man
|
8b020e03a6
|
change cond to if else
|
2018-09-05 01:37:48 -04:00 |
|
Moon Man
|
1a8bc26e52
|
auth against sha512-crypt password hashes, upgrade to pbkdf2
|
2018-09-05 00:21:44 -04:00 |
|
lain
|
4afbef39f4
|
Format the code.
|
2018-03-30 15:01:53 +02:00 |
|
lain
|
d2099c849d
|
More Jason changes.
|
2018-03-27 16:45:38 +02:00 |
|
Lain Iwakura
|
0ec5aeb8a7
|
Don't log in deactivated users.
|
2017-12-07 17:41:34 +01:00 |
|
eal
|
c1fa1e8844
|
Fix basic auth for passwords with a colon.
|
2017-12-04 22:45:16 +02:00 |
|
Roger Braun
|
70024632ba
|
AP refactoring.
|
2017-05-16 18:19:04 +02:00 |
|
dtluna
|
6cf7c13228
|
Refactor code to comply with credo suggestions
|
2017-04-27 16:18:50 +03:00 |
|
Roger Braun
|
32aa83f3a2
|
Short circuit user verification if cookie is present.
|
2017-03-30 15:29:49 +02:00 |
|
Roger Braun
|
142e8f8f3e
|
Don't use fetch access in plug.
This makes it work with structs.
|
2017-03-20 21:28:38 +01:00 |
|
Roger Braun
|
e32dbfc9a5
|
Add basic auth.
|
2017-03-20 17:56:45 +01:00 |
|