- Oct 06, 2023
-
-
Saurabh Kumar authored
One less in the project root, keep eslint config in a single file together
-
- Oct 04, 2023
-
- Oct 02, 2023
-
-
Saurabh Kumar authored
This PR optimizes the code and logic responsible for unlocking the application form on detecting human activity. - makes the unlocking action DRY. - move away from using jquery - prevent the unlock action from firing on every mouse move, the unlock action is performed only once. - Use more standard key names instead of keycodes. --------- Co-authored-by:
Fredrik Jonsson <frjo@xdeb.org>
-
Saurabh Kumar authored
HTMX shows "Loading…" when reloading the "#activity-feed" tabs on submissions and projects https://alpinejs.dev/directives/init#next-tick Fixes #3568
-
- Sep 30, 2023
-
-
Sandeep Chauhan authored
Fixes #3567
-
- Sep 28, 2023
-
-
Sandeep Chauhan authored
-
Sandeep Chauhan authored
Fixes #3479
-
- Sep 27, 2023
-
-
Saurabh Kumar authored
When saved as draft right even if the user is logged in and no email is sent, currently a message is displayed saying an email is sent. This PR updates the messaging so it message is not displayed for logged in user. Fixes #3556
-
Saurabh Kumar authored
Fixes #3556
-
- Sep 26, 2023
-
-
Saurabh Kumar authored
Allow lab to be saved as draft without filling in the required fields. Right now, if the lab is saved as draft it is validated for the required fields. Fixes https://github.com/HyphaApp/hypha/issues/3555
-
Saurabh Kumar authored
Fixes #3581
-
- Sep 19, 2023
-
-
Fredrik Jonsson authored
Co-authored-by:
Saurabh Kumar <theskumar@users.noreply.github.com> Co-authored-by:
Sandeep Chauhan <sandeepsajan0@gmail.com>
-
Sandeep Chauhan authored
Fixes #3421
-
Sandeep Chauhan authored
Fixes #3527
-
- Sep 15, 2023
-
-
Sandeep Chauhan authored
Fixes Determination form wrong proposal form issues
-
- Sep 12, 2023
-
-
Fredrik Jonsson authored
-
- Sep 08, 2023
-
-
Fredrik Jonsson authored
Fixes #3560 Adds the settings: ``` # Should staff be able to export submissions. SUBMISSIONS_EXPORT_ACCESS_STAFF = env.bool('SUBMISSIONS_EXPORT_ACCESS_STAFF', True) # Should staff admins be able to export submissions. SUBMISSIONS_EXPORT_ACCESS_STAFF_ADMIN = env.bool('SUBMISSIONS_EXPORT_ACCESS_STAFF_ADMIN', True) ```
-
Fredrik Jonsson authored
Replaces PR: #3380
-
Saurabh Kumar authored
Easier way to check and fix formatting issues if don't want to go precommit hooks route
-
Saurabh Kumar authored
Add black and prettier check to lint
-
Saurabh Kumar authored
Fixes #3529
-
Saurabh Kumar authored
More updates to https://github.com/HyphaApp/hypha/commit/19d69d9a6f5c4607fe8d72bc8d19db5fd41786f5
-
- Sep 05, 2023
-
-
Saurabh Kumar authored
Use reference scale from tailwind to update the styles of different headers. Overall the fonts for headers were little too large and they are now little scaled down so they don't look blown up. Sensible formatting is applied to form elements, esp. help-text is made smaller. Adminbar component used on even more pages. PS: A lot of files are touched and also a lot of code cleanup can still be done. So for now the best way to test this would be to navigate through the pages pages and find any obvious issues.
-
- Sep 04, 2023
-
- Aug 31, 2023
-
-
Sandeep Chauhan authored
Fixes #3518
-
Saurabh Kumar authored
This pull request ensures that users are directed to the form submission page after successfully registering or resetting their password if registration is required before applying to a fund. Additionally, the forgot password email template is updated to be consistent with other email formats. The flow to set the password after clicking on the activation link remains unchanged.
-
Sandeep Chauhan authored
Fixes #3517
-
Fredrik Jonsson authored
Without this you get an error "'AnonymousUser' object has no attribute 'is_apply_staff'"
-
Sandeep Chauhan authored
Fixes #3512
-
Sandeep Chauhan authored
Fixes #3505 Add description here.
-
Sandeep Chauhan authored
Fixes #3499 Just showing the file names, couldn't add the date and user because we don't know if those files were uploaded by the applicant at the time of submit or if staff edited the submission and uploaded files later.
-
Sandeep Chauhan authored
Possible Fix of #3442 On submission deletion, all other activities, determination, and other things are getting removed but as this `NEW SUBMISSION` event is not directly connected to submission so not getting removed. It is creating issues at the time of user deletion even after submission deletion. I was also thinking to show the model name, and object name in error itself but user deletion only seems to be dependent on `Activities` and `Events`(user can also be deleted only by removing Activities and events not submissions related to them), and even if we show staff the event or activities ids I don't think staff can easily delete those anyhow via UI. I think we need to decide a better way to delete a user, maybe issue #3441 help us?
-
Saurabh Kumar authored
- Enable status dropdown - Fix action s/GET/POST - Add transition logic
-
- Aug 28, 2023
-
-
dependabot[bot] authored
Bumps [reportlab](http://www.reportlab.com/) from 3.6.12 to 3.6.13. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/HyphaApp/hypha/network/alerts ). </details> Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Fredrik Jonsson authored
Add word-break: break-word to revision diff table to make long links etc. fit on small screens (#3542) Fixes #3497
-
- Aug 22, 2023
-
-
Saurabh Kumar authored
Right now the 3rd column is empty for user and looks odd. This PRs helps look it nicer.
-
- Aug 21, 2023
-
-
Sandeep Chauhan authored
Fixes #3507
-
- Aug 11, 2023
-
-
Fredrik Jonsson authored
-
Sandeep Chauhan authored
Fixes #3508
-
Sandeep Chauhan authored
Used ORG_SHORT_NAME instead of hardcoded org short name in next steps.
-