97 Commits

Author SHA1 Message Date
eea06a5633 feat(admin): allow admins to confirm users and set passwords (#834)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-07 10:02:31 +02:00
b7ef4a6a95 Migrate linter to rubocop-rails-omakase 2025-03-23 16:49:27 +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
827a6f6bbe add warning for user with no memberships 2025-01-01 18:07:35 +01:00
d88be54e4c [admin] allow to filter out users with no memberships 2025-01-01 17:12:44 +01:00
5a897dad02 OrganizationNotifier: send email to confirmed users only 2024-05-01 19:58:01 +02:00
8332160fa9 member can be searched by username ignoring accents (#710) 2023-11-20 16:34:46 +01:00
2b383af210 fix tests suite (#709) 2023-11-20 16:34:16 +01:00
f4eeff18ba Fix sign up locale 🌐 + some admin improvements 💅 (#682) 2023-04-08 01:14:54 +02:00
a70ef9b555 [feat] allow organizations to add custom logo (de-hardcodes Redeira custom logo) 2023-02-13 22:14:55 +01:00
2c3987d067 [Feat] Confirmation email and new petitions emails (#668) 2022-12-10 17:06:10 +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
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
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
0bacdebc15 Merge branch 'develop' into rails_6 2020-02-26 00:04:29 +01:00
933ca8c8d6 Remove LazyRecoverable and dalli 2019-10-03 20:45:16 +02:00
c0071212b2 more gem updates; minor js refactor; first pass over tests and first fixes :) 2019-09-26 02:16:05 +02:00
28f700140d fix localeapp problems with 'other' 2019-05-16 11:13:00 +02:00
5269194a00 reactivate gender field with new options 2019-04-08 23:34:21 +02:00
d03726cb54 Added timeoutable devise option in User to replace the hard session expiration at store level 2018-06-13 19:38:19 +01:00
e8c6ef1f55 Added MemberPersister 2018-05-01 12:08:22 +01:00
89d9a8d2b3 Added device_tokens endpoint 2018-02-23 23:39:39 +01:00
59ef6ea224 update code style 2015-11-22 18:57:12 +01:00
e7333c70b9 Rearrange code in app/models/* 2015-11-22 18:35:59 +01:00
f8f940050a Lazy recoverable: ures gets sent the same password recovery token for a period of time 2015-07-08 18:48:31 +02:00
79a54c4b4b Added Elasticsearch to better search posts 2015-06-03 18:47:44 +02:00
c00b4faaa0 New statistics view: all bank transfers 2015-05-06 18:51:03 +02:00
d594d5759e Use instead of to enable join reuse 2015-05-06 17:51:35 +02:00
098e4fa934 Quitar check 'email valido' y esconder emails no validos de vista e informe 2015-04-22 17:57:29 +02:00
df902d9e44 Merge pull request #155 from carlesjove/user_specs
added specs for User
2015-04-22 17:31:57 +02:00
cbe8b1f73c added specs for User 2015-04-09 22:47:00 +02:00
ad43862183 Send email to users with active notifications 2015-03-29 23:18:35 +02:00
e740dc0289 add scopes 2015-02-09 23:35:35 +01:00
6338647bec Merge pull request #106 from jordipujollarena/tabla_users_sin_mail
mostrar usuarios sin mail
2014-12-19 10:03:37 +01:00
24ec9e0f8b user: allow to repeat username 2014-12-16 21:12:51 +01:00
1464580d7c Merge branch 'master' into delete_members_cascade 2014-12-14 20:54:42 +01:00
1bd2b6682f añadida columna email valido a tabla usuarios v2 2014-12-14 08:47:13 +01:00
17c91280fb añadida columna email valido a tabla usuarios 2014-12-13 17:38:56 +01:00
a7a158c201 añadida columna valid_email 2014-12-13 17:27:55 +01:00
d24946f9b2 mostrar usuarios sin mail 2014-12-12 13:35:10 +01:00
f414460bf9 fake user email is created if blank email is provided. Fixed regex to make sure a valid email address is entered. User creation errors are properly showing in view 2014-12-03 02:22:20 +01:00
dc41c02680 Added email validation format for user and related test. Relax format to allow dummy @example.com but at least having at signa and domain 2014-12-01 22:44:37 +01:00
21657d621a delete members on cascade 2014-11-29 16:35:32 +01:00
ccd3f54281 Update _links.erb
Disable sign_up link
Conflicts:
	app/views/devise/shared/_links.erb
2014-11-24 04:39:54 +01:00
e52b8d3023 merge branch 'master' into statistics_menu_for_admin 2014-10-29 21:47:50 +01:00