Activity
From 10/24/2008 to 11/22/2008
11/16/2008
- 08:30 AM Devel #112: modify users default expiration time also via user-mgmt
- currently user can only manage itself via "My Profile"
11/15/2008
- 12:49 PM avoid read/write access to ftp-root directory
- While directory-listing was disabled, it was still possible to upload files into the ftp-root directory ("/") and as well reading files from within this directory. But for this it required to know the exact filename of objects within the ftp-root ...
- 12:45 PM Bug #111 (Closed): current default proftpd.conf allows read/write/delete in ftp-root directory
- found out howto avoid read/write access to ftp-root directory. adapted example proftpd.conf in wiki
- 08:13 AM Bug #111: current default proftpd.conf allows read/write/delete in ftp-root directory
- directory listing is not possible, so an attacker would need to know, what is in there.
http://oss.netshadow.at/wiki/nephthys/Installation#8
11/08/2008
- 10:44 AM Nephthys 1.4
- Release 1.4 comes with some new features like notifying expired buckets to their owners, column-sort and a force-profile-update option.
Bugs like having problems with fixed font-size, deleting buckets and Exception viewing have been solved.
...
- 10:10 AM Revision 3460bb515e4ad608ba0106a41e7a939b8d9f8e92: update release-test template file Signed-off-...
- update release-test template file
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
- 09:57 AM Revision 0675f6e8f76341ce1c20ff49c9b5c89a1cf011ce: release test for v1.4 Signed-off-by: Andreas ...
- release test for v1.4
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
- 09:08 AM Revision 9f7613920a1601c9ec3fb683857782d976ac2d5f: CHANGELOG update for 1.4 release Signed-off-b...
- CHANGELOG update for 1.4 release
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
- 07:51 AM Devel #108: move javascript calls out of href parameters
- instead they should be invoked via onclick
- 07:36 AM Revision 3bf9f14844a956cecc9574c661433bad5e44bb3d: update phpDocumentator files Signed-off-by: A...
- update phpDocumentator files
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
- 07:34 AM Revision 31fc2a3c9815c9a6e2e61e34d4b6d1f14beaa413: ignore debian directory when creating phpDoc's...
- ignore debian directory when creating phpDoc's
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
- 07:32 AM Revision 34c9bc8a60e3bffb6ccae1504c81e1949eb3dd38: some docbook updates Signed-off-by: Andreas U...
- some docbook updates
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
11/07/2008
- 08:18 PM Bug #105 (Closed): sort-by-owner produce empty fields in bucket-listing
- 08:18 PM Bug #107 (Closed): creating bucket broken because of notice message
- 08:18 PM Revision 7ea597b682b1ed7ea2bf2d153208c2b318bbb743: fix english phrase on sending bucket notificat...
- fix english phrase on sending bucket notifications
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
- 08:15 PM Bug #105 (Resolved): sort-by-owner produce empty fields in bucket-listing
- Applied in changeset commit:"305613a2c4af7bb94ac4e938dd8abf003c580210".
- 08:15 PM Bug #107 (Resolved): creating bucket broken because of notice message
- Applied in changeset commit:"68b8bbc2b327d6503131ef6673a53c05d93b0d3f".
- 08:13 PM Revision 305613a2c4af7bb94ac4e938dd8abf003c580210: sort by owner now works for SQLite as well (SQ...
- 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 <unki@netshadow.at>
- 07:39 PM Revision 68b8bbc2b327d6503131ef6673a53c05d93b0d3f: avoid notice message when creating buckets, fi...
- avoid notice message when creating buckets, fixes #107
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
- 07:37 PM Bug #107: creating bucket broken because of notice message
-
Notice: Undefined index: bucket_notify_on_expire in /var/www/nephthys/nephthys_buckets.php on line 440
ok,2
- 12:42 PM Feature #106: HTTP Upload direct from start page
- Would be fine if you could add some code to implement direct upload feature from start page. I thought about functionality similar to www.rapidshare.com - Press browse button, select source file and confirm upload start. A kind of progress bar out...
- 09:34 AM Bug #105: sort-by-owner produce empty fields in bucket-listing
- maybe only related to SQLite database
name, owner, created, expired, ... fields remain empty
11/05/2008
- 01:07 PM Feature #104: lookup address-book contacts via ldap
- while entering a receipient during creating a bucket, it would be great if Nephthys not only looks into his local addressbook, but also takes a look into a configured ldap directory for matches.
- 01:06 PM Feature #103: lookup profile details via ldap
- when a server-authenticated user logs in the first time, it would be nice if his profile details get automatically filed by looking up into a ldap directory
- 12:53 PM Feature #102: show bucket-details
- a quick overview about the content of a bucket
* used diskspace
* amount of files & directories
* last change (last file modification time)
11/02/2008
- 12:41 PM Revision 3e1d928b406aa9a544bcfd4a5fb959f1268797f6: fix default base_path in nephthys_cfg.php.dist...
- fix default base_path in nephthys_cfg.php.dist
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
- 12:30 PM Revision fe52799363cbe2306d90b4c6f8f4571346b5c359: fix Nephthys typo in nephthys_cfg.php.dist Si...
- fix Nephthys typo in nephthys_cfg.php.dist
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
10/30/2008
- 06:14 AM Feature #28 (Assigned): file-transfer via flash- or java-applet
- another one found here:
http://don.citarella.net/index.php/actionscript-examples/flash-file-uploader/
10/29/2008
- 06:55 PM Bug #101 (Closed): sort by owner is now done via database id
- 06:54 PM Bug #101 (Resolved): sort by owner is now done via database id
- Applied in changeset commit:"ae2d18b9fb9e9ee2848162a9ec59e5b8908e0739".
- 06:53 PM Revision ae2d18b9fb9e9ee2848162a9ec59e5b8908e0739: sort by owner is now done by user-name, not by...
- sort by owner is now done by user-name, not by user-id, fixes #101
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
10/28/2008
- 10:25 PM Devel #37 (Closed): sort columns
- 10:24 PM Bug #101: sort by owner is now done via database id
- instead of the real user name. refs #37
- 10:21 PM Devel #37 (Resolved): sort columns
- Applied in changeset commit:"fbaee801e620d553ec17d14c15befc10e03f2b29".
- 08:45 PM Devel #37 (Assigned): sort columns
- 08:35 PM Revision fbaee801e620d553ec17d14c15befc10e03f2b29: sort columns, resolves #37 Signed-off-by: And...
- sort columns, resolves #37
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
10/26/2008
- 02:39 PM Devel #98 (Closed): make the big send & receive buttons more look like links
- 02:39 PM Devel #98 (Resolved): make the big send & receive buttons more look like links
- Applied in changeset commit:"757aebf41dced613f40b7a1b8e7706bfbcdb2629".
- 02:24 PM Revision 757aebf41dced613f40b7a1b8e7706bfbcdb2629: send- and receive-buttons are now changing the...
- send- and receive-buttons are now changing their color a bit to behave more like a link, resolves #98
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
- 02:04 PM Bug #100 (Closed): PHP exceptions to not look very nice without HTML
- 02:04 PM Bug #100 (Resolved): PHP exceptions to not look very nice without HTML
- Applied in changeset commit:"9507541cbe74f77b17ebf529547d085965876464".
- 02:02 PM Revision 9507541cbe74f77b17ebf529547d085965876464: introduced new class NEPHTHYS_EXCEPTION which ...
- introduced new class NEPHTHYS_EXCEPTION which takes care of beautifying the output of an exception, fixes #100
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
- 01:38 PM Revision 8bcf59aa5f8ad8c8e2a1e114d46a7edcb047abfe: remove getBucketDetails() from NEPHTHYS, it go...
- remove getBucketDetails() from NEPHTHYS, it got superseeded by get_bucket_details() in NEPHTHYS_BUCKETS
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
- 01:08 PM Bug #99 (Closed): print error messages via _error() function
- 01:08 PM Bug #99 (Resolved): print error messages via _error() function
- Applied in changeset commit:"b340940a7d1465f8f56ae540a2ee25e2df089585".
- 01:07 PM Revision b340940a7d1465f8f56ae540a2ee25e2df089585: for error/warning use the general _error() fun...
- for error/warning use the general _error() function, fixes #99
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
- 12:44 PM Devel #97 (Closed): on edit-mode set focus automatically to first input field
- 12:44 PM Devel #97 (Resolved): on edit-mode set focus automatically to first input field
- Applied in changeset commit:"e6a5d0ac4ed2fb4c303fb24715065e786307d14b".
- 12:43 PM Revision e6a5d0ac4ed2fb4c303fb24715065e786307d14b: auto-focus first input in all edit-pages, reso...
- auto-focus first input in all edit-pages, resolves #97
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
- 10:39 AM Devel #96 (Closed): Notify owner when bucket expires
- 10:39 AM Devel #96 (Resolved): Notify owner when bucket expires
- Applied in changeset commit:"385f188a352bcb5c34bfe88ce1518556e53d1761".
- 10:38 AM Revision e78df5658ea16561251ebafd4162bd6d6c21b06f: remove double question-sign Signed-off-by: An...
- remove double question-sign
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
- 08:07 AM Revision 385f188a352bcb5c34bfe88ce1518556e53d1761: notify owner when bucket has expired, resolves...
- notify owner when bucket has expired, resolves #96
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
- 07:53 AM Bug #100: PHP exceptions to not look very nice without HTML
- currently a PHP exception looks like:
Fatal error: Uncaught exception 'Exception' in /srv/www/share.netshadow.at/htdocs/nephthys/nephthys_db.php:543 Stack trace: #0 /srv/www/share.netshadow.at/htdocs/nephthys/nephthys_db.php(133): NEPHTHYS_DB->...
- 07:45 AM Bug #99: print error messages via _error() function
- currently most errors/warning are using print() directly
- 07:44 AM Revision c6bb83954f10a6f95cb6e525b9c484b9706744ba: update CHANGELOG regarding feature #87 Signed...
- update CHANGELOG regarding feature #87
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
10/25/2008
- 08:08 PM Devel #87 (Closed): newly auto-created users should be forced to update their profile
- 08:08 PM Devel #87 (Resolved): newly auto-created users should be forced to update their profile
- Applied in changeset commit:"20d753841a75a03aeffbbbe75c82bde1fec855e1".
- 07:38 PM Revision 20d753841a75a03aeffbbbe75c82bde1fec855e1: force newly auto-created users to update their...
- force newly auto-created users to update their profiles, resolves #87
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
- 11:55 AM Revision 28a4534bc6b4e358f1fd1ee143266795f02575cc: update CHANGELOG Signed-off-by: Andreas Unter...
- update CHANGELOG
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
- 11:41 AM Devel #94 (Closed): show privileges in user-mgmt overview
- 11:41 AM Devel #94 (Resolved): show privileges in user-mgmt overview
- Applied in changeset commit:"e9535274426d50626b6469d4d6c1afa6cf1a27e3".
- 11:40 AM Revision e9535274426d50626b6469d4d6c1afa6cf1a27e3: show privileges in user-management overview, r...
- show privileges in user-management overview, resolves #94
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
- 11:26 AM Devel #92 (Closed): do not use fixed font sizes
- 11:26 AM Devel #92 (Resolved): do not use fixed font sizes
- Applied in changeset commit:"3560bd6dc813d598b10e998670ace9f54cd4b5fd".
- 11:24 AM Revision 3560bd6dc813d598b10e998670ace9f54cd4b5fd: remove any fixed font-size definition from tem...
- remove any fixed font-size definition from template code and stylesheets. resolves #92
moved style-definitions for IE httpFolder spans to stylesheet class span.ie_davlink
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
- 11:11 AM Devel #98: make the big send & receive buttons more look like links
- some users complaint, that they were unsure first, if these buttons are clickable
- 10:59 AM Devel #97: on edit-mode set focus automatically to first input field
- when starting edit mode for buckets, user, addressbook, profile, ... set immediately the focus to the first input-field so the user can start typing without need to click with the mouse
- 10:57 AM Devel #90 (Closed): pimp nephthys_watch.php
- 10:57 AM Bug #93 (Closed): bucket should not be removed from database when bucket-directory can't be deleted
- 10:57 AM Devel #90 (Resolved): pimp nephthys_watch.php
- Applied in changeset commit:"ac5b6e1f14c9d92cc89ebc92ed7d00d56ef2090f".
- 10:57 AM Bug #93 (Resolved): bucket should not be removed from database when bucket-directory can't be del...
- Applied in changeset commit:"9dbbcbb873223085beacbdc4482a6220c5a93f70".
- 10:48 AM Revision 17ed2c1e47047dc8938aa0d393e353f204c0fbd2: _error() function differs now between commandl...
- _error() function differs now between commandline output and normal browser output
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
- 10:36 AM Revision bc36fa8491e95e7c57129e9995be8105c80a2b0f: remove unused _debug() function Signed-off-by...
- remove unused _debug() function
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
- 10:36 AM Revision ac5b6e1f14c9d92cc89ebc92ed7d00d56ef2090f: extend nephthys_watch.php bucket cleanup scrip...
- 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 opti...
Also available in: Atom