*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
  1. Jan 11, 2025
  2. Nov 29, 2024
  3. Oct 08, 2024
  4. Sep 23, 2024
  5. Sep 18, 2024
    • Moser, Maximilian's avatar
      Refactor startup code · 974f082f
      Moser, Maximilian authored
      * use blueprint entrypoint instead of initializing it in the extension
      * move finalize_app code into a new separate module
      974f082f
  6. Sep 17, 2024
  7. Sep 12, 2024
  8. Sep 10, 2024
  9. Jul 09, 2024
  10. Jul 01, 2024
  11. Jun 22, 2024
  12. Jun 19, 2024
  13. Jun 18, 2024
  14. Jun 17, 2024
  15. May 22, 2024
  16. May 17, 2024
  17. Feb 29, 2024
  18. Aug 30, 2023
  19. Aug 25, 2023
  20. Jan 19, 2023
    • Moser, Maximilian's avatar
      Fix uploader box not being able to resolve drafts · 074bf730
      Moser, Maximilian authored
      * this caused issues on the draft preview page
      * when a draft didn't have a published record with the same ID, the new
        filters couldn't find any results and an exception would be raised
      * this exception was caught by the registered error handlers and masked
        as 404
      074bf730
  21. Jan 13, 2023
  22. Nov 30, 2022
    • Tsepelakis, Sotirios's avatar
      Footer: Update logos and links · 332c73bb
      Tsepelakis, Sotirios authored
      * Add 2 extra logos with their respective links
      * Apply styling
      * Add static images: Use webp format and png format to have a reference for the original images
      * Add an extra route for terms of use, instead of the external pdf link
      * Update pdf links: use external links, instead of serving them locally
      332c73bb
  23. Oct 18, 2022
    • Moser, Maximilian's avatar
      Replace communities_new view function override · acd0ac21
      Moser, Maximilian authored
      * instead, we override the app's config in a way that evaluates the
        SITE_{API,UI}_URL values and casts them to strings
      * because we have configured these values as LocalProxy objects with
        some logic for dynamically calculating the URLs based on the HTTP
        request context instead of plain strings, we sometimes ran into typing
        issues
      * the above mentioned logic helps us with having multiple valid domain
        names (and generating valid links based on which is being visited)
      acd0ac21
  24. Oct 17, 2022
  25. Oct 03, 2022
  26. Aug 25, 2022
  27. Jul 19, 2022
Loading