View | Annotate | Download (10.6 KB)
PHP 5.3 compatibility - replace split() and ereg, resolves #391
reorder output handling, resolves #137
move javascript calls out of href parameters, resolves #108
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
make location of template engine cache directories configureable, resolves #134
sort columns, resolves #37
for error/warning use the general _error() function, fixes #99
notify owner when bucket has expired, resolves #96
add some missing translation to language files
vim modelines for all Nephthys PHP files, refs #44
update GPLv2 headers to GPLv3 headers in PHP code, resolveѕ #43
support for different languages, refs #1
new user-permission for unprivileged users to create long-time buckets, resolves #41
move images and icons to default-theme directory, resolves #39
cleanup code to avoid warning and notice messages, fixes #35 update dist config and default config to use /srv instead /var
common save-button, closes #12 * save_button.tpl smarty template * disk.png - floppy disk icon
GUI design rework, refs #10
Record database version, closes #11
enable/disable WebDAV and FTP support, refs #6
prefix login credentials with login_ instead of user_ to avoid confusion when handling users in users or profile module
new privilege-check function check_privilege()
edit bucket
new expiration-list smarty function to create expiration-dropdown list
show owner in bucket-list for privileged users. correctly import users email for user-privileged users
rearrange code and display bucket list
move some template functions from the NEPHTHYS main class to the template class
only show user and group tab when privilege admin is set for the user
login and logout
instead of slots we are talking now about buckets
first code for managing users
fix some session handling
Signed-off-by: Andreas Unterkircher <andreas.unterkircher@mm-karton.com>
further development
additional smarty function
initial import of NEPHTHYS_DB() class