Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-09-30 | Merge pull request #194 from Alster-Hamburgers/feature/invite_code | azul | |
Request for feedback on invite code feature | |||
2015-09-28 | Disable CSRF token verification on ticket creation. | Giovane | |
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 | 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 | |||
2015-09-28 | Fix several test failures by stubbing invite code validation | ankonym | |
2015-09-28 | Separate user and invite code validator tests | ankonym | |
2015-09-28 | Fixes for the invite code validator | ankonym | |
Validation should only happen for new records User invite code was nil for invalid invite codes Adding missing tests | |||
2015-09-28 | Make sure codes can only be used once, fix validations | ankonym | |
We introduced a count on invite codes to make sure that (at the moment) codes can only be used once. (The code will also allow multi-use codes in the future.) Also, some of our validations weren't validating against the correct data, which is now fixed. | |||
2015-09-28 | Add rake task for invite code batch generation | ankonym | |
2015-09-28 | assign random invite code when creating new invite codes | ankonym | |
2015-09-28 | Remove change password browser test | ankonym | |
Remove the change password test because the change password functionality is currently unused - however, it breaks with the new invite code field in the signup form. | |||
2015-09-28 | Fix test based on actual invite code validation | ankonym | |
2015-09-28 | Changed invite code query to look for invite_code string instead of id | ankonym | |
2015-09-28 | Add validation of invite code in user object based on codes in couch db | ankonym | |
2015-09-28 | Add invite code model | ankonym | |
2015-09-28 | Added an 'invite code' to all the tests for the sign-up form so we have a ↵ | Aya Jaff | |
valid user for the tests again | |||
2015-09-28 | Update submodule srp to 9e1a41733 | kaeff | |
2015-09-28 | Move account form info from srp_js into leap_web | kaeff | |
2015-09-28 | Adding invite code field to signup with validation for hardcoded invite code | ankonym | |
2015-09-22 | Merge branch 'bugfix/find_by_nil' of https://github.com/azul/leap_web into ↵ | elijah | |
develop | |||
2015-09-10 | couchrest_model 2.0.1 fixes find_by_sth(nil) | Azul | |
This used to return the first record! :scream: This [commit](https://github.com/couchrest/couchrest_model/commit/2c5b76823e94caed4d8cbfbf18cb9e0d58789789) is essential for say User.find_by_login(nil) to NOT return the first record in the database. | |||
2015-09-07 | Merge branch 'feature/readme-updates' of https://github.com/kaeff/leap_web ↵ | elijah | |
into develop | |||
2015-09-01 | Update README with docs from website & instructions on local DB | kaeff | |
- Copy intro chapter from homepage - Advise new users to not test with admin party locally - Ignore couchdb.admin.yml so it's consistent with the regular couchdb.yml | |||
2015-08-12 | Merge branch 'bump-therubyracer' of https://github.com/kaeff/leap_web into ↵ | elijah | |
develop | |||
2015-08-11 | improved README.md | varac | |
- bundler install instructions: now that debian lenny is out, we can simply assume noone is using debian oldstable anymore on an development box, so we can simplify the instructions - simplify the submodule installation - fix cert paths and token in the config file example | |||
2015-08-07 | do not include random cruft in the common name of smtp client certificates | elijah | |
2015-08-06 | Bump therubyracer to 0.12.2 | Klaus Fl | |
therubracer 0.10.2 has problems with compiling libv8 on OSX[1]. Updating the dependency resolves the issue. [1]: https://stackoverflow.com/questions/19630154/gem-install-therubyracer-v-0-10-2-on-osx-mavericks-not-installing | |||
2015-08-05 | updated locale files0.7.1version/0.7.1 | elijah | |
2015-08-04 | Made the default front-page welcome text translatable. | elijah | |
2015-08-03 | updated en_US.yml | elijah | |
2015-08-03 | fix missing translations: get help and cancel. | elijah | |
2015-08-03 | make the footer less comically huge when there is only one language configured | elijah | |
2015-07-23 | make the default vanilla leap_web include a masthead on the home page. | elijah | |
2015-07-23 | added customization example | elijah | |
2015-07-21 | download from transifex, fixes bad interpolation keys in german. | elijah | |
2015-07-14 | added CHANGES.md | elijah | |
2015-07-14 | fix i18n tests | elijah | |
2015-07-14 | updated translation files | elijah | |
2015-07-14 | a couple minor fixes for l10n | elijah | |
2015-07-14 | fix footer css when the locale links are visible | elijah | |