Commit Graph

75 Commits (741a74165efb415c744bfad7f7e8a4403113247a)

Author SHA1 Message Date
Jakub Onderka 0a941bd7f3 fix: [internal] Remove UrlCache 2021-11-19 11:56:14 +01: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
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
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
Iglocska b5e9d11d43 fix: Fixed an issue with the default bootstrap.default.php 2016-06-02 14:19:26 +02:00
Iglocska 85aadd8dbd fix: Fix to a previous change of the bootstrap.php file to accomodate for some exotic setups 2016-05-30 16:45:43 +02:00
Iglocska 3df0ec60af chg: Changed the default bootstrap to not append port 80 / port 443 in any case
- it was causing issues for a user using a rather exotic configuration
2016-05-27 16:47:06 +02:00
Iglocska 75a5643a98 fix: wrong default setting in bootstrap.php fixed 2016-05-19 15:21:08 +02:00
Iglocska 8f0126a390 chg: Some more changes to the default bootstrap determination
- updated bootstrap.default.php
2016-05-19 15:20:07 +02:00
Iglocska 83a912fa47 fix: revert to relative paths only for requests coming via the command line
- baseurl not auto-resolved if the $_SERVER['SERVER_ADDR'] isn't populated
- solves issues with background workers executing requests on an instance where no baseurl is set
2016-05-19 08:35:00 +02:00
Iglocska 24c7fa61fe Merge branch 'permissionfix' into 2.4 2016-04-18 17:41:59 +02:00
Iglocska 8599933062 Merge branch '2.4' into feature/authentication
Conflicts:
	app/Config/bootstrap.default.php
	app/Model/Server.php
	app/webroot/js/ajaxification.js
2016-03-27 12:15:51 +02:00
Iglocska 45019525ca Appending the port when the baseurl is not set can now be disabled 2016-03-27 12:07:39 +02:00
Iglocska 1c3c68c4e0 Better automatic handling of the baseurl
- Used to simply take the server address
- Switched to a method that tries to use SERVER_NAME > HTTP_HOST > SERVER_ADDR
2016-03-17 14:37:44 +01:00
William Robinet 4fea371c4b Fix permissions 2016-02-11 17:03:51 +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 c94d67275f Fix to an issue with the proposal uploader
- also a small fix to the baseurl auto detection
2015-11-26 16:38:39 +01:00
Guilherme Capilé d0c3b44e34 Added client SSL certificate authentication as a CakePHP plugin 2015-04-16 22:14:43 -03:00
iglocska 34cc73b21a Several changes for the diagnostic tool
- Added extra diagnostic tools
2014-09-10 16:55:34 +02:00
iglocska b178358f2a Default config.php added 2014-09-10 11:48:48 +02:00
iglocska 79127902b7 Cleanup, MISP health tool
- cleanup of a lot of deprecated settings
- tool to help assess and alter issues with the instance settings
- new mechanism to store settings
2014-09-10 09:43:22 +02:00
iglocska 5a993dc120 Changes to the exports, fixes #285
- XML export was slow, replaced SimpleXML with a simple script that outputs XML for massive performance gains
- New option in bootstrap to allow the cached XML export to also include the attachments
- CSV caching slightly rearranged, it's much more memory efficient now
- Some fixes to relatedevent orgs being shown even if showorg is disabled
- Added a new site admin action to generate several 3k events for load testing (slow)
2014-09-02 15:56:28 +02:00
iglocska 6206cdc619 Some minor changes to the event index
- Tags are now fully shown on the event index
- can be enabled via bootstrap (the Configure::write setting is in the bootstrap.default.php file)
- shorthand distribution names
- narrowed some of the fields down
2014-08-28 16:29:30 +02:00
iglocska a849d15b0f Event description in alert e-mail subject made optional, fixes #231 2014-03-14 09:19:35 +01:00
iglocska 71282fa8b9 removed deleted plugin references from default bootstrap file 2014-02-07 10:54:44 +01:00
iglocska 6bf1063a66 Small fixes 2014-02-06 09:59:41 +01:00
iglocska efb8385f2f Update to the default bootstrap file for 2.2 2014-02-06 09:06:07 +01:00
iglocska 22c8105f58 Mass replace replace of the old CyDefSig name to MISP - fixes #82 2014-02-05 15:01:26 +01:00
iglocska 785f57143a Merge branch 'feature/CakeResque' into feature/test 2014-01-06 12:12:51 +01:00
iglocska 98304855b4 Further work on the background jobs
- contact reporter now moved to the model
- backround job not implemented for it yet
2013-12-04 16:52:35 +01:00
Alexandru Ciobanu e84503603f Call the TAXII client if it's enabled in configuration 2013-11-28 14:25:48 +01:00
iglocska 4f6a153435 Merge branch 'hotfix-2.1.15' into develop 2013-08-29 12:43:49 +02:00
Christophe Vandeplas 660132816b fix version number master 2013-08-23 12:46:25 +02:00
iglocska 1495da1367 Merge branch 'hotfix-2.1.12' into develop 2013-08-22 17:25:44 +02:00
iglocska fb3c796f2e Added second logo to the left of the login screen 2013-08-22 17:24:22 +02:00
Alexandre Dulaunoy 06fbcc27f1 Vulnerability url is now configurable (Fix #153).
A global configuration CyDefSig.cveurl added to specify the URL
where to reference a CVE/NVD number. CyDefSig.cveurl is optional
and if not existing fallbacks to the original google.com URL.
2013-08-16 11:09:55 +02:00
iglocska 87a03b756e Changes to the initial distribution settings
- The initial attribute distribution level now allows the option for 'event', inheriting the event's distribution level
2013-08-08 12:16:03 +02:00
iglocska 0ee45af902 Default distribution level flags in bootstrap.php
- Each instance can now have its own default event and attribute distribution level set
2013-08-06 11:53:12 +02:00
iglocska 7a09076bc8 Set the default value of the flag disabling rest alert messages to false 2013-08-06 10:09:19 +02:00
iglocska 5011b50c65 Notification on rest add of published events. Fixes #138 2013-08-06 09:43:00 +02:00
iglocska c58eb89013 Changes to the UI
- login screen looks a bit fancier and is more customisable
- admins can add a Logo next to the login fields, there's a MISP logo
ontop with a line of text above and below it, editable via bootstrap.php
- Footer re-added, has the PGP key download and the center footer text
from MISP 1.1
- A logo on the right side of the footer, optionally added by
bootstrap.php

- Header, Footer, menu are now fixed and not affected by scrolling the
screen
2013-07-02 15:41:11 +02:00
iglocska 32c0b4e017 Change to the login screen
- Places an optional logo to the left
- MISP logo above the login fields, with an optional pre and post text

- define them in the bootstrap as indicated in bootsrap.default.php
2013-07-01 17:07:40 +02:00
Christophe Vandeplas de8793fbfc Performance - caching of CakeRouting and url generation 2013-06-10 18:01:04 +02:00