| 2022-02-01 |
add graphql
ryanmerolle
committed
on 1 Feb 2022
|
|---|---|
| 2021-10-20 |
Added ENV variables for INSECURE_SKIP_TLS_VERIFY
Tobias Genannt
committed
on 20 Oct 2021
|
| 2021-08-22 |
Removed deprecated settings
Tobias Genannt
committed
on 22 Aug 2021
|
| 2021-06-24 |
Add possibility to disable server side cursors
Ageev Pavel
committed
on 24 Jun 2021
|
| 2021-04-26 |
Formatting
Christian Mäder
committed
on 26 Apr 2021
|
|
Merge branch 'plugins-and-logging' of https://github.com/ryanmerolle/netbox-docker into ryanmerolle-plugins-and-logging
Christian Mäder
committed
on 26 Apr 2021
|
|
|
remove example evn var for logging
ryanmerolle
committed
on 26 Apr 2021
|
|
| 2021-04-24 |
correct ldap example var name case
ryanmerolle
committed
on 24 Apr 2021
|
|
commented out the logging
ryanmerolle
committed
on 24 Apr 2021
|
|
| 2021-04-20 |
switch plugin example to netbox_bgp
ryanmerolle
committed
on 20 Apr 2021
|
|
mention plugin wiki page in plugins.py comment
ryanmerolle
committed
on 20 Apr 2021
|
|
|
Add expample logging configuration
ryanmerolle
committed
on 20 Apr 2021
|
|
|
Add expample plugin configuration
ryanmerolle
committed
on 20 Apr 2021
|
|
|
backed out ldap_config changes
ryanmerolle
committed
on 20 Apr 2021
|
|
|
enahance ldap extra.py with more examples
ryanmerolle
committed
on 20 Apr 2021
|
|
| 2021-02-23 |
Add extra.py example for ldap config
Ryan Merolle
authored
on 23 Feb 2021
GitHub
committed
on 23 Feb 2021
|
|
do not set AUTH_LDAP_MIRROR_GROUPS if not defined
ryanmerolle
committed
on 23 Feb 2021
|
|
| 2021-02-09 |
Use black as formatter for python files
Christian Mäder
committed
on 9 Feb 2021
|
| 2020-11-13 |
Merge pull request #359 from devon-mar/login-timeout-fix
...
Christian Mäder
authored
on 13 Nov 2020
GitHub
committed
on 13 Nov 2020
|
| 2020-11-04 |
Change LOGIN_TIMEOUT default to int
...
devon-mar
authored
on 4 Nov 2020
GitHub
committed
on 4 Nov 2020
|
|
Merge pull request #356 from timrabl/enviroment-changes
...
Christian Mäder
authored
on 4 Nov 2020
GitHub
committed
on 4 Nov 2020
|
|
| 2020-11-03 |
Fix TypeError when using LOGIN_TIMEOUT
devon-mar
committed
on 3 Nov 2020
|
| 2020-10-31 |
Rename SESSION_FILE_PATH default environment variable in configration.py
Tim Oliver Rabl
committed
on 31 Oct 2020
|
| 2020-10-29 |
Remove now unneeded os. prefix from environ calls.
Pablo Ruiz
committed
on 29 Oct 2020
|
|
Allow disabling LDAP-group related settings when AUTH_LDAP_*_GROUP environment variables are not defined. This is required in order to work with Google's Secure LDAP, due to some limitations on django-auth-ldap plugin (see: https://github.com/django-auth-ldap/django-auth-ldap/issues/201)
Pablo Ruiz
committed
on 29 Oct 2020
|
|
| 2020-10-27 |
Fix "'NoneType' object has no attribute 'lower'" when no AUTH_LDAP_MIRROR_GROUPS defined
comphilip
authored
on 27 Oct 2020
GitHub
committed
on 27 Oct 2020
|
| 2020-10-21 |
Fix default for secret_key in configuration.py
Christian Mäder
committed
on 21 Oct 2020
|
|
Improve order in configuration.py
Christian Mäder
committed
on 21 Oct 2020
|
|
|
Revert accidential change to _read_secret order
Christian Mäder
committed
on 21 Oct 2020
|
|
|
|