Feature #878
Updated by Alexander Watzinger over 6 years ago
Done * Split - split setting forms * Generate - generate password function * Check - check if upload folder is writeable and make it writeable if it isn't already * Delete - delete functions for files without corresponding entities Ideas * Show - show infos on first page (settings, overview of users and logs, ...) * (More) Validation - (more) validation in back and frontend * Document - document and add tooltips * Find - find and show circular references with: <pre> SELECT domain_id, range_id FROM model.link WHERE domain_id = range_id; </pre>