Skip to content
Snippets Groups Projects
  1. Dec 16, 2017
  2. Nov 06, 2017
  3. Oct 08, 2017
  4. Sep 11, 2017
  5. Sep 09, 2017
  6. Sep 26, 2016
    • Artem Konenko's avatar
      #119 Add teacher insertion to API · 342e9f7c
      Artem Konenko authored and Роман Штейнберг's avatar Роман Штейнберг committed
      * Add getDepartmentIdByName API (with auxiliary procedure)
      * Add teacher insertion (only one at the time)
      * Add token checking to user authorization in API handler
      * Add throwing away HTTP exceptions in API handler
      * Add functions for throwing HTTP exceptions (403, 404)
      * Add singing in by tokens in User
      * Add autocompleting department's ID by name
      * Add error handling (show 400 bad request, if any require data missed)
      * Add batch processing
      * Add autocompleting job position ID by name
      342e9f7c
  7. Jul 31, 2016
  8. Jul 26, 2016
  9. Jul 02, 2016
  10. Dec 20, 2015
  11. Sep 08, 2015
  12. Aug 20, 2015
  13. Jul 19, 2015
  14. Jul 09, 2015
  15. Jun 26, 2015
  16. Jun 15, 2015
    • PavelBegunkov's avatar
      Big chunk of fixes. · 84c6319b
      PavelBegunkov authored
      1) exam page: hide hidden div with ( json data )
      2) update session info on profile/settings changes (User.php)
      3) fix profile page model ( Model_Teacher )
      4) fix change discipline's control type ( sql )
      5) fix sql response in bind group ( repeated binding problem )
      84c6319b
  17. Jun 14, 2015
  18. Jun 13, 2015
  19. Jun 11, 2015
  20. Jun 10, 2015
    • xamgore's avatar
      Settled the project's destiny, moar refactoring · 7b7fed79
      xamgore authored
      * Model User has constants to check access for pages
      * Some routes are moved to separate files (app/routes/api)
      * New abstract model Container for complex objects like Discipline & Student (with -> access operator)
      * New DeanOffice controller with access checks
      * New SQL procedure to get info about students
      * Profile page for students (/dean_office/students/127)
      7b7fed79
    • PavelBegunkov's avatar
      db usage improvements: · b8072500
      PavelBegunkov authored
      1) Now user info stored in session
      2) Merge GetAccountInfo & GetPersonalInfo
      b8072500
    • xamgore's avatar
      Code style, names of methods start from verb · 62ab9113
      xamgore authored
      62ab9113
  21. Jun 09, 2015