257 Commits

Author SHA1 Message Date
8c1e04ebd4 [UI] fix language selector styles for non-logged users 2025-09-15 14:30:05 +02: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
827a6f6bbe add warning for user with no memberships 2025-01-01 18:07:35 +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
b925110ecb Adds a production ready docker environment (#730) 2024-02-12 23:50:29 +01:00
166bca11c0 [admin] add global stats in dashboard + fix update user locale 2023-04-09 18:30: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
25e32fb0ad Refactor categories icons. Now they are editable from the admin section. 2023-03-15 01:20:12 +01: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
106cc0d78e Tests, show/hide password and signup validations (#666) 2022-12-06 16:55:38 +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
3685563d87 i18n: add keys related to avatar upload; minor code style adjustments 2021-05-21 21:42:38 +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
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
b7d8c62f17 reports: add missing i18n keys and remove deprecated ones 2021-04-24 17:54:51 +02:00
1914af848d reports: download_all refactor to make pulling collections more DRY 2021-04-24 17:45:30 +02:00
482d53fb4c Merge remote-tracking branch 'origin/develop' into feat/download-all-admins to update this branch 2021-04-20 19:24:34 +02:00
93a902b1e6 admin: use select2 for all selects 2021-04-17 17:02:30 +02:00
d3ab098f7e feat: Downloading a zip with CSV documents
The new update allows the administrator to download a zip containing all the current CSV documents. Issue #596.
2021-04-16 13:56:35 +02:00
8898e4c5ba transfer form: add data-disable-with to submit button 2021-04-16 00:22:10 +02:00
3c66dc11bb css: fix footer position to make it always fixed on bottom 2021-03-27 02:03:48 +01:00
1a47601bc3 Tags: refactor to make it DRY + specs 2021-03-16 23:57:05 +01:00
ad8522b96a admin: customize color palette 🎨 more inline with public styles + improve categories view 2021-03-16 00:52:22 +01:00
84eb627920 Some Admin improvements:
- Rename and refactor CsvDb => UserImporter + add specs (I have resurrected an old branch from Pau: https://github.com/coopdevs/timeoverflow/compare/improve-csv-user-import)
- ActiveAdmin settings clean up. This file is very long and always out of date, better to check docs online ;p
- ActiveAdmin improve menu: add current user + add all available locales

Co-authored-by: Pau Pérez Fabregat <saulopefa@gmail.com>
2021-03-15 23:57:45 +01:00
d6706def53 Reports: more internal refactor and include new attributes 2021-03-08 23:24:57 +01:00
f0c6a9e8f1 Update to Rails 6.1 2021-01-08 18:08:56 +01:00
ceff4765e8 make login box more responsive 2021-01-08 14:36:57 +01:00
e5e046eabb DRY default select2 initialization 2021-01-05 16:40:48 +01:00
13d0e411d7 rename dom selector + remove more useless entries in .gitignore 2021-01-05 16:04:51 +01:00
a7458fd5bf remove unused css class 2021-01-05 16:04:51 +01:00
5d436d90af delete donation block in about page (closes #572) 2021-01-05 16:04:51 +01:00
d4001d03e0 travis: try using psql directly; make codeclimate happy 2020-12-17 23:26:36 +01:00
6af7bc971d migrate to Sprockets v4 2020-02-26 00:18:22 +01:00
c0071212b2 more gem updates; minor js refactor; first pass over tests and first fixes :) 2019-09-26 02:16:05 +02:00
27be159c1d Rails 6, first commit! the app boots fine and seems to work fine as well 2019-09-25 22:43:20 +02:00
2108e6c59b Adding multi transfers feature 2019-05-07 09:59:58 +02:00
4db1ce8f2f add is_group feature 2019-03-19 14:17:28 +01:00
56612cc70a add branded organization logo 2019-03-14 11:56:54 +01:00