Commit Graph

306 Commits

Author SHA1 Message Date
Cam Otts
8203811f34
removed debugging log 2023-02-02 09:24:06 -06:00
Cam Otts
9aba5f3524
added error checking for name collision on frontend and send corresponding error 2023-02-01 13:13:15 -06:00
Cam Otts
cd08b98a0a
added configuration endpoint which sends tou link and version info 2023-01-31 12:44:03 -06:00
Michael Quigley
abb5a5e537
log invalid authentication attempts (#186) 2023-01-30 11:43:28 -05:00
Michael Quigley
d9258a2915
operational improvements in log messages (#186) 2023-01-30 11:38:55 -05:00
Michael Quigley
685683312b
registration/email_from -> email/from (#178) 2023-01-23 16:52:13 -05:00
Michael Quigley
ed2b1a653d
account -> reset_password (#175) 2023-01-23 16:44:08 -05:00
Michael Quigley
789532fff9
fix sqlite migration (#156) 2023-01-23 12:52:47 -05:00
Michael Quigley
b32ee6350e
implement the new password hashing approach (#156) 2023-01-23 12:50:24 -05:00
Michael Quigley
45d83d1521
salted password migrations (#156) 2023-01-23 11:49:22 -05:00
Michael Quigley
44f61d3bb7
email tweaks (#157) 2023-01-20 14:01:02 -05:00
Michael Quigley
088283d528
explicit lint 2023-01-20 12:45:02 -05:00
Michael Quigley
37d4586a03
log lint 2023-01-20 12:36:13 -05:00
Michael Quigley
3a0bc3c1c8
reset password email styling (#157) 2023-01-20 12:25:14 -05:00
Michael Quigley
1789e79b98
updated invitation email (#157) 2023-01-20 12:18:18 -05:00
Michael Quigley
7d3eeff885
forgot -> reset; password reset testing & tweaks (#65) 2023-01-20 12:08:40 -05:00
Michael Quigley
cc7516460c
Merge pull request #173 from openziti/forgot-password
Initial forgot password implementation (#65)
2023-01-20 11:21:36 -05:00
Cam Otts
3917892c58
missed bad request for password reset request 2023-01-20 10:04:52 -06:00
Cam Otts
2bbf404bae
added maintenance cleanup for expired password reset requests 2023-01-20 10:00:46 -06:00
Michael Quigley
73f068c54a
failing token invites fail with 401; display a hint about --token in the cli error message (#172) 2023-01-19 15:40:41 -05:00
Michael Quigley
1c77fdc065
remove frontend service policies (#171) 2023-01-19 15:23:38 -05:00
Michael Quigley
8bf060f71d
remove any frontend records assigned to an environment when the environment (#171) 2023-01-19 15:17:30 -05:00
Cam Otts
a07c4a519c
initial pass for forgot password 2023-01-18 13:05:10 -06:00
Michael Quigley
8f517876e0
fixes to postgres migrations to prevent primary key collisions (#160); fixes to migrations to remove renaming lint 2023-01-17 11:59:27 -05:00
Michael Quigley
8ef5225b20
updated verifiation email styling (#157) 2023-01-17 11:23:26 -05:00
Michael Quigley
f5ab73bcb0
openziti-rest-kitchen -> openziti (#158) 2023-01-13 15:01:34 -05:00
Michael Quigley
e8e87ca6ac
fine, sqlite, fine... (#96) 2023-01-13 13:29:34 -05:00
Michael Quigley
4e4bd1c876
limitless flag on accounts (#96) 2023-01-13 13:16:10 -05:00
Michael Quigley
e6932d67f2
limits on shares (#96) 2023-01-13 10:34:21 -05:00
Michael Quigley
faf3834c42
environment limits (#96) 2023-01-13 10:19:11 -05:00
Michael Quigley
0aa0eea0c7
the most rudimentary of limits (#96) 2023-01-13 09:42:42 -05:00
Michael Quigley
2da67d4a29
account expiration tweaks (#135) 2023-01-12 16:00:09 -05:00
Michael Quigley
a48fb04870
Merge branch 'v0.3.0' into stale-account-request-cleanup 2023-01-12 15:15:30 -05:00
Michael Quigley
7324c01fe8
controller config defaults 2023-01-12 15:12:48 -05:00
Cam Otts
679aa09615
added batch limits 2023-01-12 14:09:04 -06:00
Michael Quigley
63edd0ed48
logging improvements 2023-01-12 15:01:34 -05:00
Michael Quigley
627d9eb882
the 'registration' stanza should not be required (#147) 2023-01-12 14:17:09 -05:00
Cam Otts
0db3f0c9e6
added explicit get and delete for expired account requests 2023-01-12 13:00:16 -06:00
Cam Otts
deb6831fee
remove old test log and add log for exiting loop 2023-01-12 10:15:10 -06:00
Cam Otts
3a79608474
Merge branch 'v0.3.0' into stale-account-request-cleanup 2023-01-12 10:14:03 -06:00
Cam Otts
602c54cc43
Merge branch 'v0.3.0' into alternate-token-method 2023-01-12 10:08:06 -06:00
Cam Otts
e69119896e
added go routine to cleaup expired access requests 2023-01-12 10:04:56 -06:00
Michael Quigley
575a3f7030
a random token will work better 2023-01-10 16:43:58 -05:00
Michael Quigley
4792aa0064
include the secret token in the identity name to avoid collisions 2023-01-10 16:41:45 -05:00
Cam Otts
ee078a9e10
pr comments 2023-01-10 12:26:22 -06:00
Cam Otts
049ef6c9e9
send correct unauthorized error 2023-01-10 10:05:57 -06:00
Cam Otts
bb3d488212
move token generation to admin and add needed security to it 2023-01-10 09:53:41 -06:00
Cam Otts
354ccb853f
sqlite typo 2023-01-09 13:40:32 -06:00
Cam Otts
0734e7b511
pr comments 2023-01-09 13:23:02 -06:00
Cam Otts
e5b749be71
initial rough pass for a stored token implementation 2023-01-09 11:00:37 -06:00