1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
Commit Graph

1341 Commits

Author SHA1 Message Date
Sylvain
ef502070be Merge branch 'dev' into product-store 2022-10-10 16:23:08 +02:00
Sylvain
c38c621e79 Version 5.4.22 2022-10-10 15:43:21 +02:00
Sylvain
d74e95f2d9 (doc) fix typos 2022-10-10 15:40:22 +02:00
Sylvain
fe419f295a (bug) erroneous statistics
The date of the statistics data was using the date of the regenerate
command parameter. This was ok for the nightly builds but definitly not
for bulk regeneration
2022-10-10 14:46:10 +02:00
Sylvain
a63975dd18 (merge) Merge branch 'dev' into product-store 2022-10-05 17:16:04 +02:00
Sylvain
5d90451e3d Version 5.4.21 2022-10-05 13:24:17 +02:00
Sylvain
2b80516177 (bug) unable to generate statistics
This bug is due to the refactoring of the statistics builder service,
in 2022 august. The default_options were not defined so the nightly
worker has no luck to run. The statistics may not have been built since
then, so a rebuild is required
2022-10-05 13:11:17 +02:00
Sylvain
51aa967001 (feat) dismiss a user to a lower privileged role 2022-10-03 14:22:15 +02:00
Sylvain
f784a4d8a0 (bug) wrong translation key hide payment mean 2022-09-28 10:47:57 +02:00
Sylvain
3d6fe3c7a2 (bug) missing translations in PayZen configuration screens 2022-09-28 10:41:29 +02:00
Sylvain
f0df811406 Version 5.4.20 2022-09-27 17:22:39 +02:00
Sylvain
4d72151ab5 (bug) unable to display the payment schedules management interface 2022-09-27 16:01:22 +02:00
Sylvain
929c70b5be (bug) plan's categories descriptions are not shown
Also fixes a bug about empty groups displayed in the subscription page
2022-09-27 16:01:22 +02:00
Sylvain
9856450aac (bug) broken daily view of the public agenda
When the daily view contains trainings or events, the agenda cannot
be filled with the slots because of an 500 error
2022-09-27 16:01:21 +02:00
Sylvain
d6fbd90c7c (feat) ability to disable the store 2022-09-27 11:14:27 +02:00
Du Peng
1d1e839e83 Version 5.4.19 2022-09-13 14:08:16 +02:00
Sylvain
b74d59014d Version 5.4.18 2022-09-12 13:02:21 +02:00
Sylvain
36704be01d (bug) do not verify group change when no initial group 2022-09-12 12:19:31 +02:00
Sylvain
3bf08973fb (bug) can't complete profile if phone has hyphens or spaces 2022-09-12 11:51:28 +02:00
Sylvain
e3b62df7d4 (bug) admin can't move/cancel event reservation 2022-09-12 09:57:54 +02:00
Sylvain
9fbd908b56 (dev) Script to download translations from Crowdin 2022-09-07 12:57:02 +02:00
Sylvain
a312947a3c (doc) fix md syntax 2022-09-06 14:34:52 +02:00
Sylvain
03f2b5bdcf Version 5.4.17 2022-09-06 14:14:05 +02:00
Sylvain
7010cfef5e (doc) updated changelog 2022-09-06 14:09:02 +02:00
Sylvain
8055de38b8 (bug) the events times are not displayed 2022-09-05 12:21:07 +02:00
Sylvain
5bc1da7cf5 (feat) coupon in reservations export 2022-09-05 11:39:23 +02:00
Sylvain
2d31606081 (security) update moment-timezone to 0.5.35
Bump moment-timezone from 0.5.34 to 0.5.35
2022-09-05 10:36:31 +02:00
Sylvain
f21beeaee7 (api) OpenAPI prices index endpoint 2022-08-30 14:16:49 +02:00
Sylvain
4319ea9bce (api) OpenAPI plans categories index endpoint 2022-08-30 13:11:08 +02:00
Sylvain
657723bc22 (api) OpenAPI plans endpoints
index and show endpoints
2022-08-30 12:58:44 +02:00
Sylvain
4c3aa59bc0 (api) openAPI spaces endpoints
index spaces and show a space
2022-08-30 12:18:09 +02:00
Sylvain
5429e9889f (security) log4j format message lookup disabled by default 2022-08-30 11:08:00 +02:00
Sylvain
b9c02742a1 (bug) unable to generate statistics 2022-08-29 17:34:09 +02:00
Sylvain
a49b702bd1 (doc) updated changelog 2022-08-24 17:31:07 +02:00
Sylvain
c8110368b7 Version 5.4.16 2022-08-24 17:10:00 +02:00
Sylvain
9caf401412 (bug) disabling/removing groups
When disabling a group, another unrelated group maybe disabled/enabled;
When deleting a group, another unrelated group may be deleted,
instead of the requested one
2022-08-24 12:21:52 +02:00
Sylvain
9674c4cddf (doc) Minimum RAM required #385 2022-08-24 11:13:41 +02:00
Sylvain
2aeac8b5ed (doc) Clarified documentation about default values 2022-08-24 11:07:07 +02:00
Sylvain
e5df3ae633 (bug) current env values not shown 2022-08-24 11:05:36 +02:00
Sylvain
cbefb702a5 (Bug) setup cannot chown installation folder 2022-08-24 10:29:11 +02:00
Sylvain
a31f3555a1 (Bug) password verification during setup 2022-08-23 17:35:12 +02:00
Sylvain
428867bb6d (Bug) Invalid password length verification 2022-08-23 16:43:10 +02:00
Sylvain
f7261043b5 Fix a bug: trainings monitoring is not available 2022-08-23 15:54:37 +02:00
Sylvain
055b588ffc Use union type instead of enum for SettingName 2022-08-23 13:12:13 +02:00
Sylvain
ba4b042619 Added automatic RuboCop validation on pre-commit 2022-08-23 11:36:57 +02:00
vincent
5f8a15bcbb Fix [form-rich-text] focus 2022-08-22 15:25:00 +02:00
Sylvain
8679186926 updated changelog 2022-08-22 13:35:36 +02:00
Du Peng
d3d03cb749 Version 5.4.15 2022-08-01 20:03:43 +02:00
Du Peng
da8fa6b996 Version 5.4.14 2022-08-01 18:25:06 +02:00
Cyril
be53adb551 Display the tag and theme field on the detail view of a project 2022-08-01 17:44:36 +02:00