Age | Commit message (Expand) | Author |
2014-04-04 | Merge branch 'bugfix/5382-rescue-token-destruction' into develop | elijah |
2014-04-04 | redirect home when logged in visits /signup (#5446) | Azul |
2014-04-04 | 5382 - prevent crash when destroying tokens | Azul |
2014-02-10 | Merge pull request #139 from azul/refactor/tweaks-to-messages | jessib |
2014-02-10 | fix unread_by? to check user_ids_to_show, remove TODO | Azul |
2014-02-10 | require_token now checks for token and login | Azul |
2014-02-10 | require token in messages controller | Azul |
2014-02-10 | require token when logging out via API | Azul |
2014-02-10 | require token when updating user via API | Azul |
2014-02-10 | rename authorize to require_login | Azul |
2014-02-10 | minor: refactor token auth a bit | Azul |
2014-02-10 | minor: rename var that holds a single user id to userId | Azul |
2014-02-10 | minor: move some logic from message controller into model | Azul |
2014-01-27 | Merge branch 'develop' into feature/messages_api | jessib |
2014-01-23 | added a customizable 'bye' page for when a user leaves | elijah |
2014-01-21 | Small optimization to saving message when sending one month warnings. | jessib |
2014-01-13 | Comment for how to call view that we aren't now using. | 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 |
2014-01-07 | Merge branch 'develop' into feature/messages_api | jessib |
2014-01-07 | only emit pgp keys if they are actually set | Azul |
2014-01-07 | remove outdated views that cause errors | Azul |
2013-12-31 | Add authentication to API, but not sure it is best way. | jessib |
2013-12-31 | Removing join-model we are no longer using. | 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 | Catching some corner cases & new tests. | jessib |
2013-12-24 | Add API tests and some refactoring of messages so we can get a user's message... | jessib |
2013-12-24 | API method to mark a user's message as read (will refactor) | jessib |
2013-12-24 | Initial start to messages API. | jessib |
2013-12-23 | Merge remote-tracking branch 'jessib/feature/3389_download_links' into develop | Azul |
2013-12-22 | locale prefix support: | elijah |
2013-12-20 | enable billing engine by default, consolidate APP_CONFIG[:payments] and APP_C... | elijah |
2013-12-19 | Put download link on user page. | jessib |
2013-12-16 | Fix issue 4756: /login should not crash if one goes there when logged in. | jessib |
2013-12-16 | Merge pull request #123 from azul/refactor/standartize-user-routes | jessib |
2013-12-13 | refactor: remove Overview controller - we can use Users#show | Azul |
2013-12-13 | make the possible actions for users and admins configurable | Azul |
2013-12-13 | refactor: move edit sections into partials | Azul |
2013-12-09 | Merge pull request #119 from jessib/feature/service_level | azul |
2013-12-06 | make sure key responses are plain text | elijah |
2013-12-06 | simple validation for pgp key format | Azul |
2013-12-06 | ignore attempts to empty public_key, refactor | Azul |
2013-12-05 | We won't want service levels in production mode, and have it so this initial ... | 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 |