Change agencyconf to user dir and add permissions for users #19
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As done in the OAuth fork. But without the OAuth.
How should we ease the migration to this for existing instances? If there are a lot of agency configurations it is not viable to rename them manually
This is also a breaking API change as the gtfs exporter verifies the permission for triggering GTFS generation, so if i rename the router it is incompatible. This is something we will always have to watch out for
Iow, when core uses users instead of agencyconfs then all other plugins must be updated accordingly.
Older versions of core must use older versions of the plugins prior to the change.
We shall not do it automatically but on startup write a warning if it is wrong and tell the admin how to fix it, where to put the right files.