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

7774 Commits

Author SHA1 Message Date
Nicolas Florentin
2d887c5b83 Merge branch 'dev' of git.sleede.com:projets/fab-manager into dev 2023-11-09 18:13:38 +01:00
Nicolas Florentin
9f77f8ab2b (fix) avoids crash due to oidc config with scope = nil 2023-11-09 18:13:13 +01:00
Vincent
feec2e37ac (quality) Update changelog 2023-11-08 16:31:09 +01:00
Nicolas Florentin
7c3e84cc6d updates spanish translations 2023-11-08 15:59:48 +01:00
Nicolas Florentin
7c2279f114 Merge branch 'dev' of git.sleede.com:projets/fab-manager into dev 2023-11-08 15:56:35 +01:00
Nicolas Florentin
bc3a5100b8 updates changelog 2023-11-08 15:56:27 +01:00
Vincent
dfea3f744d (ui) Small fix on modals 2023-11-08 11:14:10 +01:00
Nicolas Florentin
f15af0292b Merge branch 'dev' of git.sleede.com:projets/fab-manager into dev 2023-11-08 10:49:27 +01:00
Nicolas Florentin
7d1fae84fe adds a migrations to fix all statistic_sub_types of plans having label = nil 2023-11-08 10:48:39 +01:00
Nicolas Florentin
519dbefd2f (fix) statistic_subtype.label of plan was nil 2023-11-08 10:36:40 +01:00
Du Peng
8fa9567eae (bug) unable to show wallet payment mean for avoir 2023-11-07 09:34:02 +01:00
Nicolas Florentin
cba38056f0 Version 6.3.0 2023-11-03 13:25:07 +01:00
Nicolas Florentin
1037f99f14 (i18n) updated translations 2023-11-03 13:23:47 +01:00
Nicolas Florentin
ce90bbf186 improvement: dynamic label (i18n) for stats structure tables 2023-11-03 12:56:13 +01:00
Nicolas Florentin
28d40ec7aa updates changelog 2023-11-03 10:22:53 +01:00
Nicolas Florentin
946d54a1a4 (feat) add rake task fablab:maintenance:delete_all_reservations_and_invoices 2023-11-03 10:22:04 +01:00
Nicolas Florentin
046cc1b05b rm dead code 2023-11-03 10:21:16 +01:00
Nicolas Florentin
835f3b6ec3 (fix) replaces custom ServerLocale middleware with sidekiq i18n middleware 2023-11-02 13:54:40 +01:00
Nicolas Florentin
7e2b4593f5 adds a rake task to regenerate invoices by ids (see maintenance.rake) 2023-11-02 13:49:54 +01:00
Du Peng
b70d095e37 (bug) unable to load api reservations/user_trainings 2023-10-30 11:05:54 +01:00
Nicolas Florentin
910bdcb080 (fix) api/products/index bug when sorting by amount 2023-10-30 10:45:52 +01:00
Du Peng
2b9cb8ca96 (feat) change the param delted_user to including_deleted_users 2023-10-30 08:52:49 +01:00
Du Peng
614abec39e (feat) add deleted_user param for open api users 2023-10-30 08:08:35 +01:00
Du Peng
0803eb0833 (bug) pre-registration event reservations ilimit places 2023-10-26 14:35:18 +02:00
Nicolas Florentin
3ee63d4613 do not log Notifications#polling action anymore, by default, can be enable via env variable ENABLE_NOTIFICATIONS_POLLING_LOGGING=true 2023-10-20 08:58:33 +02:00
Nicolas Florentin
8c6da66538 decreases sidekiq concurrency from 25 to 5, 25 is too much and consumes memory for nothing 2023-10-18 16:16:05 +02:00
Nicolas Florentin
0b2b1334fb file_size_validator.rb was broken since ruby v3, see https://github.com/rails/rails/issues/41270 2023-10-18 15:07:07 +02:00
Nicolas Florentin
a580d731ac (fix) fix all failing tasks of rake task file chain.rake 2023-10-18 14:47:30 +02:00
Nicolas Florentin
ad8d428cbd Version 6.2.0 2023-10-13 16:02:21 +02:00
Nicolas Florentin
ddadfca9ff (fix) machine list bug : when there is no user logged in and access machines list with at least one machine associated to a space 2023-10-13 15:30:46 +02:00
Nicolas Florentin
1068aff9cc Merge branch 'dev' of git.sleede.com:projets/fab-manager into dev 2023-10-13 15:20:24 +02:00
Vincent
7fcad292d9 (ui) Remove px unit on email images 2023-10-13 10:38:59 +02:00
Vincent
1290874811 (ui) update the layout of detailed views + image format tooltip 2023-10-12 17:09:38 +02:00
Du Peng
2c7a37f770 (bug) unable to save OpenID extra_authorize_params as json 2023-10-12 14:14:13 +02:00
Nicolas Florentin
62a8094e68 (fix) members tour (help), a selector was not valid anymore 2023-10-12 14:12:44 +02:00
Nicolas Florentin
8833fe593a (fix) fix back button on space edit page 2023-10-12 13:58:00 +02:00
Nicolas Florentin
637ced05dc Fix a bug: admin could not create new SupportingDocumentType (problem was on js side) 2023-10-10 11:14:47 +02:00
Nicolas Florentin
7365a56e51 Fix a bug: fix ReservationReminderWorker, was sending reservation reminder to users with a event reservation not validated by admin + adds tests for all scenarios 2023-10-05 13:49:29 +02:00
Nicolas Florentin
0129dc95cb Version 6.1.2 2023-10-02 15:56:02 +02:00
Nicolas Florentin
8fb646e2e9 improvement : adds/edit spanish translations 2023-10-02 15:49:15 +02:00
Nicolas Florentin
3d2169634c Fix a bug: when getting status of users/subscriptions export 2023-10-02 15:14:23 +02:00
Vincent
9024bf0643 (i18n) Update translations 2023-10-02 15:07:32 +02:00
Nicolas Florentin
1220e0e8fe Fix a bug: when calling .to_json on an "avoir", there was a bug because order_number delegates on invoice which can be nil, it was causing errors in notifications rendering 2023-09-29 15:26:36 +02:00
Nicolas Florentin
b35acdffaf Fix a bug: minor pb (exception raised) when a bot or unauthenticated user hit api/auth_providers actions 2023-09-29 14:40:59 +02:00
Nicolas Florentin
5cfafaaa46 updates rake task fablab:chain:all 2023-09-29 14:33:50 +02:00
Nicolas Florentin
64620a2759 Fix a bug: minor pb when bot hit api/projects#search without beeing authenticated 2023-09-29 14:31:23 +02:00
Nicolas Florentin
01ac407ee3 updates changelog 2023-09-29 08:22:18 +02:00
Nicolas Florentin
bcb39ca553 fix changelog 2023-09-28 17:23:31 +02:00
Nicolas Florentin
4c4cd4f9f0 Version 6.1.1 2023-09-28 16:06:52 +02:00
Nicolas Florentin
d95e2ac56c improvement : performance of members#show and reservations#index 2023-09-28 15:57:30 +02:00