Skip to content
Snippets Groups Projects
  1. May 28, 2018
  2. May 27, 2018
  3. May 26, 2018
  4. May 25, 2018
    • Patrick Radtke's avatar
      Show AuthData on authentication status page · b0acccdb
      Patrick Radtke authored
      It can be useful to see the AuthData when testing an authentication source.
      
      Since the AuthData can be a hierarchy of data of various depths it is converted
      into a pretty printed JSON structure.
      
      Since the amount of AuthData can vary greatly, the data is displayed in side
      a `<details>` element which requires clicking to view.
      b0acccdb
  5. May 24, 2018
  6. May 17, 2018
  7. May 15, 2018
  8. May 14, 2018
    • Guy Halse's avatar
      Add authproc filter to test correct cardinality (#848) · 6a30edd9
      Guy Halse authored
      * Add authproc filter to test correct cardinality
      
      Attribute schemas often have specific requirements for the number of
      values a particular attribute may have, and violating the cardinality
      rules associated with these may have unexpected and undesirable results.
      
      The two authproc filters this change introduces allow the cardinality of
      attributes to be tested. core:Cardinality is the more general case, and
      allows for both a minimum and maximum number of values to be tested.
      Processing will abort with an error if too few or too many are received.
      
      core:CardinalitySingle is a special case of this for single-valued
      attributes, and allows various corrective actions to be taken rather
      than aborting. This allows for cardinality mistakes to be "fixed" in a
      predictable way, and can also be used to construct single-valued
      attributes from multi-valued ones.
      
      * Fix typo
      
      * Fix tests
      
      * Added Dutch translations
      
      * Fix phpdoc
      
      * Whitespace fixes
      
      This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
      
      * Fix typo in fixing typo
      6a30edd9
  9. May 13, 2018
  10. May 11, 2018
  11. May 10, 2018
  12. May 09, 2018
  13. Apr 24, 2018
  14. Apr 18, 2018
  15. Apr 09, 2018
Loading