1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00
Commit Graph

6366 Commits

Author SHA1 Message Date
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
778956e9f9 (security) CVE-2020-36599 2022-09-05 10:28:45 +02:00
Sylvain
2c1ced5223
Merge pull request #394 from sleede/dependabot/bundler/omniauth-1.9.2
Bump omniauth from 1.9.1 to 1.9.2
2022-09-05 10:22:45 +02:00
dependabot[bot]
3a815cacbe
Bump omniauth from 1.9.1 to 1.9.2
Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.9.1 to 1.9.2.
- [Release notes](https://github.com/omniauth/omniauth/releases)
- [Commits](https://github.com/omniauth/omniauth/compare/v1.9.1...v1.9.2)

---
updated-dependencies:
- dependency-name: omniauth
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-31 19:13:40 +00:00
dependabot[bot]
9034d6319a
Bump moment-timezone from 0.5.34 to 0.5.35
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.34 to 0.5.35.
- [Release notes](https://github.com/moment/moment-timezone/releases)
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](https://github.com/moment/moment-timezone/compare/0.5.34...0.5.35)

---
updated-dependencies:
- dependency-name: moment-timezone
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-31 05:49:33 +00: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
e98776d51f Merge branch 'dev' for release 5.4.16 2022-08-24 17:10:10 +02:00
Sylvain
c8110368b7 Version 5.4.16 2022-08-24 17:10:00 +02:00
Sylvain
69e1889462 (bug) allow version/merge commit messages 2022-08-24 17:09:23 +02:00
Sylvain
c9b97c4205 (doc) updated FR user's guide to v5.4 2022-08-24 16:12:48 +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
19e76d700f (style) check commit message rules
enabled rule to check commit prefixing and disabled CapitalizedSubject
2022-08-24 10:53:13 +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
faae719fef Removed unused imports 2022-08-23 15:15:49 +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
Nicolas Florentin
27dcc5f593 password length check in password-input.tsx file 2022-08-22 16:00:55 +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
Sylvain
6b508080e3
Merge pull request #387 from sleede/l10n_dev
New Crowdin updates
2022-08-22 13:34:42 +02:00
Sylvain
887585d9e2 Merge branch 'dev' of github.com:sleede/fab-manager into dev 2022-08-22 13:32:49 +02:00
Sylvain
30ef795493
Merge pull request #389 from Guichaguri/patch-1
(bug) Fix user reference for admin check
2022-08-22 13:32:05 +02:00
Guilherme Chaguri
9b44492971
(bug) Fix user reference for admin check
Fix user variable reference when verifying whether the user is an administrator
2022-08-16 11:02:25 -03:00
vincent
c3cdccfb74 Adjust connection modals' style 2022-08-03 09:12:57 +02:00
Sylvain
3c6535ffe3 New translations app.public.en.yml (Portuguese) 2022-08-02 14:38:04 +02:00
Sylvain
7ac6f087de New translations en.yml (Portuguese) 2022-08-02 14:38:03 +02:00
Du Peng
3d8d56bf3f Merge branch 'dev' for release 5.4.15 2022-08-01 20:03:43 +02:00
Du Peng
d3d03cb749 Version 5.4.15 2022-08-01 20:03:43 +02:00
Sylvain
1d71cae9d9
New Crowdin updates (#386)
* New translations en.yml (French)

* New translations en.yml (Spanish)

* New translations en.yml (German)

* New translations en.yml (Norwegian)

* New translations en.yml (Portuguese)

* New translations en.yml (Zulu)

* New translations app.public.en.yml (French)

* New translations app.public.en.yml (Spanish)

* New translations app.public.en.yml (German)

* New translations app.public.en.yml (Norwegian)

* New translations app.public.en.yml (Portuguese)

* New translations app.public.en.yml (Zulu)

* New translations app.public.en.yml (French)

* New translations en.yml (French)
2022-08-01 19:57:40 +02:00
Du Peng
d399a085ee Merge branch 'improves-password-complexity-check-2pxghn4' into dev 2022-08-01 19:32:29 +02:00
Du Peng
890e3659b4 Merge branch 'prevents-users-enumeration-attack-2pxggdn' into dev 2022-08-01 19:06:13 +02:00
Du Peng
517619ef8f Merge remote-tracking branch 'origin/improves-sessions-storing-security-2pr02g9' into dev 2022-08-01 18:43:28 +02:00
Du Peng
413fb0a567 Merge remote-tracking branch 'origin/less-explicit-file-errors-2pxgjt0' into dev 2022-08-01 18:41:33 +02:00
Du Peng
089ab09dc4 Merge branch 'dev' for release 5.4.14 2022-08-01 18:25:06 +02:00
Du Peng
da8fa6b996 Version 5.4.14 2022-08-01 18:25:06 +02:00
Du Peng
68dc18a68d Merge remote-tracking branch 'origin/2pcjn0j-files-format-vulnerability' into dev 2022-08-01 18:18:06 +02:00
Du Peng
549a719413 Merge remote-tracking branch 'origin/2pcjmhw-xss-vulnerability' into dev 2022-08-01 18:17:08 +02:00