76 Commits

Author SHA1 Message Date
5437e14ce8 [deps] upgrade to Rails v7.2 and ActiveAdmin v3 (#777) 2025-03-22 16:40:14 +01:00
1e7454f22f introduce "highlighted" flag for organizations (they will be featured in the organization list) 2024-12-30 18:30:14 +01:00
0ddc6bb1f4 adds not null db constraint on members.member_uid, adds unique index on members.member_uid (#713) 2023-11-23 16:10:58 +01: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
25e32fb0ad Refactor categories icons. Now they are editable from the admin section. 2023-03-15 01:20:12 +01:00
c3dc673827 Merge branch 'develop' into manage_users_base 2023-03-14 22:17:13 +01:00
afafeaf38a TravisCI -> GH Actions (#648) 2023-03-14 22:10:02 +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
7a74013dd6 remove identity_document from users (closes #630) + gems updates 2021-05-03 22:30:11 +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
4bf880e05b Revert "Revert "Merge pull request #465 from coopdevs/feature/switch-from-elastic-to-pg-search-la-buena""
This reverts commit 096fcce484.
2020-10-06 21:10:03 +02:00
096fcce484 Revert "Merge pull request #465 from coopdevs/feature/switch-from-elastic-to-pg-search-la-buena"
This reverts commit 9f7b99a794, reversing
changes made to ad9a8f0960.
2019-09-20 11:22:44 +02:00
aab779c2ca Add tsvector column, trigger, index and unaccent extension 2019-05-24 01:24:23 +02:00
3506af36f6 🔥 drop unused user_joined_post table 2019-04-12 18:34:31 +02:00
544f80f492 🔥 deprecated attributes in posts table (closes #471) 2019-04-11 21:37:08 +02:00
e70844e194 Remove Post's publisher 2019-03-22 19:08:21 +01:00
4db1ce8f2f add is_group feature 2019-03-19 14:17:28 +01:00
5ae50b3001 add model and DB constraint for Movement#amount (can't be equal to 0) 2019-02-17 14:29:10 +01:00
15f6a9381d Added migration to process invalid PushNotifications 2018-09-24 17:54:04 +01:00
fee1aac955 Fixed migrations with defaults 2018-09-03 20:43:33 +01:00
8069d51730 Add title to PushNotification 2018-08-20 12:49:20 +02:00
42e6094b85 Added migration to add a push_notifications columns to the users table 2018-06-19 15:59:42 +01:00
a2d4b8cad4 Remove unique index on events 2018-05-29 16:52:25 +02:00
65a83a7c1c Add PushNotification model 2018-05-28 18:25:14 +02:00
f9f0472467 Remove password_digest from users table (fixes #365) 2018-05-25 16:15:08 +02:00
895cccada9 Merge branch 'develop' into orgs_minor_refactor 2018-05-18 11:05:40 +02:00
0eb2536ae3 Use ActiveRecord DSL as much as possible 2018-05-17 08:39:16 +02:00
43a0f4f7bb Use Rails enum, backed by an integer column with CHECK constraint 2018-05-16 10:22:23 +02:00
b08f271a7f Modify events table migration with plain SQL 2018-05-16 10:22:23 +02:00
ae0d93972e Added dashbaord events 2018-05-16 10:19:58 +02:00
b9d9b9636c organizations: add constraints at db level: not nullable name, unique-index name 2018-05-14 21:45:52 +02:00
a8ea1acce9 Added uniqueness validation on DeviceToken user/token pair 2018-03-14 14:47:52 +00:00
38ecee10ca Removed unnecessary index 2018-03-03 12:59:18 +00:00
89d9a8d2b3 Added device_tokens endpoint 2018-02-23 23:39:39 +01:00
de367d5a52 Añadida relación directa account -> organization, para estadísticas! 2015-04-22 19:10:37 +02:00
e9bfa56f13 Merge branch 'master' into user_configuration 2015-04-12 23:13:43 +02:00
16802b672c deactivate instead of delete the post 2015-03-30 22:19:03 +02:00
fafda25936 add locale and notifications fields to users 2015-03-29 21:53:42 +02:00
13e0b381bf Merge branch 'master' into organization_profile
* master: (24 commits)
  Añadido post-deploy callback para rollbar.
  added rollbar exception handler
  Whoopss.... ✂️
  Refactor.
  Whooops....
  Usa angular http y modal para los cambios de estado.
  Users helper:
  Permite a las acciones con PUT y devuelve ok si se hace en json
  Usa la función de promote en el link.
  Función 'promote', que lanza un modal de confirmación, hace la llamada y cambia el estad del usuario.
  Traducciones para usar en templates de angular
  Añadido directivas bootstrap para angular
  actions according to active/inactive user
  only list posts of active members
  inactive users only list for admins and inactive users profile marked as inactive
  activate/deactivate member with confirmation alert
  add active column to members
  correct translation promote/demote
  by default users sort by id asc
  keep filter to change the page and back
  ...

Conflicts:
	app/views/users/index.html.haml
	config/locales/es.yml
	db/schema.rb
2014-05-22 01:29:34 +02:00
c034df6f9a add active column to members 2014-05-15 01:00:14 +02:00
e6a72115fe add new fields to organization 2014-05-14 06:03:27 +02:00
a84f83d63c Added Pundit and post->org direct association 2014-01-19 17:58:28 +01:00
a7b810ad30 Added publisher to post 2013-12-31 12:50:31 +01:00
9e5b6e263f Merge branch 'force-accept-terms'
* force-accept-terms:
  Flow to accept the terms page.
  Better views for devise.
  Remove remains of previous sessions controller
  Correct logout path
  Use own controller for sessions. (Remove the previous non-devise one)
  added all devise view for configuration
  added devise things
  added devise columns

Conflicts:
	app/models/user.rb
	db/schema.rb
2013-12-27 20:37:13 +01:00
b0c9dfcd2d Merge branch 'master' into user_status
Conflicts:
	config/locales/ca.yml
	db/schema.rb
2013-12-27 19:56:13 +01:00
913e457d4f added devise columns 2013-12-27 17:24:13 +01:00
2fbc9bddf3 Added documents, and a default 'terms and conds' document 2013-12-27 13:09:13 +01:00
7b4fcabf0b Added status to user. Added status management in create method. Added toggle method. 2013-12-20 19:11:28 +01:00