Commit Graph

29 Commits (2.4)

Author SHA1 Message Date
iglocska 2c7d3b7434
chg: [escaping] added to event ID 2023-09-22 14:14:47 +02:00
vincenzocaputo fb4645916c Fix event hyperlink in discussion view page 2023-07-18 23:44:08 +02:00
Luciano Righetti 4ef0826554 fix: add missing newline. 2021-07-19 13:41:24 +02:00
Luciano Righetti c7799a442f fix: rename container div. 2021-07-19 13:39:56 +02:00
Luciano Righetti b1f93abf03 chg: migrate threads/index to factory view. 2021-07-19 11:26:52 +02:00
Jakub Onderka e3cbd08255 fix: [UI] Remove nonsense paginator options 2021-01-10 16:51:09 +01:00
Vito Piserchia b8c7485712 resolve merge 2020-08-16 13:31:31 +02:00
4ekin 27cdc71568 fix: Fixed i18n strings in Views 2019-04-02 16:57:57 +03:00
iglocska a067fc769e new: [UI] Move to FA 5 2019-03-23 11:18:22 +01:00
iglocska d8ee91be68 chg: [refactor] Side menu generic templates moved 2019-02-13 14:45:01 +01:00
iglocska 58997b9ac1 chg: [psr-2] Changed view files to space indentation instead of tabs
- *sniff sniff*
2018-07-20 09:29:50 +02:00
Steve Clement 9f60391d34 - View/Threads -> __(' to be completed 2018-01-12 10:03:18 +01: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
iglocska ee80ecfce7 new: small rework of the thread functionalities
- API get /threads/view/<thread_id> and /threads/viewEvent/<event_id>
- Added new setting to show post count on the event index including a notification if it has a post newer than 24 hours
2017-02-01 15:32:22 +01: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 0fe692c56a remove whitespace at end of line 2016-06-04 01:10:45 +02:00
Iglocska b72987f154 fix: Two small fixes
- search by uuid on the event index via the quickfilters
- view button on the disussion index added to make the UI a bit more consistent
- This unimaginative patch would not have existed without an uncomfortable British Aerospace ATP
2016-06-01 23:32:33 +02:00
Iglocska 1e4dda9d91 Fix to a missing e-mail field on the discussion list for deleted users 2016-04-19 23:16:17 +02:00
iglocska 485c007b39 Merge branch 'master' into 2.4-beta
Conflicts:
	VERSION.json
	app/Lib/Tools/XMLConverterTool.php
	app/Model/Event.php
	app/Model/EventTag.php
	app/Model/TemplateElementAttribute.php
	app/Model/TemplateElementFile.php
	app/Model/TemplateElementText.php
	app/Model/ThreatLevel.php
	app/View/Attributes/index.ctp
	app/View/Elements/eventattribute.ctp
	app/View/Elements/eventattributerow.ctp
	app/View/Elements/global_menu.ctp
	app/View/Elements/side_menu.ctp
	app/View/Events/automation.ctp
	app/View/Events/index.ctp
	app/View/Pages/administration.ctp
	app/View/ShadowAttributes/index.ctp
	app/View/Tags/index.ctp
2015-11-17 01:14:51 +01:00
iglocska b3a2428345 Merge branch 'basedir' into hotfix-2.3.160
Conflicts:
	app/Controller/AppController.php
	app/View/Pages/administration.ctp
2015-11-17 00:33:34 +01:00
pugilist ec7d85332c modified many instances of html anchors and javascript document.location to use 2015-11-08 15:38:24 -05:00
Iglocska 186452cd5b Further progress 2015-08-31 02:32:37 +02:00
Iglocska c24704a6c2 Lots of progress
- further work on implementing the SG changes everywhere
- reworked the alert e-mails
- reworked a lot of the logging
- several convenience methods
2015-04-20 11:46:55 +02:00
iglocska 8e987bee67 Made thread title clickable in event discussions fixes #270 2014-08-06 14:37:19 +02:00
iglocska 22c8105f58 Mass replace replace of the old CyDefSig name to MISP - fixes #82 2014-02-05 15:01:26 +01:00
iglocska 9eb5b7ffb7 Fixed vulnerability
- Persistent XSS through the thread title fixed
2014-01-08 16:57:00 +01:00
iglocska 8a53831b2d Update to the discussions
- Moved the menues out of the views to the common menu element
2013-11-04 11:31:15 +01:00
iglocska ea3b62f88a AJAX upgrade to the discussion board
- Quickpost without reloading the page with AJAX

- for page changes / adding posts show an animated spinner

- spinner div / styles available from every page (the div is located in the default layout and is hidden unless manually shown)
2013-08-19 17:26:06 +02:00
iglocska 1ad3a8ffd6 Discussion boards
- First fully working version
- Create threads or create a thread attached to an event
- Add posts to threads / edit them / delete them
2013-08-14 17:46:57 +02:00