Commit Graph

236 Commits (745512e71e09580ae533a1e14dfc3026cd9f9cd2)

Author SHA1 Message Date
Jakub Onderka 128f6c5267
chg: Do not log ForbiddenException by default
This exception is thrown when not logged access `users/checkIfLoggedIn.json`
2019-08-15 13:32:10 +02:00
StefanKelm 1660e6a398
Replace http with https 2019-08-12 13:57:57 +02:00
chrisr3d 449474fac0
add: [Config] Added CWE url for the new attribute type 2019-08-01 16:44:15 +02:00
Andras Iklody 78d94870e4
Merge pull request #4421 from andir/2.4-linotp
new: WIP LinOTP authentication
2019-04-04 13:18:23 +02:00
couchuser12345 ea82a8ca5a
Add updateUser to default config 2019-03-27 16:27:40 -04:00
Andreas Rammhold 516cf0767b new: WIP LinOTP authentication 2019-03-13 14:15:06 +01:00
Steve Clement 0328b1b04a
Merge branch '2.4' into add-email-field-option-for-kerberos-authentication 2019-03-03 07:39:45 +05:30
Martin Kulhavy abd10e5f51 Add LDAP network timeout 2019-02-07 13:02:22 +02:00
iglocska 5d6b7f564b fix: [routes] Added route for .csv parsing 2018-10-22 05:20:09 +02:00
Anthony Vaccaro 61e9851397 Add "manage workers" option.
This is enabled by default, which replicates the current behaviour of having controls to start, stop and restart workers in the server settings page.
When set to disabled, these controls are hidden, which allows server administrators to manage the worker processes externally, e.g. via systemd.

A sample systemd unit file has also been included into the INSTALL directory.
2018-10-08 12:28:22 +10:00
iwitz f7283cda65
new: added ldapEmailField example and exaplanation 2018-08-24 14:15:45 +02:00
iglocska 36ca1e002b fix: [bug] Fixed route to /regexp/admin_index 2018-07-04 13:39:07 +02:00
iglocska e95bb043b4 chg: [Session handling] Added some sane defaults to the session handler 2018-06-30 19:41:54 +02:00
Steve Clement 0471ffe909
Update core.default.php
flipped 'autoRegenerate' sessions. This setting wants to be off for production machines.
2018-06-30 14:14:49 +08:00
Andras Iklody 173496c305
Merge pull request #1969 from devnull-/GPG_sign_option
Add a option to sign GPG emails
2018-01-24 11:11:03 +01:00
Tomi Juntunen 42cecee60a new: Update config.php template with the option whether to chase LDAP referrals. 2017-12-20 10:43:53 +02:00
Tristan METAYER 66a43f5511 Add an imput for search on all attributes in an event.
field to search can be modify in administration page.
2017-10-04 19:07:58 +02:00
Ángel González 926895733b Cosmetic changes
Change space indents to tabs
Remove ?> at end of file
Add or remove some indentation where appropriate
2017-05-08 00:45:57 +02:00
devnull- 0b16ff13c9 Add 'Precedence: bulk' in email header 2017-02-28 16:53:55 +01:00
devnull- e4023fabb6 Merge branch '2.4' into GPG_sign_option 2017-02-28 15:47:21 +01:00
devnull- 8ab3d53660 Add option 'sign' in GPG section 2017-02-21 09:37:29 +01:00
Andras Iklody 2460df131f Merge pull request #1958 from devnull-/ssl_client
Client SSL Certificate Authentication improvements
2017-02-17 13:32:16 +01:00
devnull- 50d70a1523 Missing 'the' in comment 2017-02-16 14:37:54 +01:00
devnull- 0400bd525b Add details in client SSL authentication comments 2017-02-16 14:34:53 +01:00
iglocska 3509caf198 chg: version bump and changed default session engine to php 2017-01-31 10:38:19 +01:00
Iglocska ffd087ba38 fix: Added a warning if utf8 encoding isn't set up in the database config
- also, changed the default database config to enforce utf8
2017-01-19 16:40:23 +01:00
iglocska 7146652059 Merge branch '2.4' into feature/attribute-tagging 2016-12-26 23:30:21 +01:00
Emil Enemærke ca3a1b0e9e Added support for creating users into different roles depending on ldap group membership 2016-12-20 14:53:25 +01:00
Richard van den Berg 7687341ada Make threatlevel in E-mail subject optional 2016-12-16 17:17:20 +01:00
Andreas Ziegler 85a357dcdb new: add config options for attribute tagging 2016-09-29 16:52:30 +02:00
Iglocska e4f0de7805 chg: cleanup of old acl system config files that hasn't been used in years 2016-09-14 09:26:13 +02:00
iglocska 2b8cecf15f fix: cleanup of the routes file 2016-09-02 21:52:14 +02:00
Andreas Ziegler 9bf0e16ac6 new: add basic experimental support for PostgreSQL 2016-08-31 04:11:49 +02:00
Andras Iklody ca9102fdb5 Merge pull request #1462 from rotanid/obsolete-files
remove obsolete backups of config files
2016-08-24 09:45:53 +02:00
Andreas Ziegler 7d0a6e6e82 chg: better readability of config files 2016-08-23 04:22:35 +02:00
Andreas Ziegler c7357d6407 chg: remove obsolete backups of config files 2016-08-22 04:01:21 +02:00
Andreas Ziegler fa8300adea chg: fix indention in some files 2016-08-22 03:40:17 +02:00
Andreas Ziegler 340129ebdd chg: remove obsolete Schema stuff 2016-08-16 16:05:57 +02:00
ppanero d03ede615b SSO plugin (Shibboleth based). Instructions to enable and configure it are present in the app/Plugin/ShibbAuth/README.md 2016-08-04 16:34:09 +02:00
Cristian Bell 4f169a8ffa fix: Remove the default defined salt #625 2016-07-20 11:17:23 +02:00
Iglocska 034b89ac2e chg: Added autoRegenerate to default.core.php
- renews the session on activity
2016-07-02 23:46:19 +02:00
Alexandre Dulaunoy 3b648330ee Fix #1272 2016-06-16 11:38:41 +02:00
Richard van den Berg 15b83aa052 Fix spaces 2016-06-07 11:39:40 +02:00
Richard van den Berg 8b725d47ec Add CertAuth.userDefaults example 2016-06-07 11:38:50 +02:00
Andreas Ziegler 1d06f25b38 chg: add newline character before EOF to non-minified (text-)files 2016-06-06 10:09:55 +02:00
Andreas Ziegler c1eda1e04b remove single spaces after tabs 2016-06-04 01:54:19 +02:00
Andreas Ziegler 8a2352f7b8 remove single spaces in front of tabs 2016-06-04 01:14:25 +02:00
Andreas Ziegler 0fe692c56a remove whitespace at end of line 2016-06-04 01:10:45 +02:00
Andreas Ziegler 898ea1d97c remove whitespace (space/tab) from empty lines 2016-06-04 01:08:16 +02:00
Iglocska 026c0a5d16 fix: Default bootstrap fixed for http 2016-06-02 14:24:06 +02:00