Age | Commit message (Expand) | Author |
---|---|---|
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"...Show the page, providing all UI elements necessary, even if the elements themselves are not active. | Frederick Muriuki Muriithi |
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...Get rid of the resource role details and provide button-like elements to help navigate to view more details. | Frederick Muriuki Muriithi |
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...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. | Frederick Muriuki Muriithi |
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...The `create_role` function could lead to privilege escalation. This commit deactivates it completely to prevent the chance of that happening. | Frederick Muriuki Muriithi |
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...To help with maintenance, build the search URI on the server rather than in the javascript. | Frederick Muriuki Muriithi |
2024-08-28 | Build phenotype results template URI on backend...Build the template URI on the backend to remove the need to remember to update the javascript if the URI changes in the future. | Frederick Muriuki Muriithi |
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...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) | zsloan |
2024-08-28 | Restore collections endpoints...Import was removed in commit 7c77ff91f6530aca0865bd13025811f2f93e3541 because it wasn't being used in views.py, but it was providing the collections endpoints albeit indirectly. This commit makes it somewhat explicit that it is a needed module. | zsloan |
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 i... | zsloan |
2024-08-28 | Change default for Mean Expr filter to OR for correlations to avoid excluding... | zsloan |
2024-08-28 | Remove styling for search field....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-08-28 | Check metadata exists before setting 'editable' field in get_dataset....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-08-28 | Revert "Feature/gnqa search history" | Alexander Kabui |
2024-08-26 | Allow '@' and '.' characters in searches...This is mainly so e-mail searches work | zsloan |
2024-08-26 | Set fixed width of 500px for phenotype descriptions | zsloan |
2024-08-21 | Fix timestamp attribute names...They were previously stored as 'created_timestamp' and 'changed_timestamp', but are now stored as 'created' and 'changed' | zsloan |
2024-08-19 | Edit Haplotype Analyst legend content...- 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 | zsloan |
2024-08-19 | Change 'Sequence Site' text to 'Gene Location' | zsloan |
2024-08-19 | Only draw position marker if position exists...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) | zsloan |
2024-08-19 | Remove javascript escape function from View Collection page to fix encoding i... | zsloan |
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...Gn2 Fix profiles pages dashboard | Muriithi Frederick Muriuki |
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 |