Skip to content
Snippets Groups Projects
  1. Dec 01, 2021
  2. Nov 12, 2021
  3. Sep 28, 2021
  4. Aug 01, 2021
    • Nik | Klampfradler's avatar
      Allow apps to dynamically generate OAuth scopes · 1aabacae
      Nik | Klampfradler authored
      This replaces the settings merging for the static
      `OAUTH2_PROVIDER["SCOPES"]` setting.
      
      Attention: Breaking change, only release with next major version. Can
      be backported to minor release if support for old mechanism is glued
      into the new one, with a deprecation warning.
      1aabacae
  5. Jun 14, 2021
  6. May 26, 2021
  7. May 15, 2021
  8. Apr 14, 2021
  9. Feb 13, 2021
    • Nik | Klampfradler's avatar
      Rework `get_version` to not rely on import · 2c1009a7
      Nik | Klampfradler authored
      What did I drink when I wrote the original code? The relative import
      `from .. import __version__` in the utility code in core, of course,
      always imported from `aleksis.core`, no matter the real `AppConfig`
      that inherited the utility code. Thus, the versions always showed the
      version of AlekSIS-Core everywhere (whose version information was
      broken ever since we renamed AlekSIS to AlekSIS-Core).
      
      This change decouples the `get_version` code from the package level
      `__version__` information, which effectively becomes optional now.
      2c1009a7
  10. Jul 10, 2020
  11. Jun 20, 2020
  12. Jun 15, 2020
  13. May 29, 2020
  14. May 04, 2020
  15. May 03, 2020
  16. May 02, 2020
  17. May 01, 2020
  18. Apr 18, 2020
Loading