2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-10-03 13:16:51 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Britney Wright
c3b437b377 Change homepage from Zones to New Batch Change (#648) 2019-05-29 15:37:23 -04:00
Rebecca Star
d13b53a6be add more logging around oidc login (#502)
* add more logging around oidc login
2019-02-21 11:45:51 -05:00
Rebecca Star
c5c5bccfa9 Support openID connect for login (#488)
* Support openID connect for login

* Add tests on oidc
2019-02-19 11:34:45 -05:00
Britney Wright
edfa4eda32 portal improvements (#476)
* portal improvements

* updates to locked out user flow
2019-02-06 15:48:31 -05:00
Britney Wright
f58748e454 Portal lock users and check lock status
* Create custom action for loading user account

* implement user locked status check

* refactor VinylDNSSpec

* code coverage modifications
2018-10-02 11:04:34 -04:00
Paul Cleary
0f2fdc9c7b Replace the repos in the portal with dynamodb and core (#206)
Replace the repos in the portal with dynamodb and core

* Remove all data stores from the portal
* Use the user and user change repository from core and dynamodb
* Remove the UserAccount type, use core User instead
* Remove the UserChangeLog types, use core UserChange instead
* Clean up duplication in VinylDNS
* Moved `Module` to `modules.VinylDNSModule`.  The reason is that
you cannot disable the "default" module for unit tests.
* Use mock configuration for VinylDNSSpec and FrontendControllerSpec.
The mock app configuration is what allows us to run without dynamodb
* Added a TestApplicationData trait to cut down on duplication
2018-09-18 11:51:31 -04:00
Paul James Cleary
f0726ecb37 Initial code release 2018-07-31 14:26:07 -04:00