Commit Graph

31 Commits (f796071d6494e7b21e4c6fb7a7cbd10b1427be52)

Author SHA1 Message Date
Jakub Onderka e3cbd08255 fix: [UI] Remove nonsense paginator options 2021-01-10 16:51:09 +01:00
Jakub Onderka 700536086a fix: [UI] Remove duplicate request for quick filter 2020-10-06 14:15:17 +02:00
Vito Piserchia b8c7485712 resolve merge 2020-08-16 13:31:31 +02:00
iglocska a90eaec445 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-03-26 07:59:35 +01:00
iglocska a067fc769e new: [UI] Move to FA 5 2019-03-23 11:18:22 +01:00
4ekin 9b0efffcd8 fix: More filter element i18n bug 2019-03-04 18:44:12 +03:00
iglocska 8596311006 new: [UI] Updated the server preview index to follow the new tab UI standards 2019-02-23 12:58:54 +01:00
iglocska d8ee91be68 chg: [refactor] Side menu generic templates moved 2019-02-13 14:45:01 +01:00
iglocska a56e1b44b5 fix: [server preview] fixed sharing groups linking to the equivalent ID sharing group on the local instance 2018-12-12 19:26:40 +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
StefanKelm 28559116f2
Update preview_index.ctp 2018-04-13 15:04:00 +02:00
Steve Clement 8faf16fa8f - View/Servers -> __(' done 2018-01-11 11:39:43 +01:00
Steve Clement c941be0147 - View/Servers -> __(' done 2018-01-09 10:01:00 +01:00
Deborah Servili 1db899a5fa display "Fetch this event" button function in Servers and Feeds preview index 2017-11-10 11:08:17 +01:00
iglocska 604b3b056c fix: GUI bug/inconsistency (Explore remote server), fixes #2203
- Removed the link from the published sign, it was indeed silly
2017-05-23 01:42:36 +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
iglocska e637bb5118 chg: Further work on the accessibility changes 2017-03-14 17:12:35 +01:00
iglocska 718a3381fb fix: First round of Accessibility issues resolved with span links 2017-03-11 17:31:38 +01:00
Iglocska eb33152e0c fix: No tag set in the remote index leads to notice errors 2016-09-23 15:22:33 +02:00
Andreas Ziegler ec8b3e653b chg: replace spaces before tabs by tabs 2016-09-05 00:11:49 +02:00
Andreas Ziegler 5366b1c72c chg: replace spaces between tabs by tabs 2016-09-05 00:08:08 +02:00
Andreas Ziegler 985451642e add space after keywords if/for/foreach/while/switch/catch 2016-06-04 15:45:39 +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 e3959e1960 chg: Fixed the flash messages when viewing remote instances 2016-04-29 15:10:46 +02:00
Iglocska c4d0513de4 chg: Fixed invalid output of some fields in the remote instance views 2016-04-29 15:03:52 +02:00
Iglocska 7cf8626fbd Short name for tags, fixes #1075 2016-04-11 18:06:55 +02:00
iglocska 394ae49596 Some bugs resolved 2015-11-20 03:42:35 +01:00
iglocska e191a25317 Updated the server preview to work between 2.4 instances 2015-10-18 21:31:01 +02:00
Iglocska e242c9add2 Set of changes to the sync
- finished preview feature
  - can now view events and attributes remotely
  - can copy over new event to local instance

- new sync mode (update)
  - allows to only pull changes to events that exist locally already
  - works well with the manual pull of events, no need to pull events that we didn't manually confirm, but can still update all events that we pulled over

- Fixed an issue with background tasks causing the logging to fail

- reworked connection test showing version numbers of both instances
  - also telling the admin whether the sync is compatible or not

- Further refactoring / tweaking of the vent view
2015-10-06 01:16:48 +02:00
Iglocska 6bcf104724 Progress on several features
- implemented a custom pagination tool for data sets that are not directly taken from teh db
  - currently creates a pagination object that mocks CakePHP pagination
  - supports the CakePHP pagination view helper
  - supports: pagination, sorting, custom filters

- implemented first step of the remote instance browser for admins
  - view an index of events on another instance
  - filter the events
  - uses the new pagination

- still missing:
  - remote event view
  - fetch event from remote instance

- reworked the event view
  - separated API and UI code path
    - major speedup for the API!
    - cleaner code as there was almost 0 overlap
  - discussions and attributes are now loaded separately from the event view
    - added after the event view loads via ajax
    - cleaner pagination
  - attribute pagination now finally allows for sorting
    - future improvement (coming soon): Show proposals only filter
    - filtering on the attributes in general
2015-09-29 02:54:25 +02:00