- 09 Jun, 2020 1 commit
-
-
Rafael Monnerat authored
-
- 08 Jun, 2020 1 commit
-
-
Rafael Monnerat authored
This is usefull for display warning related to mantainence or changes of policies.
-
- 04 Jun, 2020 3 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
slapos_erp5: Accelarate Login by ignoring security_uids when scripts Login_is** scripts are called as manager
-
Rafael Monnerat authored
This avoid extra checks when login is related to Computer or Software Instances.
-
- 03 Jun, 2020 22 commits
-
-
Rafael Monnerat authored
slapos_jio: Test password before reset it and give feedback when password don't comply with the policy
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Just update to follow up fixes already done on the english version
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Test if the user adds a password that isn't complaint with the policy Try to logout and login with the new password Add test for the use removes the login he is using Add test for the user changes password he is using Include translated version of the tests to manage password
-
Rafael Monnerat authored
Mostly handle the response a bit better, and log out user if he changes the current login. This prevents his account get blocked.
-
Rafael Monnerat authored
This gadget aims to centralise entire "helper" test on various contexts, in this way translate becomes easy and update information is quite simple. In order to use the gadget, you should include a template on rjs_gadget_slapos_annotated_helper_html: <script id="add-new-example-header-text" type="text/x-handlebars-template"> Some text or <details> <summary>Some test<summary> <p>Content...</p></details> </script> and include the gadget on the target HTML: <div data-gadget-url="gadget_slapos_annotated_helper.html" data-gadget-scope="annotated_helper" data-template-id="add-new-example-header-text" data-gadget-sandbox="public"> </div> This is also supposed to be compatible with GadgetField or usable from getDeclaredGadget(...)
-
Rafael Monnerat authored
This prevents display error page when something is invalid using JIO API.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This is just annoying to have failures from tic because portal_activities is enabled on a development instance.
-
Rafael Monnerat authored
This tests the fix for "slapos_jio: fix ERP5Site_activeLogin"
-
Rafael Monnerat authored
Those files might be customize on project related business templates, so we don't want to overwrite those files.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Hosting Subscription requires SubscriptionItem which is now on erp5_open_trace
-
Rafael Monnerat authored
-
- 02 Jun, 2020 1 commit
-
-
Jérome Perrin authored
Otherwise buildout will download latest version of eggs, which in the case of setuptools now pulls version 45 which is no longer compatible with python 2 and causes failures.
-
- 01 Jun, 2020 2 commits
-
-
Rafael Monnerat authored
software releases expects _ parameter to be a string with JSON inside not a python dict so we partially revert 2acef14b and we do the nice printing of JSON parameters in getInformation See merge request !225
-
Thomas Gambier authored
software releases expects _ parameter to be a string with JSON inside not a python dict so we partially revert 2acef14b and we do the nice printing of JSON parameters in getInformation
-
- 29 May, 2020 1 commit
-
-
Jérome Perrin authored
Some softwares have some binary executables in builout bin folder, reading them as text can fail. In this case we can ignore them.
-
- 26 May, 2020 8 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This fix up the default selected when no software type is pre-defined.
-
Rafael Monnerat authored
When you run tests, MailHost is normally changed to DummyMailHost, this script helps you to restore, in case you want to configure your development instance as a demo site.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This could be solved by adding extra asserts for wait for page be entirely load, but it is not required.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 25 May, 2020 1 commit
-
-
Rafael Monnerat authored
The password is re-set anyway later, however it is required to comply to Authentication Policy, generating an acceptable value.
-