summaryrefslogtreecommitdiffstats
path: root/modules/authorize
Commit message (Collapse)AuthorAgeFilesLines
* Change the extension of the documentation files from .txt to .md so that ↵Jaime Perez Crespo2016-06-081-0/+0
| | | | they can processed as markdown and displayed in github.
* Merge pull request #344 from grnet/translation/elJaime Pérez Crespo2016-03-221-2/+4
|\ | | | | Add Greek support
| * Add Greek translation for authorize moduleNicolas Liampotis2016-03-161-2/+4
| |
* | Update the modules too.Jaime Perez Crespo2016-03-092-2/+2
|/
* Update translations to the latest changes registered in ↵Jaime Perez Crespo2015-11-161-2/+4
| | | | translation.rnd.feide.no. The portal is now down, so any new translations must come as pull requests.
* Clean one-liner comments.Jaime Perez Crespo2015-11-061-1/+1
|
* s/simpleSAMLphp/SimpleSAMLphp/gJaime Perez Crespo2015-11-064-4/+4
| | | | (being respectful with occurences that might change the behaviour, i.e. default database prefixes)
* Update translations. This resolves #234.Jaime Perez Crespo2015-08-251-2/+4
|
* Move SimpleSAML_Utilities:: redirectTrustedURL() to SimpleSAML\Utils\HTTP:: ↵Jaime Perez Crespo2015-04-221-1/+1
| | | | redirectTrustedURL() and deprecate the former.
* Solve a security issue with some modules (not validating URLs we are ↵Jaime Perez Crespo2015-02-271-10/+1
| | | | redirecting to) by moving the check to the SimpleSAML_Auth_State::loadState() method.
* Remove trailing PHP close tags. Closes #59.Jaime Perez2015-01-153-6/+0
|
* Adding Basque language.Jaime Perez2014-07-311-2/+4
|
* Drop obsolete SVN $Id$ keywords.Thijs Kinkhorst2014-07-094-4/+0
|
* Fix for bug introduced in r3332.Jaime Pérez Crespo2014-01-281-3/+3
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3336 44740490-163a-0410-bde0-09ae8108e29a
* Followup on previous commits. Use redirectUntrustedURL() as a shortcut, and ↵Jaime Pérez Crespo2014-01-241-0/+7
| | | | | | let everything else make use of redirectTrustedURL(). Move the responsibility to check the input out of the library, to the places where URLs are grabbed from input parameters. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3332 44740490-163a-0410-bde0-09ae8108e29a
* Start using the redirectTrustedURL() and redirectUntrustedURL() wrappers.Jaime Pérez Crespo2014-01-171-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3326 44740490-163a-0410-bde0-09ae8108e29a
* Added Czech language. Huge improvement to Russian language.Jaime Pérez Crespo2014-01-131-3/+5
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3320 44740490-163a-0410-bde0-09ae8108e29a
* Added Romanian language.Jaime Pérez Crespo2013-07-081-2/+4
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3253 44740490-163a-0410-bde0-09ae8108e29a
* Add Latvian translation.Olav Morken2013-05-231-0/+2
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3246 44740490-163a-0410-bde0-09ae8108e29a
* Make the previous commit safe for SPs and SSP acting as a proxy.Jaime Pérez Crespo2012-11-162-2/+10
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3202 44740490-163a-0410-bde0-09ae8108e29a
* Fix for issue #522. A logout link is now provided in the 403 error page of ↵Jaime Pérez Crespo2012-11-161-0/+2
| | | | | | the 'authorize' module. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3201 44740490-163a-0410-bde0-09ae8108e29a
* Add Serbian translation.Olav Morken2012-09-141-2/+4
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3163 44740490-163a-0410-bde0-09ae8108e29a
* Dictionary update.Olav Morken2012-01-231-2/+6
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3022 44740490-163a-0410-bde0-09ae8108e29a
* authorize:Authorize: Add deny & regex flags.Olav Morken2011-11-212-19/+106
| | | | | | | | | | | | | | | | This patch adds two new features to the authorize:Authorize filter: - Add flag to change the policy from default-deny to default-allow. This makes it possible to block specific users. - Add a flag that changes the matching algorithm from regex matching to string matching, which simplifies matching with strings that contain special characters. This patch also makes it simpler to subclass this filter. Thanks to Ryan Panning for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2987 44740490-163a-0410-bde0-09ae8108e29a
* translation update.Olav Morken2011-10-181-2/+6
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2948 44740490-163a-0410-bde0-09ae8108e29a
* Translation update (adds עִבְרִית )Olav Morken2011-06-151-2/+4
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2861 44740490-163a-0410-bde0-09ae8108e29a
* Estonian language updateAndreas Åkre Solberg2011-06-061-2/+4
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2860 44740490-163a-0410-bde0-09ae8108e29a
* Dictionary updateOlav Morken2011-03-101-2/+5
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2770 44740490-163a-0410-bde0-09ae8108e29a
* Huge language update, including Chinese-TWAndreas Åkre Solberg2011-01-261-2/+4
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2723 44740490-163a-0410-bde0-09ae8108e29a
* Dictionary translation update.Olav Morken2010-11-161-3/+7
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2629 44740490-163a-0410-bde0-09ae8108e29a
* Large language update, including japanese translationAndreas Åkre Solberg2010-11-021-2/+4
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2613 44740490-163a-0410-bde0-09ae8108e29a
* Language update. General update. Adding new language: Czech, Italiana, ↵Andreas Åkre Solberg2010-10-121-2/+6
| | | | | | Lietuvių kalba git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2577 44740490-163a-0410-bde0-09ae8108e29a
* Dictionary updateOlav Morken2010-05-311-2/+4
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2330 44740490-163a-0410-bde0-09ae8108e29a
* language updateAndreas Åkre Solberg2010-03-261-2/+6
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2243 44740490-163a-0410-bde0-09ae8108e29a
* Language updateAndreas Åkre Solberg2010-03-231-2/+4
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2235 44740490-163a-0410-bde0-09ae8108e29a
* Language updateAndreas Åkre Solberg2010-01-291-2/+6
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2149 44740490-163a-0410-bde0-09ae8108e29a
* Dictionary update.Olav Morken2010-01-261-2/+6
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2133 44740490-163a-0410-bde0-09ae8108e29a
* Mer norsk oversettelseAndreas Åkre Solberg2010-01-121-2/+4
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2106 44740490-163a-0410-bde0-09ae8108e29a
* Pretty print output of translation files... For better diffs..Andreas Åkre Solberg2010-01-121-1/+8
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2103 44740490-163a-0410-bde0-09ae8108e29a
* Major update to dictionary system. Now using json format. Script provided to ↵Andreas Åkre Solberg2010-01-123-15/+9
| | | | | | download translation files and convert dictionary formats... git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2100 44740490-163a-0410-bde0-09ae8108e29a
* Update default-disable and default-enable for all modules.Olav Morken2009-10-191-0/+3
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1869 44740490-163a-0410-bde0-09ae8108e29a
* Formatting of documentationAndreas Åkre Solberg2009-10-191-14/+8
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1867 44740490-163a-0410-bde0-09ae8108e29a
* Add authorize-module.Olav Morken2009-10-056-0/+199
This module provides a filter for doing attribute-based access control for a service provider. Thanks to Ernesto Revilla for creating this filter. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1816 44740490-163a-0410-bde0-09ae8108e29a