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

1680 Commits

Author SHA1 Message Date
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