Age | Commit message (Expand) | Author |
---|---|---|
2024-08-28 | Add separate button for Xapian search...This will be temporary in the longer run, but can stay until all functionality is reproduced. | zsloan |
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"...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 | Merge pull request #859 from genenetwork/revert-847-feature/gnqa-search-history...Revert "Feature/gnqa search history" | Alexander Kabui |
2024-08-28 | Revert "Feature/gnqa search history" | Alexander Kabui |
2024-08-28 | Merge pull request #847 from genenetwork/feature/gnqa-search-history...Feature/gnqa search history | Alexander Kabui |
2024-05-29 | Add htmx js api for delete functionality. | Alexander_Kabui |
2024-05-29 | integrate gnqa history delete functionality. | Alexander_Kabui |
2024-05-29 | Handle attributeError when getting error codes. | Alexander_Kabui |
2024-05-28 | BugFix: return correct status code for generic exceptions handler. | Alexander_Kabui |
2024-05-28 | Fix bug: Update DOM correctly when rating error occurs. | Alexander_Kabui |
2024-05-27 | Mark answer and references as safe to render a tags. | Alexander_Kabui |
2024-05-24 | Add UI code for gnqa history search delete functionality. | Alexander_Kabui |
2024-05-23 | Update endpoints and add search history functionality. | Alexander_Kabui |