Skip to content
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

Open
wants to merge 34 commits into
base: develop
Choose a base branch
from
Open

Commits on Dec 20, 2021

  1. use project_id for POST assets/ if available, otherwise determine pro…

    …ject from provided session_id
    hburgund committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    a175ca5 View commit details
    Browse the repository at this point in the history
  2. allow audiolength, start_time and end_time params to be passed in POS…

    …T assets/ to facilitate admin asset creation
    hburgund committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    4cbba61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b0d553 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. clean up events/ response to include correct types for latitude/longi…

    …tude (float) and tag_ids (int array)
    hburgund committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    9eece16 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    b071cd4 View commit details
    Browse the repository at this point in the history
  2. store mp3 version file path in speaker object regardless of format of…

    … uploaded speaker audio
    hburgund committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    ce5e352 View commit details
    Browse the repository at this point in the history
  3. 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
    hburgund committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    6e41c23 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    9d92d71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a114ab7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ce1a51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5989b7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d3a308 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. filter listening history items by session_id, asset_id and project_id…

    … instead of just session, asset
    hburgund committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    7139c3c View commit details
    Browse the repository at this point in the history
  2. 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
    hburgund committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    1eb2b8c View commit details
    Browse the repository at this point in the history
  3. make POST and PATCH listenevents/ params more consistent with output …

    …JSON: asset_id and session_id rather than asset, session
    hburgund committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    2c188c2 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    2255b35 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. add project-description as localized field for admin access to all av…

    …ailable localized strings
    hburgund committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    b6ee7af View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. 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
    hburgund committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    7b06cea View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    e77cb62 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    a468ff7 View commit details
    Browse the repository at this point in the history
  2. add new uigroup.selection_method field (including migration) to enabl…

    …e randomized tag selection
    hburgund committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e292a99 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. change new uigroup field name to uiitem_filter and modify option name…

    …s (including modifying migration to match)
    hburgund committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    900f899 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. simplify uiitem_filter to remove strict validation to make more flexi…

    …ble - validation will be done on admin client for now
    hburgund committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    6a45943 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. apparently syntax has changed for updating ManyToMany related fields …

    …from related object (in this case, updating the related envelope with PATCH assets/)
    hburgund committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    840c42e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. fix incorrect reference to local database for running migrations and …

    …other manage.py functions
    hburgund committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    875116a View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. add delete_binary param to DELETE assets/ request to allow for option…

    …al binary file deletion in addition to asset object deletion
    hburgund committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    53e75bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a7c26b View commit details
    Browse the repository at this point in the history
  3. add delete_binary param to DELETE speakers/ request to allow for opti…

    …onal binary file deletion in addition to speaker object deletion
    hburgund committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    0d98257 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e79def View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Configuration menu
    Copy the full SHA
    c2c1b64 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. delete all variations (mp3, m4a, wav etc) of binaries when deleting a…

    …sset or speaker with delete_binary=true
    hburgund committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    5f5ac61 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. add assets/count/ endpoint to retrieve filterable count of assets wit…

    …hout asset detail for speed
    hburgund committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    03113e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Configuration menu
    Copy the full SHA
    4b562fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2379562 View commit details
    Browse the repository at this point in the history