Skip to content
Snippets Groups Projects
  1. Dec 10, 2015
  2. Dec 08, 2015
  3. Dec 04, 2015
  4. Dec 01, 2015
    • Daniel Gerhardt's avatar
      Merge branch 'ldap-auth' into 'master' · e487c745
      Daniel Gerhardt authored
      Add support for LDAP manager and search
      
      New configuration settings have been implemented to allow additional
      LDAP environments:
      * `security.ldap.user-search-filter`
      * `security.ldap.user-search-base`
      * `security.ldap.manager-user-dn`
      * `security.ldap.manager-password`
      
      See merge request !12
      e487c745
  5. Nov 26, 2015
  6. Nov 23, 2015
  7. Nov 21, 2015
  8. Nov 20, 2015
  9. Nov 19, 2015
  10. Oct 31, 2015
  11. Oct 27, 2015
  12. Oct 26, 2015
  13. Oct 25, 2015
  14. Oct 11, 2015
  15. Oct 10, 2015
  16. Oct 08, 2015
  17. Sep 28, 2015
  18. Sep 18, 2015
  19. Sep 17, 2015
  20. Sep 14, 2015
  21. Sep 10, 2015
  22. Aug 18, 2015
  23. Aug 11, 2015
  24. Aug 10, 2015
    • Daniel Gerhardt's avatar
      Merge branch 'swagger-api' into 'master' · 61cebe89
      Daniel Gerhardt authored
      Interactive API documentation
      
      Supersedes !5.
      
      > This feature supports developers with an interactive documentation of
      > the REST API from the ARSnova Backend.
      
      Changes & Todos:
      * Branch & code clean up
        * Rebase on master
        * Squash related commits authored by the same developer
        * Remove commits whose code has been reverted later on
        * Fix whitespaces
      * Remove implementation notes (Java signatures are not helpful)
      * Improve documentation of responses (Tom Käsler)
        * Do not define status messages for methods individually (DRY)
      * Create JSON at compile-time by using
        [swagger-maven-plugin](https://github.com/kongchen/swagger-maven-plugin) (Tom Käsler)
      
      See merge request !10
      61cebe89