| 2018-02-23 |
removed side effects when generating or removing API token. Removed org_id method from User and use after_update callback instead. #1060
Jose Lloret
committed
on 23 Feb 2018
|
|---|---|
| 2018-02-20 |
removed ids for email and password sign_in_form. Refactored JS associated. #1064
Jose Lloret
committed
on 20 Feb 2018
|
| 2018-02-16 |
Create account org is needed now. Fixed find nil whne swaping orgs. #1144
Jose Lloret
committed
on 16 Feb 2018
|
| 2018-02-08 |
User model search scope method concatenating firstname and surname to look for a term. DMPRoadmap/roadmap#1101
...
Jose Lloret
committed
on 8 Feb 2018
|
| 2018-01-11 |
user and theme using generic search from paginable. DMPRoadmap/roadmap#815
...
Jose Lloret
committed
on 11 Jan 2018
|
| 2017-11-23 |
conditional logic email for users.admin_privileges. DMPRoadmap/roadmap#811
...
Jose Lloret
committed
on 23 Nov 2017
|
| 2017-11-22 |
|
|
conditional_user_mailer concern for delivering email according to preferences. DMPRoadmap/roadmap#811
...
Jose Lloret
committed
on 22 Nov 2017
|
|
| 2017-11-21 |
paginable module to accomodate any model that needs paginated views. DMPRoadmap/roadmap#786
...
Jose Lloret
committed
on 21 Nov 2017
|
| 2017-11-10 |
Sign up email case insensitive. Removed session key previous_url since does not work well. Duck-typed User.where_case_insensitive method. DMPRoadmap/roadmap#638
...
Jose Lloret
committed
on 10 Nov 2017
|
| 2017-10-26 |
Added Feedback Request to Org Details
...
bhavi
authored
on 24 Oct 2017
briley
committed
on 26 Oct 2017
|
| 2017-10-09 |
if no defaults specified, obtuse error. now improved.
ray.carrick
committed
on 9 Oct 2017
|
| 2017-09-06 |
fixed merge conflicts from pulling in latest bug fixes from development
briley
committed
on 6 Sep 2017
|
| 2017-09-01 |
updated plan sharing to be case-insensitive
xsrust
committed
on 1 Sep 2017
|
| 2017-08-17 |
|
| 2017-07-20 |
added ability for users to remove themselves from plans, without destroying the plan
xsrust
committed
on 20 Jul 2017
|
| 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-07-05 |
removes plans from default scope of users (this was causing 2 extra queries run per page) and not always used
xsrust
committed
on 5 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
|