Commit Graph

10 Commits

Author SHA1 Message Date
Mark van Renswoude fb746966af Changed config from example to defaults file, merged with config.js 2018-05-02 20:54:27 +02:00
Mark van Renswoude bb91384cab Added expiration settings for codes
Added missing Dutch translations
2018-05-02 20:07:09 +02:00
Mark van Renswoude 2f46dbff2c Fixed another unconverted function call
Fixed redirect after adding a user (no need to go to the edit page afterwards like with codes)
2018-05-02 13:14:12 +02:00
Mark van Renswoude 4db1b2f23d Production bundle optimizations
Fixed production check in webpack config, removed moment locales and reduced lodash and fontawesome inclusion
2018-04-29 22:33:27 +02:00
Mark van Renswoude 7aa680c26d Implemented user admin API
Renamed repository methods for consistency
2018-04-28 10:18:27 +02:00
Mark van Renswoude de7953c6ea Added deleting of codes
Fixed issue with all users seeing all codes and uploads
2018-04-28 09:51:58 +02:00
Mark van Renswoude 6f827382ff Changed to nanoid for more flexible code generation
Added deleting of uploads
Adding a new code now goes into edit mode after applying, so you can copy the code directly
2018-04-28 09:24:53 +02:00
Mark van Renswoude 45ae38bd66 Admin panel
Added adding and editing of codes
Added code description and message
Added file sizes
Added disk usage footer
2018-04-27 17:13:18 +02:00
Mark van Renswoude 0e10f38383 Basic admin pages for Uploads and Codes implemented, list only 2018-04-26 14:08:08 +02:00
Mark van Renswoude 8b9ed0e666 Further admin preparations
Improved exception handling in async functions
2018-03-22 16:45:11 +01:00