Skip to content

Localization, custom UI colors, groupfolders and statistical data

Compare
Choose a tag to compare
@bpcurse bpcurse released this 09 Mar 13:09
· 65 commits to master since this release
d0aa93d

New Features:

  • Localization: It is now possible to translate this software by adding {ISO language code}.php files to l10n directory. The UI language can be selected in config.php.
    English and German language files are included in this version.
  • The color scheme of the user interface can be defined in config.php. Easily adapt it to colors used in your corporate design (CD).
  • New (calculated) data option: 'Quota (used) in %' can be selected and will be shown in tables next to 'quota (used)'
  • The number of users belonging to a certain group is shown next to the group ID.
  • Support for groupfolders
  • A simple statistics page has been added

Other Changes:

  • Renamed external css file to 'style.php' for configuration options to be applied
  • A logout menu option has been added to remove all session data
  • Code optimization