| 2017-07-12 |
updated preferences to use JSON hash and be contained in a new model, addresses #481
xsrust
committed
on 12 Jul 2017
|
|---|---|
| 2017-06-23 |
include the additional preferences on user profile
bhavi
committed
on 23 Jun 2017
|
| 2017-06-16 |
fix the nil error for notification preferences
bhavi
committed
on 16 Jun 2017
|
| 2017-06-15 |
switched default prefs setting to before_validation
Brian Riley
committed
on 15 Jun 2017
|
|
fixing the tab issue on Edit profile page;add/update notification preferences
bhavi
committed
on 15 Jun 2017
|
|
| 2017-06-09 |
Add Notification Preferences to User's profile page
bhavi
committed
on 9 Jun 2017
|
| 2017-06-06 |
Made invitation email title same as sharing email title - related to #271
Jimmy Angelakos
committed
on 6 Jun 2017
|
| 2017-05-26 |
Permission yanking should not apply to super admin. #314, #367
Jimmy Angelakos
committed
on 26 May 2017
|
| 2017-05-19 |
removed comments from user model, fixes #314
xsrust
committed
on 19 May 2017
|
| 2017-04-26 |
Merge branch 'remove-settings' into development
Brian Riley
committed
on 26 Apr 2017
|
|
Removed remaining pieces of the plan_list settings DMPRoadmap/roadmap#248
Brian Riley
committed
on 26 Apr 2017
|
|
| 2017-04-24 |
removed the devise confirmation requirement DMPRoadmap/roadmap#254
Brian Riley
committed
on 24 Apr 2017
|
| 2017-04-18 |
removed validate on User.password/email from user model because it conflicts with Devise's validation rules
briley
committed
on 18 Apr 2017
|
|
added a test that searches for missing translations. Added specific error messages for model validations. Added some devise controlled error messages to pot/po files DMPRoadmap/roadmap#236
briley
committed
on 18 Apr 2017
|
|
| 2017-04-03 |
resolved rebase conflicts from merge with development
briley
committed
on 3 Apr 2017
|
| 2017-03-30 |
switched all Perm::CONSTANT to Perm.scope calls. Travis could not handle CONSTANT definitions likely due to rails/ruby evironment. Its better to use scope for queries anyway
briley
committed
on 30 Mar 2017
|
|
testing switch from constant to scope on perm
briley
committed
on 30 Mar 2017
|
|
|
added debug to User perm check
briley
committed
on 30 Mar 2017
|
|
| 2017-03-27 |
|
| 2017-02-24 |
Fixed merge conflicts
Jose Lloret
committed
on 24 Feb 2017
|
| 2017-02-21 |
added plans to prefetching for users
xsrust
committed
on 21 Feb 2017
|
|
set user's default scope to prefetch organisation and permissions
xsrust
committed
on 21 Feb 2017
|
|
|
added constants for all perms in model
xsrust
committed
on 21 Feb 2017
|
|
| 2017-02-15 |
URLs without locale param
Jose Lloret
committed
on 15 Feb 2017
|
| 2017-02-08 |
removed old Ability model which was used by the CanCan gem. added some more test coverage for Org and User
briley
committed
on 8 Feb 2017
|
|
removed User.org_type method and updated calls to in on some template views to use the new org.funder? instead
briley
committed
on 8 Feb 2017
|
|
|
filled in test coverage gaps. Removed duplicate User.can_grant_api_to_orgs? method
briley
committed
on 8 Feb 2017
|
|
| 2017-02-07 |
commented out organisation getter/setter in user. switched calls to org
briley
committed
on 7 Feb 2017
|
|
removed references to organisation_id in several models and replaced with .org.id
briley
committed
on 7 Feb 2017
|
|
| 2017-02-03 |
added a few attributes to Plan and User attr_accessible sections
Brian Riley
committed
on 3 Feb 2017
|