nixocio
f85b2b6352
Merge ui and ui_next in one dir
...
Merge ui and ui_next in one dir
See: https://github.com/ansible/awx/issues/10676
Update django .po files
Update django .po files
Run `awx-manage makemessages`.
2021-08-02 10:40:24 -04:00
Ryan Petrello
c2ef0a6500
move code linting to a stricter pep8-esque auto-formatting tool, black
2021-03-23 09:39:58 -04:00
fedora
29520f1ca6
fix for issue 4696(tower) , Upstream commit for tower PR 4840
2021-02-17 10:14:06 -05:00
mabashian
889eb2331c
Adds support for GitHub, Azure AD, Google and SAML auth to the UI
2020-12-08 17:28:03 -05:00
Jeff Bradberry
e0693d3746
is_anonymous and is_authenticated no longer support being called as methods
2019-07-12 15:11:21 -04:00
AlanCoding
8c2b3e9b84
Fix Django 2.0 deprecation warnings
2019-04-22 14:17:14 -04:00
Ryan Petrello
8cb8e63db5
fix a py3 bug that breaks the SSO complete endpoint
2019-01-21 17:04:13 -05:00
Ryan Petrello
f223df303f
convert py2 -> py3
2019-01-15 14:09:01 -05:00
adamscmRH
05d988349c
make current_user ck secure and httponly
2018-11-21 10:36:35 -05:00
adamscmRH
db1072563f
fixes sso auth backends
2018-04-25 13:15:01 -04:00
adamscmRH
310f37dd37
clears authtoken & add PAT
2018-02-22 15:18:12 -05:00
Aaron Tan
1c2621cd60
Implement session-based and OAuth 2 authentications
...
Relates #21 . Please see acceptance docs for feature details.
Signed-off-by: Aaron Tan <jangsutsr@gmail.com >
2018-02-22 15:18:12 -05:00
Wayne Witzel III
6d6bbbb627
Update URL strucuture, fixed string based calls
2017-11-09 17:24:04 -05:00
Wayne Witzel III
5d167cafa2
Revert "Merge pull request #39 from wwitzel3/issue-7260"
...
This reverts commit 6cd0592781 , reversing
changes made to 943a40eb40 .
2017-07-27 11:32:09 -04:00
Matthew Jones
2b1bcc23be
Merge branch 'purge_ansible_name' into release_3.2.0
...
* purge_ansible_name:
Remove ansible reference from dev PKG-INFO
Add back in PRIVILEGE_ESCALATION_METHODS inadvertantly removed
Add awx_ and AWX_ environment vars and extra_vars alongside Tower
Refactor some tower periodic tasks to label as awx
Refactor Notification backend for tower -> awx
Refactor fact cache plugin from tower -> awx
Rename tower display plugins to awx display
Mass rename from ansible_(awx|tower) -> (awx|tower)
2017-07-26 23:06:55 -04:00
Matthew Jones
c7a85d9738
Mass rename from ansible_(awx|tower) -> (awx|tower)
2017-07-26 13:33:26 -04:00
Wayne Witzel III
f6d59409de
Fixing cookie settings for CSRF and auth token
2017-07-25 10:11:52 -04:00
Matthew Jones
2c7dd8497b
Filter on reason also when logging in via sso and picking authtoken
2017-03-07 13:54:52 -05:00
AlanCoding
983bee115c
provide default for permanent attribute in redirect view before Django 1.9 hits
2017-01-04 15:06:10 -05:00
Chris Church
1e157c2255
Display error instead of raising 500 for invalid SAML config to generate metadata.
2016-12-06 12:57:01 -05:00
Aaron Tan
9e4655419e
Fix flake8 E302 errors.
2016-11-15 20:59:39 -05:00
Aaron Tan
473ed016de
Fix flake8 E305 errors.
2016-11-15 16:32:27 -05:00
Akita Noek
ecedf491a4
Removed erroneous sso login error log
...
The log message here does not indicate a login failure at all, in fact
it doesn't appear like we get a login failed message, they just don't
get authed.
2016-04-11 23:17:10 -04:00
Akita Noek
24a841a0bf
Added sso login logging
...
Part of #1087
This is untested as we need to have a public facing machine to do SSO
stuff against.
2016-04-11 17:03:04 -04:00
Chris Church
b5512e23bf
Flake8 fixes, remove stray print.
2015-10-02 15:13:16 -04:00
Chris Church
2ba5e06e2c
Add support for single-sign on using python-social-auth (with Google/Github OAuth2 and SAML support). Add support for RADIUS as another authentication backend.
2015-10-02 14:57:27 -04:00