Commit Graph

162 Commits (8ae1a1e1d4d6de8de1f967f1e084b4422b012af7)

Author SHA1 Message Date
Andras Iklody 01658a52be
Merge pull request #6737 from JakubOnderka/remove-compat
fix: [internal] Remove compact method call that do nothing
2021-01-22 14:20:53 +01:00
Jakub Onderka e76f9f1038 chg: [UI] Optimise fetching tags for picker 2021-01-14 19:41:01 +01:00
Jakub Onderka 7528bd1c96 chg: [UI] Optimise loading taxonomy tags for for tagging form 2021-01-14 16:05:01 +01:00
Jakub Onderka 09258f9bd6 new: [UI] Show tag description if tag belongs to taxonomy 2020-12-20 14:33:28 +01:00
Jakub Onderka 02ba939e57 chg: [eventReport] Load tags in one call 2020-12-19 21:53:16 +01:00
Jakub Onderka 35da3eb06c fix: [internal] Remove compact method call that do nothing 2020-12-10 21:02:50 +01:00
Jakub Onderka 982b7378de fix: [UI] Favourite only for tags 2020-11-24 16:30:03 +01:00
Jakub Onderka b48df40e8e chg: [tag] Simplified taxonomy handling 2020-11-24 16:30:03 +01:00
Jakub Onderka 7c7a8f2817 chg: [tag] Fetch event count for tags in one query 2020-11-24 16:30:03 +01:00
Jakub Onderka 261d15265d chg: [sighting] Speedup loading sighting for tags and galaxies 2020-11-24 16:30:03 +01:00
mokaddem 23695d1e3f
fix: [tags] Pass user object to massaging function 2020-11-20 10:54:17 +01:00
mokaddem bc6f1f3550
fix: [tags] Pass user object to massaging function 2020-11-19 17:40:59 +01:00
mokaddem 334b7cabe1
fix: [tag:search] Correctly pass user data 2020-11-16 15:14:37 +01:00
mokaddem 150b4cb7d1
Merge remote-tracking branch 'origin/2.4' into galaxy-cluster2.0 2020-11-09 10:07:43 +01:00
mokaddem 4b41ab87d9
fix: [tags:search] Apply correct conditions on corresponding models. Fix #6475 2020-11-05 08:52:23 +01:00
iglocska b2bed4f8ed
new: [tag index] simple/advanced view
- simple view excludes eventtags / attributetags / sightings
- helps with heavier instances

- refactor of the index to the new generators
- new elements for the generators added
2020-11-02 13:54:20 +01:00
mokaddem b628e15eb9
Merge remote-tracking branch 'origin/2.4' into feature-event-report 2020-10-09 14:54:47 +02:00
mokaddem 107cec82aa
fix: [tags:attachTagToObject] Respect case when searching tags. 2020-10-06 14:12:11 +02:00
mokaddem ab9cf6d33e
fix: [tags:attachTagsToObject] Respect case when attaching tags. Fix #6380 2020-10-06 14:05:04 +02:00
mokaddem fbf02c8e34
fix: [tags:search] Make sure the predicate exists in the taxonomy 2020-10-02 15:29:57 +02:00
mokaddem 5ecd3b7236
fix: [eventReport:markdownEditor] Avoid override of legitimate tags if
they don't have data linked to them
2020-10-02 11:52:20 +02:00
mokaddem 0780d9a088
chg: [eventReport:markdownEditor] Allow fetching tag data even if it
isn't created on the instance
2020-10-02 11:41:03 +02:00
mokaddem c2859cdba3
new: [eventReport] Added support of tags 2020-10-01 16:55:17 +02:00
iglocska 065eba4c6b
Revert "fix: [tag] Show correct count of tag attributes and events"
This reverts commit e644f4ea4c.
2020-09-30 17:47:40 +02:00
mokaddem eb84b3344f
Merge remote-tracking branch 'origin/2.4' into galaxy-cluster2.0 2020-09-22 12:08:12 +02:00
Andras Iklody d9605eebd5
Merge pull request #6203 from JakubOnderka/tag-count
Show proper number of attributes and events for tags
2020-08-26 13:05:01 +02:00
Jakub Onderka e644f4ea4c fix: [tag] Show correct count of tag attributes and events 2020-08-18 10:57:33 +02:00
Vito Piserchia d649257a15 rebase continue 2020-08-17 17:28:04 +02:00
Vito Piserchia 7da8b32ada rebase continue 2020-08-17 17:25:02 +02:00
Vito Piserchia d13e85eb3e rebase continue 2020-08-17 17:20:32 +02:00
Vito Piserchia a393d411e1 rebase continue 2020-08-17 17:13:58 +02:00
Vito Piserchia dad45e68ca rebase continue 2020-08-17 15:52:32 +02:00
Vito Piserchia b8c7485712 resolve merge 2020-08-16 13:31:31 +02:00
Jakub Onderka 7a14e5d19b fix: [tags] Show just tags that user can really use 2020-08-04 12:34:39 +02:00
Jakub Onderka 8bb2d94c5e fix: [security] ACL check when loading ajax tags 2020-08-04 12:23:41 +02:00
mokaddem 18f11dd079
chg: [tags:attachTagToObject] Support array of tags.
Fix #5534
2020-07-28 14:04:42 +02:00
mokaddem cef90e854e
chg: [clusterRelations:add] Added target cluster and tags picker 2020-06-26 17:12:37 +02:00
mokaddem 04dcdebb1f
new: [galaxyCluster] Initial import of Galaxy2.0 codebase - WiP 2020-03-12 10:26:09 +01:00
iglocska d9d1b0c9cd
fix: [API] fix to a double negation fail in the tagging 2019-11-29 13:40:22 +01:00
iglocska 396cd25cb4
fix: [API] Better error reporting for attaching tags to events/attributes 2019-11-29 13:31:29 +01:00
iglocska e05dc512a4
fix: [security] tightened checks for restricting users from tagging data they shouldn't be allowed to tag
As reported by Christophe Vandeplas
2019-11-26 11:36:49 +01:00
iglocska 89a3d9b3fe
fix: [internal] better error messages for attaching a tag failing 2019-11-11 16:11:39 +01:00
iglocska 05aaf07e05
fix: [internal] tag attacher could run into a situation where an invalid tag's creation failure is not caught
- returns puzzling error messages
2019-11-11 15:33:15 +01:00
mokaddem c291ebfdee
chg: [attribute:addTag] Added support of `exclusive` at Attribute level 2019-11-04 15:12:55 +01:00
mokaddem 213e8b5049
new: [tags] Preminilary support of exclusive tags based on taxonomy data 2019-11-04 11:54:22 +01:00
Antoine Cailliau 35ea369fe7 Fixes #5242 2019-09-30 21:24:46 +02:00
Antoine Cailliau 453a54ca0d Add support to add local tags to an event using the API. 2019-09-25 09:19:30 +00:00
iglocska 13ce0e099a
fix: [UI] Loading of local tags fixed via the UI, fixes #5197
- over-zealous ACL removed local tags for non sync users
- UI only functionality, no need for the restriction at al
2019-09-20 15:59:20 +02:00
Pierre-Jean Grenier 851cfb84e4 chg: Setting the 'Tag' key when editing a tag through API is not mandatory (consistency) 2019-08-20 17:46:44 +02:00
mokaddem 194e4b5e2d
fix: [event:view] Ensure sync users do not get local tags through ajax 2019-07-19 16:23:15 +02:00