Making WordPress.org

Changeset 7831


Ignore:
Timestamp:
11/07/2018 02:45:05 AM (6 years ago)
Author:
dd32
Message:

API: Github Sync: Remove two-factor per request and disable API until problems resolved.

See https://github.com/georgestephanis/two-factor/issues/251.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/dotorg/github-sync/feature-plugins.php

    r5723 r7831  
    1818        // Github.com/{$user/repo-name} => plugins.svn.wordpress.org/{$slug}/trunk/
    1919        'dd32/feature-plugin-testing'           => 'test-plugin-3',
    20         'georgestephanis/two-factor'            => 'two-factor',
     20//      'georgestephanis/two-factor'            => 'two-factor', // See https://github.com/georgestephanis/two-factor/issues/251
    2121        'georgestephanis/application-passwords' => 'application-passwords',
    2222        'obenland/shiny-updates'                => 'shiny-updates',
     
    2626
    2727    function __construct() {
     28        die( "Temporarily disabled. See https://github.com/georgestephanis/two-factor/issues/251" );
     29
    2830        $repo_name = $this->get_notified_repo();
    2931
Note: See TracChangeset for help on using the changeset viewer.