Commit Graph

69 Commits

Author SHA1 Message Date
Rahul Rudragoudar
c45c9f0b99
Add basic webpage template
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
2019-06-03 12:59:02 +05:30
Rahul Rudragoudar
889405507e
Add email registration support
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
2019-06-03 12:56:45 +05:30
Rahul Rudragoudar
8f5e514692
Minor fixes
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
2019-04-14 13:30:13 +05:30
Rahul Rudragoudar
4474b4dece
Add Travis CI
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
2019-04-12 23:19:41 +05:30
Rahul Rudragoudar
535c59a218 Merge branch 'mapId' 2019-04-07 22:36:23 +05:30
Rahul Rudragoudar
f3f8900fd4
Minor fixes
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
2019-04-07 20:50:56 +05:30
Rahul Rudragoudar
ed05489cd0
Add UUID support
mapId table in implemented for mapping of public to private ID
Challenge returns a random UUID instead of captcha token

Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
2019-04-07 13:11:14 +05:30
Rahul Rudragoudar
fe9138dbaf
Add method to check for unsolved captchas
The framework checks for existing unsolved captchas before generating new captcha
The captcha is set to solved after the media is requested

Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
2019-04-07 10:49:34 +05:30
Rahul Rudragoudar
89a1039c87
Minor fixes
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
2019-04-06 23:26:51 +05:30
Rahul Rudragoudar
184d167085
Add buffer to inital throttle
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
2019-04-06 11:42:11 +05:30
Rahul Rudragoudar
97d703a217 Merge remote-tracking branch 'upstream/master' 2019-04-06 11:31:22 +05:30
Rahul Rudragoudar
37bf3b1d7f
Add Captcha thread throttle
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
2019-04-06 11:30:06 +05:30
hrj
1d3573c59f rain drops captcha tweaks 2019-04-01 18:32:56 +05:30
hrj
a207b9dee6 refining the Rain drop captcha 2019-04-01 00:30:45 +05:30
hrj
beb184d7a9 rain drop animation 2019-03-31 22:58:58 +05:30
hrj
80cf6b66fd add attribution to gif sequence writer class 2019-03-31 19:03:22 +05:30
hrj
9d9657d373 rain drop single frame 2019-03-31 18:53:16 +05:30
hrj
23e8d0a7ed updated deps 2019-03-31 16:53:32 +05:30
hrj
4c5cdc5699
Merge pull request #29 from rr83019/master
Add Label Captcha plugin
2019-03-27 08:41:58 +05:30
Rahul Rudragoudar
e825392889 Minor fixes
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
2019-03-27 08:24:20 +05:30
Rahul Rudragoudar
4c0d832803 Minor fixes
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
2019-03-27 08:20:28 +05:30
Rahul Rudragoudar
aa9d602950 Merge branch 'master' of https://github.com/rr83019/lc-core 2019-03-26 23:19:48 +05:30
Rahul Rudragoudar
e18354c259 Add LabelCaptcha plugin
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
2019-03-26 23:19:01 +05:30
Rahul Rudragoudar
e67d19c857 Add method to choose a random captcha instance each time (#28)
* git ignore .db

* Add method to choose random captcha
2019-03-26 18:57:56 +05:30
hrj
ece47037d4
Merge branch 'master' into master 2019-03-26 18:57:21 +05:30
Rahul Rudragoudar
8e99f2713d Add method to choose random captcha 2019-03-26 18:44:31 +05:30
Rahul Rudragoudar
9d070afa3d Add .db 2019-03-26 18:43:08 +05:30
Prajwal Goudar
f2c588ef23 support for loading fonts dynamically with an option to choose level (#26)
* support for loading fonts dynamically with an option to choose level("easy","medium","hard")

* removed unwanted method

* changes made as required
2019-03-25 19:44:38 +05:30
Rahul Rudragoudar
4853d286d0
Merge pull request #2 from librecaptcha/master
Updating fork
2019-03-14 21:42:15 +05:30
hrj
2d13c10812 update scala and sbt versions 2019-03-13 23:38:24 +05:30
hrj
8f701f255e
Merge pull request #14 from PrajwalGoudar/master
added code to generate font fun captcha(type_1)
2019-03-13 10:12:39 +05:30
Prajwal Goudar
0fe1dd1ae4 made changes to checkCaptcha function 2019-03-13 10:08:17 +05:30
hrj
28e4a62707
Merge pull request #16 from rr83019/master
Added GET request support to media end point and contentType field in DB
2019-03-12 19:08:30 +05:30
Rahul Rudragoudar
c43ffd6dd3 Added GET request support for media end point 2019-03-12 18:17:34 +05:30
Prajwal Goudar
a4a3a63f3f added captcha types as required 2019-03-09 16:27:36 +05:30
Prajwal Goudar
bb9fa10d72 fixed issues 2019-03-09 16:23:56 +05:30
Rahul Rudragoudar
cddb143cf7 Added contentType:varchar field in db 2019-03-07 13:02:41 +05:30
Prajwal Goudar
7fbd0bd92f removed unwanted files 2019-03-07 02:03:22 +05:30
Prajwal Goudar
994c5751ca added code to generate font fun captcha(type_1)
added code to generate gif format captcha(type_2)
added code to generate shadow text captcha(type_3)
minor changes in Main.scala file to fix errors
2019-03-06 02:53:09 +05:30
Rahul Rudragoudar
4589c3bbb0
Merge pull request #1 from librecaptcha/master
Updating fork
2019-03-05 18:12:59 +05:30
hrj
d3db566901
Merge pull request #12 from librecaptcha/interface11
Redesign interface for captcha providers to be compatible with Java
2019-03-05 17:57:06 +05:30
hrj
d99b120b2c redesign the challenge provider interface to be Java compatible 2019-03-05 17:49:20 +05:30
hrj
618823fa7d git ignore target directories 2019-03-05 17:48:54 +05:30
hrj
aa3aaa4ce7
Merge pull request #4 from rr83019/master
Added http end points to the framework
2019-02-26 23:02:33 +05:30
Rahul Rudragoudar
07a2f38065 Removed convertImage method 2019-02-26 21:10:46 +05:30
Rahul Rudragoudar
079fa0cd3d Changed all end points to POST
Removed serialization of objects to db
Added Map to track providers
2019-02-23 22:11:31 +05:30
Rahul Rudragoudar
e52b87d72e Added thread support
Added scheduleThreadPoolExecutor to run the thread periodically
2019-01-26 13:21:34 +05:30
Rahul Rudragoudar
77bc4c6ccf Defined separate class for http endpoints 2018-12-28 23:41:21 +05:30
Rahul Rudragoudar
94200d10f2 Minor changes 2018-12-28 11:53:26 +05:30
Rahul Rudragoudar
eb8c8d272e Added validation http end point
Added Object column in h2 db
2018-12-17 16:10:10 +05:30