Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-28 | Make UI items more flexible. | Frederick Muriuki Muriithi | |
2024-08-28 | Remove flawed "group role" idea: use just "role". | Frederick Muriuki Muriithi | |
2024-08-28 | Remove deprecated endpoints/views and templates | Frederick Muriuki Muriithi | |
2024-08-28 | Fix error display logic | Frederick Muriuki Muriithi | |
2024-08-28 | Fetch the active user's roles on a particular resource. | Frederick Muriuki Muriithi | |
2024-08-28 | Use privilege objects rather than IDS. | Frederick Muriuki Muriithi | |
2024-08-28 | Delete request to obsoleted endpoint. | Frederick Muriuki Muriithi | |
2024-08-28 | Create a new resource role. | Frederick Muriuki Muriithi | |
2024-08-28 | Update URI forms | Frederick Muriuki Muriithi | |
2024-08-28 | Use json for communication with gn-auth | Frederick Muriuki Muriithi | |
2024-08-28 | Provide UI to delete role. | Frederick Muriuki Muriithi | |
2024-08-28 | List user assigned role of interest. | Frederick Muriuki Muriithi | |
2024-08-28 | Organise UI into rows: each row holding related data. | Frederick Muriuki Muriithi | |
2024-08-28 | Unassign privilege from resource role. | Frederick Muriuki Muriithi | |
2024-08-28 | Import the UUID class directly. | Frederick Muriuki Muriithi | |
2024-08-28 | Implement "Resource Role Page" | Frederick Muriuki Muriithi | |
Show the page, providing all UI elements necessary, even if the elements themselves are not active. | |||
2024-08-28 | Generalise `render_ur` for the resources pages | Frederick Muriuki Muriithi | |
2024-08-28 | Set default headers for OAuth2Client requests. | Frederick Muriuki Muriithi | |
2024-08-28 | Simplify 'View-Resource page' UI | Frederick Muriuki Muriithi | |
Get rid of the resource role details and provide button-like elements to help navigate to view more details. | |||
2024-08-28 | PoC: Display resource roles on View-Resource page. | Frederick Muriuki Muriithi | |
2024-08-28 | Update UI: Use resource roles rather than obsolete group roles | Frederick Muriuki Muriithi | |
In a fix to fix a privilege-escalation bug, the `…/group/roles` endpoint was entirely removed and replaced with the less error-prone `…/resource/…/roles` endpoint. This commit updates the code to use the new endpoint's data as appropriate. We also fix typos in some url_for routing arguments. | |||
2024-08-28 | UI: Add placeholder for resource roles | Frederick Muriuki Muriithi | |
2024-08-28 | Fix displayed error message | Frederick Muriuki Muriithi | |
2024-08-28 | Remove the "Roles" page. | Frederick Muriuki Muriithi | |
2024-08-28 | Deactivate the "create_role" function | Frederick Muriuki Muriithi | |
The `create_role` function could lead to privilege escalation. This commit deactivates it completely to prevent the chance of that happening. | |||
2024-08-28 | Bug: Add missing data to search query. | Frederick Muriuki Muriithi | |
2024-08-28 | Build search URI endpoint on server rather than on JS | Frederick Muriuki Muriithi | |
To help with maintenance, build the search URI on the server rather than in the javascript. | |||
2024-08-28 | Build phenotype results template URI on backend | Frederick Muriuki Muriithi | |
Build the template URI on the backend to remove the need to remember to update the javascript if the URI changes in the future. | |||
2024-08-28 | Provide client data used for user verification. | Frederick Muriuki Muriithi | |
2024-08-28 | Handle generic OAuthError gracefully | Frederick Muriuki Muriithi | |
2024-08-28 | Ensure endpoint returns a response. | Frederick Muriuki Muriithi | |
2024-08-28 | Enable NA sorting for case attributes | zsloan | |
The NA-excluding sort functions were moved to table_functions.js (and removed from search_results.js) so they can be used by other pages (in this case the show_trait page) | |||
2024-08-28 | Bug: Compute numeric timestamp for the claims. | Frederick Muriuki Muriithi | |
2024-08-28 | Check if case attribute for RRID is a list, to prevent it being added twice ↵ | zsloan | |
in situations where a sample appears in both the parent/f1 file and the .geno file | |||
2024-08-28 | Change default for Mean Expr filter to OR for correlations to avoid ↵ | zsloan | |
excluding any results when the page first loads | |||
2024-08-28 | Remove styling for search field. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-08-28 | Check metadata exists before setting 'editable' field in get_dataset. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-08-28 | Revert "Feature/gnqa search history" | Alexander Kabui | |
2024-08-26 | Allow '@' and '.' characters in searches | zsloan | |
This is mainly so e-mail searches work | |||
2024-08-26 | Set fixed width of 500px for phenotype descriptions | zsloan | |
2024-08-21 | Fix timestamp attribute names | zsloan | |
They were previously stored as 'created_timestamp' and 'changed_timestamp', but are now stored as 'created' and 'changed' | |||
2024-08-19 | Edit Haplotype Analyst legend content | zsloan | |
- Change order from Pat/Mat to Mat/Pat - Increase width of example color bars - Change 'Unk' to 'Unknown' and shift everything to the left so it fits | |||
2024-08-19 | Change 'Sequence Site' text to 'Gene Location' | zsloan | |
2024-08-19 | Only draw position marker if position exists | zsloan | |
Previous it was drawing the marker at the end of the map even when mapping with traits that don't have a position (like Publish/phenotype traits) | |||
2024-08-19 | Remove javascript escape function from View Collection page to fix encoding ↵ | zsloan | |
issues | |||
2024-08-16 | Add Wiki and RIF search terms to Xapian normal search | zsloan | |
2024-08-07 | Merge pull request #855 from jnduli/gn2_profiles_pages | Muriithi Frederick Muriuki | |
Gn2 Fix profiles pages dashboard | |||
2024-08-07 | chore: remove passing bearer token to end user | John Nduli | |
2024-08-07 | fix: remove bearer token from html and javascript | John Nduli | |
2024-08-06 | fix: use bearer token to query auth server | John Nduli | |