27 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
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
b3aa6d0f1e fix: I have run the migrate by changing the postgres version to 9.4. #623. 2021-04-26 16:35: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
2bdbe55647 This flag was shipped in postgresql 9.5 and we are using 9.4 right now (detected on Travis logs: https://travis-ci.org/github/coopdevs/timeoverflow/builds/749899949#L476).
Taking a look to the structure.sql file, it seems it was generated using postgresql 9.5 (e09469ce1a (diff-1dd5a8f580b9615769ddc19a64a98f455d9d20eb149c443f41d9d3c797d39b12R5)), so maybe at some point we should fix this situation (a dump from current production?).
2020-12-16 00:36:42 +01: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
e09469ce1a Use SQL for schema instead of Ruby 2019-05-24 18:19:21 +02:00
74add4c8b1 Remove unused file db/structure.sql.
It was totally outdated regarding current DB schema. I neither found any reference on the infrastructure side (provisioning repo). So time to ✂️
2018-03-07 21:55:59 +01:00
94ec334cc3 Añadida traducción para categoría.
Para añadir o cambiar una traducción en n idioma concreto
hay que usar la consola, o (cuando esté) la pantalla
de gestión de categorías, con la aplicación en el idioma deseado.
2013-10-25 23:37:47 +02:00
8c581f3c53 added tags to posts, and skills + need to users 2013-06-21 12:59:33 +02:00
563c1807b7 Added gender to user 2013-06-21 10:54:26 +02:00
ada6cd5ba9 Added datatables, children_count to categories.
Added select2 to user -> categories
Added fixed-width icons to left navigation
2013-05-14 13:00:31 +02:00
158b1f2029 More categories :) 2013-05-13 18:53:40 +02:00
43e4d3da6d some big work to make owned categories plus a lot of UX 2013-05-11 02:25:25 +02:00
e37eb7d864 more...... 2013-04-12 18:40:01 +02:00