Commit graph

  • 89e0a9e812 Fix typo (#445) Zero King 2018-05-21 12:34:04 +0000
  • 29532e7bc3 Make clientapi:sendevents idempotent (#444) Anant Prakash 2018-05-18 15:19:40 +0530
  • acca6446d1 Fix typo Zero King 2018-05-17 14:13:55 +0000
  • f0b046b993
    Add idempotency to clientapi/SendEvent Anant Prakash 2018-05-17 12:42:09 +0530
  • a53a44f38b
    Add transactions.Cache to clientapi setup Anant Prakash 2018-05-17 11:49:25 +0530
  • 5ddcae353d
    Merge 11c11a4fb0 into 8861437c26 Anant Prakash 2018-05-17 05:57:29 +0000
  • 8861437c26 Add module for transactions cache (#440) Anant Prakash 2018-05-16 16:06:40 +0530
  • 657a62b400
    Use two constructors for default and custom cleanupPeriod Add code comments Anant Prakash 2018-05-15 15:47:29 +0530
  • 4c807e082f Fix typo (#441) Zero King 2018-05-15 09:14:26 +0000
  • 741925df60 Fix typo Zero King 2018-05-15 05:11:14 +0000
  • 0dbe9e3b27
    Update code comments Anant Prakash 2018-05-14 23:50:30 +0530
  • a6e171ddf7
    Use cycling double map instead, improve code logic, remove unneeded test Anant Prakash 2018-05-14 23:38:20 +0530
  • a0715ceb1f
    Add transactions cache, write tests. Anant Prakash 2018-05-10 18:57:24 +0530
  • 5ebd64c508 Added notes for contributing to dependencies (#435) Thibaut CHARLES 2018-05-09 14:34:50 +0200
  • ec14ae048f
    underscores -> backticks Richard van der Hoff 2018-05-09 13:29:11 +0100
  • 5254ee076c
    better info for committing & minor corrections Thibaut CHARLES 2018-05-09 12:46:17 +0200
  • 33450c9e7e Add support for AS ?user= parameter in auth Anant Prakash 2018-04-10 23:24:02 +0530
  • 1f61537d66 Refactor username parsing function of clientapi:login (#432) Anant Prakash 2018-04-20 20:22:21 +0530
  • aff401ed06 fix probable bugs, package names and keywords used as identifiers (#428) mohit kumar singh 2018-04-20 20:20:44 +0530
  • 73912fbf75
    Add macaroon generation and serialization, for login token. Anant Prakash 2018-04-16 00:14:02 +0530
  • 7c7387884c
    Add Go macaroon library Anant Prakash 2018-04-15 22:09:24 +0530
  • c18bb3fbaa
    Use StatusConflict instead of StatusServiceUnavailable Anant Prakash 2018-04-15 01:51:47 +0530
  • 24d055741d
    Added notes for contributing to dependencies Thibaut CHARLES 2018-04-12 11:08:43 +0200
  • 221fcb044f
    Add tests for userutil Anant Prakash 2018-04-10 23:06:10 +0530
  • 5e2fb7f51d bug fix, indexing empty slice MohitKS5 2018-03-16 12:31:32 +0530
  • 1630b1f8a2
    Refactor username parse function of login Anant Prakash 2018-04-10 19:33:34 +0530
  • 956cb0101a
    Merge ad367e8edb into 58c10c6d54 Anant Prakash 2018-04-10 12:36:23 +0000
  • 00e7c716ba
    Merge cfa49ab940 into 58c10c6d54 Vincent Glize 2018-04-10 12:22:15 +0000
  • 58c10c6d54 Enable debug logs using a configuration parameter and put all logs in a single file (#379) Tristan Claverie 2018-04-10 14:21:20 +0200
  • 1926684ea0
    Merge dcf04b251c into 8a1f3195ca Erik Johnston 2018-03-29 12:56:11 +0000
  • 93933b4afb
    Fix http responses in validateRecaptcha Anant Prakash 2018-03-16 21:49:50 +0530
  • 1ba3b427ae
    Add descriptive comments, fix bugs. Anant Prakash 2018-03-16 11:20:34 +0530
  • 94dd44dc7c fix probable bugs, package names and keywords used as identifiers MohitKS5 2018-03-15 22:38:59 +0530
  • 8a1f3195ca Return empty list instead of null for new UI-auth sessions (#406) Anant Prakash 2018-03-15 17:21:08 +0000
  • c168d2e38b Add token generator & handler Anant Prakash 2018-03-13 02:30:42 +0530
  • 00d8373dd5 Login: Add Token based authentication Anant Prakash 2018-03-03 21:34:30 +0000
  • c9e9e8d63c
    Remove double negative in register_test.go Anant Prakash 2018-03-15 19:29:11 +0530
  • 5bbd593a48
    Add test for github issue #399 Anant Prakash 2018-03-14 19:47:00 +0530
  • ad367e8edb
    Make logic clearer, improve comments Anant Prakash 2018-03-15 00:25:21 +0530
  • 66af311b6a Add r0.3.0 to supported client API versions (#426) Andrew Morgan 2018-03-14 10:36:02 -0700
  • 11c11a4fb0
    Merge branch 'master' into txn_idempotency Anant Prakash 2018-03-14 13:39:07 +0000
  • 7c88bea593
    Add r0.3.0 to supported client API versions Andrew Morgan (https://amorgan.xyz) 2018-03-14 01:07:34 -0700
  • 7ce94121ad
    Add whoami endpoint Anant Prakash 2018-03-14 01:45:02 +0530
  • 1b2a6d26e5 Add AS support to auth functions Anant Prakash 2018-03-13 23:33:52 +0530
  • c9add39768 Use http.Status* and http.Method* where appropriate (#417) Scott Raine 2018-03-13 11:55:45 -0400
  • 369fb26a14
    Use descriptive variable names, make comments clear Anant Prakash 2018-03-13 19:25:07 +0530
  • f12ffb660d Correct if statement logic (#415) Andrew Morgan 2018-03-13 08:35:56 -0700
  • 2ccf9f3a32 Explain gb test output (#420) Andrew Morgan 2018-03-13 03:35:24 -0700
  • a8b1daafae add login tests and structure to test /profile MohitKS5 2018-03-12 20:24:05 +0530
  • 96f5b66eae
    Auto-generate username if none provided during registration Anant Prakash 2018-03-11 22:37:49 +0530
  • 653f20995d use of interfaces for function calls in place of dynamic DB pointers MohitKS5 2018-03-11 10:12:27 +0530
  • 773c8a8e4e Fixed recaptcha issues and some grammar mistakes Parminder Singh 2018-03-10 16:11:45 +0530
  • a3ff68c2b1 Handle unavailability of recaptcha key and session id Parminder Singh 2018-03-10 14:20:44 +0530
  • 55552050c6 Fix the wrong regex for endpoint Parminder Singh 2018-03-10 13:31:55 +0530
  • ebdf5e9fd7
    Explain gb test output Andrew Morgan (https://amorgan.xyz) 2018-03-09 21:14:36 -0800
  • c3221556e1
    Implement transaction cache to ensure idempotency of sendEvents Anant Prakash 2018-03-10 01:05:23 +0530
  • aa7909fb72
    Merge 5a461f9071 into b72ed3e38c Anant Prakash 2018-03-09 13:21:48 +0000
  • da417c0dc9
    Merge abee5d1305 into b72ed3e38c Thibaut CHARLES 2018-03-09 10:21:14 +0000
  • b72ed3e38c Add MacOS kafka setup instructions (#396) Parminder Singh 2018-03-09 05:12:29 -0500
  • 9d9f49e9c4 Removed stop service steps, were too obvious Parminder Singh 2018-03-09 15:22:22 +0530
  • 30bc4e4b71 fixing typos and removing draft code from main codebase MohitKS5 2018-03-09 13:46:05 +0530
  • eb306f05a8 implement change password endpoint MohitKS5 2018-03-09 02:14:31 +0530
  • 0e5a09f768 Use http.Status* and http.Method* where appropriate Scott Raine 2018-03-08 09:52:01 -0500
  • b2bb813020 Handle POST request on fallback Parminder Singh 2018-03-07 16:34:03 +0530
  • 701555974e Add POST request handling Parminder Singh 2018-03-07 16:14:35 +0530
  • e949cc3eda Use *util.JSONResponse for callback return type Parminder Singh 2018-03-07 16:14:20 +0530
  • 3c250a4f91
    Correct if statement logic Andrew Morgan (https://amorgan.xyz) 2018-03-07 00:59:31 -0800
  • 0510304a34
    Merge e97409e2eb into 6b55972183 mohit kumar singh 2018-03-05 16:55:25 +0000
  • e97409e2eb lint errors MohitKS5 2018-03-05 22:22:49 +0530
  • 85527fbda0 fix lint errors MohitKS5 2018-03-05 22:10:18 +0530
  • 26de6e25fc merge MohitKS5 2018-03-05 21:57:45 +0530
  • e91577bd05 refactor User Interactive Flow Handling Functions MohitKS5 2018-03-05 20:59:54 +0530
  • 5fd2d18acd refactor User Interactive Flow Handling Functions MohitKS5 2018-03-05 20:59:54 +0530
  • a304a8b67e
    Replace Set method with AddCompletedStage Anant Prakash 2018-03-05 20:24:01 +0530
  • 90515527b6 Return JSON response for method and authtype errors Parminder Singh 2018-03-04 21:28:08 +0530
  • 62f9071217 return type is JSONResponse for errors Parminder Singh 2018-03-04 21:07:32 +0530
  • 5a461f9071
    Address PR comments Anant Prakash 2018-03-04 18:17:02 +0530
  • a85743b00c
    Login: Add Token based authentication Anant Prakash 2018-03-03 21:34:30 +0000
  • b8f35c75d4 Return empty slice instead of null. fixes #399 Anant Prakash 2018-03-03 09:27:52 +0530
  • 43ebd70e2d Remove unused constant Tristan Claverie 2018-03-03 15:20:30 +0100
  • 1194e09e22 Merge branch 'master' into ElyKar/add-debug-logs Tristan Claverie 2018-03-03 15:19:20 +0100
  • 6b55972183 Fix error when keyblock is nil (#394) Vincent Glize 2018-03-03 13:18:28 +0100
  • e6e81e526d Added the config to fallback handler Parminder Singh 2018-03-02 20:53:01 +0530
  • 6fe226e0cc Implement initial setup for the API handler Parminder Singh 2018-03-02 20:44:33 +0530
  • 139cb7a01e
    INSTALL.md: fix list format, remove duplication Richard van der Hoff 2018-03-02 14:34:47 +0000
  • 7c60a79e77 Update install instructions for mac (#397) Nikita Voloboev 2018-03-02 15:33:49 +0100
  • 97fd2355f7
    Update install instructions for mac Nikita Voloboev 2018-03-02 13:35:22 +0100
  • 72a1bdffd6 Fix typo (#402) Andrew Morgan 2018-03-02 01:08:02 -0800
  • f0a73d23df
    Fix typo Andrew Morgan (https://amorgan.xyz) 2018-03-01 23:18:25 -0800
  • 32d86cb424
    Update install instructions for mac Nikita Voloboev 2018-03-01 22:48:50 +0100
  • dfcf31f293 Prevent AS user check if no AS registered (#392) Andrew Morgan 2018-02-27 03:42:10 -0800
  • f8ee3124f1 add macos kafka setup instructions Parminder Singh 2018-02-26 20:39:43 +0530
  • 6d71b24aae
    Prevent AS user check if no AS registered Andrew Morgan (https://amorgan.xyz) 2018-02-09 20:22:13 -0800
  • cfa49ab940
    Server-Server API: Add query clients_keys Vincent Glize 2018-02-13 21:08:34 +0100
  • 08d9725d5d
    Fix error when keyblock is nil Vincent Glize 2018-02-12 22:17:47 +0100
  • 08274bab5a Application Service Registration (#390) Andrew Morgan 2018-02-08 03:02:48 -0800
  • 0c718c3ea5
    Fix linting Andrew Morgan (https://amorgan.xyz) 2018-02-07 19:31:28 -0800
  • 2936c49b0b
    Error cleanup and minor fixes Andrew Morgan (https://amorgan.xyz) 2018-02-07 19:17:09 -0800
  • abee5d1305
    Removed checked TODO Crom (Thibaut CHARLES) 2018-01-29 17:08:12 +0100
  • 6b5ee76a56
    Validate loaded Application Services Andrew Morgan (https://amorgan.xyz) 2018-01-20 00:55:37 -0800