aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bump to version 2.1.1HEAD2.1.1masterSamuel Seay2016-10-08
|
* Refactor configuration variable lookup (#13)Kenny Ballou2016-10-08
| | | | | Refactor configuration variable lookup. Change the `Application.get_env/3` calls to use `Recaptcha.Config.get_env/3` to perform the lookups. Doing so allows the project to defer environment variable lookup to runtime instead of only at compile-time.
* Added `coveralls` support. (#11)Sobolev Nikita2016-09-09
| | | | | | | Changes: 1. Added `deps` 2. Refactored `.travis.yml` with multiple elixir versions and pushing stats to coveralls.io 3. Added coverage badge to `README.md` 4. Added ignore pattern for `cover/` folder
* support 1.5 and 2.x poison2.0.1Sam Seay2016-09-08
|
* Add exdoc dependency.Samuel Seay2016-09-05
|
* Add the case for when a recaptcha challenge fails but the request succeeds.2.0Samuel Seay2016-09-05
|
* Provide a default value for verify_url.Samuel Seay2016-09-05
|
* Don't compile application environment config.Samuel Seay2016-09-05
|
* Added Travis build badge.Samuel Seay2016-09-05
|
* Add strict credo checks to build, fix line length issues.Samuel Seay2016-09-05
|
* Add travis CI config.Samuel Seay2016-09-05
|
* Clean up the README.Samuel Seay2016-09-05
|
* Feature/v2 rewrite (#7)Sam Seay2016-09-01
| | | | | | | | | | | | Rewrite of the API. * Change the copyright holder since its a rewrite. * Bump dependencies to their latest versions. * Revision of the README to document the new API * Break config up into keyword list (no longer a map) * A rewrite of the recaptcha verify API and move of templating into Recaptcha.Template * Add tests and credo for code style * Remove exception raising method calls (`HTTPoison.post!` and `Poison.decode!`) * Change Elixir version to 1.2 for `with` support.
* Update mix.exsMichael2015-12-08
|
* Merge branch 'master' of https://github.com/JustMikey/recaptchaMichael Alekseev2015-10-05
|\
| * Update README.mdMichael2015-10-05
| |
* | fixed accidently locked httpoison versionMichael Alekseev2015-10-05
|/
* moved from httpotion to httpoisonMichael Alekseev2015-10-05
|
* Update mix.exsMichael2015-09-27
|
* fixed unused warningMichael Alekseev2015-09-05
|
* don't send request if response is nilMichael Alekseev2015-09-05
|
* Update README.mdMichael2015-08-29
|
* Update mix.exsMichael2015-08-29
|
* Update README.mdMichael2015-08-29
|
* Update README.mdMichael2015-08-29
|
* Update README.mdMichael2015-08-29
|
* ignore /depsMichael Alekseev2015-08-27
|
* Initial commitamn2015-08-27