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 and make it writeable if it isn't already 
 * Delete functions for files without corresponding entities 

 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