insomnia/app/datasets/charsets.js
Gregory Schier 3f5e7e2e14 First-Party OAuth 2.0 Support (#120)
* Proof of concept authorize call

* Authorize and Refresh endpoints done

* OAuth2 editor started

* Some small fixes

* Set OAuth headers on request

* Started on some OAuth tests

* Updated network logic with new OAuth API

* OAuth forms and refactor flows

* Fix grant type handling

* Moved auth handling out of render pipeline

* Fixed legacy auth header

* Fix vertical center

* Prompt user on auth type change

* Refresh tokens working (I think) and better UI

* Catch same type auth change

* POC refresh token and small refactor

* Better token handling

* LOading state to token refresh

* Show o-auth-2 errors

* Some minor updates
2017-03-23 15:10:42 -07:00

122 lines
2.2 KiB
JavaScript

export default [
'utf-8',
'us-ascii',
'950',
'ASMO-708',
'CP1026',
'CP870',
'DOS-720',
'DOS-862',
'EUC-CN',
'IBM437',
'Johab',
'Windows-1252',
'X-EBCDIC-Spain',
'big5',
'cp866',
'csISO2022JP',
'ebcdic-cp-us',
'euc-kr',
'gb2312',
'hz-gb-2312',
'ibm737',
'ibm775',
'ibm850',
'ibm852',
'ibm857',
'ibm861',
'ibm869',
'iso-2022-jp',
'iso-2022-jp',
'iso-2022-kr',
'iso-8859-1',
'iso-8859-15',
'iso-8859-2',
'iso-8859-3',
'iso-8859-4',
'iso-8859-5',
'iso-8859-6',
'iso-8859-7',
'iso-8859-8',
'iso-8859-8-i',
'iso-8859-9',
'koi8-r',
'koi8-u',
'ks_c_5601-1987',
'macintosh',
'shift_jis',
'unicode',
'unicodeFFFE',
'utf-7',
'windows-1250',
'windows-1251',
'windows-1253',
'windows-1254',
'windows-1255',
'windows-1256',
'windows-1257',
'windows-1258',
'windows-874',
'x-Chinese-CNS',
'x-Chinese-Eten',
'x-EBCDIC-Arabic',
'x-EBCDIC-CyrillicRussian',
'x-EBCDIC-CyrillicSerbianBulgarian',
'x-EBCDIC-DenmarkNorway',
'x-EBCDIC-FinlandSweden',
'x-EBCDIC-Germany',
'x-EBCDIC-Greek',
'x-EBCDIC-GreekModern',
'x-EBCDIC-Hebrew',
'x-EBCDIC-Icelandic',
'x-EBCDIC-Italy',
'x-EBCDIC-JapaneseAndJapaneseLatin',
'x-EBCDIC-JapaneseAndKana',
'x-EBCDIC-JapaneseAndUSCanada',
'x-EBCDIC-JapaneseKatakana',
'x-EBCDIC-KoreanAndKoreanExtended',
'x-EBCDIC-KoreanExtended',
'x-EBCDIC-SimplifiedChinese',
'x-EBCDIC-Thai',
'x-EBCDIC-TraditionalChinese',
'x-EBCDIC-Turkish',
'x-EBCDIC-UK',
'x-Europa',
'x-IA5',
'x-IA5-German',
'x-IA5-Norwegian',
'x-IA5-Swedish',
'x-ebcdic-cp-us-euro',
'x-ebcdic-denmarknorway-euro',
'x-ebcdic-finlandsweden-euro',
'x-ebcdic-finlandsweden-euro',
'x-ebcdic-france-euro',
'x-ebcdic-germany-euro',
'x-ebcdic-icelandic-euro',
'x-ebcdic-international-euro',
'x-ebcdic-italy-euro',
'x-ebcdic-spain-euro',
'x-ebcdic-uk-euro',
'x-euc-jp',
'x-iscii-as',
'x-iscii-be',
'x-iscii-de',
'x-iscii-gu',
'x-iscii-ka',
'x-iscii-ma',
'x-iscii-or',
'x-iscii-pa',
'x-iscii-ta',
'x-iscii-te',
'x-mac-arabic',
'x-mac-ce',
'x-mac-chinesesimp',
'x-mac-cyrillic',
'x-mac-greek',
'x-mac-hebrew',
'x-mac-icelandic',
'x-mac-japanese',
'x-mac-korean',
'x-mac-turkish'
];