1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-13 23:48:55 +01:00
Commit Graph

1814 Commits

Author SHA1 Message Date
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
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
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
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
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
Nicolas Florentin
b11bb11968 Fix a bug: rss/projects was failing with project without image 2023-09-28 08:49:36 +02:00
Nicolas Florentin
7cbf75c37f Merge branch 'dev' of git.sleede.com:projets/fab-manager into dev 2023-09-27 15:41:12 +02:00
Nicolas Florentin
73f30de587 Fix a bug: public availabilities (no user) was buggy (server error) 2023-09-27 15:39:00 +02:00
Nicolas Florentin
fe1b555990 Fix a bug: unable to sync projects with openprojects 2023-09-27 15:36:19 +02:00
Du Peng
fc1689cf2e (bug) unable to generate stats 2023-09-27 12:39:04 +02:00
Nicolas Florentin
fa15d83820 Version 6.1.0 2023-09-25 14:42:25 +02:00
Du Peng
660972d178 (doc) update changelog 2023-09-25 13:00:09 +02:00
Du Peng
e9e0749bdb (bug) unbale to update card bank of payment schedule 2023-09-20 18:13:30 +02:00
Du Peng
eb4c89cd68 (bug) unbale to export projects 2023-09-19 14:41:06 +02:00
Du Peng
bed4a93585 (bug) user is_allow_contact is actived by default 2023-09-19 14:18:40 +02:00
Du Peng
f346c4bb1f (bug) unable to update card for payment schedule 2023-09-18 11:59:40 +02:00
Nicolas Florentin
11d31da5e3 updates changelog 2023-09-14 09:14:15 +02:00
Du Peng
0e599bf9bb (bug) cancel payment schedule subscription after update the payment mean 2023-09-13 14:36:37 +02:00
Du Peng
33d81c6c36 (feat) add a notification to remind users to upload their supporting documents 2023-09-11 15:52:05 +02:00
Du Peng
e4bd077907 (feat) Add extra_authorize_params to OpenIdConnect config 2023-09-07 16:22:57 +02:00
Nicolas Florentin
a72c2e580c improves api/notification controller to avoid failing when there is a notification with wrong notification_type in db 2023-09-07 10:30:48 +02:00
Du Peng
48d76fa783 Version 6.0.14 2023-09-06 16:44:37 +02:00
Nicolas Florentin
b458f03e43 add a notification to remind users to upload their supporting documents 2023-09-05 11:15:12 +02:00
Du Peng
45959b1fa4 (bug) unable to update user profile by admin 2023-09-04 11:48:58 +02:00
Du Peng
a10f3cffe4 (feat) statistics improvements 2023-09-01 12:43:36 +02:00
Du Peng
d70501e066 (merge) Merge remote-tracking branch 'origin/members-filter-not-validated' into dev 2023-09-01 09:43:59 +02:00
Du Peng
a5c73b64c7 (bug) unable to generate statistic 2023-08-30 18:51:09 +02:00
Du Peng
5e621b0615 (bug) unable to update status to paid for latest payment schedule item 2023-08-30 18:51:04 +02:00
Nicolas Florentin
fcfa4f018b Feature: add a filter in members list (admin) to show only "not validated" members 2023-08-30 11:56:24 +02:00
Nicolas Florentin
ffaeb7e5c8 Fix a bug: for project categories, if there is no category : do not show categories panel in show view, do not show categories input field in edit view 2023-08-29 08:29:30 +02:00
Du Peng
d48fc08f07 Version 6.0.13 2023-08-28 19:07:27 +02:00
Du Peng
be69befb6b (feat) add adds coupon in statistic export 2023-08-24 18:31:16 +02:00
Du Peng
6b183969c7 Merge branch 'reservation-context' into dev 2023-08-24 10:37:53 +02:00
Du Peng
14f404dfb6 (bug) unable to cancel a payment schedule 2023-08-21 18:24:56 +02:00
Du Peng
5263153202 Version 6.0.12 2023-08-14 16:10:03 +02:00
Du Peng
7187e53835 (bug) unable to show projects next page button 2023-08-11 11:26:09 +02:00
Du Peng
cfe2cbdda1 (bug) 403 error when manager edit an event 2023-08-01 10:47:56 +02:00
Du Peng
af57e59ccd (bug) event canceled places error 2023-07-26 16:10:05 +02:00
Du Peng
5e46d8c45e (bug) event reserved places compute error 2023-07-24 14:08:12 +02:00
Du Peng
7ba596c9b8 Version 6.0.11 2023-07-21 17:19:45 +02:00
Nicolas Florentin
91ea663e1c updates changelog 2023-07-21 13:48:50 +02:00
Nicolas Florentin
6bcd7c484e updates changelog 2023-07-21 11:44:33 +02:00
Nicolas Florentin
f466826e8b Fix a bug: hide project categories filter if there is no project categories, Improvement : dialog confirm to remove a project category 2023-07-21 10:21:08 +02:00
Du Peng
8f237ff4ec (doc) update changelog 2023-07-19 08:53:59 +02:00
Du Peng
8cd87f94d5 Version 6.0.10 2023-07-13 15:18:03 +02:00
Du Peng
e4b996654b (bug) event reserved places compute error 2023-07-13 15:04:57 +02:00
Du Peng
d22c3db4c2 (bug) unable to update payment schedule item 2023-07-10 20:53:02 +02:00
Du Peng
1ff61c9380 (bug) unable to confirm payment of store for admin 2023-07-10 13:49:39 +02:00
Du Peng
9bd570bf1d Version 6.0.9 2023-07-07 16:39:22 +02:00
Du Peng
b0a204dd1d (feat) Improved performance when marking all notifications as read 2023-07-07 16:17:34 +02:00
Du Peng
9bc146d037 (bug) unable to create plan with plan limitation 2023-07-07 09:15:14 +02:00
Du Peng
d7d996bc6d (feat) Ability to show all availabilities in calender for admin 2023-07-07 09:15:13 +02:00
Du Peng
bd6e4fe0ab (bug) unable to update Store Order sub type in statistics 2023-07-06 10:15:05 +02:00
Du Peng
ab5497dcc6 (bug) unable to show project step image in markdown file 2023-07-04 17:01:05 +02:00
Du Peng
734608f31c Version 6.0.8 2023-07-03 18:40:29 +02:00
Du Peng
878051d2b1 (doc) update changelogs 2023-07-03 18:18:00 +02:00
Du Peng
d4313a1efc (doc) update changelog 2023-07-03 17:45:59 +02:00
Du Peng
e50c90b30d (bug) Accouning Line in duplicate 2023-07-03 17:43:27 +02:00
Du Peng
11a079b3e2 (bug) unable to refresh machine/space/training calender after pay an reservation 2023-06-22 11:59:52 +02:00
Du Peng
77035d81e2 Version 6.0.7 2023-06-20 15:27:23 +02:00
Du Peng
48ea7509cf (bug) Incorrect amount calculation when paying monthly subcription with a wallet 2023-06-19 21:09:26 +02:00
Du Peng
91fa1fcd85 (bug) notification type missing 2023-06-15 19:14:02 +02:00
Du Peng
4fdbd4fcf1 (bug) unable to modify the price of prepaid pack 2023-06-08 10:50:00 +02:00
Du Peng
6c5b4d9595 (bug) OpenAPI accounting gateway_object_id missing error 2023-06-02 18:33:07 +02:00
Du Peng
7cff0d6c39 Version 6.0.6 2023-05-04 14:26:15 +02:00
Du Peng
2756502131 (bug) invalid duration for machine/spaces reservations in statistics, when using slots of not 1 hour 2023-05-04 14:15:14 +02:00
Du Peng
6e9cfe11c3 Version 6.0.5 2023-05-02 18:15:49 +02:00
Du Peng
6bb74bbc6a (quality) error message for event reservation 2023-05-02 18:07:21 +02:00
Du Peng
47370723a8 (bug) unable to show calendar for Firefox and Safari 2023-05-02 05:49:45 -04:00
Du Peng
fe7394d9a8 Version 6.0.4 2023-04-25 16:00:18 +02:00
Du Peng
b5f4d7a541 (i18n) update locales 2023-04-25 15:29:22 +02:00
Du Peng
5bc34971d1 (bug) unable to show calendar 2023-04-25 15:11:46 +02:00
Du Peng
b588f1c780 (bug) broken notifications email 2023-04-24 19:17:07 +02:00
Du Peng
4c126a63d5 (bug) add a task for clean abuse notifications 2023-04-17 12:32:01 +02:00
Du Peng
b4250b2ce6 (bug) abus notification error 2023-04-17 11:31:01 +02:00
Du Peng
c552573d35 (i18n) Update translations from Crowdin 2023-04-12 15:21:25 +02:00
Du Peng
58e8a9dff5 (security) updated Ruby to 3.2.2 2023-04-12 15:18:20 +02:00
Du Peng
371b5731fe (bug) unable to install fabmanager by setup.sh 2023-04-12 15:13:16 +02:00
Sylvain
032b7efb26 Version 6.0.2 2023-04-05 11:35:03 +02:00
Sylvain
f33a0d7657 (bug) broken notifications 2023-04-05 11:31:38 +02:00
Sylvain
e863dda151 (bug) unable to subscribe with a payment schedule using PayZen 2023-04-05 10:19:07 +02:00
Sylvain
6b98f21300 (bug) list supporting documents types for a deleted group 2023-04-05 09:59:22 +02:00
Sylvain
758827f231 (bug) notification is broken when updating payzen currency 2023-04-05 09:48:28 +02:00
Sylvain
bb717336e6 (feat) reporting ruby exceptions in the UI 2023-04-05 09:47:38 +02:00
Sylvain
5b14a9a4a7 (feat) error message on payzen misconfigured currency 2023-04-05 09:46:00 +02:00
Sylvain
7e36d49035 (bug) unable to bulk_update settings 2023-04-04 17:40:53 +02:00
Sylvain
68bee8c3e3 (bug) broken admin notifications if an order has been paid 2023-04-04 15:41:24 +02:00
Sylvain
7e6e5e9dc4 (i18n) italian 2023-04-04 15:35:07 +02:00
Sylvain
e719b98f03 Version 6.0.1 2023-04-03 15:32:31 +02:00
Sylvain
378d6cfb8b (bug) unable to write the configuration of the auth provider 2023-04-03 15:27:04 +02:00
Sylvain
3cd8693bb3 Version 6.0.0 2023-04-03 11:43:00 +02:00
Sylvain
4506038401 (merge) Merge branch 'v6' into dev 2023-04-03 11:10:57 +02:00
Sylvain
045649859f (doc) updated CHANGELOG 2023-04-03 10:48:36 +02:00
Sylvain
674d0ce939 (bug) by default, invoices should be ordered by date descending 2023-04-03 10:22:40 +02:00
Sylvain
3811e7a6d5 (api) availabilities 2023-03-30 13:22:36 +02:00
Sylvain
6a53cad03a (security) updated terser 2023-03-30 10:55:52 +02:00
Sylvain
f5366f2cc1 (doc) update changelog 2023-03-30 10:02:40 +02:00
Sylvain
66f740104a (feat) cache auth provider config 2023-03-29 18:01:16 +02:00