-
Notifications
You must be signed in to change notification settings - Fork 20
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
various admin updates #420
Commits on Dec 20, 2021
-
use project_id for POST assets/ if available, otherwise determine pro…
…ject from provided session_id
Configuration menu - View commit details
-
Copy full SHA for a175ca5 - Browse repository at this point
Copy the full SHA a175ca5View commit details -
allow audiolength, start_time and end_time params to be passed in POS…
…T assets/ to facilitate admin asset creation
Configuration menu - View commit details
-
Copy full SHA for 4cbba61 - Browse repository at this point
Copy the full SHA 4cbba61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b0d553 - Browse repository at this point
Copy the full SHA 6b0d553View commit details
Commits on Feb 3, 2022
-
clean up events/ response to include correct types for latitude/longi…
…tude (float) and tag_ids (int array)
Configuration menu - View commit details
-
Copy full SHA for 9eece16 - Browse repository at this point
Copy the full SHA 9eece16View commit details
Commits on Feb 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b071cd4 - Browse repository at this point
Copy the full SHA b071cd4View commit details -
store mp3 version file path in speaker object regardless of format of…
… uploaded speaker audio
Configuration menu - View commit details
-
Copy full SHA for ce5e352 - Browse repository at this point
Copy the full SHA ce5e352View commit details -
ensure that speaker audio files are available in mp3 and m4a as well …
…(for iOS) and that wav version is never saved as it is not used anymore
Configuration menu - View commit details
-
Copy full SHA for 6e41c23 - Browse repository at this point
Copy the full SHA 6e41c23View commit details
Commits on Mar 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9d92d71 - Browse repository at this point
Copy the full SHA 9d92d71View commit details -
Configuration menu - View commit details
-
Copy full SHA for a114ab7 - Browse repository at this point
Copy the full SHA a114ab7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ce1a51 - Browse repository at this point
Copy the full SHA 5ce1a51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5989b7e - Browse repository at this point
Copy the full SHA 5989b7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d3a308 - Browse repository at this point
Copy the full SHA 4d3a308View commit details
Commits on Mar 5, 2022
-
filter listening history items by session_id, asset_id and project_id…
… instead of just session, asset
Configuration menu - View commit details
-
Copy full SHA for 7139c3c - Browse repository at this point
Copy the full SHA 7139c3cView commit details -
convert audio uploads to 48KHz mp3 and m4a regardless of wav, mp3 or …
…m4a input format (at any sample rate) no longer copies input file directly; always converts with ffmpeg to ensure proper sample rate
Configuration menu - View commit details
-
Copy full SHA for 1eb2b8c - Browse repository at this point
Copy the full SHA 1eb2b8cView commit details -
make POST and PATCH listenevents/ params more consistent with output …
…JSON: asset_id and session_id rather than asset, session
Configuration menu - View commit details
-
Copy full SHA for 2c188c2 - Browse repository at this point
Copy the full SHA 2c188c2View commit details
Commits on May 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2255b35 - Browse repository at this point
Copy the full SHA 2255b35View commit details
Commits on Jun 11, 2022
-
add project-description as localized field for admin access to all av…
…ailable localized strings
Configuration menu - View commit details
-
Copy full SHA for b6ee7af - Browse repository at this point
Copy the full SHA b6ee7afView commit details
Commits on Jun 25, 2022
-
allow POST assets/ to include "filename" param of file already existi…
…ng on system to be used in "copy asset" feature - either 'file' or 'filename' param must be present in request, but NOT both
Configuration menu - View commit details
-
Copy full SHA for 7b06cea - Browse repository at this point
Copy the full SHA 7b06ceaView commit details
Commits on Jul 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e77cb62 - Browse repository at this point
Copy the full SHA e77cb62View commit details
Commits on Nov 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a468ff7 - Browse repository at this point
Copy the full SHA a468ff7View commit details -
add new uigroup.selection_method field (including migration) to enabl…
…e randomized tag selection
Configuration menu - View commit details
-
Copy full SHA for e292a99 - Browse repository at this point
Copy the full SHA e292a99View commit details
Commits on Nov 15, 2022
-
change new uigroup field name to uiitem_filter and modify option name…
…s (including modifying migration to match)
Configuration menu - View commit details
-
Copy full SHA for 900f899 - Browse repository at this point
Copy the full SHA 900f899View commit details
Commits on Nov 17, 2022
-
simplify uiitem_filter to remove strict validation to make more flexi…
…ble - validation will be done on admin client for now
Configuration menu - View commit details
-
Copy full SHA for 6a45943 - Browse repository at this point
Copy the full SHA 6a45943View commit details
Commits on Dec 9, 2022
-
apparently syntax has changed for updating ManyToMany related fields …
…from related object (in this case, updating the related envelope with PATCH assets/)
Configuration menu - View commit details
-
Copy full SHA for 840c42e - Browse repository at this point
Copy the full SHA 840c42eView commit details
Commits on Dec 12, 2022
-
fix incorrect reference to local database for running migrations and …
…other manage.py functions
Configuration menu - View commit details
-
Copy full SHA for 875116a - Browse repository at this point
Copy the full SHA 875116aView commit details
Commits on Dec 16, 2022
-
add delete_binary param to DELETE assets/ request to allow for option…
…al binary file deletion in addition to asset object deletion
Configuration menu - View commit details
-
Copy full SHA for 53e75bf - Browse repository at this point
Copy the full SHA 53e75bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a7c26b - Browse repository at this point
Copy the full SHA 2a7c26bView commit details -
add delete_binary param to DELETE speakers/ request to allow for opti…
…onal binary file deletion in addition to speaker object deletion
Configuration menu - View commit details
-
Copy full SHA for 0d98257 - Browse repository at this point
Copy the full SHA 0d98257View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e79def - Browse repository at this point
Copy the full SHA 9e79defView commit details
Commits on Dec 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c2c1b64 - Browse repository at this point
Copy the full SHA c2c1b64View commit details
Commits on Jan 20, 2023
-
delete all variations (mp3, m4a, wav etc) of binaries when deleting a…
…sset or speaker with delete_binary=true
Configuration menu - View commit details
-
Copy full SHA for 5f5ac61 - Browse repository at this point
Copy the full SHA 5f5ac61View commit details
Commits on Mar 24, 2023
-
add assets/count/ endpoint to retrieve filterable count of assets wit…
…hout asset detail for speed
Configuration menu - View commit details
-
Copy full SHA for 03113e1 - Browse repository at this point
Copy the full SHA 03113e1View commit details
Commits on Mar 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4b562fd - Browse repository at this point
Copy the full SHA 4b562fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2379562 - Browse repository at this point
Copy the full SHA 2379562View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 43397ed - Browse repository at this point
Copy the full SHA 43397edView commit details