Age | Commit message (Collapse) | Author | Lines |
|
Whether a user is in transit or not is now determined by an entry in the
in_transit table instead of a dangling checkin.
All completed journeys are stored in the "journeys" table.
This does most of the work needed for automatic checkout. However, note that
the corresponding worker process is not implemented yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reported by @marudor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
feuerrot-db_setup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix dbschema: add type for edited
|
|
|
|
This avoids having to specify secrets in the environment, where they can leak
easily.
|
|
|
|
This bypasses form element validation, which doesn't make sense for
"cancel edit"
|
|
|
|
|
|
|
|
|
|
|
|
Provides a workaround for #2
|