-
Notifications
You must be signed in to change notification settings - Fork 23
Merge feature/pbs 25.04 into develop
#792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Ticket: [https://openscience.atlassian.net/browse/ENG-9548] - Feature flag: n/a ## Purpose Enable to rename a wiki
…al (#743) - Ticket: https://openscience.atlassian.net/browse/ENG-9638 - Feature flag: n/a ## Purpose Some user workflows rely on using the OSF profile identifiers to locate users reliably. This was possible previously (at least in most contributor searches), but is not any longer. ## Summary of Changes When adding contributors, searching by user GUID should call up that user. This can be implemented across all instances of this widget/modal. Requires API change
…to render Withdraw and Submission tab for preprints moderation if status is null (#744) - Ticket: https://openscience.atlassian.net/browse/ENG-9243 - Feature flag: n/a ## Purpose Preprint Moderation: OSF preprint withdrawal request throws error when clicked on preprint and moderator details page is not loading ## Summary of Changes https://openscience.atlassian.net/browse/ENG-9243?focusedCommentId=91945 1. Use preprint guid for url of such an format https://api.staging3.osf.io/v2/preprints/686bd16271351c4bd25a5deb/?embed%5B%5D=license&embed%5B%5D=identifiers 2. Not allow to render Withdraw and Submission tab for preprints moderation if status is null
- Ticket: [https://openscience.atlassian.net/browse/ENG-9126] - Feature flag: n/a ## Purpose Fix language in wiki log message
- Ticket: [ENG-9632] - Feature flag: n/a ## Summary of Changes 1. Optimized initial loading for project overview. 2. Updated meta tags for project. 3. Add unit tests.
…ox selection & show specified provider in combobox and files when accessing by link (#748) - Ticket: https://openscience.atlassian.net/browse/ENG-9644 - Feature flag: n/a ## Purpose Users shared links to their project and registration files lists previously, using the format https://osf.io/GUID/files/provider/ . These now break and lead to a Not Found page. These need to redirect to https://osf.io/GUID/files/provider/ Ideal solution via BrianG: format links to open up the provider page ## Summary of Changes update provider name for url link on file Provider combobox selection & show specified provider in combobox and files when accessing by link
- Ticket: https://openscience.atlassian.net/browse/ENG-9255 - Feature flag: n/a ## Purpose The analytics tab for registrations is meant to help users understand how viewers are using and accessing their registration. One of those metrics is popular pages. However, as you can see in the image below, there are two of the same name, which makes it confusing to understand what viewers are looking at. ## Summary of Changes If we are clicking over navigation in details of registration and project title saving is as expected, if go to some tab by link it return osf handle it to have proper title and render data in chart with row names showing what title tab was clicked
* feat(files-tree): implement in tree drag and drop support * fix(translations): fixed typo * test(confirm-move-file-dialog): fixed tests * fix(move-file-dialog): fixed toasts * fix(confirm-move-dialog): fixed pr comments
* feat(users): Set activeFlags when getting currentUser * feat(users): Add selector for activeFlags
- Ticket: [ENG-9275] - Feature flag: n/a ## Summary of Changes 1. Added components reorder. 2. Replaced models and mappers. 3. Added unit tests.
…pdown box) causes an infinite loading loop. (#756) - Ticket: [ENG-9749] - Feature flag: n/a ## Summary of Changes 1. Fixed endless loading for addons.
fix WikiMapper to handle missing user embeds in WikiVersion response
- Ticket: [ENG-9732] - Feature flag: n/a ## Purpose Try to not take down the server with contributor requests ## Summary of Changes 1. Added bulk add and update for contributors.
## Purpose Avoid 401 or 403 error. ## Summary of Changes 1. Added condition to get storage for admin and write users.
- Ticket: [ENG-9748] - Feature flag: n/a ## Purpose - Add license file as mentioned in this issue: #671 ## Summary of Changes - Add Apache v2 license (from https://www.apache.org/licenses/LICENSE-2.0.txt)
* fix(files): Fix drag and drop file moves * fix(files): Fix duplicate items when shift-clicking files * chore(files): Remove comment
futa-ikeda
approved these changes
Nov 25, 2025
Collaborator
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
Summary of Changes
Screenshot(s)
Side Effects
QA Notes