History for dmpopidor / app / models / user.rb
2018-08-16
@Bodacious
Reset other_organisation when User org changes ...
Bodacious committed on 16 Aug 2018
2018-08-14
@Brian Riley
Merge pull request #1802 from DMPRoadmap/refactor/database-cleanup ...
Brian Riley authored on 14 Aug 2018 GitHub committed on 14 Aug 2018
2018-08-13
@Bodacious
Remove redundant database tables and columns ...
Bodacious committed on 13 Aug 2018
@Bodacious
Replace YARD documentation with Tomdoc ...
Bodacious committed on 13 Aug 2018
2018-08-02
@Brian Riley
Merge branch 'development' into refactor/rspec-specs
Brian Riley authored on 2 Aug 2018 GitHub committed on 2 Aug 2018
@Bodacious
Revert "Removed length constraints from users email" ...
Bodacious committed on 2 Aug 2018
@Bodacious
Removed length constraints from users email
Bodacious committed on 2 Aug 2018
@Bodacious
Merge branch 'development' into refactor/rspec-specs
Bodacious committed on 2 Aug 2018
2018-08-01
@Bodacious
Update DB schema for MySQL support
Bodacious committed on 1 Aug 2018
@Bodacious
Refactor User#active_for_authentication?
Bodacious committed on 1 Aug 2018
@Bodacious
Refactor User.from_omniauth
Bodacious committed on 1 Aug 2018
@Bodacious
Refactored model code for better readability
Bodacious committed on 1 Aug 2018
2018-07-31
@Bodacious
Update User specs ...
Bodacious committed on 31 Jul 2018
2018-07-25
@Bodacious
Add extra validations for all models ...
Bodacious committed on 25 Jul 2018
2018-07-24
@Bodacious
Add extra validations for all models ...
Bodacious committed on 24 Jul 2018
2018-07-12
@Bodacious
Add annotate gem for models and Gemfile
Bodacious committed on 12 Jul 2018
2018-07-10
@Bodacious
Refactor queries without string interpolation
Bodacious committed on 10 Jul 2018
2018-05-16
@Quentin Sonrel
Implemented Notifications ...
Quentin Sonrel authored on 29 Mar 2018 briley committed on 16 May 2018
2018-03-20
@briley
added active flag to users and updated admin users page to allow admin to update the value ...
briley authored on 15 Mar 2018 Brian Riley committed on 20 Mar 2018
2018-03-07
@briley
removed separate api access email and updated privileges email
briley committed on 7 Mar 2018
2018-02-23
@Jose Lloret
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
@Jose Lloret
removed ids for email and password sign_in_form. Refactored JS associated. #1064
Jose Lloret committed on 20 Feb 2018
2018-02-16
@Jose Lloret
Create account org is needed now. Fixed find nil whne swaping orgs. #1144
Jose Lloret committed on 16 Feb 2018
2018-02-08
@Jose Lloret
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
@Jose Lloret
user and theme using generic search from paginable. DMPRoadmap/roadmap#815 ...
Jose Lloret committed on 11 Jan 2018
2017-11-23
@Jose Lloret
conditional logic email for users.admin_privileges. DMPRoadmap/roadmap#811 ...
Jose Lloret committed on 23 Nov 2017
2017-11-22
@briley
Org Admin provide feedback ...
briley authored on 16 Nov 2017 Brian Riley committed on 22 Nov 2017
@Jose Lloret
conditional_user_mailer concern for delivering email according to preferences. DMPRoadmap/roadmap#811 ...
Jose Lloret committed on 22 Nov 2017
2017-11-21
@Jose Lloret
paginable module to accomodate any model that needs paginated views. DMPRoadmap/roadmap#786 ...
Jose Lloret committed on 21 Nov 2017
2017-11-10
@Jose Lloret
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