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

cc-5709: Airtime Analyzer #57

Open
wants to merge 389 commits into
base: 2.5.x
Choose a base branch
from
Open

cc-5709: Airtime Analyzer #57

wants to merge 389 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 25, 2014

  1. Merge branch 'cc-5709-airtime-analyzer' of github.com:sourcefabric/Ai…

    …rtime into cc-5709-airtime-analyzer
    drigato committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    1009719 View commit details
    Browse the repository at this point in the history
  2. Fixed airtime-upgrade.php...

    Albert Santoni committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    a43f487 View commit details
    Browse the repository at this point in the history
  3. CC-5802: Upgrade application.ini file

    Execute raw sql upgrade file at the end in case errors occured during the upgrade before it gets executed
    drigato committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    f432ea9 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'cc-5709-airtime-analyzer' of github.com:sourcefabric/Ai…

    …rtime into cc-5709-airtime-analyzer
    drigato committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    5873f7b View commit details
    Browse the repository at this point in the history
  5. Moved some comments around

    drigato committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    61df7c1 View commit details
    Browse the repository at this point in the history
  6. CC-5802: Upgrade application.ini file

    Changed where we insert new application.ini file lines
    drigato committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    66000a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d9b9c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2014

  1. Configuration menu
    Copy the full SHA
    42806b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d081ff1 View commit details
    Browse the repository at this point in the history
  3. CC-5820: Airtime Analyzer: Length and MIME parsing skipped if file has

    no audio metadata tags.
    Albert Santoni committed Apr 28, 2014
    Configuration menu
    Copy the full SHA
    375ec54 View commit details
    Browse the repository at this point in the history
  4. CC-5821: Airtime Analyzer: Ftp-uploaded folder doesn't get removed fr…

    …om organize
    
    $_FILES does not store the original file path so we were losing the folder name.
    Fixed by explicitly passing the full filepath in via the ftp-upload-hook.sh script
    drigato committed Apr 28, 2014
    Configuration menu
    Copy the full SHA
    fae5b15 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'cc-5709-airtime-analyzer' of github.com:sourcefabric/Ai…

    …rtime into cc-5709-airtime-analyzer
    drigato committed Apr 28, 2014
    Configuration menu
    Copy the full SHA
    f9f9e24 View commit details
    Browse the repository at this point in the history
  6. CC-5821: Airtime Analyzer: Ftp-uploaded folder doesn't get removed fr…

    …om organize
    
    Was using wrong position when using substr()
    drigato committed Apr 28, 2014
    Configuration menu
    Copy the full SHA
    c586e3e View commit details
    Browse the repository at this point in the history
  7. CC-5821: Airtime Analyzer: Ftp-uploaded folder doesn't get removed fr…

    …om organize
    
    Delete the empty folder after files have been copied into imported
    drigato committed Apr 28, 2014
    Configuration menu
    Copy the full SHA
    f428a2d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7968749 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2014

  1. Configuration menu
    Copy the full SHA
    6f1dd79 View commit details
    Browse the repository at this point in the history
  2. CC-5821: Airtime Analyzer: Ftp-uploaded folder doesn't get removed fr…

    …om organize
    
    Cleaner way of removing empty sub folders after ftp uploads
    drigato committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    94375ee View commit details
    Browse the repository at this point in the history
  3. CC-5821: Airtime Analyzer: Ftp-uploaded folder doesn't get removed fr…

    …om organize
    
    Imported file path had album name twice - fixed
    drigato committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    04da9b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5eb5e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2014

  1. Fixed the upstart config

    Albert Santoni committed Apr 30, 2014
    Configuration menu
    Copy the full SHA
    c2f6032 View commit details
    Browse the repository at this point in the history
  2. CC-5823: Airtime Analyzer: Wav file uploading fails with zero length and

    empty mime
    
    * Fixed
    Albert Santoni committed Apr 30, 2014
    Configuration menu
    Copy the full SHA
    26a39ed View commit details
    Browse the repository at this point in the history
  3. Merge branch 'cc-5709-airtime-analyzer' of github.com:sourcefabric/Ai…

    …rtime into cc-5709-airtime-analyzer
    Albert Santoni committed Apr 30, 2014
    Configuration menu
    Copy the full SHA
    ace03ed View commit details
    Browse the repository at this point in the history
  4. CC-5824: Airtime Analyzer: Flac file was uploaded but AA says it's

    failed
    
    * Fixed
    Albert Santoni committed Apr 30, 2014
    Configuration menu
    Copy the full SHA
    abcdf5e View commit details
    Browse the repository at this point in the history
  5. Fixed python-magic dependency

    Albert Santoni committed Apr 30, 2014
    Configuration menu
    Copy the full SHA
    c11e39f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2014

  1. Configuration menu
    Copy the full SHA
    721e4e1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'cc-5709-airtime-analyzer' of github.com:sourcefabric/Ai…

    …rtime into cc-5709-airtime-analyzer
    drigato committed May 1, 2014
    Configuration menu
    Copy the full SHA
    9cd200d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2014

  1. Remove database credentials from application.ini

    Albert Santoni committed May 2, 2014
    Configuration menu
    Copy the full SHA
    2d67484 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'cc-5709-airtime-analyzer' of github.com:sourcefabric/Ai…

    …rtime into cc-5709-airtime-analyzer
    Albert Santoni committed May 2, 2014
    Configuration menu
    Copy the full SHA
    4b4fd54 View commit details
    Browse the repository at this point in the history
  3. Removed this silly airtime-update-db-settings script

    * No longer needed, was a horrible hack in the first place.
    Albert Santoni committed May 2, 2014
    Configuration menu
    Copy the full SHA
    5dab498 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2014

  1. CC-5802: Upgrade application.ini file

    Remove this upgrade step from the upgrade controller
    drigato committed May 5, 2014
    Configuration menu
    Copy the full SHA
    e4e5590 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'cc-5709-airtime-analyzer' of github.com:sourcefabric/Ai…

    …rtime into cc-5709-airtime-analyzer
    drigato committed May 5, 2014
    Configuration menu
    Copy the full SHA
    094382c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16fb9d7 View commit details
    Browse the repository at this point in the history
  4. Fixed bitrate import in airtime_analyzer

    Albert Santoni committed May 5, 2014
    Configuration menu
    Copy the full SHA
    22343ed View commit details
    Browse the repository at this point in the history
  5. CC-5834: Airtime Analyzer: Bitrate is missing

    * Fixed
    Albert Santoni committed May 5, 2014
    Configuration menu
    Copy the full SHA
    d063700 View commit details
    Browse the repository at this point in the history
  6. Some defensive code against multiprocess related deadlocks

    * Reinitialize logging in child processes so we don't inherit locks.
      Might be causing a deadlock we're seeing on Pro right now.
    Albert Santoni committed May 5, 2014
    Configuration menu
    Copy the full SHA
    ed494ac View commit details
    Browse the repository at this point in the history

Commits on May 6, 2014

  1. Merge branch '2.5.x' into cc-5709-airtime-analyzer

    Conflicts:
    	airtime_mvc/locale/hu_HU/LC_MESSAGES/airtime.po
    	airtime_mvc/locale/nl_NL/LC_MESSAGES/airtime.po
    drigato committed May 6, 2014
    Configuration menu
    Copy the full SHA
    bc080a2 View commit details
    Browse the repository at this point in the history
  2. Alternate bugfix for logging deadlock in airtime_analyzer

    Albert Santoni committed May 6, 2014
    Configuration menu
    Copy the full SHA
    56c3d80 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'cc-5709-airtime-analyzer' of github.com:sourcefabric/Ai…

    …rtime into cc-5709-airtime-analyzer
    Albert Santoni committed May 6, 2014
    Configuration menu
    Copy the full SHA
    6b7170f View commit details
    Browse the repository at this point in the history

Commits on May 7, 2014

  1. Configuration menu
    Copy the full SHA
    81dd1de View commit details
    Browse the repository at this point in the history
  2. Adding back analyzer deadlock workaround.

    Removing command to delete empty sub folders inside organize.
    drigato committed May 7, 2014
    Configuration menu
    Copy the full SHA
    c291439 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2014

  1. CC-5840: Add Media -> Endless retries if there is a validation error

    Fixed by not adding message to retry queue if request returns a
    validation specific error code (422)
    drigato committed May 8, 2014
    2 Configuration menu
    Copy the full SHA
    0040965 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2014

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

Commits on May 20, 2014

  1. Configuration menu
    Copy the full SHA
    4cdd855 View commit details
    Browse the repository at this point in the history
  2. SAAS-436: Fix widgets

    Albert Santoni committed May 20, 2014
    Configuration menu
    Copy the full SHA
    08badfb View commit details
    Browse the repository at this point in the history

Commits on May 22, 2014

  1. Configuration menu
    Copy the full SHA
    8432799 View commit details
    Browse the repository at this point in the history
  2. SAAS-439: Genres longer than 64 characters cause Media API exception

    * Truncate the genre field in the Media API
    Albert Santoni committed May 22, 2014
    Configuration menu
    Copy the full SHA
    091be8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1a0429 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2014

  1. Configuration menu
    Copy the full SHA
    9eb0f2f View commit details
    Browse the repository at this point in the history
  2. CC-5860: Analyzer HTTP requests can hang indefinitely

    * Log a backtrace when sent the USR2 signal (kill -SIGUSR2 <pid>)
    * Rigged up up something to strace and restart when we see a request hanging
    Albert Santoni committed May 26, 2014
    Configuration menu
    Copy the full SHA
    d21cb59 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'cc-5709-airtime-analyzer' of github.com:sourcefabric/Ai…

    …rtime into cc-5709-airtime-analyzer
    Albert Santoni committed May 26, 2014
    Configuration menu
    Copy the full SHA
    7caa42c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2014

  1. CC-5862: Invalid UTF-8 chars cause DB error

    * Strip and validate UTF-8 strings in the Media API
    * Also properly parse track numbers containing "-"
    Albert Santoni committed May 30, 2014
    Configuration menu
    Copy the full SHA
    1373d49 View commit details
    Browse the repository at this point in the history
  2. Merge branch '2.5.x' into cc-5709-airtime-analyzer

    Albert Santoni committed May 30, 2014
    Configuration menu
    Copy the full SHA
    9f9c32a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2014

  1. CC-5863: Deleted files still shown in Recent Uploads view

    * Fixed
    Albert Santoni committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    2e6d382 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2014

  1. CC-5861: Long file paths will cause analyzer error

    * Fixed it
    Albert Santoni committed Jun 3, 2014
    Configuration menu
    Copy the full SHA
    4548123 View commit details
    Browse the repository at this point in the history
  2. CC-5856: Analyzer metadata exception

    * Fixed parsing of metadata when there's empty lists returned (mutagen's
      API is awful)
    * Return HTTP 422 if there's any exception in validating the metadata
    Albert Santoni committed Jun 3, 2014
    Configuration menu
    Copy the full SHA
    a969f8f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2014

  1. Configuration menu
    Copy the full SHA
    5e7fdb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3c2ae0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a12ebf2 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2014

  1. Merge branch '2.5.x' into cc-5709-airtime-analyzer

    Conflicts:
    	airtime_mvc/locale/hu_HU/LC_MESSAGES/airtime.po
    Albert Santoni committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    560d1a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2014

  1. Fix error due to bad exception throwing

    Albert Santoni committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    e5a74e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2014

  1. Merge branch '2.5.x' into cc-5709-airtime-analyzer

    Conflicts:
    	airtime_mvc/application/controllers/LoginController.php
    	airtime_mvc/application/controllers/plugins/Acl_plugin.php
    	airtime_mvc/locale/de_AT/LC_MESSAGES/airtime.po
    	airtime_mvc/locale/en_GB/LC_MESSAGES/airtime.po
    	airtime_mvc/locale/pt_BR/LC_MESSAGES/airtime.po
    Albert Santoni committed Jun 23, 2014
    Configuration menu
    Copy the full SHA
    24d842c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2014

  1. SAAS-447: Cloud Storage

    Added resource_id column to cc_files table
    drigato committed Jul 4, 2014
    Configuration menu
    Copy the full SHA
    aeb3bb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b70417 View commit details
    Browse the repository at this point in the history
  3. Modified config file variables to describe not only rabbitmq settings

    Removed filemover_analyzer functionality and replaced with an uploader function into Amazon s3
    drigato committed Jul 4, 2014
    Configuration menu
    Copy the full SHA
    1393bad View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2014

  1. Better FileMover permissions unit test (passes as root)

    Albert Santoni committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    e84f765 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2014

  1. Configuration menu
    Copy the full SHA
    d2e8325 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2411b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6bbf8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f119b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7dfc08 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2014

  1. Configuration menu
    Copy the full SHA
    039a511 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d0f564 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2014

  1. Configuration menu
    Copy the full SHA
    8e714bc View commit details
    Browse the repository at this point in the history
  2. Merge branch '2.5.x' into cc-5709-airtime-analyzer

    Conflicts:
    	airtime_mvc/application/Bootstrap.php
    	airtime_mvc/locale/de_AT/LC_MESSAGES/airtime.po
    	airtime_mvc/locale/en_GB/LC_MESSAGES/airtime.po
    	airtime_mvc/locale/pt_BR/LC_MESSAGES/airtime.po
    Albert Santoni committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    1aa99e2 View commit details
    Browse the repository at this point in the history
  3. Use track metadata from Airtime in playout engine

    * Resolves CC-5893: Metadata not updated on Airtime Pro
    * Report track metadata in the schedule API, and make pypo pass that
      along to Liquidsoap via annotations.
    * Move HTTP response sanitization for file metadata out of the REST module and into CcFiles
    * Slightly improved the terrible exception handling in pypo
    Albert Santoni committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    7438ecd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaee522 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2014

  1. Configuration menu
    Copy the full SHA
    7ca6b91 View commit details
    Browse the repository at this point in the history
  2. Small code cleanup

    drigato committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    82d7f09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f676be View commit details
    Browse the repository at this point in the history
  4. Merge branch 'cc-5709-airtime-analyzer' into cc-5709-airtime-analyzer…

    …-cloud-storage
    Albert Santoni committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    c09457c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'cc-5709-airtime-analyzer-cloud-storage' of github.com:s…

    …ourcefabric/Airtime into cc-5709-airtime-analyzer-cloud-storage
    Albert Santoni committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    46542d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2014

  1. CC-5895: Upgrade Propel to 1.7

    Used composer to download Propel 1.7
    The Propel library will no longer be stored in the Airtime repo
    drigato committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    72841de View commit details
    Browse the repository at this point in the history
  2. CC-5895: Upgrade Propel to 1.7

    Update install scripts with new propel library path
    drigato committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    9c2a086 View commit details
    Browse the repository at this point in the history
  3. CC-5896: Store cloud files in separate table, inherited from cc_files

    Using Class Table Inheritance - delegate behaviour, created a cloud_file
    table to store cloud files
    drigato committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    41ff0cc View commit details
    Browse the repository at this point in the history
  4. CC-5895: Upgrade Propel to 1.7

    Remove propel library from repo
    drigato committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    efb2a5e View commit details
    Browse the repository at this point in the history
  5. CC-5895: Upgrade Propel to 1.7

    Moved composer.json to top level of repo so propel will get installed there
    Updated install scripts to reflect this change
    drigato committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    7490c81 View commit details
    Browse the repository at this point in the history
  6. CC-5895: Upgrade Propel to 1.7

    Add vendor directory to include path
    drigato committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    b38f3d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2014

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

Commits on Jul 28, 2014

  1. CC-5896: Store cloud files in separate table, inherited from cc_files

    Fixed broken metadata display on Library page
    Fixed broken download/preview option from Library page
    drigato committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    ecb072b View commit details
    Browse the repository at this point in the history
  2. CC-5896: Store cloud files in separate table, inherited from cc_files

    For cloud files, return the original filename when downloading a file instead of the cloud object name
    drigato committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    f6aa2e5 View commit details
    Browse the repository at this point in the history
  3. CC-5896: Store cloud files in separate table, inherited from cc_files

    Added delete on cascade for cloud files
    drigato committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    6fa7ddb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7d1852 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2014

  1. CC-5896: Store cloud files in separate table, inherited from cc_files

    Refactored storedfile->delete()
    Added a deletePhysicalFile function to CcFile and CloudFile
    Cleaned up schedule events that get passed to Pypo
    drigato committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    8c27549 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2014

  1. CC-5888: Handle file deletion if the file is stored in the cloud

    Execute a python script that deletes a file from the cloud
    drigato committed Aug 1, 2014
    Configuration menu
    Copy the full SHA
    dd37ffb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02ea553 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa8a262 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2014

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

Commits on Aug 12, 2014

  1. Audio preview fix

    drigato committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    35c450b View commit details
    Browse the repository at this point in the history
  2. Audio preview fix

    drigato committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    4622834 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    879e776 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca62086 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2014

  1. Merge branch '2.5.x' into cc-5709-airtime-analyzer

    Conflicts:
    	airtime_mvc/application/Bootstrap.php
    	airtime_mvc/application/controllers/LoginController.php
    	airtime_mvc/application/controllers/plugins/Acl_plugin.php
    drigato committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    9fe0830 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'cc-5709-airtime-analyzer' of github.com:sourcefabric/Ai…

    …rtime into cc-5709-airtime-analyzer
    
    Conflicts:
    	airtime_mvc/application/Bootstrap.php
    	airtime_mvc/application/controllers/plugins/Acl_plugin.php
    drigato committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    52f3ed8 View commit details
    Browse the repository at this point in the history
  3. SAAS-470: Zend Rest module doesn't work on Ubuntu 14.04

    The Bootstrap.php in the modules directory didn't like
    short php tags.
    drigato committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    0ccc7e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2014

  1. Merge branch '2.5.x' into cc-5709-airtime-analyzer

    Conflicts:
    	airtime_mvc/application/controllers/PluploadController.php
    	airtime_mvc/application/views/scripts/plupload/index.phtml
    drigato committed Oct 8, 2014
    Configuration menu
    Copy the full SHA
    c4692cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2423ea6 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2014

  1. Merge branch '2.5.x' into cc-5709-airtime-analyzer

    Albert Santoni committed Oct 10, 2014
    Configuration menu
    Copy the full SHA
    f439072 View commit details
    Browse the repository at this point in the history
  2. Reworked upstart config for airtime_analyzer

    Albert Santoni committed Oct 10, 2014
    Configuration menu
    Copy the full SHA
    081ca0a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2014

  1. Fixed a fresh install bug that wasn't using composer installs.

    Fixed a cloud file download bug where it was downloading the wrong track.
    Working on amazon s3 signed urls for private objects.
    Added cloud storage configuration to install script.
    drigato committed Oct 14, 2014
    Configuration menu
    Copy the full SHA
    a10e287 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2014

  1. Replaced spaces with dashes in resource_id generation

    Fixed track preview and download signed urls
    Removed cloud_storage_deleter.py file
    Changed cloud_storage settings in airtime.conf
    drigato committed Oct 17, 2014
    Configuration menu
    Copy the full SHA
    544d20e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2014

  1. CC-5929: Certain long filenames can result in the extension getting c…

    …ut off
    Albert Santoni committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    28be5c6 View commit details
    Browse the repository at this point in the history
  2. Stopped returning filesize in delete functions.

    Created an Amazon S3 wrapper class around Zend_Service_Amazon_S3 to add more functionality.
    drigato committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    f775bed View commit details
    Browse the repository at this point in the history
  3. Fix invalid python in StatusReporter

    Albert Santoni committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    82f251f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2014

  1. Fix rare exception during shutdown in airtime_analyzer

    Albert Santoni committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    54523e2 View commit details
    Browse the repository at this point in the history
  2. StatusReporter exception handler to prevent thread from dying under a…

    …ny circumstances
    Albert Santoni committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    53dc92b View commit details
    Browse the repository at this point in the history
  3. Removed amazon s3 signature from pypo cache file name.

    Stopped pyppo from downloading amazon s3 files if it already exists in the pypo cache dir.
    drigato committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    9726fb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8134687 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'cc-5709-airtime-analyzer' into cc-5709-airtime-analyzer…

    …-cloud-storage
    
    Conflicts:
    	python_apps/airtime_analyzer/airtime_analyzer/filemover_analyzer.py
    drigato committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    70ff673 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2014

  1. Reverted pypo's copy file method to how it was without cloud files

    and instead directly call the cloud file's downloader method.
    drigato committed Oct 24, 2014
    Configuration menu
    Copy the full SHA
    7edd993 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2014

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

Commits on Oct 29, 2014

  1. Configuration menu
    Copy the full SHA
    978fc43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01ad2ab View commit details
    Browse the repository at this point in the history
  3. Merge pull request #75 - Saas relder csrf delete file

    Albert Santoni committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    fd39db2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'cc-5709-airtime-analyzer' of github.com:sourcefabric/Ai…

    …rtime into cc-5709-airtime-analyzer
    Albert Santoni committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    c590869 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2014

  1. Configuration menu
    Copy the full SHA
    e236491 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54d1bcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b871b32 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2014

  1. Configuration menu
    Copy the full SHA
    52b0db5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e1d14f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f98151 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27b8f0a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2014

  1. Made AirtimeAnalyzerServer.read_config_file static so CloudStorageUpl…

    …oader can use it.
    
    Reverted MessageListener.msg_received_callback and MessageListener.spawn_analyzer_process back to static methods.
    Moved cloud storage settings out of MessageListener and into CloudStorageUploader
    drigato committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    e24b4f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2014

  1. Changed Amazon S3 download URL format so it works with S3_EU_WEST reg…

    …ion.
    
    Updated amazon config file path in the downloader class
    drigato committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    1dc72d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecc0225 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa88e72 View commit details
    Browse the repository at this point in the history
  4. composer.lock

    drigato committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    c636272 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2014

  1. Updated requirements for airtime_analyzer to make python-requests

    support SNI properly
    Albert Santoni committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    63b357f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb0f12c View commit details
    Browse the repository at this point in the history
  3. rmq_config_path fix

    drigato committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    49f3881 View commit details
    Browse the repository at this point in the history
  4. Bug fix

    drigato committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    b304e2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbc5563 View commit details
    Browse the repository at this point in the history
  6. code cleanup

    drigato committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    5cf5ff4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b324031 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2014

  1. Code cleanup

    drigato committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    c132cac View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    95517ca View commit details
    Browse the repository at this point in the history
  3. Merge branch 'cc-5709-airtime-analyzer' into cc-5709-airtime-analyzer…

    …-cloud-storage
    
    Conflicts:
    	python_apps/airtime_analyzer/setup.py
    drigato committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    f1fa492 View commit details
    Browse the repository at this point in the history
  4. airtime_analyzer status_reporter shutdown fix

    Albert Santoni committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    8eaeaf7 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'cc-5709-airtime-analyzer' of github.com:sourcefabric/Ai…

    …rtime into cc-5709-airtime-analyzer
    Albert Santoni committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    2d20e58 View commit details
    Browse the repository at this point in the history
  6. Fix for incorrect watchdog disabling

    Albert Santoni committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    71f2cc1 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2014

  1. Fix bad merge

    drigato committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    2827db8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d86ea3 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2014

  1. Improved some comments

    Albert Santoni committed Nov 14, 2014
    Configuration menu
    Copy the full SHA
    32bdbe1 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2014

  1. Merge branch 'cc-5709-airtime-analyzer-cloud-storage' of github.com:s…

    …ourcefabric/Airtime into cc-5709-airtime-analyzer-cloud-storage
    
    Conflicts:
    	airtime_mvc/application/modules/rest/controllers/MediaController.php
    drigato committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    d42db75 View commit details
    Browse the repository at this point in the history
  2. SAAS-491: Edit meta data not working

    Fixed: Propel 1.7 does not cast string types to integers
    drigato committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    3c73abc View commit details
    Browse the repository at this point in the history
  3. CC-5950: Fix for issue where clear button in Recent Uploads didn't work

    sometimes
    Albert Santoni committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    e7e1926 View commit details
    Browse the repository at this point in the history
  4. Fixed 'clear' button not working when files failed to import

    dpsommer authored and Albert Santoni committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    6460854 View commit details
    Browse the repository at this point in the history
  5. Slightly more robust fix for the last issue

    Albert Santoni committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    11a3137 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd3b54f View commit details
    Browse the repository at this point in the history
  7. Fix bad merge

    Albert Santoni committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    c829b6b View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2014

  1. Remove clearAction from the media REST API for security

    Albert Santoni committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    8ffd707 View commit details
    Browse the repository at this point in the history
  2. Remove clearAction from the media REST API for security

    Albert Santoni committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    7db571d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e8fe2d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'cc-5709-airtime-analyzer-cloud-storage' of github.com:s…

    …ourcefabric/Airtime into cc-5709-airtime-analyzer-cloud-storage
    drigato committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    544767a View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2014

  1. Merge branch '2.5.x' into cc-5709-airtime-analyzer

    Conflicts:
    	airtime_mvc/application/Bootstrap.php
    drigato committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    f08535c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'cc-5709-airtime-analyzer' into cc-5709-airtime-analyzer…

    …-cloud-storage
    
    Conflicts:
    	airtime_mvc/application/models/StoredFile.php
    	airtime_mvc/application/modules/rest/controllers/MediaController.php
    	python_apps/airtime_analyzer/airtime_analyzer/analyzer_pipeline.py
    drigato committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    884a4c4 View commit details
    Browse the repository at this point in the history
  3. Report an error and die if amazon.conf is missing

    Albert Santoni committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    8fbe7dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    670a63d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2014

  1. Close the session when a track is previewed or downloaded.

    Close the file pointer when we are down with it.
    drigato committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    e59cd11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cb993c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'cc-5709-airtime-analyzer-cloud-storage' of github.com:s…

    …ourcefabric/Airtime into cc-5709-airtime-analyzer-cloud-storage
    drigato committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    2f93826 View commit details
    Browse the repository at this point in the history
  4. Merge conflict

    drigato committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    8601452 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92feacd View commit details
    Browse the repository at this point in the history
  6. SAAS-502: Analyzer -> Set the station id and domain in the cloud obje…

    …ct's metadata
    
    Set the domain name in the cloud object's metadata
    drigato committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    432245b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2014

  1. Configuration menu
    Copy the full SHA
    7c0a25b View commit details
    Browse the repository at this point in the history
  2. SAAS-505: Extract Amazon_S3 class and have it inherit from a general …

    …'cloud backend' class
    
    Fixed reading credentials in from cloud_storage.conf
    drigato committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    bf91677 View commit details
    Browse the repository at this point in the history
  3. SAAS-503: PYPO -> Use the REST API to download files

    Removed Amazon S3 specific code
    drigato committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    e1f1807 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2014

  1. Configuration menu
    Copy the full SHA
    16dc286 View commit details
    Browse the repository at this point in the history
  2. SAAS-503: PYPO -> Use the REST API to download filesSAAS-503

    Added python library - requests - to pybundle
    drigato committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    53624d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2014

  1. Configuration menu
    Copy the full SHA
    59ceb11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec189fc View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2014

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

Commits on Dec 10, 2014

  1. Configuration menu
    Copy the full SHA
    d73b331 View commit details
    Browse the repository at this point in the history
  2. Silan cue-in/out analysis now moved to airtime_analyzer

    * Added a new CuePointAnalyzer using silan (will remove silan stuff from pypo later)
    * Makes silan analysis slightly more reliable for certain short files.
    * Fixes CC-5961: Audio duration cutoff for WAVE files
    * Added unit tests for the new analyzer and improved code coverage slightly
    * Added unit tests for WAVE metadata extraction and an invalid WMA file
    Albert Santoni committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    38bd45b View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2014

  1. ReplayGain analysis in airtime_analyzer using python-rgain

    * Implemented Replaygain analysis for Ogg Vorbis, MP3, MP4, and FLAC
      using python-rgain
    * Added unit tests for ReplayGainAnalyzer
    * Squashed stderr output in ReplayGainAnalyzer and CuePointAnalyzer
    * Clean up
    Albert Santoni committed Dec 11, 2014
    Configuration menu
    Copy the full SHA
    4dd2768 View commit details
    Browse the repository at this point in the history
  2. Removed all ReplayGain and Silan stuff from pypo, plus a bugfix

    * Ripped out all the ReplayGain and Silan analysis from pypo, since
      it's now implemented in airtime_analyzer. This fixes a bunch of
      race conditions.
    * Also renamed the replaygain field to replay_gain in airtime_analyzer
      to match Airtime.
    Albert Santoni committed Dec 11, 2014
    Configuration menu
    Copy the full SHA
    3b1c776 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbfb2fc View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2014

  1. Merge branch 'cc-5709-airtime-analyzer' into cc-5709-airtime-analyzer…

    …-cloud-storage
    
    Conflicts:
    	python_apps/airtime_analyzer/airtime_analyzer/analyzer_pipeline.py
    	python_apps/airtime_analyzer/setup.py
    drigato committed Dec 12, 2014
    Configuration menu
    Copy the full SHA
    29d3d87 View commit details
    Browse the repository at this point in the history
  2. Fixed merge error

    drigato committed Dec 12, 2014
    Configuration menu
    Copy the full SHA
    e7a742d View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2014

  1. Configuration menu
    Copy the full SHA
    6de8bbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2af14e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70a2190 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2014

  1. Updated propel models

    drigato committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    ff0a685 View commit details
    Browse the repository at this point in the history
  2. Add a comment about the proxy pattern

    Albert Santoni committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    7059820 View commit details
    Browse the repository at this point in the history
  3. SAAS-527: Allow files to be uploaded to either the cloud or on local …

    …file storage
    
    Not quite done.
    drigato committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    1de3262 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'cc-5709-airtime-analyzer-cloud-storage' of github.com:s…

    …ourcefabric/Airtime into cc-5709-airtime-analyzer-cloud-storage
    drigato committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    6e2f07f View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2014

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

Commits on Dec 19, 2014

  1. Cloud storage cleanup and fixed the unit tests

    Albert Santoni committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    3f5b4fa View commit details
    Browse the repository at this point in the history
  2. Stub CloudStorageAnalyzer tests

    Albert Santoni committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    1718868 View commit details
    Browse the repository at this point in the history
  3. Unit test tweak for CloudStorage

    Albert Santoni committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    9a8b34f View commit details
    Browse the repository at this point in the history
  4. Added missing config_File.py

    Albert Santoni committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    13827d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2015

  1. Small analyzer fix

    drigato committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    cf57af0 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2015

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

Commits on Jan 7, 2015

  1. Configuration menu
    Copy the full SHA
    e5c806f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d6cf86 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2015

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

Commits on Jan 15, 2015

  1. SAAS-539: Analyzer can return values in scientific notation which are…

    … not compatible with Airtime
    drigato committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    7d0f165 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89e760f View commit details
    Browse the repository at this point in the history
  3. SAAS-539: Analyzer can return values in scientific notation which are…

    … not compatible with Airtime
    
    Fix unit tests
    drigato committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    52a6663 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29c5cf5 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2015

  1. Configuration menu
    Copy the full SHA
    527d285 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38882ab View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2015

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

Commits on Jan 22, 2015

  1. Configuration menu
    Copy the full SHA
    38a2924 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'cc-5709-airtime-analyzer' into cc-5709-airtime-analyzer…

    …-cloud-storage
    
    Conflicts:
    	airtime_mvc/application/modules/rest/controllers/MediaController.php
    drigato committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    bade613 View commit details
    Browse the repository at this point in the history
  3. Merge branch '2.5.x' into cc-5709-airtime-analyzer

    Conflicts:
    	CREDITS
    Albert Santoni committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    230cdcc View commit details
    Browse the repository at this point in the history
  4. Merge branch 'cc-5709-airtime-analyzer' of github.com:sourcefabric/Ai…

    …rtime into cc-5709-airtime-analyzer
    Albert Santoni committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    476128c View commit details
    Browse the repository at this point in the history
  5. Fixed CSRF token checking in MediaController (broken by last 2 commits)

    * Also fixed getOwnerId(), no longer calls a non-existent function
    Albert Santoni committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    d5ee710 View commit details
    Browse the repository at this point in the history
  6. Pin python-daemon to 1.6 because 2.0.3 breaks setuptools

    Albert Santoni committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    6ebe8ec View commit details
    Browse the repository at this point in the history
  7. Merge branch 'cc-5709-airtime-analyzer' into cc-5709-airtime-analyzer…

    …-cloud-storage
    
    Conflicts:
    	airtime_mvc/build/sql/schema.sql
    drigato committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    134ade8 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2015

  1. Disabling cue point analyzer

    drigato committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    6adaf7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43c6475 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2015

  1. Configuration menu
    Copy the full SHA
    ea86860 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f97ed3 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2015

  1. Renabling CuePointAnalyzer

    Albert Santoni committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    3f6983a View commit details
    Browse the repository at this point in the history
  2. Fixed quotation issue with playability analyzer

    Albert Santoni committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    ee6862e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'cc-5709-airtime-analyzer' of github.com:sourcefabric/Ai…

    …rtime into cc-5709-airtime-analyzer
    Albert Santoni committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    3e6f3ab View commit details
    Browse the repository at this point in the history
  4. Merge branch 'cc-5709-airtime-analyzer' into cc-5709-airtime-analyzer…

    …-cloud-storage
    Albert Santoni committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    536094e View commit details
    Browse the repository at this point in the history
  5. Make the unit tests pass again

    Albert Santoni committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    9baed1b View commit details
    Browse the repository at this point in the history
  6. Fixed the unit tests again

    Albert Santoni committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    e32a269 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2015

  1. REST permission fix

    Albert Santoni committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    4b6e567 View commit details
    Browse the repository at this point in the history
  2. Backport ACL REST permission fix

    Albert Santoni committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    2a9790a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2015

  1. SAAS-595 - Changed Zend validation and added sanitization in file imp…

    …ort process to throw out bad track number metadata
    dpsommer committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    eb40379 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a07a1ed View commit details
    Browse the repository at this point in the history
  3. SAAS-596: Store file size and hash in database

    Added file size and hash to the metadata dict in the analyzer
    drigato committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    66a6a8f View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2015

  1. Merge branch 'cc-5709-airtime-analyzer' of github.com:sourcefabric/Ai…

    …rtime into cc-5709-airtime-analyzer
    Albert Santoni committed Feb 18, 2015
    Configuration menu
    Copy the full SHA
    2ae921e View commit details
    Browse the repository at this point in the history
  2. Simplify the metadata sanitization and bugfix it

    * SAAS-376 and CC-5868
    Albert Santoni committed Feb 18, 2015
    Configuration menu
    Copy the full SHA
    17f1d0e View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2015

  1. CC-5868: Make the BPM field less strict

    Albert Santoni committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    487ab9b View commit details
    Browse the repository at this point in the history
  2. SAAS-596: Store file size and hash in database

    Removed try/except while getting file size and hash
    drigato committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    cc9e6ef View commit details
    Browse the repository at this point in the history
  3. Pull the logic for Media REST API out of the controller

    Albert Santoni committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    0177e40 View commit details
    Browse the repository at this point in the history
  4. SAAS-596: Store file size and hash in database

    Renamed metadata md5 value to match cc_files column
    drigato committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    b6acfb2 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2015

  1. Merge branch 'cc-5709-airtime-analyzer-cloud-storage' into cc-5709-ai…

    …rtime-analyzer
    
    Conflicts:
    	airtime_mvc/application/models/airtime/CcFiles.php
    	airtime_mvc/application/modules/rest/controllers/MediaController.php
    Albert Santoni committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    6d00da8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be7cae4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61a47ae View commit details
    Browse the repository at this point in the history
  4. Merge branch 'cc-5709-airtime-analyzer' of github.com:sourcefabric/Ai…

    …rtime into cc-5709-airtime-analyzer
    Albert Santoni committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    6858316 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2015

  1. Use more secure random number generation for CSRF auth tokens

    * Also cleaned up pull request
    Albert Santoni committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    73e5fb9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'cc-5709-airtime-analyzer-csrf' into cc-5709-airtime-ana…

    …lyzer
    Albert Santoni committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    e2130df View commit details
    Browse the repository at this point in the history
  3. Merge branch '2.5.x' into cc-5709-airtime-analyzer

    Albert Santoni committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    90aa1fa View commit details
    Browse the repository at this point in the history
  4. SAAS-602: Fix getaddrinfo deadlock (again)

    Albert Santoni committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    a52e2fa View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2015

  1. Merge branch 'cc-5709-airtime-analyzer' into cc-5709-airtime-analyzer…

    …-store-file-size-and-hash-in-db
    drigato committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    25e4fb0 View commit details
    Browse the repository at this point in the history