summaryrefslogtreecommitdiff
path: root/users/app/models
AgeCommit message (Expand)Author
2014-04-08moving users: app and test filesAzul
2014-04-045382 - prevent crash when destroying tokensAzul
2014-02-10fix unread_by? to check user_ids_to_show, remove TODOAzul
2014-02-10minor: move some logic from message controller into modelAzul
2014-01-21Small optimization to saving message when sending one month warnings.jessib
2014-01-09Some more cleanup, but still want to make sure by_user_ids_to_show_and_create...jessib
2014-01-07Some refactoring, to simplify user model, optimize, and allow messages to be ...jessib
2014-01-07Merge branch 'develop' into feature/messages_apijessib
2014-01-07only emit pgp keys if they are actually setAzul
2013-12-31Removing join-model we are no longer using.jessib
2013-12-31Cleanup of code for messages API and cron job for 1 month payment warning. Au...jessib
2013-12-30Fixes to initial go at job to send one month warnings.jessib
2013-12-30Merge branch 'feature/messages_api' into feature/messages_cronjessib
2013-12-30Change structure to be more no-sql-y, rather than relational.jessib
2013-12-30Not actually how we want to do this, but at least finish outlined part, that ...jessib
2013-12-26Very very rough start to having messages for payment automatically created.jessib
2013-12-24Add API tests and some refactoring of messages so we can get a user's message...jessib
2013-12-24API method to mark a user's message as read (will refactor)jessib
2013-12-24Initial start to messages API.jessib
2013-12-03Some simplification of code.jessib
2013-12-03Add ServiceLevel class to wrap config and give accessors. Has some hacky part...jessib
2013-12-02Merge branch 'develop' into feature/service_leveljessib
2013-11-26simple validation for pgp key formatAzul
2013-11-26ignore attempts to empty public_key, refactorAzul
2013-11-18Start of service level code, which will be tweakedjessib
2013-11-12Merge pull request #110 from azul/feature/cleanup-expired-tokensjessib
2013-11-08fix cornercase of non expiring tokensAzul
2013-11-08Token.destroy_all_expired to cleanup expired tokens (#4411)Azul
2013-11-06destroy all tickets created by a user when account is destroyedAzul
2013-11-05Identity.destroy_all_disabled will clean up disabled identitiesAzul
2013-11-05disabled identities to block handles after a user was deletedAzul
2013-11-05refactor: Identity.disable_all_for(user) on user destructionAzul
2013-10-17blacklist system logins for aliases and loginsAzul
2013-09-26Since local part of email is case sensitive, want to allow remote email addre...jessib
2013-09-23This ensures that email addresses contain only lowercase letters, and that an...jessib
2013-09-19Merge branch 'develop' into feature/only_lower_case_aliasesjessib
2013-09-18user.account shortcut to Account.new(user)Azul
2013-09-05For moment, have identity's address handle aliased from login so we can use L...jessib
2013-09-05Ensure that address in identity really is a LocalEmail.jessib
2013-09-05Move handle method to Email model and have it work for local and non-local em...jessib
2013-09-03Merge pull request #73 from azul/bugfix/3623-teardown-test-data-properlyjessib
2013-09-03Account: Composition to handle User and its identitiesAzul
2013-09-03expire token according to config setting auth:token_expires_afterAzul
2013-08-30there's no need for User#find_by_param. clean it upAzul
2013-08-27token.user will get you the right userAzul
2013-08-21use the same login validations on sessions and usersAzul
2013-08-20Tweak to parameters to fix wrong-number-of-arguments error blocking other work.jessib
2013-07-24keeping the pgp_key accessors for User so views still workAzul
2013-07-24separate signup and settings service objects for userAzul
2013-07-24setter for keys for dirty tracking, more robust testsAzul