| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-07 | Refs #6960; Add owners to workgroups | Zog | |
| And define policies | |||
| 2018-04-27 | Refs #6572; Fix specs | Zog | |
| 2018-04-22 | Fix views spec for line_referential and stop_area referential ↵ | Luc Donnet | |
| synchronization Refs #6306 @1 | |||
| 2018-04-16 | Refs #6476 Add merge permissions6476-merge-permissions | cedricnjanga | |
| 2018-01-11 | Fixes specs after Referential#merged_at integration. Refs #5559 | Alban Peignier | |
| 2018-01-11 | Fix policy | Xinhui | |
| Refs #5549 | |||
| 2018-01-08 | Refs: #5413@4h; Setting up db (chore) and specing desired behavior [skip-ci] | Robert | |
| - Adapted shared pundit examples to allow to check with archieved and finalised referentials - Speced desired behavior with this enhancement - finalise_referential helper in policy spec's support | |||
| 2017-12-21 | BusinessCalendar => PurchaseWindow | cedricnjanga | |
| belongs_to referential | |||
| 2017-12-20 | Remove archived test in CalendarPolicy specs. Refs #5325 | Alban Peignier | |
| 2017-12-20 | Merge branch 'master' into 5333-add-policies-for-referentials-sharing5333-add-policies-for-referentials-sharing | Alban Peignier | |
| 2017-12-19 | Refs #5325; Fix calendat policy | Zog | |
| Remove the "!archived?" condition which makes no sense here. | |||
| 2017-12-19 | Refs #5325@0.5h; Use policies for calendar sharing | Zog | |
| Use policies to determine if a user is allowed to share a calendar, instead of a hardcoded string | |||
| 2017-12-19 | Refs #5333@1.5h; Use permissions to sync StopAreas and Lines | Zog | |
| - add missing policies - update permissions translator - update views to check for the permission - update views helper to check for the permission - uipdate controllers to check for the permission | |||
| 2017-11-30 | Fix import policy to not authorize destroy and not be linked with ↵ | Luc Donnet | |
| referential state (archived) Refs #5093 | |||
| 2017-11-29 | Fixes Company spec. Refs #4967 | Alban Peignier | |
| 2017-11-29 | Fixes LinePolicy spec. Refs #4824 | Alban Peignier | |
| 2017-11-29 | Fixes StopAreaPolicy spec. Refs #4825 | Alban Peignier | |
| 2017-11-22 | Rebase master and resolve conflicts | cedricnjanga | |
| 2017-11-22 | Change the way we name classes | cedricnjanga | |
| We now always use modules for namespaces => same structure for models, decorators, policies... | |||
| 2017-11-13 | Refs #4952 Fix bug related to compliance control set action links display | cedricnjanga | |
| 2017-11-09 | Refs #4776 Add policies to ComplianceControl and ComplianceControlSet | cedricnjanga | |
| 2017-09-26 | Specs fixed (from logical merge errors) | Robert | |
| 2017-09-26 | Fixes: #4440@0.5h; | Robert | |
| Added Controller Spec Fixed Older Specs | |||
| 2017-09-26 | Refs: #4440@1.5h; | Robert | |
| ImportPolicy changing *.imports →' imports.* | |||
| 2017-09-19 | Compliance Control Policy | Xinhui | |
| Refs #4543 | |||
| 2017-09-15 | Refs: #4446@1.5h; | Robert | |
| * Make failing /delete_api_key_feature_spec pending - Seems Capybara only sees html from the partial api_keys/_form, but not the parent api_keys/edit, which happens to contain the delete link :( * ApiKeyPolicy adapted - update? depends on record's organisation as no referential present - create? depends on user's permission only as organisation will be correct anyway | |||
| 2017-09-15 | Refs: #4446@0.3h; Integrated Policy Specs of #4442 and adapting them to the ↵ | Robert | |
| needs of #4446 | |||
| 2017-09-14 | Fixes: #4442@0.5h;4442-api_keys-permissions-spex | Robert | |
| 2017-09-14 | Hotfix from master | Robert | |
| 2017-09-11 | merged with master | Robert | |
| 2017-09-11 | Fixes #4189@4h Route Duplication | Robert | |
| * Duplication of Route is triggered by link and UI forwarded to edit of duplicatee - Changing route, only POST duplicate_referential_line_route --> RoutesController#duplicate - Removing route GET duplicate_referential_line_route --> RoutesController#duplicate - Removing controller action RoutesController#post_duplicate * Link in Route Decorator depends on new policy RoutePolicy#decorate? * Adapting specs | |||
| 2017-08-18 | Api_key policy class | Xinhui | |
| 2017-07-19 | Adapt test for clone policies changes (user from different organisation) | cedricnjanga | |
| 2017-07-10 | Refs: #4021@0.15h; Fixes Policy Tests | Robert | |
| 2017-07-10 | Fixes: #3478@2.5h | Robert | |
| - Decorator Spec Setup `spec/support/decortor_helpers.rb` - Speced - Fixed | |||
| 2017-07-06 | Fixes: #3478@1.5h | Robert | |
| - Fixes remaining issues with LinePolicy, CalenderPolicy & RoutePolicy - Dead Code elimination | |||
| 2017-07-06 | Refs:#3478@10h; | Robert | |
| Policy Refactoring and Policy Test Completion - All policies (and all permissions) under test. - Common patterns and potential problems identified... - ... and documented in DEVNOTES.md - some simply refactorings | |||
| 2017-07-05 | Refs: #3478@1h; | Robert | |
| - All permissions tied to `!archived?` - Tests adapted - Policies refactored ? Is `create?` permission bound to `organisation_match?` | |||
| 2017-07-04 | Refs: #3478@1h removed boiv-read-offer and BoivPolicy | Robert | |
| 2017-06-30 | Spec fix and optimization | Robert | |
| - Fixed bugs in Policy Specs (Shared methods were not using records) - Using build_stubbed instead of create for all Policy Methods (5.43s -> 3.75s) | |||
| 2017-05-29 | Refs: 3385; Headless LoginPolicy defined and used in cas_sessions_controller | Robert | |
| 2017-05-29 | Refs: #3385; basic policy for boiv:* | Robert | |
| 2017-05-24 | Refs: #3446; hotfix | Robert | |
| 2017-05-24 | Fixes #3446; adding routing_contstraint_zones policies | Robert | |
| 2017-05-24 | Refs: #3446; Applying to routes policy | Robert | |
| 2017-05-24 | Refs: #3446; Applying to time_tables- and lines policy | Robert | |
| 2017-05-23 | Refs: 3446; basic archived policy implemented and used for time_table_policies | Robert | |
| 2017-05-23 | Refs: #3383; boiv intermediate policy speced and implmntd | Robert | |
| - Policy spex specific support code moved to spec/support/pundit - Shared Xample group for policies permitting access depening on one specific permission and organisation_match | |||
| 2017-05-23 | Refs: #3383; sketching stif permission for boiv:read-offer | Robert | |
| 2017-05-23 | Refs: #3383; policy speced & implmented | Robert | |
