Age | Commit message (Expand) | Author |
2014-01-21 | Small optimization to saving message when sending one month warnings. | jessib |
2014-01-09 | Some more cleanup, but still want to make sure by_user_ids_to_show_and_create... | jessib |
2014-01-07 | Some refactoring, to simplify user model, optimize, and allow messages to be ... | jessib |
2013-12-31 | Cleanup of code for messages API and cron job for 1 month payment warning. Au... | jessib |
2013-12-30 | Fixes to initial go at job to send one month warnings. | jessib |
2013-12-30 | Merge branch 'feature/messages_api' into feature/messages_cron | jessib |
2013-12-30 | Change structure to be more no-sql-y, rather than relational. | jessib |
2013-12-30 | Not actually how we want to do this, but at least finish outlined part, that ... | jessib |
2013-12-26 | Very very rough start to having messages for payment automatically created. | jessib |
2013-12-24 | Add API tests and some refactoring of messages so we can get a user's message... | jessib |
2013-12-03 | Some simplification of code. | jessib |
2013-12-03 | Add ServiceLevel class to wrap config and give accessors. Has some hacky part... | jessib |
2013-11-18 | Start of service level code, which will be tweaked | jessib |
2013-09-18 | user.account shortcut to Account.new(user) | Azul |
2013-09-03 | Account: Composition to handle User and its identities | Azul |
2013-08-30 | there's no need for User#find_by_param. clean it up | Azul |
2013-08-21 | use the same login validations on sessions and users | Azul |
2013-07-24 | keeping the pgp_key accessors for User so views still work | Azul |
2013-07-24 | separate signup and settings service objects for user | Azul |
2013-07-24 | setter for keys for dirty tracking, more robust tests | Azul |
2013-07-24 | support deprecated API to set users main identity pgp key | Azul |
2013-07-24 | add keys to identity | Azul |
2013-07-24 | remove the remainders of email aliases and forward from user | Azul |
2013-07-24 | allow available and unique forwards only | Azul |
2013-07-24 | move identity creation into user class | Azul |
2013-07-08 | Merge branch 'master' into feature/disable_account | jessib |
2013-07-04 | allow forms with blank email forward. | elijah |
2013-07-03 | Accounts can be enabled or not. Admins can edit this property. | jessib |
2013-04-24 | renamed and fixed pgp_key view | Azul |
2013-04-03 | make sure user tests also run when run from users subdir | Azul |
2013-02-28 | Have specific error messages for usernames with incorrect formats. | jessib |
2013-02-26 | Changes to valid format for usernames. | jessib |
2013-02-06 | using ruby-srp 0.1.5 SRP::Client to wrap user in session | Azul |
2013-01-22 | Rough way to allow user to paste in their key, but certainly we will want dif... | jessib |
2013-01-22 | some basic webfinger routes, controller, presenters, views | Azul |
2013-01-18 | Merge remote-tracking branch 'origin/master' into feature/fixed-email-address | Azul |
2013-01-17 | minor fixes to validation workflow | Azul |
2013-01-17 | unit tests passing | Azul |
2013-01-16 | incomplete initial changes to make email address just login@domain.tld | Azul |
2013-01-14 | Use partials for displaying details shown when viewing a user. Some of these ... | jessib |
2013-01-14 | Merge branch 'master' into feature/show_user. Added new tests. | jessib |
2013-01-14 | got users controller test to pass - tickets controller test next. | Azul |
2013-01-11 | basic dummy data for users | Azul |
2013-01-08 | Adding show view for users. | jessib |
2012-12-22 | moving the js for view definitions into separate files | Azul |
2012-12-20 | fixed tests, testing corner cases, fixed these | Azul |
2012-12-20 | validating email domain and displaying it as the placeholder | Azul |
2012-12-18 | make sure we have email_aliases at all before testing for an error on the last | Azul |
2012-12-18 | refactored email_alias creation and validation | Azul |
2012-12-17 | enabled destroying email aliases - no ajax yet. | Azul |