[commits] Horde branch master updated. c62cd976117eba62a198b9923edae7ad539adc03

Jan Schneider jan at horde.org
Fri Aug 5 12:13:43 UTC 2011


The branch "master" has been updated.
The following is a summary of the commits.

from: c3809ba16f0cc868c4cddb237c689f97e48a0a41

cc2c809 Add validate capability to application auth. Allow transparent authentication after auth validation failed.
6075967 Add VFS factories.
6c1fa54 Store backend information in a static property instead of global variable.
5fb457b Convert Gollem authentication to Horde 4.
6f83946 Style
67aa793 Fix JS generation.
c62cd97 Update de translation.

-----------------------------------------------------------------------

commit cc2c8095b8ad82ee7555c0df3ee6586037fa206a
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 5 12:21:37 2011 +0200

    Add validate capability to application auth. Allow transparent authentication after auth validation failed.

 framework/Core/lib/Horde/Core/Auth/Application.php |   11 +++++--
 framework/Core/lib/Horde/Registry.php              |   31 ++++++++++++++++----
 framework/Core/lib/Horde/Registry/Application.php  |   12 +++++++
 framework/Core/package.xml                         |    1 +
 4 files changed, 46 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/cc2c8095b8ad82ee7555c0df3ee6586037fa206a

-----------------------------------------------------------------------

commit 60759677c2efbf155a7954cb973c3da3b90daa92
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 5 14:01:33 2011 +0200

    Add VFS factories.

 gollem/edit.php                   |    8 +++-
 gollem/lib/Api.php                |   25 ++++++++++----
 gollem/lib/Factory/Vfs.php        |   68 +++++++++++++++++++++++++++++++++++++
 gollem/lib/Factory/VfsDefault.php |   38 ++++++++++++++++++++
 gollem/lib/Gollem.php             |   66 ++++++++++++++++++++---------------
 gollem/manager.php                |    3 ++
 gollem/quota.php                  |    2 +-
 gollem/view.php                   |    1 +
 8 files changed, 173 insertions(+), 38 deletions(-)
 create mode 100644 gollem/lib/Factory/Vfs.php
 create mode 100644 gollem/lib/Factory/VfsDefault.php

http://git.horde.org/horde-git/-/commit/60759677c2efbf155a7954cb973c3da3b90daa92

-----------------------------------------------------------------------

commit 6c1fa54978383bb09bf314c89f541470608c5e3a
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 5 14:05:38 2011 +0200

    Store backend information in a static property instead of global variable.

 gollem/edit.php            |    2 +-
 gollem/lib/Api.php         |    4 +--
 gollem/lib/Application.php |    7 +++-
 gollem/lib/Auth.php        |    4 +-
 gollem/lib/Gollem.php      |   78 ++++++++++++++-----------------------------
 gollem/manager.php         |   61 ++++++++++++++++------------------
 gollem/quota.php           |    2 +-
 gollem/selectlist.php      |   34 ++++++++-----------
 gollem/view.php            |    2 +-
 9 files changed, 80 insertions(+), 114 deletions(-)

http://git.horde.org/horde-git/-/commit/6c1fa54978383bb09bf314c89f541470608c5e3a

-----------------------------------------------------------------------

commit 5fb457ba73dc0e2a2d3092b04796a3abc57b1729
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 5 14:07:03 2011 +0200

    Convert Gollem authentication to Horde 4.
    
    Gollem functionality itself hasn't been tested much yet, but authentication and
    backend switching works. Transparent authentication works too but not
    automatically yet. Using Gollem for Horde authentication hasn't been tested at
    all yet.

 gollem/lib/Api.php         |    2 +
 gollem/lib/Application.php |  333 +++++++++++++----------------
 gollem/lib/Auth.php        |  503 +++++++++++++++++++++++--------------------
 gollem/lib/Gollem.php      |  207 ++-----------------
 gollem/permissions.php     |    4 +-
 gollem/templates/menu.html |    6 +-
 gollem/view.php            |    3 +-
 7 files changed, 446 insertions(+), 612 deletions(-)

http://git.horde.org/horde-git/-/commit/5fb457ba73dc0e2a2d3092b04796a3abc57b1729

-----------------------------------------------------------------------

commit 6f83946a9dd102afe16d3ae2c5ee0bb5c19cd45f
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 5 14:09:31 2011 +0200

    Style

 gollem/lib/Gollem.php  |   39 +++++++++++++++++++++------------------
 gollem/permissions.php |    2 +-
 2 files changed, 22 insertions(+), 19 deletions(-)

http://git.horde.org/horde-git/-/commit/6f83946a9dd102afe16d3ae2c5ee0bb5c19cd45f

-----------------------------------------------------------------------

commit 67aa7939f10a2c6083ff2d016470c7f8fa32088e
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 5 14:09:50 2011 +0200

    Fix JS generation.

 gollem/templates/javascript_defs.php |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/67aa7939f10a2c6083ff2d016470c7f8fa32088e

-----------------------------------------------------------------------

commit c62cd976117eba62a198b9923edae7ad539adc03
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 5 14:10:27 2011 +0200

    Update de translation.

 gollem/locale/de/LC_MESSAGES/gollem.mo |  Bin 81441 -> 81422 bytes
 gollem/locale/de/LC_MESSAGES/gollem.po |    8 ++++----
 2 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/c62cd976117eba62a198b9923edae7ad539adc03




More information about the commits mailing list