Commit graph

124 commits

Author SHA1 Message Date
Alexandre Aubin
bb0a9bd767 Merge remote-tracking branch 'origin/dev' into bookworm 2024-07-17 18:57:04 +02:00
OniriCorpe
96539ce5c7 🎨 Format Python code with Black 2024-05-07 23:52:31 +00:00
OniriCorpe
578fb497e9
i18n: accept U+202F as an okay char 2024-05-08 01:52:11 +02:00
Psycojoker
cadb449528 🎨 Format Python code with Black 2024-03-07 02:37:34 +01:00
Alexandre Aubin
20d3b82340 fix test ... apparently the API now returns 405 when no action is specified, I guess that's okay 2023-09-27 20:23:11 +02:00
Alexandre Aubin
37331cb1d6 quality: fix test/conftest.py, there's no ActionFilter anymore 2023-09-27 20:06:34 +02:00
alexAubin
52bbab7df1 🎨 Format Python code with Black 2023-02-01 19:30:09 +00:00
Alexandre Aubin
7f4e8b394c Remove old test about old callback mechanism 2022-12-24 00:07:14 +01:00
Alexandre Aubin
4239f466f8 Fix random_ascii behavior : it was in fact returning a string with 2*length ... 2022-08-05 10:55:04 +02:00
alexAubin
45dbcd98f4 🎨 Format Python code with Black 2022-01-19 22:14:17 +00:00
Alexandre Aubin
9ccc914ca1
Merge branch 'bullseye' into moar_session_management_changes 2022-01-11 12:56:24 +01:00
Alexandre Aubin
35351696ac Merge branch 'dev' into bullseye 2021-12-31 15:21:57 +01:00
alexAubin
ea6eaa6b1e 🎨 Format Python code with Black 2021-12-28 23:46:17 +00:00
Alexandre Aubin
37d43d1bdf
Fix weird format syntax 2021-12-29 00:40:01 +01:00
Alexandre Aubin
ce8322bbf4 Fix tests 2021-12-26 18:12:54 +01:00
Laurent Peuch
8127e7cd1a [mod] run pyupgrade on source code 2021-12-24 01:18:03 +01:00
Alexandre Aubin
964483b23b Fix issues in previous commits regarding authentication mecanism 2021-12-23 16:57:43 +01:00
Alexandre Aubin
ee1e63c7a1 Propagate changes on tests 2021-12-22 19:27:56 +01:00
Alexandre Aubin
9fcc9630bd Rework actionsmap and m18n init, drop multiple actionsmap support 2021-11-17 19:24:26 +01:00
Alexandre Aubin
2ce920e2ff Attempt to fix tests 2021-09-23 21:23:39 +02:00
Kay0u
3741101d70
Fix a potential bug in call_async_output, update tests 2021-09-17 16:17:16 +02:00
alexAubin
fcf0f66655 🎨 Format Python code with Black 2021-09-03 14:43:55 +00:00
Alexandre Aubin
f1b7e3005f ci: add actions to autoreformat locale files 2021-09-03 16:35:13 +02:00
Alexandre Aubin
7674efe97f Typo 2021-08-27 22:10:06 +02:00
Alexandre Aubin
ac94de6afd Attempt to simplify the moulinette_env mess 2021-08-27 22:03:17 +02:00
Alexandre Aubin
a263039958 Code cleanup / reorganize 2021-08-27 21:17:39 +02:00
Alexandre Aubin
5631719836 Zblgmfhpf remove cache tests :| 2021-08-27 20:54:56 +02:00
Alexandre Aubin
2bb9b9a2eb Moaaar linter/test fixes zbgrbl 2021-08-27 19:48:04 +02:00
Alexandre Aubin
b0fd78657e Moaaaar lint/test fixes 2021-08-27 19:45:07 +02:00
Alexandre Aubin
049523f2b6 Fix unused import / vars 2021-08-27 18:58:18 +02:00
alexAubin
c848185709 🎨 Format Python code with Black 2021-08-27 16:44:39 +00:00
Alexandre Aubin
e68de91a82 Merge branch 'dev' into rework-authenticator-system 2021-08-27 18:43:57 +02:00
alexAubin
274a534beb 🎨 Format Python code with Black 2021-08-23 13:25:51 +00:00
Alexandre Aubin
6ff033d2dc Attempt to fix tests for CLI auth 2021-08-23 10:44:28 +02:00
Alexandre Aubin
fa509e6c2e Merge branch 'dev' into rework-authenticator-system 2021-08-22 22:33:33 +02:00
Alexandre Aubin
32aea592e1 Forgot to mark some tests as skipped 2021-08-22 11:24:21 +02:00
Alexandre Aubin
3e256f8e88 test: Make flake8 happy 2021-08-22 11:17:01 +02:00
Alexandre Aubin
2e2a41c59d Skip ldap tests because not working, dunno why but they are to be dropped or moved to Yunohost soon anyway 2021-08-22 10:55:27 +02:00
Alexandre Aubin
27e7cd294a tests: improve/fix i18n tests 2021-08-20 14:18:54 +02:00
Alexandre Aubin
9b8f18b116 Add test for i18n format consistency + fix strings 2021-08-20 10:29:51 +02:00
Alexandre Aubin
6ab93cfc86 Add a test for i18n keys 2021-08-20 10:24:46 +02:00
Alexandre Aubin
67d9c9cdd1 Get rid of msettings, replace with a convenient singleton class that also wraps prompt and display 2021-07-09 21:39:07 +02:00
Alexandre Aubin
ebdb1e22ee Further attempt to simplify authentication management code + get rid of msignals madness 2021-07-09 20:42:26 +02:00
Alexandre Aubin
6310ef5b6e [wip] Try to simplify authentication code more, properly differentiate credentials authentication vs. session authentication, trash the 'msignals' mess 2021-06-19 17:16:22 +02:00
Alexandre Aubin
4345081e6f Rename 'password' into 'credentials' in authenticator stuff for semantic, because we could also need a login or other stuff 2021-06-14 17:23:41 +02:00
Alexandre Aubin
f985507761 Fix f-strings and linter 2021-06-13 19:09:24 +02:00
Alexandre Aubin
a012369164 Remove stale strings + add test for string inconsistencies 2021-06-13 19:05:30 +02:00
Alexandre Aubin
d0c569eead More cleaning up, test fixing 2021-06-13 18:51:13 +02:00
Alexandre Aubin
9b3bb1362c Clean old ldap stuff, naive attempt to fix tests 2021-06-13 16:20:34 +02:00
Kay0u
5cd0cb752b
Remove copy pasta 2021-01-26 21:38:09 +01:00