652 Commits

Author SHA1 Message Date
70ebf3779f [UI] fix statistics/global-activity badges (#805) 2025-07-19 12:04:04 +02:00
52c177149b [refactor] now this page is only accessible for org managers, so we can simplify this logic 2025-03-23 17:40:16 +01:00
00c555eb16 [UI] small clean up after new Bootstrap 2025-03-23 11:03:05 +01:00
6119ffe286 Upgrade to Bootstrap v5 (#780) 2025-03-22 16:30:47 +01:00
153122fe59 fix several issues with new emails 2025-02-01 17:24:33 +01:00
fc003f3d12 add new cron job to warn the users about the need to join a Timebank 2025-01-25 17:45:24 +01:00
db6c315f76 [refactor] Petition: make "pending" the default status 2025-01-03 17:37:36 +01:00
0ecec0fc9a [mailer] refine locale for sending emails to org managers 2025-01-02 17:44:46 +01:00
8eaddd332a rename partial: layouts/messages -> application/flash_messages 2025-01-01 18:12:09 +01:00
827a6f6bbe add warning for user with no memberships 2025-01-01 18:07:35 +01:00
1e7454f22f introduce "highlighted" flag for organizations (they will be featured in the organization list) 2024-12-30 18:30:14 +01:00
3d103a1f25 Notify orgs admins (CCO) when membership remove their membership 2024-12-29 17:55:26 +01:00
d7662b0323 [refactor] rename UI component: to-member-card -> member-card 2024-12-27 17:26:49 +01:00
a5dc242d26 Better UI for member cards component (#764) 2024-12-27 17:23:04 +01:00
e782a039f8 Add "Transfer Time" text to mobile view (#767) 2024-11-06 17:47:34 +01:00
5c19f882f7 integrate invisible_captcha gem in sign-up form 2024-05-01 19:19:28 +02:00
b65625cc68 Fix/footer links (#737) 2024-04-16 19:27:07 +02:00
5d56ea6575 fix organization logo validation (#720) 2023-12-08 16:55:21 +01:00
87139a2141 adds petition button on organizations/show page, plus bug fix and security fix (#717) 2023-12-07 17:33:00 +01:00
78d0fb0015 makes member searches accent insensitive 2023-12-07 09:36:33 +01:00
12affd6af9 adds file validation for organization logo to avoids crash (#714) 2023-11-24 10:44:45 +01:00
6f1b0891ed member description without markdown 2023-06-01 20:26:38 +02:00
2cb3327c43 sanitize post rendered description 2023-05-31 22:35:33 +02:00
2f34a66700 gap as ... instead of "truncate" 2023-05-29 22:45:48 +02:00
f4eeff18ba Fix sign up locale 🌐 + some admin improvements 💅 (#682) 2023-04-08 01:14:54 +02:00
74a600d95c Refactor 🛠️ icons: use only 1 set of icons (#681) 2023-04-03 22:00:38 +02:00
e6208cf3b8 [UI/UX] some random small enhancements 💅 (#679) 2023-04-02 03:12:14 +02:00
e2aeba75d6 [NZ changes] reset password fixes, translatable terms, Inquiry -> Request, max hours in transfers removed (#678)
Co-authored-by: Marc Anguera Insa <srmarc.ai@gmail.com>
2023-04-01 21:59:10 +02:00
1820729332 [FIX] do not show movements if user is not an active member of the given org 2023-03-30 21:26:53 +02:00
a70ef9b555 [feat] allow organizations to add custom logo (de-hardcodes Redeira custom logo) 2023-02-13 22:14:55 +01:00
cd69356016 custom icon mapping for Post categories (ref: #673) 2023-02-03 01:10:06 +01:00
8b1793606a add Petition model to admin + minor UI tweaks 2023-01-10 22:31:24 +01:00
674a4ae64e translation keys & minor fixes (#669) 2022-12-13 20:52:03 +01:00
2c3987d067 [Feat] Confirmation email and new petitions emails (#668) 2022-12-10 17:06:10 +01:00
21e0cc5e4d [FIX] users now can modify their profile + bug when clicking the logo for non-members (#667) 2022-12-08 16:12:09 +01:00
106cc0d78e Tests, show/hide password and signup validations (#666) 2022-12-06 16:55:38 +01:00
7c8aa24b09 [Feat] Manage memberships (#665) 2022-12-05 21:46:07 +01:00
d91a32b50d [Feat] Signup users (#661) 2022-11-02 22:28:27 +01:00
a639875729 update Rails to latest patch version (6.1.3 -> 6.1.6) + other minor upgrades (#660) 2022-06-30 21:44:03 +02:00
b8d557a1ea Add avatar file size validation (max 5 MB) 2021-06-16 01:36:27 +02:00
608680ffef avatar upload refactoring and cleanup 2021-05-20 22:08:45 +02:00
122083a361 fix: crop is now done with Image Processing API
I've also deleted the minimagick gem and all edges have the same width. Issue #635.
2021-05-19 14:27:55 +02:00
b768c425b9 Merge branch 'develop' into feat/profile-photos to update this branch. 2021-05-06 16:45:38 +02:00
a0b7f1970b feat: users can now upload their photos of their computer
they can also crop the photos (Implemented using Minimagick and JavaScript) into a square shape. Issue #627.
2021-05-05 22:53:06 +02:00
f2712ea686 Merge pull request #633 from coopdevs/remove_complexity
Removing complexity in views
2021-05-04 09:13:56 +02:00
76887b532c moving to helpers (+specs) a couple of too complex expressions in views 2021-05-04 01:32:57 +02:00
bf27152563 minor tags improvements in links and specs 2021-05-03 22:12:44 +02:00
337f79a516 fix: changed the order of the buttons in the tag list
it was also necessary to change a test. Issue #631.
2021-05-03 11:52:23 +02:00
4d9d6a7c78 some refactoring for members tags 2021-04-30 01:25:21 +02:00
2d7ecbfd34 refactor: I've incorporated all feedback
And I have also added @member in case of failure of the forms.
2021-04-29 23:15:43 +02:00