206 Commits

Author SHA1 Message Date
6119ffe286 Upgrade to Bootstrap v5 (#780) 2025-03-22 16:30:47 +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
78d0fb0015 makes member searches accent insensitive 2023-12-07 09:36:33 +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
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
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
d91a32b50d [Feat] Signup users (#661) 2022-11-02 22:28:27 +01: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
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
fe7b878f35 feat: added tags to searcher in "/members/manage". #623 2021-04-28 17:24:38 +02:00
1b29acd751 feat: tags now have member-related autocompletion
Member tags have also been added in the "Tags" section. Issue #623.
2021-04-28 17:15:52 +02:00
f274d13dc5 feat: the searcher is working on tags
You can also click on a tag and the search will be executed directly. And the attributes are shown in the show and in the list (only the tags and if there are more than 3, not all). #623.
2021-04-28 14:26:27 +02:00
3752d653c9 refactor: I've changed the form using rails tools. #623. 2021-04-25 19:11:35 +02:00
59ae149956 feat: tags and postcode attributes have been added
postcode was added to users and tags to members. For the postcode was added to users and tags to members. For the postcode I used the rails form but for the tags I used Html. Issue #623.
2021-04-25 17:57:04 +02:00
4f9aa02b21 🎨 more consistent page titles in both members pages 2021-03-30 00:30:21 +02:00
fce1f9fb07 delete ability to create orgs from public part, the superadmin can do it easily in the /admin section 2021-03-27 02:02:25 +01:00
fa5c885446 small ui & code style tweaks; reuse i18n keys; remove useless comments 2021-03-26 00:05:00 +01:00
ea4f9deb70 add Transfers report 2021-03-13 01:05:25 +01:00
c0e71104f6 keep org filter (scope) in public search (closes #508) 2021-02-21 20:27:22 +01:00
cb7739326d add phone to search 2020-02-25 22:53:42 +01:00
5269194a00 reactivate gender field with new options 2019-04-08 23:34:21 +02:00
9385e92c81 views: minor refactor in member_card partial 2018-10-20 14:54:24 +02:00
6e817747ba Redo not hidding columns in mobile after rebasing conflict 2018-10-19 17:29:38 +02:00
ecbb5edca9 Do not show email if it is "blank" or example.com 2018-10-19 15:40:54 +02:00
3286098ae5 Fixed checking phone presence logic 2018-10-19 15:21:49 +02:00
dd5db0a0bf Hide telephone icon when there is no phone number 2018-10-19 15:21:02 +02:00
4854065394 Truncate member description 2018-10-19 15:18:36 +02:00
8f326bbb16 Do not hide actions in the manage users page 2018-10-19 15:16:43 +02:00
5f695e467b render partial using collections also in users/manage view 2018-09-21 00:47:45 +02:00
711ff326a4 render partial with collection for speed 2018-09-21 00:47:45 +02:00
cbe7e14e0a fix cancel_membership wrong key name 2018-09-20 13:04:44 +02:00
1caf950bc2 Fixed specs 2018-08-26 13:14:07 +01:00
c3097221a1 Fixed search and sorting in the new /members/manage page 2018-08-21 17:40:42 +01:00
0adbea64af Added create user button in /members/manage 2018-08-21 17:31:39 +01:00
d494993bff Members page refactor 2018-08-18 16:54:52 +01:00