Commit Graph

33 Commits (3c163d0c12b233ae0d095b71c00bcb7fab6f7099)

Author SHA1 Message Date
Jakub Onderka 017c0a1cb6 new: [acl] Check sighting deletion in ACLComponent 2022-11-02 13:24:34 +01:00
Jakub Onderka 2d395f62a5 chg: [UI] Use asset loader for view_sightings.ctp 2022-05-02 14:13:11 +02:00
mokaddem 3770ae6798
new: [sighting:add] Ability to provide filtering parameters when adding sightings for specific values
Fix #7669
2021-08-18 14:36:34 +02:00
Jakub Onderka e82c2b6544 chg: [UI] Use TimeHelper for datetime formatting 2021-02-09 15:48:36 +01:00
Jakub Onderka 8df9bc9116 chg: [sighting] Speedups list all sightings 2020-11-24 16:30:03 +01:00
Jakub Onderka 1f258ebe66 chg: [sighting] Sighting statistics 2020-11-24 16:30:00 +01:00
Jakub Onderka 50b51f5040 fix: [UI] More space in sighting graph for a lot of sightings numbers 2020-10-24 17:30:26 +02:00
Vito Piserchia 7da8b32ada rebase continue 2020-08-17 17:25:02 +02:00
Vito Piserchia b8c7485712 resolve merge 2020-08-16 13:31:31 +02:00
Jakub Onderka 35704f1cd6 fix: [internal] Do not create empty link for anonymized org sighting 2020-06-26 12:08:54 +02:00
iglocska a067fc769e new: [UI] Move to FA 5 2019-03-23 11:18:22 +01:00
mokaddem d9608d2e4b new: [sighting] Searching for attributes allows to add sightings on the
attribute id or value
2019-01-29 16:07:03 +01:00
mokaddem c20553dfd5 new: [search/sighting] Possiblity to quickly add sightings on ID or VALUE when searching 2018-10-30 17:14:42 +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
Andras Iklody 9199ea173f
Update list_sightings.ctp 2018-02-21 10:42:41 +01:00
iglocska 4a5c11d426 new: Use the new OrgImg helper for fetching org logos in a more consistent fashion 2018-01-19 15:55:27 +01:00
Steve Clement 8824398378 View/Sightings -> __(' 2018-01-12 11:33:37 +01:00
iglocska ca6f4a783a fix: Fix to a potential reflected XSS on the quickDelete
- low impact, XSS required user confirmation of malicious payload

- as reported by Or Hanuka (PALANTIR)
2017-10-09 15:40:40 +02:00
Ángel González 3e804b0772 Remove extraneous </div> 2017-05-08 00:46:02 +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 c32ae9bfa1 chg: Finished round 1 of all accessibility changes 2017-03-15 11:25:11 +01:00
iglocska 718a3381fb fix: First round of Accessibility issues resolved with span links 2017-03-11 17:31:38 +01:00
iglocska f215dc1c8e new: Added advanced sightings and sparkline to the event itself 2017-02-23 11:39:02 +01:00
iglocska ce9085a303 fix: Typo fixed in the advanced add sighting interface, fixes #1975 2017-02-23 09:37:10 +01:00
iglocska d2c8c105f7 fix: Sightings are in fact not galaxies (heading changed)
- derp
2017-02-17 15:45:43 +01:00
iglocska 589e4c3529 fix: fixed some permission issues preventing non site admins from using some functionalities correctly 2017-02-17 10:40:59 +01:00
iglocska fb16d77e5c fix: several fixes to the new sightings 2017-02-17 01:27:07 +01:00
iglocska 956758aca5 fix: Some bug fixes 2017-02-17 00:52:56 +01:00
iglocska 181e81b215 new: Various fixes to the sightings
- sparkline got its own column
- delete sightings in the sighting details
2017-02-16 23:22:11 +01:00
iglocska 94c01d5896 new: First revision of the new sightings system 2017-02-16 22:46:30 +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 868d4cdd3f First version of the sightings
- add / delete sightings via REST
- add sightings via the UI
- View sightings info on an event and attribute level (event view only for now)
- differentiate between own sightings and that of other orgs (additional information via popover still coming)

- settings:
  - 1. enable / disable sightings server wide
  - 2. set sightings policy
    - a. Only Event owner can see sightings + everyone sees what they themeselves contribute
    - b. Anyone that contributes sightings to an event can see the sightings data
    - c. Everyone that can see the event can see the sightings
  - 3. Anonymisisation (in progress, data correctly retrieved in business logic)
    - a. if true, then only own org + "other" is shown
    - b. otherwise all orgs that submitted sightings are shown

Further improvements needed for version 1 of sightings:
  - 1. Delete via the interface
  - 2. View detailed sightings information
  - 3. Graph the sightings data for the event
  - 4. Include the Sightings data in the XML/JSON views
  - 5. View sighting for attribute / event via the API
2015-12-20 13:41:52 +01:00