Skip to content

Prep next release

Kristian Røste requested to merge dev into main

Created by: Darknetzz

Changelog

  • 848741f3 - Settings have now "moved" to api_defaults.php, it will set any settings that are not already defined to their default values. This will prevent future errors when upgrading. The settings.php is still there, but does nothing more than include the defaults.
  • 47ae7320 Had a bunch of issues with line endings as I make changes on both Linux and Windows. Hopefully this fixes it (not really relevant for the API itself, just for me when developing).
  • Custom endpoints have moved to it's own directory, so you can separate/group endpoints however you want.

Merge request reports