Commit graph

1614 commits

Author SHA1 Message Date
Alexandre Aubin
27afb4dc04
Merge pull request #221 from yunohost-bot/weblate-yunohost-moulinette
Update from Weblate
2019-09-20 22:45:25 +02:00
Alexandre Aubin
bdf0a1cb7a Small message tweak improvement considering from the webadmin you don't run commands strictly speaking but just click buttons 2019-09-19 13:41:22 +02:00
decentral1se
14a0f7ff66
Merge pull request #222 from YunoHost/change_timeout_warning
[ux] make timeout message more explicit
2019-09-19 12:58:47 +02:00
Laurent Peuch
d895ae3206 [ux] make timeout message more explicit 2019-09-16 02:54:01 +02:00
ButterflyOfFire
1ee783da1d Translated using Weblate (Arabic)
Currently translated at 94.6% (53 of 56 strings)

Translation: YunoHost/moulinette
Translate-URL: https://translate.yunohost.org/projects/yunohost/moulinette/ar/
2019-09-13 12:47:40 +00:00
chema ortega ruiz
ad101758ec Translated using Weblate (Spanish)
Currently translated at 91.1% (51 of 56 strings)

Translation: YunoHost/moulinette
Translate-URL: https://translate.yunohost.org/projects/yunohost/moulinette/es/
2019-09-13 12:47:40 +00:00
Quentí
704f2074e2 Translated using Weblate (Occitan)
Currently translated at 100.0% (56 of 56 strings)

Translation: YunoHost/moulinette
Translate-URL: https://translate.yunohost.org/projects/yunohost/moulinette/oc/
2019-09-13 12:47:40 +00:00
ppr
873541b9d6 Translated using Weblate (French)
Currently translated at 100.0% (56 of 56 strings)

Translation: YunoHost/moulinette
Translate-URL: https://translate.yunohost.org/projects/yunohost/moulinette/fr/
2019-09-13 12:47:40 +00:00
htsr
6da692617a Translated using Weblate (French)
Currently translated at 100.0% (56 of 56 strings)

Translation: YunoHost/moulinette
Translate-URL: https://translate.yunohost.org/projects/yunohost/moulinette/fr/
2019-09-13 12:47:40 +00:00
xaloc33
c2b68c2e76 Translated using Weblate (Catalan)
Currently translated at 100.0% (56 of 56 strings)

Translation: YunoHost/moulinette
Translate-URL: https://translate.yunohost.org/projects/yunohost/moulinette/ca/
2019-09-13 12:47:40 +00:00
decentral1se
caf7d28ef0
Merge pull request #219 from decentral1se/add-actions-map-unit-tests
Add tests to cover some part of actionsmap.py
2019-09-13 14:47:32 +02:00
Luke Murphy
cef72f7de9
Add some unit tests for the actionsmap module 2019-09-11 00:47:10 +01:00
Bram
6b5d271068
Merge pull request #217 from decentral1se/add-more-moulinette-unit-tests
Add tests for text/serialize modules
2019-09-01 22:18:09 +02:00
Alexandre Aubin
97aad385b4
Add comment about the _authentiate_session mechanism 2019-08-30 20:13:17 +02:00
Luke Murphy
2c84ee1541
Add tests for text/serialize modules
Also take a pass on the docstrings.
2019-08-28 17:57:16 +02:00
Bram
f405802718
Merge pull request #218 from decentral1se/badges-on-readme
Add CI and license badge
2019-08-28 17:53:35 +02:00
Luke Murphy
ad1eeef550
Add CI and license badge 2019-08-28 17:51:42 +02:00
Bram
1541b743eb
[README] add link to dev documentation 2019-08-25 16:43:27 +02:00
Alexandre Aubin
050a982c93 Add note 2019-08-23 02:40:41 +02:00
Alexandre Aubin
2addea1e08 Implement basic tests for auth mechanism 2019-08-23 02:37:57 +02:00
Alexandre Aubin
82ba7e5b04 Moar things to run tests correctly on the API 2019-08-22 12:30:26 +02:00
Alexandre Aubin
6d44c46740 Be able to run test on the API 2019-08-22 03:27:31 +02:00
Alexandre Aubin
6899217fa0 Make linter gods happy 2019-08-21 16:22:16 +02:00
Alexandre Aubin
0a13e5b000 Fix is_authenticated mechanism 2019-08-21 16:12:03 +02:00
Alexandre Aubin
d7a33e5a14 Typo 2019-08-21 16:11:07 +02:00
Alexandre Aubin
7482f052f6 Get rid of gnupg, just store a hash of the id:token to reauthenticate later using session info 2019-08-20 20:31:10 +02:00
Alexandre Aubin
3822496622 Try to improve semantic : s_hash -> s_token 2019-08-20 19:53:51 +02:00
Alexandre Aubin
bcaf8b2e4a Move clean_session with the other session management method + add a check for session.hashed for additional security ? 2019-08-20 19:42:32 +02:00
Alexandre Aubin
ebc37ea014 Move init_authenticator to actionsmap.py for clarity to avoid spreading this shit over 72 files 2019-08-20 05:55:06 +02:00
Alexandre Aubin
65fe685a90 Get rid of this 'help' madness and more generally this three-tuppled containing various tuples and weird stuff ... use a simple dict everywhere instead 2019-08-20 05:43:17 +02:00
Alexandre Aubin
cad2cd8006 Get rid of the _format_conf madness. Instead, have clear functions to define if authentication is required, trigger the auth process if so 2019-08-20 05:43:09 +02:00
Alexandre Aubin
968667d9ed Try to improve the semantic of where/when the auth happens... 2019-08-20 03:32:52 +02:00
Alexandre Aubin
8d77fdb9a4 Cleaned unused stuff or overly complicated for no reason 2019-08-20 03:31:37 +02:00
Alexandre Aubin
83d9e772e7 Nowadays we don't have .errno anymore ? 2019-08-20 00:45:05 +02:00
Alexandre Aubin
3878ffdc04
Merge pull request #213 from YunoHost/detailed_error_messages_for_assert
[mod] add detail error messages on asserts
2019-08-18 14:12:56 +02:00
Alexandre Aubin
16c13012d6
Merge pull request #215 from yunohost-bot/weblate-yunohost-moulinette
Update from Weblate
2019-08-18 14:11:33 +02:00
htsr
b2ce41b101 Translated using Weblate (French)
Currently translated at 96.4% (54 of 56 strings)

Translation: YunoHost/moulinette
Translate-URL: https://translate.yunohost.org/projects/yunohost/moulinette/fr/
2019-08-16 07:56:13 +00:00
tufek yamero
102c3ba001 Translated using Weblate (French)
Currently translated at 96.4% (54 of 56 strings)

Translation: YunoHost/moulinette
Translate-URL: https://translate.yunohost.org/projects/yunohost/moulinette/fr/
2019-08-16 07:56:13 +00:00
Alexandre Aubin
d8cbbb05f7 For some reason we need python-setuptools to build now... 2019-08-12 13:48:23 +02:00
Alexandre Aubin
052e962465 Merge branch 'stretch-stable' into stretch-unstable 2019-08-05 18:42:13 +02:00
Alexandre Aubin
3cade15194 Update changelog for 3.6.4.1 2019-08-05 18:41:20 +02:00
Alexandre Aubin
68d786d2c1 Gotta catch them all... 2019-08-05 18:39:41 +02:00
Alexandre Aubin
b393d55ebd Gotta catch them all... 2019-08-05 18:01:05 +02:00
Alexandre Aubin
2e2e627894 [yolo] Add a write_to_yaml utility similar to write_to_json 2019-08-05 17:59:10 +02:00
Laurent Peuch
ed3823b88e [mod] only uses doc/requirements.txt in tox for docs 2019-08-04 20:01:16 +02:00
Laurent Peuch
49c749c773 [fix] remove tox old deprecated option 2019-08-04 19:47:05 +02:00
Laurent Peuch
dced104c9d [mod] use docs requirements.txt file 2019-08-04 19:46:55 +02:00
Laurent Peuch
307f660230 [mod] allow to only build doc with sphinx 2019-08-04 19:46:42 +02:00
Luke Murphy
d52a574f77 Test documentation under Tox 2019-08-04 19:46:20 +02:00
Laurent Peuch
af2c80c3e2 [fix] this function doesn't exist anymore 2019-08-04 19:06:27 +02:00