Commit Graph

261 Commits (c6183dbb98edb5dcee7020da6f0b525da90212b7)

Author SHA1 Message Date
iglocska 4bb08fe151
fix: [config defaults] unset the default python bin path 2021-07-26 16:18:11 +02:00
iglocska 76af4b9d90
fix: [config defaults] changed default attachment storage 2021-07-26 16:16:23 +02:00
iglocska 1cb1cc546e
chg: [republish ban] enabled by default on new installs 2021-07-26 13:44:38 +02:00
mokaddem f841cfbc90
chg: [config] Added missing options
Fix #7549
2021-07-14 10:53:44 +02:00
mokaddem 6eceb3b8ce
fix: [config] Fixed indentation 2021-07-14 10:33:20 +02:00
Alexandre Dulaunoy ce93848dea
chg: [config] default config now uses RFC2606 example.com domain 2021-05-25 12:11:19 +02:00
Andras Iklody 0f78aef0c9
Merge pull request #7334 from Wachizungu/fix-allowedlists-route
chg: [routes] fix allowedlists routes. Renamed from whitelists.
2021-05-14 12:12:16 +02:00
Jakub Onderka ad1b373766 new: [log] Audit log 2021-05-03 13:44:44 +02:00
Steven fd9ca80f35 Change config.default.php to have everything needed for Azure AD authentication in there (as suggested in PR 6661) 2021-04-14 14:02:50 +02:00
Jeroen Pinoy 9ed2ae96ce
chg: [routes] fix allowedlists routes. Renamed from whitelists. 2021-04-13 14:17:32 -07:00
iglocska afbf95a478
fix: [security] Require password confirmations by default
- the setting is optional, but the default should be that it's required unless disabled

- As reported by Patrix Kontura from ESET
2021-01-19 14:01:36 +01:00
nighttardis 39abf9a420
Update core.default.php
Fixing PHP syntax error that appears on PHP 7.4
2020-10-14 10:17:51 -05:00
Jakub Onderka cf1483c906 chg: [cookie] Set session cookie SameSite to Lax to avoid browser warnings 2020-10-09 23:07:14 +02:00
Richard van den Berg bb8981353b chg: [Shell] Add MISP.osuser for updates. Fix #6368 2020-10-01 13:47:51 +02:00
Jakub Onderka 04a7398444 fix: [internal] Syntax error in bootstrap.default.php 2020-08-18 12:35:27 +02:00
Vito Piserchia a393d411e1 rebase continue 2020-08-17 17:13:58 +02:00
Léarch 8207be22ba Corrected redirections
See the following for an explanation:
https://stackoverflow.com/questions/6836990/how-to-get-complete-current-url-for-cakephp#comment11184149_6875310
2020-08-17 15:53:27 +02:00
Vito Piserchia b8c7485712 resolve merge 2020-08-16 13:31:31 +02:00
Jakub Onderka c347ffc6db new: [internal] 'GnuPG.obscure_subject' option to not send unencrypted subject 2020-08-12 19:33:15 +02:00
Jakub Onderka 8c2bdf6d56
fix: `DefaultRoleId` is not implemented for ApacheShibbAuth 2020-01-24 09:26:37 +01:00
Andras Iklody 69ec57dd39
Merge pull request #5375 from JakubOnderka/patch-71
fix: Remove unusued config option
2019-12-03 09:06:48 +01:00
Alexandre Dulaunoy 983a58afba
chg: [default] old default 'TLP Amber' is now 'tlp:amber' to be consistent and use MISP taxonomy naming 2019-11-04 12:41:52 +01:00
Jakub Onderka c22a63f309
fix: Remove unusued config option 2019-10-31 14:17:19 +01:00
RuneBergh abe0e440d4
Adding commenting for key to use with ldap
Commenting in the PHP_AUTH_USER key which is set by basic auth if using ldap or AD authentication.
2019-10-23 10:56:52 +02:00
garanews 85c28ce36e Fix some typo
Fix some typo
2019-10-04 13:02:59 +02:00
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