1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-02 22:52:21 +01:00

1818 Commits

Author SHA1 Message Date
Nicolas Florentin
ebc33fd5f4 Version 6.3.6 2023-12-06 11:12:21 +01:00
Nicolas Florentin
96d8f85bbc updates changelog 2023-12-06 10:44:30 +01:00
Nicolas Florentin
b17546fbdb (fix) fix event service 2023-12-05 16:31:32 +01:00
Du Peng
1a323c99e5 Version 6.3.5 2023-12-04 16:10:27 +01:00
Nicolas Florentin
038c7d8efc Merge branch 'dev' of git.sleede.com:projets/fab-manager into dev 2023-12-01 16:07:31 +01:00
Nicolas Florentin
f77ba72758 improves how pay_zen transactions are matched with payment_schedule_items, improves rrule of pay_zen subscriptions 2023-12-01 16:07:07 +01:00
Du Peng
e10cff04d7 (feat) set the number of new attempts available in case the payment is rejected to 1 for PayZen 2023-11-30 11:37:03 +01:00
Vincent
347877db55 (i18n) Add missing translation 2023-11-27 16:51:11 +01:00
Peng
10d58f08ad Merge branch 'fix/birthdate-bug' into 'dev'
refacto project service, do the same but it is clear that service is receiving...

See merge request projets/fab-manager!19
2023-11-24 14:18:17 +00:00
Nicolas Florentin
a946399ec5 (fix) avoids crash if invoicing_profile has no address associated to it 2023-11-24 10:40:28 +01:00
Nicolas Florentin
be1f0cc883 (fix) event.pre_registration_end_date (was set to beginning_of_day instead of end_of_day) 2023-11-23 15:37:09 +01:00
Nicolas Florentin
0716596add updates changelog 2023-11-23 15:17:54 +01:00
Nicolas Florentin
10acf9d3ee Version 6.3.4 2023-11-23 08:14:10 +01:00
Nicolas Florentin
775739b15e updates changelog 2023-11-23 08:12:51 +01:00
Du Peng
b2c3851ddc (bug) wrong amount when pay a reservation with payment schedule 2023-11-17 17:59:10 +01:00
Nicolas Florentin
28f62228b0 Version 6.3.3 2023-11-14 11:16:35 +01:00
Nicolas Florentin
26ea12340a Version 6.3.2 2023-11-14 10:38:45 +01:00
Nicolas Florentin
08b4127331 updates sidekiq and sidekiq-scheduler, fix a bug: wrong locale was causing wrong currency in cron jobs, now we manually set the currency locale in number_to_currency 2023-11-14 10:36:12 +01:00
Nicolas Florentin
33a47c320f updates changelog 2023-11-10 17:06:39 +01:00
Vincent
8485ae604a (quality) Update changelog 2023-11-10 16:27:18 +01:00
Nicolas Florentin
342eec9881 updates translations 2023-11-10 09:41:54 +01:00
Nicolas Florentin
bdf94c6826 (feat) when deleting an event, all reservations are canceled 2023-11-10 09:13:23 +01:00
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
bc3a5100b8 updates changelog 2023-11-08 15:56:27 +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
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
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
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
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