aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/user.rb
AgeCommit message (Collapse)Author
2017-12-19Refs #5325@0.5h; Use policies for calendar sharingZog
Use policies to determine if a user is allowed to share a calendar, instead of a hardcoded string
2017-08-01Merge pull request #46 from af83/3507_1726_impl_workbench_importteddywing
3507 1726 impl workbench import
2017-08-01Refs: #3507@0.3h; CR Step 4Robert
2017-07-31Refs: #3507_1726@6h Code ReviewRobert
2017-07-26Refs: #3507@4h; Finished Basic WorkbenchImportWorkerRobert
- speced but missing error treatment
2017-07-24Fixes: #4019@1h; Plugged new permission translation into user modelRobert
2017-07-21Refs: #3507@4.5h spec setup and refactoring, using Faraday in workerRobert
- Setting up correct headers for the Webmock request (Oh Boy) - Refactoring all Faraday requests into `lib/af83/http_fetcher.rb` - Implementing the Download
2017-07-10hotfix calendars permissionsRobert
2017-07-10Hotfix login blockedRobert
2017-07-07Refactoring calendar mailer move users query into observerXinhui
2017-07-07Hotfix user_permission computation in journey_patterns and vehicle_journey ↵Robert
controllers
2017-07-06Refs:#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-04Refs: #3478@1h removed boiv-read-offer and BoivPolicyRobert
2017-07-04Refs: #3478@1hRobert
newapplication helper default authorization, (no if) -> * DefaultPolicy (all true) * Add some policies (LinePolicy) * Use `boiv:read` pour show, index * Adapted `table_builder`
2017-06-19Refs #3791@2h; fixes cas_extra_attributes= and redirects correctly; still ↵Robert
missing flash message
2017-06-16hotfix pryRobert
2017-06-16hotfix to avoid redirection loop, not a solution yet; Refs: #3791Robert
2017-06-16Hotfix Refs: #3791@1hRobert
2017-05-30HOTFIX Fixes: #3383; boiv:read-offer also in cas_extra_attributesRobert
2017-05-23Refs: #3383; sketching stif permission for boiv:read-offerRobert
2017-05-03Fixes seed by adding user permissions and organisation functionnal_scope. ↵Alban Peignier
Refs #3291
2017-04-19removed validation for uniqueness of permissions in userRobert
2017-04-13Refs #3128 : Modify ReferentialPolicy to check user permissionsVlatka Pavisic
2017-04-05Fix include? on user with nil permissionsXinhui
Refs #3050
2017-03-29Fix user permissions syncXinhui
Refs #2954
2017-03-29Fix user permissions sync from stif-portalXinhui
Refs #2954
2017-03-06Refs #2693 : Portail sync access permissionVlatka Pavisic
2017-03-06Refs #2693 : Permissions sync with portalVlatka Pavisic
2017-01-23Refs #2428 #2427 : User permissionsVlatka Pavisic
2017-01-16Refs #2399 : User routes permissionsVlatka Pavisic
2017-01-13Refs #2398 : Permissions validations fixVlatka Pavisic
2017-01-13Refs #2398 : Add permissions to UserVlatka Pavisic
2016-11-08Refactoring sso sync user & organisationXinhui
2016-10-18Relation Workbench - LineReferential & StopAreaReferentialXinhui
Refs #1784
2016-10-17Store organisation functional_scopeXinhui
Refs #1785
2016-10-13Retrieve username as cas_extra_attributesXinhui
2016-08-10Refactoring move portail sync code into modelsXinhui
2016-08-08Set :lockable to model UserXinhui
2016-08-05Refactoring - Rake task users:syncXinhui
2016-08-04Rake task organisations:syncXinhui
2016-08-04Refactoring user cas_extra_attributesXinhui
2016-08-03Add column Code to OrganisationXinhui
2016-08-03Remove device :confirmableXinhui
2016-08-03Auto create user on SSO sign inXinhui
2016-05-25Fixes header and footer to remove Chouette specific stuff. Refs #912Alban Peignier
2016-05-13Make configurable User authentication via ↵Alban Peignier
config.chouette_authentication_settings. Refs #816
2016-05-13Merge cas_client into masterXinhui
2015-06-09cleaning : remove trailing whitespaceanicet
2015-05-28Add devise-async to use delayed_job to deliver Devise emailsAlban Peignier
2015-01-29Fix several problems with devise and use mainstream source nowLuc Donnet