IO5-Unolingo
  1. IO5-Unolingo

Prod

Public
AuthorCommitMessageCommit dateIssues
Maciej BrockiMaciej Brocki
51d97f2d345MPull request #21: Test scrum31 i scrum32Merge in IO5UN/prod from test-32 to master * commit '04cb733fc64dc9e879e3046065411f5ed27f2ca5': add a test to check the matching exercise answear stylistic improvment to lessons service tests add a test to get exercise and lessons
MaciejMaciej
04cb733fc64add a test to check the matching exercise answear
MaciejMaciej
9d884ea8080stylistic improvment to lessons service tests
MaciejMaciej
3d2dd743161add a test to get exercise and lessons
Bartosz BiesagaBartosz Biesaga
fece660c89bMPull request #20: Implemented endpoint for fetching lessons by language and categoryMerge in IO5UN/prod from feature/28 to master * commit '621ce74b8855ae2d83173e4c1558e5951c89aa7f': Implemented endpoint for fetching lessons by language and category
Bartosz BiesagaBartosz Biesaga
621ce74b885Implemented endpoint for fetching lessons by language and category
Bartosz BiesagaBartosz Biesaga
2502934144fMPull request #17: Fix/exercise fixesMerge in IO5UN/prod from fix/exercise-fixes to master * commit '58f148b13aaeb4af6934ced01e103c864b519781': Added marking exercise as comleted to answer checking Changed exercise endpoints to return only necessary data
Bartosz BiesagaBartosz Biesaga
58f148b13aaAdded marking exercise as comleted to answer checking
Bartosz BiesagaBartosz Biesaga
ddb87aaee53Changed exercise endpoints to return only necessary data
Bartosz BiesagaBartosz Biesaga
5f824e99741MPull request #16: Fix/refresh reimplementationMerge in IO5UN/prod from fix/refresh-reimplementation to master * commit '641576356b8192bc6a4fa422449331bb24353a52': Changed refresh endpoint to also return new refresh token Changed JWT expiration to 5 minutes Changed middleware response code to 401 when token expires
Yuliya ZviarkoYuliya Zviarko
3327dff0ea6MPull request #19: Add "getAvailableLessonCategories" and "getExercisesForLesson" endpoints.Merge in IO5UN/prod from feature/IO5UN-27 to master * commit '7bcd0e62fca6ee0cabc3ab56e3a1d7b95eaa2d73': Add "getExercisesForLesson" endpoint to get all exercises by certain language, category, and number, similar to the "api/exercise/type/:type" endpoint format Add getAvailableLessonCategories endpoint to get all lesson categories not yet completedIO5UN-27
Julia ZwierkoJulia Zwierko
7bcd0e62fcaAdd "getExercisesForLesson" endpoint to get all exercises by certain language, category, and number, similar to the "api/exercise/type/:type" endpoint format
Julia ZwierkoJulia Zwierko
20dda4392d1Add getAvailableLessonCategories endpoint to get all lesson categories not yet completed
Bartosz BiesagaBartosz Biesaga
641576356b8Changed refresh endpoint to also return new refresh token
Bartosz BiesagaBartosz Biesaga
70fd5c236bdChanged JWT expiration to 5 minutes
Bartosz BiesagaBartosz Biesaga
1ebf4f7e16cChanged middleware response code to 401 when token expires
Bartosz BiesagaBartosz Biesaga
c4e053f64e5MPull request #15: Feature/36Merge in IO5UN/prod from feature/36 to master * commit 'a80e5d32964f2d67f8051d4e104541ecf91f40f7': Added refreshToken cookie removal Implemented logout on backend and fixed JWT verification middleware Added JWT verification middleware
Bartosz BiesagaBartosz Biesaga
a80e5d32964Added refreshToken cookie removal
Bartosz BiesagaBartosz Biesaga
f7b6ac6cc8fImplemented logout on backend and fixed JWT verification middleware
Bartosz BiesagaBartosz Biesaga
e877332c04cAdded JWT verification middleware
Bartosz BiesagaBartosz Biesaga
c38edeaab78MPull request #14: Fix/major backend cleanupMerge in IO5UN/prod from fix/major-backend-cleanup to master * commit '14e18b37b0ad1af574e91eefdcb5b2f95efa0395': Removed redundancy from endpoint name Fixed minor errors Seperated lesson router/service from exercise router/service Seperated account router/service from auth router/service Fixed mongoose models to allow connecting with existing DB collections Applied fixes to Progre...
Bartosz BiesagaBartosz Biesaga
14e18b37b0aRemoved redundancy from endpoint name
Bartosz BiesagaBartosz Biesaga
8b631d1916cFixed minor errors
Bartosz BiesagaBartosz Biesaga
0ffc8e2a5f4Seperated lesson router/service from exercise router/service
Bartosz BiesagaBartosz Biesaga
8afee54eca0Seperated account router/service from auth router/service
Bartosz BiesagaBartosz Biesaga
77cc3205c38Fixed mongoose models to allow connecting with existing DB collections
Bartosz BiesagaBartosz Biesaga
706dc8dde6cMMerge branch 'fix/minor-cleanup' of https://agile.fis.agh.edu.pl/bitbucket/scm/io5un/prod into fix/major-backend-cleanup
JoannaJoanna
899f6dafd06added UI for profile edition
JoannaJoanna
2a45c2eb661added all types of exercises
JoannaJoanna
6046b372047repaired the options problem component
JoannaJoanna
1025314c380repaired some problems & added completion of lesson
JoannaJoanna
86a608624eaadded componentes for lesson pipeline
Julia ZwierkoJulia Zwierko
23d9ceaaa32Applied fixes to Progress model.
Julia ZwierkoJulia Zwierko
fb841236a21Applied fixes to models (Progress, Lesson, UserLevel) and improved the implementation of the completeLesson service method.
JoannaJoanna
7bd7e72468bMMerge branch 'master' into feature/frontend-pagesUpdating frontend branch with up to date changes.
Bartosz BiesagaBartosz Biesaga
3b5057d4af6MPull request #13: Us/20Merge in IO5UN/prod from us/20 to master * commit '7d57dd394b2026f7381a35bdc41d4fa4f23edd9c': feat: implemented frontend communication with backend for authorization & fixed backend response messages Fixed some potential, minor bugs Added answer validation for (possibly) all types of exercises Readded removed responses
Bartosz BiesagaBartosz Biesaga
7d57dd394b2MMerge branch 'master' of https://agile.fis.agh.edu.pl/bitbucket/scm/io5un/prod into us/20
Maksymilian WalickiBartosz BiesagaMaksymilian Walicki
48d0193e5defeat: implemented frontend communication with backend for authorization & fixed backend response messages
Maksymilian WalickiMaksymilian Walicki
48a678eb9befeat: implemented frontend communication with backend for authorization & fixed backend response messages
Bartosz BiesagaBartosz Biesaga
dc531bfb001Fixed some potential, minor bugs
Bartosz BiesagaBartosz Biesaga
1e3ae31b0a4Added answer validation for (possibly) all types of exercises
Bartosz BiesagaBartosz Biesaga
09c05023a91Readded removed responses
JoannaJoanna
5c82c75a486added first page
Yuliya ZviarkoYuliya Zviarko
31d0364f80dMPull request #12: Feature/2 3 15Merge in IO5UN/prod from feature/2_3 to master * commit 'cec466bec8125428af287838af61102c0a447f9a': Add endpoint to complete lesson and update user progress Add functionality to delete user account and edit user data (name, email, password) Add functionality to delete user account and edit user data (name, email, password)
Julia ZwierkoJulia Zwierko
cec466bec81Add endpoint to complete lesson and update user progress
Julia ZwierkoJulia Zwierko
31842e7f6e6Add functionality to delete user account and edit user data (name, email, password)
Julia ZwierkoJulia Zwierko
34e957c9f99Add functionality to delete user account and edit user data (name, email, password)
Maciej BrockiMaciej Brocki
3dcdc4d8e65MPull request #9: Test/4Merge in IO5UN/prod from test/4 to master * commit '76d1637d4289f3ff56654c3809fd14e1e162f2f9': add a unit tests for exerciseService add a mock to authRouter.tests
MaciejMaciej
76d1637d428add a unit tests for exerciseService
MaciejMaciej
91cbd61b6d0add a mock to authRouter.tests