Commit Graph

72 Commits (5b79aba88758570d79845229f874412b4a3d3cc2)

Author SHA1 Message Date
Bouncey 7d18cd8de6 fix: Delete zombie auth properties from session 2019-03-05 15:57:46 +05:30
Bouncey 898242f562 fix: Sesssions should not have an effect on the request routing 2019-03-05 15:57:46 +05:30
Bouncey 72a0d63aa0 fix: Centralise user deserialization 2019-03-05 15:57:46 +05:30
Bouncey 0c23844793 chore: Remove old auth cruft 2019-03-05 15:57:46 +05:30
Bouncey 9151723951 fix: Rework reset progress saga to wait for the updated user 2019-02-27 09:25:05 +03:00
Bouncey d3418dfecf fix: Do not try to parse an empty response 2019-02-27 09:25:05 +03:00
Mrugesh Mohapatra 58edfce838 chore: fixup linting the api tests 2019-02-25 19:14:52 +00:00
Valeriy S 1faa8dc0c1 fix: set a max-len rule for eslint 2019-02-26 00:18:46 +05:30
Bouncey 1c6df3649b chore: Add readme for boot_tests directory 2019-02-26 00:17:02 +05:30
Bouncey f743f4edf5 fix: Convert ints to strings for validation 2019-02-26 00:17:02 +05:30
Bouncey 014c26cd4e fix: Add tests for redirectToLearn 2019-02-26 00:17:02 +05:30
Bouncey 953e1b2e11 feat: Add tests for challenge>buildUserUpdate 2019-02-26 00:17:02 +05:30
Bouncey 75190d3a43 feat: Add challenge validation middleware 2019-02-26 00:17:02 +05:30
Stuart Taylor 675d6a76e4 Fix: Current challenge timeout (#35352)
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->

- [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
- [x] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [x] My pull request targets the `master` branch of freeCodeCamp.

Closes #35345

This PR resolves an issue where the `/challenges/current-challenge` request times out due to an unresolved promise.
2019-02-22 17:19:12 +05:30
Bouncey cf1def239d feat: Use new (tested) accessToken utils to set and remove cookies 2019-02-21 21:03:06 +05:30
Bouncey 3e8bac4590 feat: Use new (tested) accessToken utils to authoize requests 2019-02-21 21:03:06 +05:30
Bouncey 2f944b3aed feat: Add new accessToken utils 2019-02-21 21:03:06 +05:30
Bouncey 36c4737998 chore: Add tests for jwt authorization 2019-02-21 21:03:06 +05:30
Mrugesh Mohapatra 9124dfb126 fix(models): remove unused schema config 2019-02-19 09:39:55 +00:00
Valeriy fc8c71ad16 feat: use eslint with prettier to format code 2019-02-19 14:30:27 +05:30
Bouncey b13e5fb41a feat: Use prettier-eslint to format code 2019-02-19 14:30:27 +05:30
Bouncey c0104faa38 fix(ci): Fix lint errors thrown in CI 2019-02-19 14:30:27 +05:30
Bouncey 3f25ed051d chore: Remove unused files 2019-02-19 14:30:27 +05:30
Bouncey 0ccd0a6f77 chore: Fix api linting 2019-02-19 14:30:27 +05:30
Bouncey f441b1fe1c chore: Delete unrequired files 2019-02-19 14:30:27 +05:30
Bouncey 07266b7e43 chore: commit lint fixes for the api 2019-02-19 14:30:27 +05:30
Bouncey 010fa63e76 chore: Remove unused files 2019-02-19 14:30:27 +05:30
Valeriy 34503c86d8 fix(server): error on claim certification 2019-02-18 13:48:26 +00:00
Bouncey 354d3feaee fix: Allow un-authed loopback api calls 2019-02-16 12:27:23 +05:30
Mrugesh Mohapatra 02e6e711cf fix(donate): refactor handlers for charges 2019-02-14 14:14:10 +00:00
Bouncey 361ce5cd8e fix: Broken regex for short news links 2019-02-14 16:54:39 +05:30
Bouncey 0e0bebed4a fix: Use absolute path for auth0 callback 2019-02-14 16:54:39 +05:30
Bouncey 29113fc9f2 fix: tests 2019-02-04 20:13:51 +05:30
Bouncey d79f9f4899 feat(docker): Prep master for docker deploys 2019-02-04 20:13:51 +05:30
Mrugesh Mohapatra f9c4d2426c fix: remove unwanted stuff 2019-01-16 13:48:38 +00:00
Mrugesh Mohapatra fdc2219f81 feat: remove news from platform 2019-01-16 13:48:38 +00:00
Todd Chaffee f0c8211e95 feat: use mock authentication for local dev 2019-01-15 19:52:19 +05:30
Bouncey 1fba44f722 fix: Simplify async update testing 2018-12-04 17:42:12 +05:30
Bouncey 730245e204 fix: Fix up my broken test reformatting 2018-12-04 17:42:12 +05:30
Bouncey a1f64f4b77 chore: Tidy up promise handling and testing 2018-12-04 17:42:12 +05:30
Bouncey e378d566d9 fix: Use reportError in development 2018-12-04 17:42:12 +05:30
Bouncey 15a9992603 feat: Add error handling for inMemoryCache 2018-12-04 17:42:12 +05:30
Bouncey 6475eadf82 feat: Use InMemoryCache to reducve load on db 2018-12-04 17:42:12 +05:30
Bouncey 80c3c3ec55 feat: InMemoryCache implementation 2018-12-04 17:42:12 +05:30
Bouncey 438bd94895 chore: Refactor server tests to use jest 2018-12-04 17:42:12 +05:30
Bouncey 8fab33ba99 feat: Create and use dynamic active donation counts 2018-12-04 17:42:12 +05:30
Bouncey 7d7b2e049f fix: Handle no user request 2018-12-02 17:39:56 +05:30
Stuart Taylor d327a5c36b Feat: News in the client app (#34392) 2018-11-29 15:12:15 +03:00
Hugo 8fbb601c55 fix: update email when finishing challenges (#34395) 2018-11-20 13:51:25 +08:00
Bouncey 0f73fdbd9c fix(update$): Remove User.update$, refactor to use native loopback interfaces 2018-11-16 04:09:16 +05:30