Skip to content
Snippets Groups Projects
  1. Sep 11, 2017
  2. Sep 10, 2017
  3. Sep 09, 2017
  4. Nov 12, 2016
  5. 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
  6. Nov 29, 2015
  7. Nov 25, 2015
  8. Nov 07, 2015
  9. Jul 26, 2015
  10. Jul 21, 2015
  11. Jul 16, 2015
  12. Jul 10, 2015
    • Andrew Rudenets's avatar
      Merge of admin office & dean_office · ec9f0681
      Andrew Rudenets authored and xamgore's avatar xamgore committed
      * New family of Environment_Office controllers
      * All controllers are moved to Office/ folder
      * Twig files extend 'office/base' twig
      * New menu at office page
      * Unified search control
      ec9f0681
  13. Jul 09, 2015
  14. Jul 08, 2015
  15. Jul 07, 2015
  16. Jul 04, 2015
  17. Jul 03, 2015
  18. Jun 15, 2015
  19. Jun 14, 2015
  20. Jun 13, 2015
  21. Jun 11, 2015
  22. 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
  23. Jun 09, 2015
  24. Jun 08, 2015
  25. Jun 06, 2015
    • xamgore's avatar
      Restructuring discipline pages · 75bcc732
      xamgore authored
      /coursework/create — create new coursework
      /discipline/create — create new discipline
      /discipline/127 & /discipline/127/structure — edit the discipline with id 127
      /discipline/127/students — edit the list of attached to discipline students
      
      Moved duplicate code to before() method, some other refactorings.
      75bcc732
  26. May 29, 2015
  27. May 24, 2015