- Oct 31, 2023
-
-
Frank Duncan authored
Add ReviewOpinion delete functionality to review sidebar (#3565) See merge request !23
-
- Oct 30, 2023
-
-
Frank Duncan authored
-
Frank Duncan authored
-
- 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
-
-
Frank Duncan authored
Merge 4.6.1 into lfc-main See merge request !19
-
Frank Duncan authored
-
Frank Duncan authored
-
Frank Duncan authored
-
Frank Duncan authored
-
Frank Duncan authored
Includes moving the LFC specific footer rewrite to the base.html
-
Frank Duncan authored
-
Frank Duncan authored
-
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.
-