Revisions for gollem/lib/Session.php

Location: [ Horde ] / gollem / lib / Session.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.44 (+2 -2 lines) 01/02/2008 06:12 AM Jan Schneider jan

Happy New Year

1.43 (+1 -2 lines) 11/07/2007 12:45 PM Jan Schneider jan

Copyright assignments from Max.

1.42 (+2 -2 lines) 06/27/2007 01:23 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

1.34.2.5 FRAMEWORK_3 (+4 -4 lines) 01/02/2007 08:54 AM Jan Schneider jan

Happy New Year

Tags: GOLLEM_1_0_3

1.41 (+2 -2 lines) 01/02/2007 07:47 AM Jan Schneider jan

Happy New Year

1.40 (+2 -3 lines) 01/01/2007 07:41 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.39 (+3 -3 lines) 09/04/2006 06:57 PM Michael M Slusarz slusarz

coding standards: don't use is_null().

1.34.2.4 FRAMEWORK_3 (+4 -4 lines) 01/01/2006 04:28 PM Jan Schneider jan

Happy new year

Tags: GOLLEM_1_0_2, GOLLEM_1_0_2_RC2, GOLLEM_1_0_2_RC1

1.38 (+4 -4 lines) 01/01/2006 04:10 PM Jan Schneider jan

Happy new year\!

1.34.2.3 FRAMEWORK_3 (+2 -2 lines) 11/11/2005 06:05 PM Jan Schneider jan

MFH: 1.35

Tags: GOLLEM_1_0_1

1.34.2.2 FRAMEWORK_3 (+2 -2 lines) 10/19/2005 03:25 PM Michael M Slusarz slusarz

Bug: 2683
MFH: quota page

Tags: GOLLEM_1_0_1_RC1

1.37 (+2 -2 lines) 10/13/2005 01:44 PM Michael M Slusarz slusarz

Bug: 2685
Add quota status page.

1.34.2.1 FRAMEWORK_3 (+8 -1 lines) 10/13/2005 03:53 AM Michael M Slusarz slusarz

MFH: 1.3 - permissions.php; 1.180 - Gollem.php; 1.36 - Session.php

1.36 (+8 -1 lines) 10/13/2005 03:48 AM Michael M Slusarz slusarz

Only activate quota if the VFS library supports it.

1.35 (+2 -2 lines) 10/13/2005 01:47 AM Matt Selsky selsky

ws

1.34 (+2 -1 lines) 08/02/2005 02:25 AM Michael M Slusarz slusarz

Move filter parameter in backends.php from the VFS 'params' array to
the driver's base level.

Tags: FRAMEWORK_3, GOLLEM_1_0

1.33 (+10 -10 lines) 07/30/2005 10:46 PM Michael M Slusarz slusarz

Home should default to root, not the base directory, if it is undefined.
Make more clear configuration error messages vs. authentication error messages.

1.32 (+13 -3 lines) 07/30/2005 12:36 PM Michael M Slusarz slusarz

Display error messages for login errors that take place outside of just
authentication (i.e. messages thrown in Session due to incorrect parameters).
Fix being able to autologin even if the backend was not fully setup.

1.31 (+17 -2 lines) 07/24/2005 01:32 PM Michael M Slusarz slusarz

Allow home directory to be autocreated on login if it doesn't exist.
In createFolder(), make sure the parent directory exists before trying to add
the directory.

Tags: GOLLEM_1_0_RC2

1.30 (+4 -2 lines) 07/22/2005 02:18 AM Michael M Slusarz slusarz

Added ability to copy/cut between VFS backends.

1.29 (+4 -1 lines) 07/21/2005 12:43 AM Michael M Slusarz slusarz

Make sure the clipboard is initalized in the session.

1.28 (+2 -1 lines) 07/21/2005 12:32 AM Michael M Slusarz slusarz

Add a clipboard screen.  This will most likely cause is to need to release
a RC2, but this was needed since the old way of copy/paste was cumbersome, not
very intuitive, and didn't let you both copy and cut at the same time.

1.27 (+10 -2 lines) 07/12/2005 02:41 AM Michael M Slusarz slusarz

Do a better job of prepping the session when root or home is a relative
directory.

Tags: GOLLEM_1_0_RC1

1.26 (+1 -5 lines) 07/02/2005 11:06 PM Matt Selsky selsky

Remove unneeded "@access public"

1.25 (+5 -6 lines) 05/10/2005 10:44 PM Matt Selsky selsky

Remove "optional" from phpdoc.

Tags: GOLLEM_1_0_BETA, GOLLEM_1_0_ALPHA1

1.24 (+4 -1 lines) 05/08/2005 01:23 AM Michael M Slusarz slusarz

VFS current directory query may return ''.  This must be interpreted for
our purposes as '/' or else we will run into undefined variable errors later.

1.23 (+1 -16 lines) 04/27/2005 02:38 AM Michael M Slusarz slusarz

[mms] Remove 'change_server' and 'change_port' configuration parameters and
instead allow admin to choose which VFS parameters can be overriden
by the user at login time via the backend configuration.

1.22 (+1 -2 lines) 04/20/2005 01:51 AM Matt Selsky selsky

Remove @version.

1.21 (+3 -3 lines) 04/05/2005 01:19 AM Michael M Slusarz slusarz

Bug: 1663
Looks like I got a bit greedy and removed the [root] link without realizing
that, even in setups without a root paramater, we need the root link to
provide a clickable link to the root directory.  The better thing to do
is to set 'root' to '/' if empty.

1.20 (+5 -2 lines) 03/22/2005 10:59 PM Michael M Slusarz slusarz

Bug: 1607
A couple more $vfs -> $GLOBALS['gollem_vfs'] missed conversions.
Make sure directory is set correctly when logging in.

1.19 (+7 -7 lines) 03/22/2005 02:19 AM Michael M Slusarz slusarz

Bug: 1603
Only show server select list if there is more than 1 server and the backend
list is set to 'shown' in the configuration.

1.18 (+3 -3 lines) 03/22/2005 01:37 AM Michael M Slusarz slusarz

Global VFS object is now referred to as 'gollem_vfs' instead of just 'vfs'.

1.17 (+8 -4 lines) 03/22/2005 01:16 AM Michael M Slusarz slusarz

phpdoc

1.16 (+11 -4 lines) 03/22/2005 01:15 AM Michael M Slusarz slusarz

Consolidate loading of the backend configuration file into centralized code.
Change backend variable name to 'gollem_backends' to avoid confusion.

1.15 (+2 -3 lines) 03/18/2005 04:15 PM Michael M Slusarz slusarz

No need for @since tags since a stable version has not been released yet.

1.14 (+18 -10 lines) 03/18/2005 01:42 AM Michael M Slusarz slusarz

Bug: 735
Allow user to switch between multiple backends during a single session.

1.13 (+16 -9 lines) 03/17/2005 12:39 AM Michael M Slusarz slusarz

Add the ability to store multiple backend states in the current session.  This
is the first step to allowing a user to be logged in to more than 1 backend
per Horde session at a time.

1.12 (+3 -3 lines) 02/17/2005 04:51 PM Jan Schneider jan

Don't set the root to home if not specified. We need to create home
directories on first login *under* the root.

1.11 (+5 -5 lines) 01/03/2005 09:34 AM Jan Schneider jan

Happy New Year

1.10 (+13 -4 lines) 11/17/2004 12:23 AM Michael M Slusarz slusarz

Bug: 808
Don't nuke password/username settings if they have been manually set in the
backends (i.e. VFS backends).

1.9 (+15 -16 lines) 11/11/2004 08:12 PM Michael M Slusarz slusarz

Bug: 785
Fix login rejection for backends that don't require credentials.

1.8 (+43 -57 lines) 10/14/2004 02:51 AM Michael M Slusarz slusarz

Convert Gollem authentication to use the Auth:: framework.

1.7 (+6 -2 lines) 10/04/2004 08:32 PM Michael M Slusarz slusarz

Add API for other Horde applications to show a file dialog to select
and return files.

1.6 (+3 -3 lines) 05/20/2004 11:27 AM Jan Schneider jan

Fix package names.

1.5 (+8 -8 lines) 04/25/2004 07:49 AM Michael M Slusarz slusarz

Better algorithim: use the value of the home directory as the default root
directory rather than the other way around.

1.4 (+75 -80 lines) 04/09/2004 03:48 PM Michael M Slusarz slusarz

Only support viewing one backend at a time now.  This is more consistent
with the rest of the Horde applications, and makes the code a whole heck
of a lot easier to read.
While cleaning out, clean up a lot of other stuff too (i.e. unused functions).
Lots of phpdoc/phpdoc stubs added.

1.3 (+3 -3 lines) 04/08/2004 06:02 PM Michael M Slusarz slusarz

VFS::pwd() -> VFS::getCurrentDirectory()

1.2 (+14 -14 lines) 04/08/2004 01:46 PM Michael M Slusarz slusarz

Correctly set root directory for ftp hosts (by default, if rootdir is not
defined, the rootdir will be set to the user's home directory, NOT the base
directory of the remote filesystem).

1.1 04/07/2004 07:36 PM Michael M Slusarz slusarz

[mms] Encrypt passwords in session.
[mms] Moved all session creation code to Gollem_Session::.