Commit Graph

  • 1d7ef512bd DB synchronisation on media endpoint (#47) Rahul Rudragoudar 2020-07-08 21:28:11 +05:30
  • 62b3a098bd synchronise access to database statements hrj 2020-07-05 00:50:05 +05:30
  • 0b1e902326 modularise the test hrj 2020-07-05 00:48:20 +05:30
  • 056aa9ae70 updated h2 to latest version hrj 2020-07-04 17:24:59 +05:30
  • 08ffb78e31 Create .github action for CI hrj 2020-07-04 16:23:58 +05:30
  • ab6abaf5c0 minor, formatting hrj 2020-07-04 01:23:05 +05:30
  • 245521017a labelcaptcha: store filenames in the token hrj 2020-07-04 01:22:26 +05:30
  • b300fa2178 minor: privatised some vars hrj 2020-07-04 01:21:02 +05:30
  • 79c7dcdb56 simple test script hrj 2020-07-03 22:24:21 +05:30
  • 3d147950a4 prevent resource leak by using try-with-resource syntax hrj 2020-07-03 22:20:30 +05:30
  • 300ff3162d minor: rate limit increase hrj 2020-07-03 22:17:40 +05:30
  • 1515af5f72 minor debug hrj 2020-07-03 22:17:29 +05:30
  • 239bf2cefc gracefully handle wrong input from API hrj 2020-07-03 22:16:23 +05:30
  • 644a106a31 return error as json when rate limit reached or user not found hrj 2020-07-03 22:15:27 +05:30
  • 80ff9bfe6d select a random captcha hrj 2020-07-03 22:14:33 +05:30
  • fd5dcff335 map token correctly to secret and provider hrj 2020-07-03 22:13:51 +05:30
  • 24a6caad57 git ignore samples and project files hrj 2020-07-03 20:57:55 +05:30
  • 03548d17ae refactor, separate code into files hrj 2020-07-03 20:21:35 +05:30
  • e45302df8c updated dependecies to latest version hrj 2020-06-30 09:02:20 +05:30
  • 8b021c20e5 removed dependency on scala test hrj 2020-06-30 09:01:34 +05:30
  • 21dfbe310f made db statements lazy hrj 2020-06-30 00:20:07 +05:30
  • 7b642198f4 bumped scala version in travis config hrj 2020-06-30 00:19:52 +05:30
  • 461e1a6ead bump versions of sbt, scala and libraries hrj 2020-06-29 21:46:26 +05:30
  • 19175d122f Merge branch 'master' of github.com:librecaptcha/lc-core hrj 2019-08-06 23:13:54 +05:30
  • f1999dfbef Readme: Grammar hrj 2019-08-06 22:25:05 +05:30
  • 96ca93b84b Merge pull request #38 from rr83019/master hrj 2019-06-22 11:42:20 +05:30
  • d65d050038 Minor fixes Rahul Rudragoudar 2019-06-20 11:45:29 +05:30
  • a63cf3976d Add rate limiter Add user validation for every request Rahul Rudragoudar 2019-06-17 00:20:18 +05:30
  • 1a57942a0b User validation for every request Implemented a separate class for db connection, for the ease of accessing queries Rahul Rudragoudar 2019-06-13 00:48:29 +05:30
  • 39ce2056c1 Merge pull request #37 from rr83019/master hrj 2019-06-11 23:17:55 +05:30
  • 6d6b1d52d6 Update sql query Rahul Rudragoudar 2019-06-09 14:15:28 +05:30
  • 886055c642 Update query to cross refernce uuid to token Rahul Rudragoudar 2019-06-09 14:12:21 +05:30
  • 7c7285b9f7 Conflict resolution Rahul Rudragoudar 2019-06-09 14:04:25 +05:30
  • b9ef0c6d2e update jdk in travis hrj 2019-06-08 13:00:28 +05:30
  • 034f450b44 updated readme with description and samples hrj 2019-06-08 11:47:37 +05:30
  • 6f17c8fcba make gitignore more specific hrj 2019-06-08 11:44:32 +05:30
  • 8ff9ebaf3f correct content type for raindrops catpcha hrj 2019-06-08 11:43:47 +05:30
  • 6b35e53fe3 register raindrops captcha hrj 2019-06-08 11:43:27 +05:30
  • b08f381f72 add an app to generate samples hrj 2019-06-08 11:43:17 +05:30
  • 5204833b9d added some sample captcha images hrj 2019-06-08 11:42:13 +05:30
  • 715b9e4206 set anti-aliasing hrj 2019-06-08 11:21:13 +05:30
  • c047691424 rename filters to providers hrj 2019-06-08 11:07:36 +05:30
  • cf71757b5f return correct content type hrj 2019-06-08 11:07:06 +05:30
  • 9c7efb5e4a toString method for Challenge hrj 2019-06-08 11:06:53 +05:30
  • fc48a1924a Minor fixes Rahul Rudragoudar 2019-06-03 13:26:08 +05:30
  • 604c873649 Update travis Rahul Rudragoudar 2019-06-03 13:20:40 +05:30
  • 67372f29b6 Bug fix Query updated to map uuid to captcha token Rahul Rudragoudar 2019-06-03 13:05:07 +05:30
  • c45c9f0b99 Add basic webpage template Rahul Rudragoudar 2019-06-03 12:59:02 +05:30
  • 889405507e Add email registration support Rahul Rudragoudar 2019-06-03 12:56:45 +05:30
  • 77a7f730fe Merge pull request #36 from rr83019/master hrj 2019-04-14 14:33:42 +05:30
  • 8f5e514692 Minor fixes Rahul Rudragoudar 2019-04-14 13:30:13 +05:30
  • 4474b4dece Add Travis CI Rahul Rudragoudar 2019-04-12 23:19:41 +05:30
  • 93f7161b6e Merge pull request #35 from rr83019/master hrj 2019-04-07 23:15:53 +05:30
  • 0c47eb6866 Merge pull request #34 from rr83019/master hrj 2019-04-07 22:54:06 +05:30
  • 535c59a218 Merge branch 'mapId' Rahul Rudragoudar 2019-04-07 22:36:23 +05:30
  • f3f8900fd4 Minor fixes Rahul Rudragoudar 2019-04-07 20:50:56 +05:30
  • ed05489cd0 Add UUID support Rahul Rudragoudar 2019-04-07 13:11:14 +05:30
  • fe9138dbaf Add method to check for unsolved captchas Rahul Rudragoudar 2019-04-07 10:49:34 +05:30
  • 4d79018799 Merge pull request #33 from rr83019/master hrj 2019-04-07 07:45:13 +05:30
  • 89a1039c87 Minor fixes Rahul Rudragoudar 2019-04-06 23:26:51 +05:30
  • 184d167085 Add buffer to inital throttle Rahul Rudragoudar 2019-04-06 11:42:11 +05:30
  • 97d703a217 Merge remote-tracking branch 'upstream/master' Rahul Rudragoudar 2019-04-06 11:31:22 +05:30
  • 37bf3b1d7f Add Captcha thread throttle Rahul Rudragoudar 2019-04-06 11:30:06 +05:30
  • 1d3573c59f rain drops captcha tweaks hrj 2019-04-01 18:32:56 +05:30
  • a207b9dee6 refining the Rain drop captcha hrj 2019-04-01 00:30:45 +05:30
  • beb184d7a9 rain drop animation hrj 2019-03-31 22:58:58 +05:30
  • 80cf6b66fd add attribution to gif sequence writer class hrj 2019-03-31 19:03:22 +05:30
  • 9d9657d373 rain drop single frame hrj 2019-03-31 18:53:16 +05:30
  • 23e8d0a7ed updated deps hrj 2019-03-31 16:53:32 +05:30
  • 4c5cdc5699 Merge pull request #29 from rr83019/master hrj 2019-03-27 08:41:58 +05:30
  • e825392889 Minor fixes Rahul Rudragoudar 2019-03-27 08:24:20 +05:30
  • 4c0d832803 Minor fixes Rahul Rudragoudar 2019-03-27 08:20:28 +05:30
  • aa9d602950 Merge branch 'master' of https://github.com/rr83019/lc-core Rahul Rudragoudar 2019-03-26 23:19:48 +05:30
  • e18354c259 Add LabelCaptcha plugin Rahul Rudragoudar 2019-03-26 23:19:01 +05:30
  • e67d19c857 Add method to choose a random captcha instance each time (#28) Rahul Rudragoudar 2019-03-26 18:57:56 +05:30
  • ece47037d4 Merge branch 'master' into master hrj 2019-03-26 18:57:21 +05:30
  • 8e99f2713d Add method to choose random captcha Rahul Rudragoudar 2019-03-26 18:44:31 +05:30
  • 9d070afa3d Add .db Rahul Rudragoudar 2019-03-26 18:43:08 +05:30
  • f2c588ef23 support for loading fonts dynamically with an option to choose level (#26) Prajwal Goudar 2019-03-25 19:44:38 +05:30
  • 4853d286d0 Merge pull request #2 from librecaptcha/master Rahul Rudragoudar 2019-03-14 21:42:15 +05:30
  • 2d13c10812 update scala and sbt versions hrj 2019-03-13 23:38:24 +05:30
  • 8f701f255e Merge pull request #14 from PrajwalGoudar/master hrj 2019-03-13 10:12:39 +05:30
  • 0fe1dd1ae4 made changes to checkCaptcha function Prajwal Goudar 2019-03-13 10:08:17 +05:30
  • 28e4a62707 Merge pull request #16 from rr83019/master hrj 2019-03-12 19:08:30 +05:30
  • c43ffd6dd3 Added GET request support for media end point Rahul Rudragoudar 2019-03-12 18:17:34 +05:30
  • a4a3a63f3f added captcha types as required Prajwal Goudar 2019-03-09 16:27:36 +05:30
  • bb9fa10d72 fixed issues Prajwal Goudar 2019-03-09 16:23:56 +05:30
  • cddb143cf7 Added contentType:varchar field in db Rahul Rudragoudar 2019-03-07 13:02:41 +05:30
  • 7fbd0bd92f removed unwanted files Prajwal Goudar 2019-03-07 02:03:22 +05:30
  • 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 Prajwal Goudar 2019-03-06 02:53:09 +05:30
  • 4589c3bbb0 Merge pull request #1 from librecaptcha/master Rahul Rudragoudar 2019-03-05 18:12:59 +05:30
  • d3db566901 Merge pull request #12 from librecaptcha/interface11 hrj 2019-03-05 17:57:06 +05:30
  • d99b120b2c redesign the challenge provider interface to be Java compatible hrj 2019-03-05 17:49:20 +05:30
  • 618823fa7d git ignore target directories hrj 2019-03-05 17:48:54 +05:30
  • aa3aaa4ce7 Merge pull request #4 from rr83019/master hrj 2019-02-26 23:02:33 +05:30
  • 07a2f38065 Removed convertImage method Rahul Rudragoudar 2019-02-26 21:10:46 +05:30
  • 079fa0cd3d Changed all end points to POST Removed serialization of objects to db Added Map to track providers Rahul Rudragoudar 2019-02-23 22:11:31 +05:30
  • e52b87d72e Added thread support Added scheduleThreadPoolExecutor to run the thread periodically Rahul Rudragoudar 2019-01-26 13:21:34 +05:30
  • 77bc4c6ccf Defined separate class for http endpoints Rahul Rudragoudar 2018-12-28 23:41:21 +05:30
  • 94200d10f2 Minor changes Rahul Rudragoudar 2018-12-28 11:53:26 +05:30