[koha-commits] main Koha release repository branch master updated. v16.05.00-802-ga4e4c97

Git repo owner gitmaster at git.koha-community.org
Fri Sep 9 16:44:18 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  a4e4c975217f0aa36ea8265a314eabba13d37f00 (commit)
       via  6107e91f142f1498e718365fd8be09a18168e700 (commit)
      from  130733a0130d4cf2e522956165ee1d2c0557cceb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a4e4c975217f0aa36ea8265a314eabba13d37f00
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Aug 12 08:09:50 2016 +0200

    Bug 17110: Add unit test for MaxAge parameter in Token.t
    
    Test plan:
    Run t/Token.t
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 6107e91f142f1498e718365fd8be09a18168e700
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Aug 11 15:25:44 2016 +0200

    Bug 17110: Lower CSRF expiry in Koha::Token
    
    Default expiry in WWW:CSRF is one week.
    This patch sets it to 8 hours by default in Koha, and allows to
    change the expiry period individually by passing MaxAge.
    
    Test plan:
    [1] Put items in your cart.
    [2] Apply the example patch too.
    [3] Send the cart from opac within the allotted 10 seconds.
    [4] Send again, but wait some 10 seconds before submitting. Too late!
    
    Tested 3 patches together, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/Token.pm |    2 ++
 t/Token.t     |   15 ++++++++++++++-
 2 files changed, 16 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list