View | Annotate | Download (28.5 KB)
invoke webdav directory with right syntax on Windows Vista and above, resolves #380
reorder output handling, resolves #137
show bucket details and information, resolves #102
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
further rely on prepared SQL statements and no longer do quoting ourself, fixes #113
switch from ordinary MySQL to MySQLi interface, as it better support prepared statements
completely remove escape() function as it is no longer used
sort by owner now works for SQLite as well (SQL query troubles), fixes #105 using LEFT OUTER JOIN instead of INNER JOIN now shows unowned buckets as well
avoid notice message when creating buckets, fixes #107
sort by owner is now done by user-name, not by user-id, fixes #101
sort columns, resolves #37
remove getBucketDetails() from NEPHTHYS, it got superseeded by get_bucket_details() in NEPHTHYS_BUCKETS
for error/warning use the general _error() function, fixes #99
notify owner when bucket has expired, resolves #96
if directory-deletion fails, do not delete bucket from database, fixes #93
display success-dialog after click on notify in bucket-listing, refs #49
for never-expiring buckets no this-bucket-will-expire-in information needs to be present in notification email, refs #48
set notification mail charset to UTF-8, refs #52 no further stripslash() in unescape() for now
add expiring date to notification email, refs #48
correctly handle special characters and umlauts, fixes #46
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
cleanup code to avoid warning and notice messages, fixes #35 update dist config and default config to use /srv instead /var
use prepare() and execute() for data manipulating queries which then will auto-quote, refs #29
check if receiver email address is provided and not empty before add it to addressbook, fixes #26
bucket-created page shown after bucket-creation before returning to bucket-list, resolves #23
escape HTML entities on submitting forms with PHP's htmlentities(), resolvs #20
internal address book, include autosuggest, refs #18
remove debug residue in NEPHTHYS_BUCKETS
is_valid_email() to verify also multiple, with comma seperated email addresses, resolves #16
support SQLite as database for Nephthys, refs #9
assign servername template variable, fixes #5
Signed-off-by: Andreas Unterkircher <andreas.unterkircher@mm-karton.com>
issue20, fix bug which refused to create a bucket with an empty receiver address
Signed-off-by: Andreas Unterkircher <unki@srv-vie-filer.vie.mm-karton.com>
also include the bucket-note into the notification message
CC email to sender too, if a receiver has been specified in I-want-to-share-files
for now let PEAR Mail use sendmail instead of PHP's mail()
Signed-off-by: Andreas Unterkircher <unki@srv-vis-ftp01.vie.mm-karton.com>
issue15, fix recursive directory deletion
show if a bucket has been notified or not
rename ie_webdav.html to webdav.html and fix bucket-deletion
auto add IE-Open-WebDAV HTML file into the bucket
further fix delete code
issue6, auto-cleanup expired buckets
first code changes
issue13, fix notify-message
issue10, show a nice text if user has no buckets right now
issue8, check privilege level correctly
correctly create now the FTP and WebDAV urls
fix mailing when bucket_receiver is not set
do not show the delete files. some debug residue
do not display receive-form for a send-bucket
let user set default-expiration time in his profile
prefix login credentials with login_ instead of user_ to avoid confusion when handling users in users or profile module
remove has_user_priv() and use check_privileges() instead. fix user-update when password has not changed
correctly set WebDAV and FTP url
fix bucket-owner check
bucket notify() returns now correctly its state
correctly set servername
auto-send notify on receive-bucket creation
if bucket never expires, write never then a silly date
edit bucket
ensure unprivileged users can only delete their own buckets
jump from bucket-owner to user-edit
show owner in bucket-list for privileged users. correctly import users email for user-privileged users
show creation- and expire-date in bucket list
refix bucket creation
record the time when bucket was created
rearrange code and display bucket list