root / nephthys_buckets.php

View | Annotate | Download (28.5 KB)

# Date Author Comment
eef6b66a 06/05/2011 05:00 PM Andreas Unterkircher

invoke webdav directory with right syntax on Windows Vista and above, resolves #380

bc003de0 12/25/2008 09:51 AM Andreas Unterkircher

reorder output handling, resolves #137

  • NEPHTHYS_TMPL will return results to the caller function
    instead of printing them directly.
  • NEPHTHYS init() is the only function outside NEPHTHYS_RPC
    which will invoking print() to output the initial
    template content of index.tpl...
45ec4be6 12/20/2008 09:41 AM Andreas Unterkircher

show bucket details and information, resolves #102

Signed-off-by: Andreas Unterkircher <>

de253b48 12/02/2008 08:28 PM Andreas Unterkircher

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

Signed-off-by: Andreas Unterkircher <>

305613a2 11/07/2008 08:13 PM Andreas Unterkircher

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

Signed-off-by: Andreas Unterkircher <>

68b8bbc2 11/07/2008 07:39 PM Andreas Unterkircher

avoid notice message when creating buckets, fixes #107

Signed-off-by: Andreas Unterkircher <>

ae2d18b9 10/29/2008 06:53 PM Andreas Unterkircher

sort by owner is now done by user-name, not by user-id, fixes #101

Signed-off-by: Andreas Unterkircher <>

fbaee801 10/28/2008 08:35 PM Andreas Unterkircher

sort columns, resolves #37

Signed-off-by: Andreas Unterkircher <>

8bcf59aa 10/26/2008 01:38 PM Andreas Unterkircher

remove getBucketDetails() from NEPHTHYS, it got superseeded by get_bucket_details() in NEPHTHYS_BUCKETS

Signed-off-by: Andreas Unterkircher <>

b340940a 10/26/2008 01:07 PM Andreas Unterkircher

for error/warning use the general _error() function, fixes #99

Signed-off-by: Andreas Unterkircher <>

385f188a 10/26/2008 08:07 AM Andreas Unterkircher

notify owner when bucket has expired, resolves #96

Signed-off-by: Andreas Unterkircher <>

9dbbcbb8 10/19/2008 11:42 AM Andreas Unterkircher

if directory-deletion fails, do not delete bucket from database, fixes #93

Signed-off-by: Andreas Unterkircher <>

d95362e3 08/06/2008 08:41 PM Andreas Unterkircher

display success-dialog after click on notify in bucket-listing, refs #49

Signed-off-by: Andreas Unterkircher <>

3124afa5 08/01/2008 09:19 PM Andreas Unterkircher

for never-expiring buckets no this-bucket-will-expire-in information needs to be present in notification email, refs #48

Signed-off-by: Andreas Unterkircher <>

6ce39592 07/31/2008 06:07 AM Andreas Unterkircher

set notification mail charset to UTF-8, refs #52
no further stripslash() in unescape() for now

Signed-off-by: Andreas Unterkircher <>

53614d9d 07/31/2008 06:07 AM Andreas Unterkircher

set notification mail charset to UTF-8, refs #52
no further stripslash() in unescape() for now

Signed-off-by: Andreas Unterkircher <>

df87e84e 07/30/2008 09:47 PM Andreas Unterkircher

add expiring date to notification email, refs #48

Signed-off-by: Andreas Unterkircher <>

89738a24 07/30/2008 09:47 PM Andreas Unterkircher

add expiring date to notification email, refs #48

Signed-off-by: Andreas Unterkircher <>

ccc35b9d 07/30/2008 08:09 PM Andreas Unterkircher

correctly handle special characters and umlauts, fixes #46

Signed-off-by: Andreas Unterkircher <>

4a23938d 07/28/2008 09:01 PM Andreas Unterkircher

add some missing translation to language files

Signed-off-by: Andreas Unterkircher <>

b392cb9b 07/28/2008 08:03 PM Andreas Unterkircher

vim modelines for all Nephthys PHP files, refs #44

Signed-off-by: Andreas Unterkircher <>

9a37d81c 07/28/2008 07:35 PM Andreas Unterkircher

update GPLv2 headers to GPLv3 headers in PHP code, resolveѕ #43

Signed-off-by: Andreas Unterkircher <>

c70b4618 07/27/2008 07:19 AM Andreas Unterkircher

support for different languages, refs #1

Signed-off-by: Andreas Unterkircher <>

69f0963f 07/12/2008 07:40 AM Andreas Unterkircher

cleanup code to avoid warning and notice messages, fixes #35
update dist config and default config to use /srv instead /var

Signed-off-by: Andreas Unterkircher <>

b1fa0a38 07/09/2008 08:39 PM Andreas Unterkircher

use prepare() and execute() for data manipulating queries which then will auto-quote, refs #29

Signed-off-by: Andreas Unterkircher <>

62f5d516 07/08/2008 08:45 PM Andreas Unterkircher

check if receiver email address is provided and not empty before add it to addressbook, fixes #26

Signed-off-by: Andreas Unterkircher <>

b190d01b 07/08/2008 08:04 PM Andreas Unterkircher

bucket-created page shown after bucket-creation before returning to bucket-list, resolves #23

Signed-off-by: Andreas Unterkircher <>

84741d30 07/07/2008 07:59 PM Andreas Unterkircher

escape HTML entities on submitting forms with PHP's htmlentities(), resolvs #20

Signed-off-by: Andreas Unterkircher <>

d08c99b8 07/06/2008 05:02 PM Andreas Unterkircher

internal address book, include autosuggest, refs #18

Signed-off-by: Andreas Unterkircher <>

81b9a899 07/06/2008 04:24 PM Andreas Unterkircher

remove debug residue in NEPHTHYS_BUCKETS

Signed-off-by: Andreas Unterkircher <>

8f9d867a 07/04/2008 06:28 AM Andreas Unterkircher

is_valid_email() to verify also multiple, with comma seperated email addresses, resolves #16

Signed-off-by: Andreas Unterkircher <>

cc1b5b35 06/27/2008 11:52 AM Andreas Unterkircher

support SQLite as database for Nephthys, refs #9

Signed-off-by: Andreas Unterkircher <>

458035ce 06/21/2008 05:41 PM Andreas Unterkircher

assign servername template variable, fixes #5

Signed-off-by: Andreas Unterkircher <>

04135226 05/28/2008 08:05 PM Andreas Unterkircher

issue20, fix bug which refused to create a bucket with an empty receiver address

Signed-off-by: Andreas Unterkircher <>

109e13ac 05/28/2008 07:47 PM Andreas Unterkircher

also include the bucket-note into the notification message

Signed-off-by: Andreas Unterkircher <>

72c89ff1 05/28/2008 02:21 PM Andreas Unterkircher

CC email to sender too, if a receiver has been specified in I-want-to-share-files

Signed-off-by: Andreas Unterkircher <>

7b3f0e39 05/21/2008 08:00 AM Andreas Unterkircher

for now let PEAR Mail use sendmail instead of PHP's mail()

Signed-off-by: Andreas Unterkircher <>

d7bf12d4 05/17/2008 10:25 AM Andreas Unterkircher

issue15, fix recursive directory deletion

Signed-off-by: Andreas Unterkircher <>

0ed27f2a 05/08/2008 10:38 AM Andreas Unterkircher

show if a bucket has been notified or not

Signed-off-by: Andreas Unterkircher <>

15d92761 05/08/2008 09:41 AM Andreas Unterkircher

rename ie_webdav.html to webdav.html and fix bucket-deletion

Signed-off-by: Andreas Unterkircher <>

ea61d598 05/06/2008 08:55 PM Andreas Unterkircher

auto add IE-Open-WebDAV HTML file into the bucket

Signed-off-by: Andreas Unterkircher <>

f5403118 05/04/2008 03:00 PM Andreas Unterkircher

further fix delete code

Signed-off-by: Andreas Unterkircher <>

fff2a093 05/04/2008 02:10 PM Andreas Unterkircher

issue6, auto-cleanup expired buckets

Signed-off-by: Andreas Unterkircher <>

e8796d44 05/04/2008 02:10 PM Andreas Unterkircher

first code changes

Signed-off-by: Andreas Unterkircher <>

97db9775 05/04/2008 11:53 AM Andreas Unterkircher

issue13, fix notify-message

Signed-off-by: Andreas Unterkircher <>

08d65cde 05/04/2008 11:53 AM Andreas Unterkircher

issue13, fix notify-message

Signed-off-by: Andreas Unterkircher <>

fb361dab 04/19/2008 01:54 PM Andreas Unterkircher

issue10, show a nice text if user has no buckets right now

Signed-off-by: Andreas Unterkircher <>

1b35dd59 04/19/2008 01:54 PM Andreas Unterkircher

issue10, show a nice text if user has no buckets right now

Signed-off-by: Andreas Unterkircher <>

edac1b2a 04/19/2008 01:30 PM Andreas Unterkircher

issue8, check privilege level correctly

Signed-off-by: Andreas Unterkircher <>

092b8a0f 03/26/2008 08:06 PM Andreas Unterkircher

correctly create now the FTP and WebDAV urls

Signed-off-by: Andreas Unterkircher <>

7223a210 03/24/2008 08:20 PM Andreas Unterkircher

fix mailing when bucket_receiver is not set

Signed-off-by: Andreas Unterkircher <>

c433304e 03/24/2008 09:29 AM Andreas Unterkircher

do not show the delete files. some debug residue

Signed-off-by: Andreas Unterkircher <>

40edc2db 03/24/2008 09:17 AM Andreas Unterkircher

do not display receive-form for a send-bucket

Signed-off-by: Andreas Unterkircher <>

017c4db4 03/23/2008 03:21 PM Andreas Unterkircher

let user set default-expiration time in his profile

Signed-off-by: Andreas Unterkircher <>

b77ba60d 03/23/2008 03:13 PM Andreas Unterkircher

prefix login credentials with login_ instead of user_ to avoid confusion when handling users in users or profile module

Signed-off-by: Andreas Unterkircher <>

3a36047f 03/23/2008 09:58 AM Andreas Unterkircher

remove has_user_priv() and use check_privileges() instead. fix user-update when password has not changed

Signed-off-by: Andreas Unterkircher <>

b4377ade 03/22/2008 01:18 PM Andreas Unterkircher

correctly set WebDAV and FTP url

Signed-off-by: Andreas Unterkircher <>

772b6a4d 03/22/2008 12:52 PM Andreas Unterkircher

fix bucket-owner check

Signed-off-by: Andreas Unterkircher <>

07133b9a 03/22/2008 12:51 PM Andreas Unterkircher

bucket notify() returns now correctly its state

Signed-off-by: Andreas Unterkircher <>

8569ba82 03/22/2008 12:05 PM Andreas Unterkircher

correctly set servername

Signed-off-by: Andreas Unterkircher <>

a8f45296 03/22/2008 12:00 PM Andreas Unterkircher

auto-send notify on receive-bucket creation

Signed-off-by: Andreas Unterkircher <>

b1297d89 03/22/2008 11:23 AM Andreas Unterkircher

if bucket never expires, write never then a silly date

Signed-off-by: Andreas Unterkircher <>

28fad955 03/22/2008 11:20 AM Andreas Unterkircher

edit bucket

Signed-off-by: Andreas Unterkircher <>

d0f1d464 03/22/2008 09:28 AM Andreas Unterkircher

ensure unprivileged users can only delete their own buckets

Signed-off-by: Andreas Unterkircher <>

aa5d3373 03/22/2008 09:23 AM Andreas Unterkircher

jump from bucket-owner to user-edit

Signed-off-by: Andreas Unterkircher <>

6ca17b5b 03/22/2008 09:19 AM Andreas Unterkircher

show owner in bucket-list for privileged users. correctly import users email for user-privileged users

Signed-off-by: Andreas Unterkircher <>

1b57569b 03/22/2008 08:46 AM Andreas Unterkircher

show creation- and expire-date in bucket list

Signed-off-by: Andreas Unterkircher <>

cffe5b99 03/22/2008 08:41 AM Andreas Unterkircher

refix bucket creation

Signed-off-by: Andreas Unterkircher <>

8cb76e60 03/22/2008 08:25 AM Andreas Unterkircher

record the time when bucket was created

Signed-off-by: Andreas Unterkircher <>

f49348b2 03/22/2008 08:19 AM Andreas Unterkircher

rearrange code and display bucket list

Signed-off-by: Andreas Unterkircher <>