root / nephthys.class.php

View | Annotate | Download (82.2 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

0f139521 06/05/2011 03:45 PM Andreas Unterkircher

fix PHP filesize() 32bit problems, fixes #177

7831391e 06/05/2011 03:21 PM Andreas Unterkircher

PHP 5.3 compatibility - replace split() and ereg, resolves #391

1489fbb7 07/26/2009 03:35 PM Andreas Unterkircher

remove unnecessary get_dir_info() parameter, resolves #140

Signed-off-by: Andreas Unterkircher <>

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...
e91f7854 12/25/2008 08:11 AM Andreas Unterkircher

increment version to 1.6

Signed-off-by: Andreas Unterkircher <>

d1d68a4d 12/23/2008 09:19 AM Andreas Unterkircher

avoid notice-message in load_translation_table() on unrecognized lines in language files, fixes #135

Signed-off-by: Andreas Unterkircher <>

45ec4be6 12/20/2008 09:41 AM Andreas Unterkircher

show bucket details and information, resolves #102

Signed-off-by: Andreas Unterkircher <>

47cea6ea 12/16/2008 09:04 PM Andreas Unterkircher

set Nephthys application version to 1.5

Signed-off-by: Andreas Unterkircher <>

e0eec83a 12/16/2008 08:47 PM Andreas Unterkircher

make location of template engine cache directories configureable, resolves #134

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 <>

fd29554b 12/02/2008 07:56 PM Andreas Unterkircher

cleanup coding style in escape() function

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 <>

9507541c 10/26/2008 02:02 PM Andreas Unterkircher

introduced new class NEPHTHYS_EXCEPTION which takes care of beautifying the output of an exception, fixes #100

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 <>

20d75384 10/25/2008 07:38 PM Andreas Unterkircher

force newly auto-created users to update their profiles, resolves #87

Signed-off-by: Andreas Unterkircher <>

e9535274 10/25/2008 11:40 AM Andreas Unterkircher

show privileges in user-management overview, resolves #94

Signed-off-by: Andreas Unterkircher <>

17ed2c1e 10/25/2008 10:48 AM Andreas Unterkircher

_error() function differs now between commandline output and normal browser output

Signed-off-by: Andreas Unterkircher <>

bc36fa84 10/25/2008 10:36 AM Andreas Unterkircher

remove unused _debug() function

Signed-off-by: Andreas Unterkircher <>

ac5b6e1f 10/25/2008 10:36 AM Andreas Unterkircher

extend nephthys_watch.php bucket cleanup script ...

  • add support for command line options via
    Console_Getopt PEAR package
  • default operation is now quiet, no message gets
    printed when bucket-deletion was successful
  • verbose option (-v)
9ea98166 10/18/2008 11:29 AM Andreas Unterkircher

users last-login information now gets updated during login, resolves #91

Signed-off-by: Andreas Unterkircher <>

7f8f17ff 10/18/2008 11:29 AM Andreas Unterkircher

users last-login information now gets updated during login, resolves #91

Signed-off-by: Andreas Unterkircher <>

49aede84 10/18/2008 11:04 AM Andreas Unterkircher

update version to 1.4

Signed-off-by: Andreas Unterkircher <>

5958cad6 10/11/2008 09:16 AM Andreas Unterkircher

fix bug during inital creation of admin-user, fixes #85

Signed-off-by: Andreas Unterkircher <>

f7b0ea3d 10/08/2008 07:40 PM Andreas Unterkircher

permit fullname <email-address> input format for receiver address, refs #83

Signed-off-by: Andreas Unterkircher <>

9fa6f1fe 10/05/2008 01:00 PM Andreas Unterkircher

fix SQLite alter table for deny-change-password feature, resolves #71

Signed-off-by: Andreas Unterkircher <>

ec4319a4 10/05/2008 10:40 AM Andreas Unterkircher

new flag to deny user to change his password, refs #71

  • upgrade of database schema to version 6
    additional column user_deny_chpwd in nephthys_users
  • update language files
  • update templates to reflect changes

Signed-off-by: Andreas Unterkircher <>

f368247b 10/05/2008 10:24 AM Andreas Unterkircher

dutch translation, resolves #82

Signed-off-by: Andreas Unterkircher <>

daf19d23 10/04/2008 07:33 AM Andreas Unterkircher

call it german instead of deutsch

Signed-off-by: Andreas Unterkircher <>

d71f07fe 10/04/2008 07:30 AM Andreas Unterkircher

spanish translation, resolves #77

Signed-off-by: Andreas Unterkircher <>

59f61b4d 09/07/2008 12:01 PM Andreas Unterkircher

italian translation, resolves #75

Signed-off-by: Andreas Unterkircher <>

493d5979 08/13/2008 06:07 AM Andreas Unterkircher

if the buckets are not consuming any bytes, simply return 0bytes instead of using log(), fixes #72

Signed-off-by: Andreas Unterkircher <>

3212736d 08/11/2008 02:55 PM Andreas Unterkircher

auto-suggestion for multiple receivers, refs #57

Signed-off-by: Andreas Unterkircher <>

e5ea37f1 08/04/2008 08:38 PM Andreas Unterkircher

address-book can now store contact fullname too, refs #50

Signed-off-by: Andreas Unterkircher <>

fa22c05e 08/02/2008 10:21 AM Andreas Unterkircher

set default-language for default-admin to english to avoid syntax error, resolves #56

Signed-off-by: Andreas Unterkircher <>

37504bad 08/02/2008 10:21 AM Andreas Unterkircher

set default-language for default-admin to english to avoid syntax error, resolves #56

Signed-off-by: Andreas Unterkircher <>

d237bd2f 08/02/2008 10:20 AM Andreas Unterkircher

add missing user_language column on initial table creation, resolves #56

Signed-off-by: Andreas Unterkircher <>

5a0946ee 08/02/2008 10:20 AM Andreas Unterkircher

add missing user_language column on initial table creation, resolves #56

Signed-off-by: Andreas Unterkircher <>

f1a9703a 08/02/2008 10:13 AM Andreas Unterkircher

fix incorrect SQL INSERT query for default-admin user, resolves #55

Signed-off-by: Andreas Unterkircher <>

e65423b0 08/02/2008 10:13 AM Andreas Unterkircher

fix incorrect SQL INSERT query for default-admin user, resolves #55

Signed-off-by: Andreas Unterkircher <>

2e1a2b6f 08/02/2008 10:04 AM Andreas Unterkircher

add missing is_contact_owner() function, resolves #54

Signed-off-by: Andreas Unterkircher <>

2d2a23b5 08/02/2008 10:04 AM Andreas Unterkircher

add missing is_contact_owner() function, resolves #54

Signed-off-by: Andreas Unterkircher <>

fc3478b2 08/02/2008 09:19 AM Andreas Unterkircher

update version to 1.3

Signed-off-by: Andreas Unterkircher <>

e76f1f83 08/02/2008 09:19 AM Andreas Unterkircher

update version to 1.3

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 <>

645eaca0 07/30/2008 09:58 PM Andreas Unterkircher

fix auto-completion error caused by unescape, fixes #51

Signed-off-by: Andreas Unterkircher <>

49e0287b 07/30/2008 09:58 PM Andreas Unterkircher

fix auto-completion error caused by unescape, fixes #51

Signed-off-by: Andreas Unterkircher <>

a17e2908 07/30/2008 09:38 PM Andreas Unterkircher

trim email addresses if multiple addresses are getting entered, resolves #47

Signed-off-by: Andreas Unterkircher <>

4326ef81 07/30/2008 09:38 PM Andreas Unterkircher

trim email addresses if multiple addresses are getting entered, resolves #47

Signed-off-by: Andreas Unterkircher <>

e946491f 07/30/2008 08:39 PM Andreas Unterkircher

sqlite has its own function to escape strings, #refs 46

Signed-off-by: Andreas Unterkircher <>

1f8b7461 07/30/2008 08:39 PM Andreas Unterkircher

sqlite has its own function to escape strings, #refs 46

Signed-off-by: Andreas Unterkircher <>

98867cf9 07/30/2008 08:35 PM Andreas Unterkircher

Russian translation, refs #2

Signed-off-by: Andreas Unterkircher <>

3c354cdf 07/30/2008 08:35 PM Andreas Unterkircher

russian language
snows further russian update
some additional russian phrases

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 <>

24a140ce 07/28/2008 09:47 PM Andreas Unterkircher

error message saying unable to load language file no longer causes a segfault, resolves #45

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 <>

2fabfb38 07/28/2008 08:18 PM Andreas Unterkircher

SQL query syntax fix

Signed-off-by: Andreas Unterkircher <>

a0f03bd6 07/28/2008 08:18 PM Andreas Unterkircher

column user_language in nephthys_users did not exist in db version 3

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 <>

600054ed 07/26/2008 09:55 AM Andreas Unterkircher

db version 3, upgrade for SQlite via temporary table, refs #41

Signed-off-by: Andreas Unterkircher <>

37f6e2e6 07/23/2008 08:57 PM Andreas Unterkircher

use NEPHTHS_DB db_alter_table() function instead of direct SQL, refs #41

Signed-off-by: Andreas Unterkircher <>

36ef2b80 07/23/2008 06:13 AM Andreas Unterkircher

fix ALTER TABLE for SQlite which does not provide a AFTER paramater, refs #41

Signed-off-by: Andreas Unterkircher <>

2bf77cf3 07/20/2008 10:39 AM Andreas Unterkircher

new user-permission for unprivileged users to create long-time buckets, resolves #41

Signed-off-by: Andreas Unterkircher <>

4faf835a 07/20/2008 09:28 AM Andreas Unterkircher

update version to 1.2

Signed-off-by: Andreas Unterkircher <>

1ae4ed13 07/19/2008 01:07 PM Andreas Unterkircher

get_used_diskspace() returns now the right amount of bytes, fixes #40

Signed-off-by: Andreas Unterkircher <>

8932ed08 07/12/2008 08:08 AM Andreas Unterkircher

don't put SQLite database per default into the htdocs directory

Signed-off-by: Andreas Unterkircher <>

83d688ef 07/12/2008 07:54 AM Andreas Unterkircher

check if $data_path exists and is writeable, refs #36

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 <>

a95ce4d1 07/12/2008 07:09 AM Andreas Unterkircher

show free and used diskspace of data directory, refs #33

Signed-off-by: Andreas Unterkircher <>

f579c2b0 07/09/2008 08:44 PM Andreas Unterkircher

fix typo in is_auto_created() which causes non-auto-created, unprivileged users are not able to update their profiles, fixes #31

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 <>

025d1320 07/08/2008 08:12 PM Andreas Unterkircher

new config option to hide logout-link, resolves #24

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 <>

2468664d 07/07/2008 08:12 PM Andreas Unterkircher

update version to 1.1

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 <>

dfa353f7 07/04/2008 05:27 PM Andreas Unterkircher

fixed bug that caused a newly user to be created when someone tries to login to an inactive user via server-authentication, fixes #15

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 <>

da134ab9 06/30/2008 03:47 PM Andreas Unterkircher

browser-info needs to be gathered anyway

Signed-off-by: Andreas Unterkircher <>

8f3c5e0d 06/30/2008 03:47 PM Andreas Unterkircher

browser-info needs to be gathered anyway

Signed-off-by: Andreas Unterkircher <>

bf680ae7 06/29/2008 11:49 AM Andreas Unterkircher

user manual (docbook source and first export), resolves #13

Signed-off-by: Andreas Unterkircher <>

88e8c926 06/29/2008 09:45 AM Andreas Unterkircher

GUI design rework, refs #10

  • more brighter color of content-box and tab-border
  • underline hovering links
  • minimize usage of HTML tables
  • move big amount of style definition to css file

Signed-off-by: Andreas Unterkircher <>

c170abeb 06/29/2008 09:32 AM Andreas Unterkircher

Record database version, closes #11

  • new table nephthys_meta
  • store current database version in nephthys_meta
  • display current database version in about-page

Signed-off-by: Andreas Unterkircher <>

9356ec25 06/29/2008 09:32 AM Andreas Unterkircher

nephthys_meta table to store current database version

Signed-off-by: Andreas Unterkircher <>

ef6e9663 06/29/2008 09:05 AM Andreas Unterkircher

include httpFolder behavior only if browser is type of Internet Explorer

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 <>

524f818d 06/22/2008 05:44 PM Andreas Unterkircher

enable/disable WebDAV and FTP support, refs #6

Signed-off-by: Andreas Unterkircher <>

c1c2fe26 06/22/2008 05:12 PM Andreas Unterkircher

support for HTTPS WebDAV URLs, refs #8

Signed-off-by: Andreas Unterkircher <>

982b2671 06/22/2008 04:48 PM Andreas Unterkircher

remove unused function parse_uri()

Signed-off-by: Andreas Unterkircher <>

fee9ce9e 06/22/2008 04:48 PM Andreas Unterkircher

update some function comments

Signed-off-by: Andreas Unterkircher <>

71ef2598 06/22/2008 04:26 PM Andreas Unterkircher

rename user_email to login_email as template variable. fixes #7

Signed-off-by: Andreas Unterkircher <>

cc60d2c7 05/31/2008 08:20 PM Andreas Unterkircher

if user got authenticated through Nephthys auth-system, get user details from login-data

Signed-off-by: Andreas Unterkircher <>

c99dab3e 05/31/2008 08:20 PM Andreas Unterkircher

if user got authenticated through Nephthys auth-system, get user details from login-data

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 <>

ccd1c2e3 05/28/2008 11:39 AM Andreas Unterkircher

new config option to disable JavaScript check

Signed-off-by: Andreas Unterkircher <>

47e5d746 05/06/2008 03:20 PM Andreas Unterkircher

fix commandline check

Signed-off-by: Andreas Unterkircher <>

4add3d6a 05/06/2008 03:14 PM Andreas Unterkircher

fix commandline check

Signed-off-by: Andreas Unterkircher <>

b38d2ab0 05/04/2008 02:52 PM Andreas Unterkircher

only create a new user, if server provides REMOTE_USER

Signed-off-by: Andreas Unterkircher <>

8490a5f8 05/04/2008 02:52 PM Andreas Unterkircher

only create a new user, if server provides REMOTE_USER

Signed-off-by: Andreas Unterkircher <>

ee3e8da9 05/04/2008 02:15 PM Andreas Unterkircher

if server-authentication is enabled, check if server really provides user-info

Signed-off-by: Andreas Unterkircher <>

e1cd4e40 05/04/2008 02:15 PM Andreas Unterkircher

if server-authentication is enabled, check if server really provides user-info

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 <>

e0b9dfb7 05/04/2008 01:59 PM Andreas Unterkircher

issue14, fix initial handling of auto-created users

Signed-off-by: Andreas Unterkircher <>

5e66d276 05/04/2008 01:59 PM Andreas Unterkircher

issue14, fix initial handling of auto-created users

Signed-off-by: Andreas Unterkircher <>

b0da5bde 05/04/2008 01:24 PM Andreas Unterkircher

issue12, a red warning is now displayed, if the user has not set its email address

Signed-off-by: Andreas Unterkircher <>

72411b76 05/04/2008 01:24 PM Andreas Unterkircher

issue12, a red warning is now displayed, if the user has not set its email address

Signed-off-by: Andreas Unterkircher <>

a7e2fd8c 04/19/2008 02:04 PM Andreas Unterkircher

issue11, allow auto-created users to change their email address

Signed-off-by: Andreas Unterkircher <>

263d7067 04/19/2008 02:04 PM Andreas Unterkircher

issue11, allow auto-created users to change their email address

Signed-off-by: Andreas Unterkircher <>

a1eea52e 04/19/2008 01:25 PM Andreas Unterkircher

issue7, auto-create users

Signed-off-by: Andreas Unterkircher <>

46b8ea5e 04/19/2008 11:54 AM Andreas Unterkircher

additional check for SERVER_NAME

Signed-off-by: Andreas Unterkircher <>

e2c6f5d5 04/02/2008 09:16 AM Andreas Unterkircher

fixed server-authentication handling

Signed-off-by: Andreas Unterkircher <>

3fe16550 04/02/2008 09:11 AM Andreas Unterkircher

add some missing function comments

Signed-off-by: Andreas Unterkircher <>

dc034377 04/02/2008 09:06 AM Andreas Unterkircher

show error message when loading the configuration failed

Signed-off-by: Andreas Unterkircher <>

59184a33 03/31/2008 08:00 PM Andreas Unterkircher

unset error message after error occured

Signed-off-by: Andreas Unterkircher <>

dbaea7e9 03/31/2008 07:58 PM Andreas Unterkircher

better error message if Smarty can not be found

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 <>

179e92c0 03/24/2008 08:36 AM Andreas Unterkircher

add missing _error() function

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 <>

0a410f73 03/23/2008 09:19 AM Andreas Unterkircher

new privilege-check function check_privilege()

Signed-off-by: Andreas Unterkircher <>

d8166861 03/23/2008 09:09 AM Andreas Unterkircher

let user edit his profile

Signed-off-by: Andreas Unterkircher <>

34b57936 03/23/2008 08:35 AM Andreas Unterkircher

check for JavaScript instead of DOM

Signed-off-by: Andreas Unterkircher <>

c90d2898 03/22/2008 01:47 PM Andreas Unterkircher

Check if JavaScript is enable via Net_UserAgent_Detect

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 <>

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

if bucket never expires, write never then a silly date

Signed-off-by: Andreas Unterkircher <>

10c3d3f3 03/22/2008 10:09 AM Andreas Unterkircher

new expiration-list smarty function to create expiration-dropdown list

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 <>

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 <>

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

refix bucket creation

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 <>

2a1416b5 03/22/2008 07:32 AM Andreas Unterkircher

show credit template

Signed-off-by: Andreas Unterkircher <>

c8a1fee6 03/22/2008 07:21 AM Andreas Unterkircher

let the menutabs disappear on logout and appear on login

Signed-off-by: Andreas Unterkircher <>

2d3cfe88 03/21/2008 08:13 PM Andreas Unterkircher

move some template functions from the NEPHTHYS main class to the template class

Signed-off-by: Andreas Unterkircher <>

28a2b576 03/21/2008 07:43 PM Andreas Unterkircher

only show user and group tab when privilege admin is set for the user

Signed-off-by: Andreas Unterkircher <>

5453eb2a 03/21/2008 04:50 PM Andreas Unterkircher

login and logout

Signed-off-by: Andreas Unterkircher <>

8ad5a624 03/21/2008 04:31 PM Andreas Unterkircher

now config option allow_server_auth

Signed-off-by: Andreas Unterkircher <>

5941d462 03/20/2008 08:59 PM Andreas Unterkircher

updated default config file

Signed-off-by: Andreas Unterkircher <>

848b4dbd 03/20/2008 08:30 PM Andreas Unterkircher

instead of slots we are talking now about buckets

Signed-off-by: Andreas Unterkircher <>

81d72baa 03/20/2008 08:21 PM Andreas Unterkircher

user management looks ok now

Signed-off-by: Andreas Unterkircher <>

123b4741 03/19/2008 10:19 PM Andreas Unterkircher

first code for managing users

Signed-off-by: Andreas Unterkircher <>

bb96e5ca 03/19/2008 08:18 PM Andreas Unterkircher

adding tabs for buckets, users and groups

Signed-off-by: Andreas Unterkircher <>

108c5139 03/19/2008 07:44 PM Andreas Unterkircher

issue3, give a more friendly error message when nephthys_cfg.php is not in place yet

Signed-off-by: Andreas Unterkircher <>

5e42f356 03/11/2008 10:04 PM Andreas Unterkircher

renamed form templates

Signed-off-by: Andreas Unterkircher <>

a41f9d49 03/11/2008 10:03 PM Andreas Unterkircher

delete slots data directory when the slot is getting deleted

Signed-off-by: Andreas Unterkircher <>

3d90b322 03/09/2008 10:18 AM Andreas Unterkircher

further devel

Signed-off-by: Andreas Unterkircher <>

fda203d7 03/09/2008 09:08 AM Andreas Unterkircher

ajax email validation before submit

Signed-off-by: Andreas Unterkircher <>

5602d22a 03/09/2008 08:08 AM Andreas Unterkircher

create a SHA-1 hash and create the slot directory

Signed-off-by: Andreas Unterkircher <>

dde393b3 03/08/2008 03:31 PM Andreas Unterkircher

sending notification emails is now possible

Signed-off-by: Andreas Unterkircher <>

da8cd0c3 03/08/2008 02:05 PM Andreas Unterkircher

further development. creating slots is now possible

Signed-off-by: Andreas Unterkircher <>

e5080fd1 03/08/2008 12:18 PM Andreas Unterkircher

fix some session handling

Signed-off-by: Andreas Unterkircher <>

57ce528e 03/08/2008 09:53 AM Andreas Unterkircher

further development

Signed-off-by: Andreas Unterkircher <>

1a4e29b7 03/08/2008 09:12 AM Andreas Unterkircher

remove some phpfspot residues

Signed-off-by: Andreas Unterkircher <>

db4b67a6 03/08/2008 09:09 AM Andreas Unterkircher

check if Smarty is installed

Signed-off-by: Andreas Unterkircher <>

dae2f932 03/08/2008 09:06 AM Andreas Unterkircher

inital version of nephthys class

Signed-off-by: Andreas Unterkircher <>