22 Commits

Author SHA1 Message Date
106cc0d78e Tests, show/hide password and signup validations (#666) 2022-12-06 16:55:38 +01:00
493a2eafbf specs: fix unstable test 2021-05-21 21:51:50 +02:00
e1e30a98cb i18n keys for new search in organizations page + minor formatting tweaks 2021-04-24 22:00:36 +02:00
2acbeb51a4 refactor: I've incorporated feedback given in #622. 2021-04-24 21:43:01 +02:00
26aa4a8bc2 tests: the search engine is covered
I followed the way to test the searcher in offers. Issue #621.
2021-04-22 14:45:43 +02: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
fa5c885446 small ui & code style tweaks; reuse i18n keys; remove useless comments 2021-03-26 00:05:00 +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
05c2228c28 [specs] DRY initialization by using the .rspec file 2020-12-21 21:40:23 +01:00
7603b72f57 update to latest Rubocop + start fixing tests (from 95 failures to 31) 2020-12-15 22:21:14 +01:00
8bc377cb6c Merge branch 'develop' into rails_6 2020-04-03 20:22:01 +02:00
1fa4e03371 Return describe 'GET #show' where it was 2020-03-03 10:55:30 +01:00
a9f101809b Move spec from controller to view 2020-02-28 13:34:33 +01:00
c0071212b2 more gem updates; minor js refactor; first pass over tests and first fixes :) 2019-09-26 02:16:05 +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
4bfc63626f OrganizatioPolicy: make show action a public page 2018-06-07 21:56:06 +02:00
035117bfb3 add some organizations#show view specs 2018-06-07 21:56:06 +02:00
d34e083560 add more OrganizationsController specs 2018-06-07 21:56:06 +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
70efd91323 Fix some rubocop violations 2018-01-22 18:21:51 +01:00
e40a0ff75f Replace give_time link from organizations#show 2018-01-22 15:29:46 +01:00