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

Basic Mixcloud Integration #46

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

Basic Mixcloud Integration #46

wants to merge 8 commits into from

Commits on Aug 29, 2013

  1. modified: airtime_mvc/application/controllers/ApiController.php

    	modified:   airtime_mvc/application/controllers/PreferenceController.php
    	modified:   airtime_mvc/application/forms/Preferences.php
    	modified:   airtime_mvc/application/models/Preference.php
    	modified:   airtime_mvc/application/models/StoredFile.php
    	modified:   airtime_mvc/application/views/scripts/form/preferences.phtml
    	modified:   airtime_mvc/public/js/airtime/preferences/preferences.js
    	modified:   airtime_mvc/public/js/airtime/preferences/support-setting.js
    	airtime_mvc/application/forms/MixcloudPreferences.php
    	airtime_mvc/application/models/Mixcloud.php
    	airtime_mvc/application/views/scripts/form/preferences_mixcloud.phtml
    	utils/mixcloud-uploader
    	utils/mixcloud-uploader.php
    comiconomenclaturist committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    781aa57 View commit details
    Browse the repository at this point in the history
  2. new file: airtime_mvc/application/forms/MixcloudPreferences.php

    	new file:   airtime_mvc/application/models/Mixcloud.php
    	new file:   airtime_mvc/application/views/scripts/form/preferences_mixcloud.phtml
    	new file:   utils/mixcloud-uploader
    	new file:   utils/mixcloud-uploader.php
    comiconomenclaturist committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    9f50d25 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2013

  1. Merge https://github.com/comiconomenclaturist/Airtime into 2.5.x-mixc…

    …loud
    Albert Santoni committed Nov 19, 2013
    Configuration menu
    Copy the full SHA
    588e7eb View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2013

  1. Working MixCloud manual- and auto-upload, OAuth!

    Albert Santoni committed Nov 21, 2013
    Configuration menu
    Copy the full SHA
    85c87e9 View commit details
    Browse the repository at this point in the history
  2. Added missing php-oauth2 framework

    Albert Santoni committed Nov 21, 2013
    Configuration menu
    Copy the full SHA
    621a4b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2013

  1. Cleanup and API key moved to airtime.conf

    Albert Santoni committed Nov 27, 2013
    Configuration menu
    Copy the full SHA
    b9bf52a View commit details
    Browse the repository at this point in the history
  2. Minor Mixcloud fixes

    * Hide Mixcloud prefs unless you have client_id and client_secret setup
      in your airtime.conf
    * Add the [mixcloud] section to default airtime.conf
    Albert Santoni committed Nov 27, 2013
    Configuration menu
    Copy the full SHA
    6885ecc View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2013

  1. Mixcloud bugfix

    * Added better resilience to a missing [mixcloud] section in
      airtime.conf, will make upgrades simpler.
    Albert Santoni committed Dec 3, 2013
    Configuration menu
    Copy the full SHA
    a863cd6 View commit details
    Browse the repository at this point in the history