Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-13 | Cleaned up last traces of the Great Git Mess | ankonym | |
Removed the parts related to multi-use invite codes (those are in a separate pull request) - I hope this is all correct now! Sorry for the confusion. | |||
2015-10-13 | Remove Coupon Code gem and make invite code = id | ankonym | |
Id is set = invite code to make it easier to delete the invite codes that get created during the leap platform tests (because this avoids having to look up ttheir id each time). | |||
2015-10-13 | Replace Coupon Code gem for invite code creation | ankonym | |
Replacing the Coupon Code gem with base64/securerandom as suggested by Elijah. | |||
2015-10-13 | Remove Coupon Code gem and make invite code = id | ankonym | |
Id is set = invite code to make it easier to delete the invite codes that get created during the leap platform tests (because this avoids having to look up ttheir id each time). | |||
2015-10-13 | Remove Coupon Code gem from Gemfile | ankonym | |
2015-10-13 | Replace Coupon Code gem for invite code creation | ankonym | |
Replacing the Coupon Code gem with base64/securerandom as suggested by Elijah. | |||
2015-10-13 | Fix the InviteCode initialize method so leap_web tests stay green | ankonym | |
2015-10-13 | Adjust the rake task to make id = invite code | ankonym | |
This will simplify invite code deletion after running tests. | |||
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 |