Project

General

Profile

Feature #878

Updated by Alexander Watzinger almost 6 years ago

Done 

 * Split setting forms 
 * Generate password function 
 * Check if upload folder is writeable 
 * Delete functions for files without corresponding entities 
 * More validation in back and frontend 

 Ideas 

 * Show infos on first page (settings, overview of users and logs, ...) 
 * (More) Validation in back and frontend 
 * Document and add tooltips 
 

 * Find and show circular references with: 
 <pre> 
 SELECT domain_id, range_id FROM model.link WHERE domain_id = range_id; 
 </pre>

Back