Alexandre Aubin
|
677f4518e4
|
Ugly hack to only load 1 category to speed up execution time
|
2020-05-01 05:43:32 +02:00 |
|
Alexandre Aubin
|
89ad543797
|
Tweaking debug messages
|
2020-05-01 04:33:14 +02:00 |
|
Alexandre Aubin
|
559f40a4ea
|
Another round of simplification for interface init...
|
2020-05-01 03:58:37 +02:00 |
|
Alexandre Aubin
|
c750226a3b
|
We don't need no namespaces ... but let's it customizable through a var env if needed...
|
2020-05-01 03:48:01 +02:00 |
|
Alexandre Aubin
|
1849d1aa3b
|
Simplify(?) ActionsMap initialization by removing some obscure kwargs handling
|
2020-05-01 03:07:25 +02:00 |
|
Alexandre Aubin
|
57d1b2b6db
|
Bit of tidying up
|
2020-05-01 02:44:15 +02:00 |
|
Alexandre Aubin
|
d2f68cb536
|
We don't need to auth in CLI
|
2020-05-01 02:44:15 +02:00 |
|
Alexandre Aubin
|
a34fb7c665
|
We don't need to be able to auth in cli
|
2020-05-01 02:44:15 +02:00 |
|
Alexandre Aubin
|
fce96ad48f
|
We don't need to be able to not use the cache...
|
2020-05-01 02:44:13 +02:00 |
|
Alexandre Aubin
|
b6258de2db
|
We don't need to be able to disable websocket
|
2020-05-01 02:43:25 +02:00 |
|
Alexandre Aubin
|
eb6d56f7ab
|
Simplify(?) interface initialization
|
2020-05-01 02:43:11 +02:00 |
|
Alexandre Aubin
|
6f1133b205
|
The hell with 'pythonic try/except' ... Just use a goddamn if/else for that kind of stuff
|
2020-04-23 04:26:00 +02:00 |
|
Kay0u
|
0f37a70f27
|
Fix tests
|
2020-04-10 00:12:19 +02:00 |
|
Alexandre Aubin
|
628ffc9da1
|
Report the actual error when ldap fails
|
2020-04-09 19:05:20 +02:00 |
|
Alexandre Aubin
|
3a3ce804d6
|
Wat da fuke pytz
|
2020-04-02 23:44:15 +02:00 |
|
Alexandre Aubin
|
d1ea1b606f
|
Merge pull request #226 from frju365/patch-1
[fix] Return nothing if argument is already set.
|
2020-04-01 19:30:38 +02:00 |
|
Kay0u
|
d4ecac199d
|
admincn -> admindn
|
2020-04-01 18:35:21 +02:00 |
|
Kayou
|
c6806af2ee
|
Fix postinstall
|
2020-04-01 18:35:21 +02:00 |
|
Kay0u
|
cba7c7e209
|
Fix format
|
2020-03-30 23:08:12 +02:00 |
|
Kay0u
|
85d48ae07d
|
Merge branch 'stretch-unstable' into moar-tests
|
2020-03-30 23:04:19 +02:00 |
|
Kay0u
|
a10b40ed8d
|
Remove _encode_dict
|
2020-03-30 22:56:22 +02:00 |
|
Kay0u
|
f6e92d84b8
|
avoid hardcoded values in ldap
|
2020-03-29 01:28:09 +01:00 |
|
Kay0u
|
eb9ecb6451
|
try catch is magic
|
2020-03-29 01:27:41 +01:00 |
|
Alexandre Aubin
|
06d8c48918
|
Fixing a super weird issue ljf encountered where the reader crashed because couldn't read the filescriptor ... Yolocommiting, let's see if this breaks something during our tests during next weeks ...
|
2020-03-29 00:41:37 +01:00 |
|
Bram
|
11ab539bac
|
Merge pull request #234 from kay0u/staticmethod-and-format_arg_names-fix
staticmethod and format_arg_names fix
|
2020-03-04 17:29:47 +01:00 |
|
Kay0u
|
a47a230611
|
staticmethod and format_arg_names fix
|
2020-01-14 22:45:19 +07:00 |
|
Kay0u
|
142081a934
|
be able to mock ldap uri
|
2020-01-08 01:38:36 +08:00 |
|
Kay0u
|
1ea4ce099b
|
fix comment
|
2020-01-07 23:56:25 +08:00 |
|
Kay0u
|
d4cc5ba12e
|
fix new_rdn
|
2020-01-07 23:55:52 +08:00 |
|
Kay0u
|
89aef100f0
|
action in ldap_operation_error
|
2020-01-07 23:55:37 +08:00 |
|
Kay0u
|
f05cc2c66a
|
test_ldap... to be continued
|
2020-01-07 17:47:50 +08:00 |
|
Kay0u
|
6a5971bb3c
|
better fix for lockfile
|
2020-01-07 01:15:26 +08:00 |
|
Kay0u
|
6490184333
|
format
|
2020-01-02 23:41:21 +08:00 |
|
Kay0u
|
247411cb9f
|
make flake8 happy
|
2020-01-02 23:39:35 +08:00 |
|
Kay0u
|
3abde9c008
|
default use global conf
|
2020-01-02 12:59:16 +08:00 |
|
Kay0u
|
0be1d74e4a
|
set handler if no password is provided
|
2020-01-02 12:34:47 +08:00 |
|
Kay0u
|
ce5d7ddaf0
|
fix conf authenticate all
|
2020-01-02 12:31:35 +08:00 |
|
Kay0u
|
94ccd9b05c
|
use the right authenticator
|
2020-01-02 12:30:43 +08:00 |
|
Kay0u
|
ac4a4c34b1
|
use default authenticator if none is defined
|
2020-01-02 12:17:12 +08:00 |
|
Kay0u
|
6f7f870d3d
|
use default profile by default
|
2020-01-02 12:14:23 +08:00 |
|
Kay0u
|
d51bb55573
|
add some members to authenticators
|
2020-01-02 12:12:24 +08:00 |
|
Kay0u
|
d4b58ed97f
|
Warn messages + fix error message
|
2019-12-28 23:30:36 +08:00 |
|
Kay0u
|
7f0a0608e8
|
expose msignals
|
2019-12-28 23:30:10 +08:00 |
|
Josué Tille
|
7ff033090c
|
Add warning when nothing is updated in LDAP
|
2019-12-23 11:01:53 +01:00 |
|
Josué Tille
|
9400ef7498
|
Don't update LDAP if there are nothing to do
|
2019-12-22 12:16:34 +01:00 |
|
Kay0u
|
6edc021f83
|
Add more tests
|
2019-12-22 00:36:20 +08:00 |
|
decentral1se
|
54b8cab133
|
Apply Black on all the code base
|
2019-11-25 17:21:13 +01:00 |
|
Alexandre Aubin
|
952d707362
|
Make the linter gods happy
|
2019-11-20 00:27:34 +01:00 |
|
Alexandre Aubin
|
53ab4709d1
|
Rewrite auth tests in a more clean way, now using webtest to run the API
|
2019-11-19 21:12:58 +01:00 |
|
Alexandre Aubin
|
9fda7f4716
|
Merge branch 'stretch-unstable' into simplify-auth-mechanism
|
2019-11-19 16:55:06 +01:00 |
|