b7ef4a6a95
Migrate linter to rubocop-rails-omakase
2025-03-23 16:49:27 +01:00
6119ffe286
Upgrade to Bootstrap v5 ( #780 )
2025-03-22 16:30:47 +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
db6c315f76
[refactor] Petition: make "pending" the default status
2025-01-03 17:37:36 +01:00
b925110ecb
Adds a production ready docker environment ( #730 )
2024-02-12 23:50:29 +01:00
12affd6af9
adds file validation for organization logo to avoids crash ( #714 )
2023-11-24 10:44:45 +01: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
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
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
674a4ae64e
translation keys & minor fixes ( #669 )
2022-12-13 20:52:03 +01: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
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
76887b532c
moving to helpers (+specs) a couple of too complex expressions in views
2021-05-04 01:32:57 +02:00
6042006a80
fix i18n scope
2021-04-17 17:51:07 +02:00
3dfa00a1c4
[FIX] helpers: accounts_from_movements: ask for empty accountables first
2021-03-15 11:59:20 +01:00
ea4f9deb70
add Transfers report
2021-03-13 01:05:25 +01:00
f47fbdd4ed
Redirect to previous page
2021-03-10 00:18:35 +01:00
5269194a00
reactivate gender field with new options
2019-04-08 23:34:21 +02:00
f8e1f5ed73
Update app/helpers/brand_logo_helper.rb
...
Co-Authored-By: Morantron <jorge@morante.eu >
2019-03-14 19:06:14 +01:00
56612cc70a
add branded organization logo
2019-03-14 11:56:54 +01:00
bf663c8491
Remove piwik code ( closes #457 ) + minor layout cleanup
2019-02-13 23:29:59 +01:00
4be234af30
Remove posts helper
2018-10-17 17:09:03 +02:00
d494993bff
Members page refactor
2018-08-18 16:54:52 +01:00
761c7ff9d3
move alert_class to ApplicationHelper (+ minor refactor); use valid css class in show_error_messages! helper
2018-06-21 21:57:31 +02:00
b0c872ed3c
Helpers cleanup:
...
- remove empty helpers to avoid load unnecessary constants (can be added on demand easily)
- add some tests for ApplicationHelper and GlyphHelper
2018-06-21 21:33:07 +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
def4d7bc75
Merge branch 'develop' into update-deps2
...
Conflicts:
Gemfile.lock
2018-02-05 20:01:30 +01:00
2bb9d432ac
Fix time balance in users list
...
The #time_balance recently introduced wasn't doing the math right and
there was already a method for it, #seconds_to_hm plus some mangling.
2018-01-30 13:27:46 +01:00
e4cda8b955
little application_helper cleanup: remove deprecated helper (ref. 7a564c095f)
2018-01-26 20:55:07 +01:00
79e963a0d8
Merge pull request #272 from knoopx/refactor-users-index
...
Refactor Users#index to paginate and filter on the backend. Closes #266
2018-01-26 16:51:36 +01:00
ca5e813e29
Merge pull request #264 from coopdevs/move-give-time-action-to-transfers-controller
...
Move give time action to transfers controller
2018-01-26 16:51:09 +01:00
eb80106092
Merge branch 'develop' into refactor-users-index
2018-01-25 16:47:28 +01:00
7a564c095f
Remove dead #languages_list helper
...
It was introduced in eb789692aa and used
in the _navbar but it became dead in
0fecd89ede when the navbar was refactored.
Now we use `I18n.available_locales`.
2018-01-16 10:06:17 +01:00
3fd6535d54
Add missing ul element to form errors
2018-01-07 23:06:09 +00:00
0130570d55
Implement pagination & search for users list
2017-10-18 18:32:05 +02:00
a624dbc7f4
Remove differences between new, new_organization
...
Now transfers/new.html.erb and transfers/new_organization.html.erb are
identical. All their differences were moved to partials as if we
extracted abstract methods in a class and moved the conditionals within
them.
2017-08-19 21:05:19 +02:00
ca450e9580
Remove unused mail helper
2017-01-30 18:29:51 +01:00
87f1ddb348
Fix various styles
2017-01-20 19:28:46 +01:00
a80fb9ed4c
Add mail helper
2017-01-19 18:30:07 +01:00
ce55f82074
Home and Login page refactoring
2016-12-09 09:18:16 +01:00
857376a09c
Home and Login page refactoring
2016-11-26 17:43:26 +01:00
dced3f8257
Remove Robohash for avatars
2016-09-23 11:18:32 +02:00
20de5c5de2
Merge remote-tracking branch 'origin/develop' into feature/cleanup-templates-use-only-erb-part-1
2016-05-16 06:13:55 +02:00
34fec819d1
Templates: added m helper
2016-05-14 19:37:44 +02:00
b1495d5bee
green and red in hours positive or negative
2016-04-29 10:15:52 +02:00