Commit Graph

23 Commits (83a115e340959699bbd3196b090e4d5a99ef89e0)

Author SHA1 Message Date
Luciano Righetti 83a115e340 chg: use adhoc redis implementation for cache as @iglocska suggested 2022-05-11 16:37:48 +02:00
Luciano Righetti c82f8e5d03 chg: cache Taxonomy:getTaxonomyForTag() 2022-05-11 15:34:25 +02:00
Jakub Onderka e8c4378893 new: [internal] Faster caching 2021-11-18 18:48:34 +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
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
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
iglocska 3509caf198 chg: version bump and changed default session engine to php 2017-01-31 10:38:19 +01:00
Andreas Ziegler 7d0a6e6e82 chg: better readability of config files 2016-08-23 04:22:35 +02:00
Andreas Ziegler fa8300adea chg: fix indention in some files 2016-08-22 03:40:17 +02:00
Iglocska 034b89ac2e chg: Added autoRegenerate to default.core.php
- renews the session on activity
2016-07-02 23:46:19 +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 8a2352f7b8 remove single spaces in front of tabs 2016-06-04 01:14:25 +02:00
William Robinet 8283e0216c Fix typos 2016-02-16 22:01:19 +01:00
Iglocska 375a66220e Made the background workers baseline, should make the installation a bit easier 2016-02-01 15:10:45 +01:00
iglocska a93807439d Several bigger changes
- new functionality: Event blacklisting by UUID
  - site admins cna enable this feature in the server settings
  - enabling the feature will make the required db changes
  - any deleted event will automatically get blacklisted
  - this prevents deleted events from flowing back from a synced instance
  - site admins can manually add UUIDs to the list and remove entries

- fix to UUID duplication issues for attributes
  - simply run the admin script and it will regenerate the UUID of attributes that are duplicates, if any such exist
  - timestamps/event published status will not be affected

- config.core.php now includes a change that prevents from 404 exceptions being logged
  - the sync uses 404s to signal that an event with a given uuid does not exist when negotiating proposal synchronisation
  - this causes a dangerously high amount of noise in the logs
2015-08-17 16:10:10 +02:00
iglocska d51fa92206 Changes to CakeResque installation fixes #287
- CakeResque's installation instructions changed
2014-09-12 13:29:30 +02:00
iglocska 8bb47c863d Incorrect default timeout value fixed in core.php 2014-04-28 14:50:47 +02:00
Christophe Vandeplas ac5c59e9af minor changes 2013-06-24 15:12:30 +02:00
Christophe Vandeplas 69251490ef Merge branch 'feature/gui' of https://github.com/MISP/MISP into
feature/gui

Conflicts:
	app/View/Logs/admin_index.ctp
	app/View/Logs/admin_search.ctp
	app/View/Users/memberslist.ctp
2013-05-31 17:50:00 +02:00
iglocska 54c02dc218 Update to the default config files
- Some minor changes to the default config files
2013-03-18 13:38:52 +01:00
Andrzej Dereszowski c90ec416f0 Configuration files renamed to better handle git merges on production systems.
Please add new features with their default values. Their should contain only example values.

	renamed:    app/Config/bootstrap.php -> app/Config/bootstrap.default.php
	renamed:    app/Config/core.php -> app/Config/core.default.php
	renamed:    app/Config/database.php -> app/Config/database.default.php
2012-10-09 14:44:25 +02:00