Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-19 | Merge pull request #198 from claucece/develop | azul | |
Braintree_implementation | |||
2015-10-19 | Merge pull request #196 from EvyW/develop | azul | |
Admin - Ability to enable/disable user | |||
2015-10-14 | Reverting submodule update | claucece | |
2015-10-13 | Merge pull request #201 from Alster-Hamburgers/multi-invite | azul | |
Allow multi-use invite codes | |||
2015-10-12 | Adjusted the rake task with comments by @azul | ankonym | |
Basically made the code a bit prettier :) | |||
2015-10-06 | Small code cleanup in the rake task | ankonym | |
2015-10-06 | Cleaned up invite code output for platform tests | ankonym | |
This still had some test output that gets in the way of easy printing and a LEAP platform test | |||
2015-10-06 | Adjust rake task with renamed max_uses | ankonym | |
2015-10-06 | Integrated feedback on multi-invite codes | ankonym | |
Removing some superfluous code, mostly, and structuring tests better. | |||
2015-10-05 | updated version of fakebraintree | claucece | |
2015-10-05 | changed capybara time | claucece | |
2015-10-05 | fixed gem file | claucece | |
2015-10-05 | add test to payments and subscriptions | claucece | |
2015-10-05 | deleted comment | claucece | |
2015-10-05 | questions added | claucece | |
2015-10-05 | readme | claucece | |
2015-10-05 | updated readme | claucece | |
2015-10-05 | add a comment regarding home | claucece | |
2015-10-05 | update to haml, created translations, deleted files | claucece | |
2015-10-05 | add subscriptions | claucece | |
2015-10-05 | add subs_index and start show | claucece | |
2015-10-05 | changed routes and links | claucece | |
2015-10-05 | subscriptions, translation | claucece | |
2015-10-05 | subscriptions, haml and translations | claucece | |
2015-10-05 | added customers, recurring payment and payment_info | claucece | |
2015-10-05 | just played a little | claucece | |
2015-10-05 | correctly set up comments | claucece | |
2015-10-05 | added payment_info, _customer_form, sucess instances | claucece | |
2015-10-05 | Donation button | claucece | |
2015-10-05 | add donate button, bitcoin, payment_method | claucece | |
2015-10-05 | implemented the form and the generate | claucece | |
2015-10-02 | Update rake task to allow generation of multi-use invites | ankonym | |
The rake task now takes a second (optional) argument that sets the number of uses per invite code. If this is omitted, the default number of uses is 1. (This commit also contains some minor code cleanup that removes some stuff that I'd commented out but not removed.) | |||
2015-10-02 | Allow multi-use invite codes | ankonym | |
Introduce a invite_max_uses property to invite codes to allow admins to set a maximum number of uses for invite codes. | |||
2015-10-01 | identing 2 | EvyW | |
2015-10-01 | Identing first line | EvyW | |
2015-10-01 | Merge pull request #200 from Alster-Hamburgers/localization | azul | |
Add the localization keys for invite_code and password_confirmation | |||
2015-10-01 | Add the localization keys for invite_code and password confirmation | ankonym | |
2015-09-30 | Merge pull request #194 from Alster-Hamburgers/feature/invite_code | azul | |
Request for feedback on invite code feature | |||
2015-09-28 | with out identing | EvyW | |
2015-09-28 | Disable CSRF token verification on ticket creation. | Giovane | |
2015-09-28 | Translation changes | EvyW | |
From line 114 to line 120 | |||
2015-09-28 | Add localization labels to signup form and user.en.yml | ankonym | |
Added the necessary labels to allow the localization of the signup form and the labels to users.en.yml for localization | |||
2015-09-28 | changes style sheets | EvyW | |
removed the three last lines | |||
2015-09-28 | Make invite code configurable | ankonym | |
Through the config param 'invite_required', providers can decide whether users need to provide an invite code upon signup. The default setting is false. | |||
2015-09-28 | Cleaned up code in invite_code_validator.rb | ankonym | |
2015-09-28 | Removed the view_by__id from invite code test | ankonym | |
2015-09-28 | Fixed the signup bug that wrongly consumes the invite code. | Aya Jaff | |
2015-09-28 | Fix cucumber tests by passing valid invite code | ankonym | |
2015-09-28 | Fix the remaining failures/errors in our tests | ankonym | |
Handing freshly generated invite codes to Factory Girl to make the tests pass | |||
2015-09-28 | Fix three unit tests by passing Factory Girl a valid invite code | ankonym | |
The tests were failing because of a hardcoded "testcode" string so during test setup we generate a valid code and pass it to Factory Girl |