Commit Graph

4837 Commits

Author SHA1 Message Date
Paul Marillonnet ee3afeafe4 python3: add a py3 pytest environment in tox.ini
gitea/authentic/pipeline/head Build started... Details
2020-02-13 17:55:57 +01:00
Paul Marillonnet b0b0cc9ed9 python3: skip two ldap unit tests 2020-02-13 17:55:57 +01:00
Paul Marillonnet 5b1597435b python3: encoding variations in test_auth_fc 2020-02-13 17:55:57 +01:00
Paul Marillonnet 6509274c6f python3: encoding variations in auth_fc.utils 2020-02-13 17:55:57 +01:00
Paul Marillonnet 13e18e5370 python3: encoding variations in auth_fc.models 2020-02-13 17:55:53 +01:00
Paul Marillonnet 8d8e5d0984 auth_fc: do not assert depending on dict elements' order 2020-02-13 17:40:58 +01:00
Paul Marillonnet c6355659d9 python3: add new type of authorized node in condition validator 2020-02-13 17:40:58 +01:00
Paul Marillonnet 5dde723192 python3: a number of queries in user export test should be an integer 2020-02-13 17:40:58 +01:00
Paul Marillonnet 8ffbe9480a python3: create explicit list of user csv-exported attributes 2020-02-13 17:40:58 +01:00
Paul Marillonnet ec3ada75e6 python3: handle http responses' payload as str in test_user_manager 2020-02-13 17:40:58 +01:00
Paul Marillonnet 872a33d8a1 python3: absolute imports in manager.user_views cbv methods 2020-02-13 17:40:58 +01:00
Paul Marillonnet c471f4cedd python3: encoding variations in test_role_manager 2020-02-13 17:40:58 +01:00
Paul Marillonnet 66139045e2 python3: open user-import pickle-dumping files as binary data 2020-02-13 17:40:58 +01:00
Paul Marillonnet 7bf7c85d22 python3: import site json from file content 2020-02-12 16:37:22 +01:00
Paul Marillonnet 37ee79e73a python3: explicit list of export keys in role manager testing 2020-02-12 16:37:22 +01:00
Paul Marillonnet cd907ea6e3 python3: explicit list of export keys in ou manager testing 2020-02-12 16:37:22 +01:00
Paul Marillonnet a271cb0a12 python3: encoding variations in test_manager 2020-02-12 16:37:22 +01:00
Paul Marillonnet e5a282371b python3: json.loads takes str as input 2020-02-12 16:37:22 +01:00
Paul Marillonnet b1349a9496 python3: force text on ldap user's cached password 2020-02-12 16:37:22 +01:00
Paul Marillonnet d79cfeabc7 ldap_backend: do not crash on missing ldap data entries 2020-02-12 16:37:22 +01:00
Paul Marillonnet 2bbce09b6f python3: ldap encrypted binddn must be a string type 2020-02-12 16:37:22 +01:00
Paul Marillonnet f8d17c020e python3: encoding variations in ldap testing 2020-02-12 16:37:14 +01:00
Paul Marillonnet a93bcee205 python3: greedy retrieval of ldap mapped-attributes' value 2020-02-10 15:36:27 +01:00
Paul Marillonnet 5cda45d69f python3: user-id generation in user_import 2020-02-10 15:36:27 +01:00
Paul Marillonnet cb976dc34e python3: encoding variations in auth_fc testing 2020-02-10 15:36:27 +01:00
Paul Marillonnet 4177fc9cb2 python3: monkeypatching variations in import-export site cmd testing 2020-02-10 15:36:27 +01:00
Paul Marillonnet 67c038d8fe python3: encoding variations in tests.test_idp_saml2 2020-02-10 15:36:27 +01:00
Paul Marillonnet c69824f54f python3: encoding variations in saml base code 2020-02-10 15:36:27 +01:00
Paul Marillonnet 915d9e33ea python3: variations encoding in idp.saml.saml2_endpoints 2020-02-10 15:36:27 +01:00
Paul Marillonnet f9f358347f python3: remove various deprecated dict iteration functions 2020-02-10 15:36:27 +01:00
Paul Marillonnet cc28e9cd69 make ExponentialRetryTimeout.seconds_to_wait always return an int 2020-02-10 15:36:27 +01:00
Paul Marillonnet 358973c231 python3: encoding variations in idp_oidc testing 2020-02-10 15:36:27 +01:00
Paul Marillonnet d781f02fc4 python3: encoding variations in idp_oidc 2020-02-10 15:36:27 +01:00
Paul Marillonnet 05af4ef140 python3: encoding variations in hashers 2020-02-10 15:36:27 +01:00
Paul Marillonnet 7543da6dfb python3: make PickledObjectField be dealt internally as binary
XXX an old-load / new-save conversion process is necessary or this
    patch will break the already-stored pickled objects
2020-02-10 15:36:27 +01:00
Paul Marillonnet 58cbf07bab python3: fix inner iterator classes of csv_import 2020-02-10 15:36:27 +01:00
Paul Marillonnet b551011ae3 python3: explicit delimiter and quotechar in csv import 2020-02-10 15:36:27 +01:00
Paul Marillonnet ef91498e6a python3: encoding variations in csv importer 2020-02-10 15:36:27 +01:00
Paul Marillonnet 39934817e9 python3: encodinging variations in authentic2.crypto aes testing 2020-02-10 15:36:27 +01:00
Paul Marillonnet cabb3476b0 python3: encoding variations in authentic.crypto aes utilities 2020-02-10 15:36:27 +01:00
Paul Marillonnet 8acaf31eb5 python3: auth_oidc mocked endpoint jwt encoding 2020-02-10 15:36:27 +01:00
Paul Marillonnet ede5357c05 python3: use url-parsing utilities from django 2020-02-10 15:36:27 +01:00
Frédéric Péters ddba660c38 translation update 2020-02-07 08:50:49 +01:00
Paul Marillonnet 8820acd1a0 python3: base64-url-encoding returns bytes (#31171) 2020-02-06 11:35:45 +01:00
Paul Marillonnet 98425ac1ba python3: handle AES padding variations (#31171) 2020-02-06 11:35:35 +01:00
Paul Marillonnet 185e59fdbe python3: struct-unpack C strings into Python bytes (#31171) 2020-02-06 11:35:30 +01:00
Paul Marillonnet c1c8ca9182 python3: struct-packed C strings are Python bytes (#31171) 2020-02-06 11:35:24 +01:00
Paul Marillonnet a6dba11961 python3: oidc client jwk secret encoding in tests (#32447) 2020-02-06 11:22:14 +01:00
Paul Marillonnet a78d517a24 python3: deprecate django.utils.encoding.smart_unicode (#31155) 2020-02-06 10:54:54 +01:00
Paul Marillonnet 1244090c66 adjust site title variable in manager base template (#31155) 2020-02-06 10:54:40 +01:00