38 Commits

Author SHA1 Message Date
1e7454f22f introduce "highlighted" flag for organizations (they will be featured in the organization list) 2024-12-30 18:30:14 +01: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
7c8aa24b09 [Feat] Manage memberships (#665) 2022-12-05 21:46:07 +01:00
2acbeb51a4 refactor: I've incorporated feedback given in #622. 2021-04-24 21:43:01 +02:00
73247da151 feat: now the visitor can search for a timebank in "/organizations"
visitors can now search for their location and matching banks will be listed, and clicking on one will display a message encouraging them to join. Issue #621.
2021-04-22 12:51:12 +02:00
34bd8c6810 delete deprecated view organizations#new 2021-03-27 14:38:42 +01:00
fce1f9fb07 delete ability to create orgs from public part, the superadmin can do it easily in the /admin section 2021-03-27 02:02:25 +01:00
42bc0f2d9e refactoring: I implemented the new feedback received
Identation, simplify code, i18n...
2021-03-25 17:33:30 +01:00
24abdf6aaa tests: testing the new methods
I tested both the new controller and the method in applicaction_controller. Issue #472
2021-03-17 20:24:16 +01:00
12f4f7bdb6 fix: rebuilt functionality to view posts even if you are not logged in
I ran the test and I saw that I destroyed this functionality, so I adapted what I did, now the tests work with the functionality that I added.
2021-03-17 18:55:34 +01:00
d36bf02fb6 fix: deactivated users cannot browse through the timebank
A user whose account has been deativated and tries to navigate through any opttion will be redirected to a page showing all the timebanks to which they are a member and they can see the information to contact the admin. Issue #472
2021-03-17 11:49:30 +01:00
f0c6a9e8f1 Update to Rails 6.1 2021-01-08 18:08:56 +01: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
0c6c1e7cac Merge branch 'develop' into delete_org and fix conflicts 2018-08-08 19:42:47 +02:00
54f0ead79f Add set_current action to load resource before filter whitelist 2018-06-21 15:25:29 +02:00
74ea2f5d6e Doc++ 2018-06-20 23:44:27 +02:00
7f6a087726 - let's remove PushNotification when we delete an Event
- added some missing Relations specs
- remove a couple of unused Relations
2018-06-10 20:31:12 +02:00
1be5c19297 - add some missing "dependent: :destroy" in Organization model: fixes #359, removes all organization memberships and activity when destroying an org instance
- introduce OrganizationPolicy to properly define an access control strategy for Organizations
2018-06-07 21:56:05 +02:00
b9d9b9636c organizations: add constraints at db level: not nullable name, unique-index name 2018-05-14 21:45:52 +02:00
fdb31203d3 minor organizations code/tests clean up 2018-05-12 23:11:53 +02:00
0fa4668fac Remove dead #give_time actions 2017-08-16 20:20:47 +02:00
883500b4ab Adding Organization movements view same functionality like users movements view 2016-04-22 15:39:37 +02:00
9c7cfd0d2f 🔥 responders gem 2016-01-18 21:55:10 +01:00
1cb4b36032 Renombrado por claridad 2015-04-22 17:45:10 +02:00
8de1f62696 Select from organizations of a user 2015-04-15 19:31:37 +02:00
569f61962a Code style: More controllers adjusted 2015-01-08 11:38:07 +01:00
e90f4b67a6 small fix in redirect after give time 2014-10-29 21:33:40 +01:00
a17247089b add new fields to views 2014-05-14 06:04:24 +02:00
b583dd651f Adaptation of give_time feature to the new database model. 2013-11-12 19:28:13 +01:00
8ffc9e0de4 Added configurable theme for org. 2013-10-17 16:58:43 +02:00
78de44f098 Updates for bootstrap 3. 2013-10-17 13:22:18 +02:00
5796f73829 A lot of transfers. Give time from everywhere. 2013-07-04 17:06:01 +02:00
687d88238d Upgrade to Rails 4
Clean up
2013-07-03 02:16:00 +02:00
6c9acb9cba some work done 2013-04-12 17:34:27 +02:00
513a071b67 something 2012-11-27 15:35:15 +01:00
eb64d1ffb7 Removed acts_as_tenant, separated list/detail views, extensively used cancan for authorization 2012-11-27 13:36:31 +01:00
bd9bde4ac0 rails4 is not mature enough for us 2012-11-04 09:50:52 +01:00