-
-
Notifications
You must be signed in to change notification settings - Fork 77
Release V1.1.3 #303
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
Release V1.1.3 #303
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
History api add limit to query
changed frontend activity elements to use server-side paging Bug in MaterialReactTable causing page index to reset was found aswell as a bug that prevents expanding subrows when using manual pagination. Solution is WIP Added a busy loader to activity tables
…st a quick fix to be addressed in by the creators of material react table
…ct and IsAudioDirect flags to determine if the cooresponding field is Direct Stream or not.
…eoAudio Split out Video and Audio into different columns.
…usic session card.
Clean up audio session card & Add translations for sessions
…in tables. added latest activity view to assist in grouping added triggers as the view is a material view and will need to be updated when changes are made to activity table created new view to include episode and library metadata to reduce join operations needed in query
removed debug logging
added triggers on jf_playback_activity to refresh js_library_stats_overview view when data changes
set alerts to dark theme
…eOnMusic Fix NaN showing up for audio only activity
…y having the same activity date moved refresh views trigger to code as it caused a delay on inserts/updates/deletes
…d view being static Last Activity is now calculated in the select statement for that view using ActivityDateInserted
…future sorting callback in material react table
…ly sorting to api calls
added hacky code to add param enums to sort field, to fix later
Removed a check that evaluated for any input in the Current Password field and would cause the entry to enter in any non-null input to fail due to password length. This is related to: #254
fr > external url
Update fr translation.json
i18n: Add it-IT translation
+Turn cards into links that lead to the item +Show EpisodeCount for shows +Filter out activities under 15 minutes +Add timeline to userInfo view
Update security.jsx
+ Remove sidebar link to activity timeline + use jf_libraries.CollectionType as MediaType instead of calculating it + reduce minimum playback duration to 30 seconds
Prototype implementation of activity timeline feature
Fixes Path Traversal in most endpoints
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.
New Features
Added Pagination, result limit and filter querying to the following endpoints
Added Activity Timeline view to users page #293
Fixes and Improvements
Fixed Path Traversal vulnerability in backup endpoints Path Traversal: Missing Input validation for filename in backups endpoint
Improved session cards to show more granular details when it come to transcoding
Fix NaN showing up for audio only activity
Css fixes for Most Viewed Stat cards
css fixes for placeholder text