mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 11:15:14 +00:00
* add vscode ide's ignore list * fix passing nested query in nested getAst calls * chore: update nocodb-sdk to local path * fix: ignore duplicating app config Signed-off-by: Pranav C <pranavxc@gmail.com> * fix: swagger columnNameParam type re: #2208 Signed-off-by: mertmit <mertmit99@gmail.com> * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] * enhancement: hide slider on escape key Signed-off-by: Pranav C <pranavxc@gmail.com> * Add information about maximum value for `limit` in REST API * refactor: folder structure * refactor: folder structure * test: webhook (WIP) Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> * test: webhook Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> * test/cypress: corrections post develop branch refactoring Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> * fix: handle null Signed-off-by: Pranav C <pranavxc@gmail.com> * fix: path correction Signed-off-by: Pranav C <pranavxc@gmail.com> * fix: assign validation for correct column(LTAR) re #2228 Signed-off-by: Pranav C <pranavxc@gmail.com> * fix: disable api docs access for viewer role Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> * docs: Repair broken link * fix: DatePickerCell invalid date handling Signed-off-by: mertmit <mertmit99@gmail.com> * fix: nested insert correction in belongs to re #2228 Signed-off-by: Pranav C <pranavxc@gmail.com> * feat: compare with non-os products Signed-off-by: mertmit <mertmit99@gmail.com> * fix: Persian language moving across table Signed-off-by: mertmit <mertmit99@gmail.com> * docs: env variables * docs: env variables reorder * docs: env variables reorder * fix: i18n corrections (WeT-Klb) Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> * chore: image text corrections (@WeT-Klb) * chore: upgrade nc-help Signed-off-by: Pranav C <pranavxc@gmail.com> * docs: security.md * Update packages/nocodb/src/lib/noco/meta/api/swagger/helpers/templates/params.ts Co-authored-by: աɨռɢӄաօռɢ <wingkwong.code@gmail.com> * Update SqliteUi.ts - set float for decimal case in getAbstractType (#2260) * set float for decimal case in getAbstractType * fix: add cross-env to nc-gui package.json (#2275) * add cross-env to nc-gui package.json * fix: sanitize project title * chore: disable pr release for draft * chore: attachment log during airtable import Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> * modification of the traduction I aslo add some stuff according to the README (it was a different display so i didn't add a lot) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] * fix: change password cache logic * fix: add missing job name back * fix: prop types for FlipCard component Signed-off-by: mertmit <mertmit99@gmail.com> * fix: invalid char in content-disposition header Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> * fix: question mark in CONCAT * fix: handling lookup column reference in formula Signed-off-by: Pranav C <pranavxc@gmail.com> * fix: throw err if user is already a project user * chore: revise error msg * fix: package lock corrections Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> * test/ trigger Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> * fix: lock file version Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> * fix: package lock after npm/node upgrade Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> * fix: cypress package lock json Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> * test: lock node-version to 16.15.0 Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> * enhancement: allow custom limit values * chore: update query limit description * chore: bump to 16.15.0 * fix: node version * fix: handle invalid limit numbers Signed-off-by: Pranav C <pranavxc@gmail.com> * docs: update default value of pagination max limit value Signed-off-by: Pranav C <pranavxc@gmail.com> * fix: pg database type money Signed-off-by: mertmit <mertmit99@gmail.com> * fix: hasmany pagination - api correction re #2242 Signed-off-by: Pranav C <pranavxc@gmail.com> * script: add nc_017_add_user_token_exp_column * fix: add token_expired * fix: return unauthorized if token is expired * chore: revise toast message * chore: sign out n redirect to sign in page after changing password * fix: SingeSelect/MultiSelect webhook trigger (#2309) * fix: SingleSelect webhook trigger Signed-off-by: mertmit <mertmit99@gmail.com> * fix: MultiSelect webhook trigger Signed-off-by: mertmit <mertmit99@gmail.com> * Fix: Remove user reference from webhook context (#2337) * fix: remove user info from webhook handlebar context Signed-off-by: Pranav C <pranavxc@gmail.com> * docs: update webhook context variables docs Signed-off-by: Pranav C <pranavxc@gmail.com> * fix: only check token_expired in non-public base * fix: make rating readonly in lookup column (#2340) re #2045 Signed-off-by: Pranav C <pranavxc@gmail.com> * fix: exclude sensitive data related to server from SMTP test api Signed-off-by: Pranav C <pranavxc@gmail.com> * fix: session across broswers * fix: reload related table metadata after relation column delete (#2345) re #2344 Signed-off-by: Pranav C <pranavxc@gmail.com> * Fix: Sanitise comment data (#2343) * fix: sanitise row comment description Signed-off-by: Pranav C <pranavxc@gmail.com> * fix: add dom purify and sanitize content - Add DOMPurify in nuxt - On update value encode html tags to render as text in comment Signed-off-by: Pranav C <pranavxc@gmail.com> * fix: add missing dependency Signed-off-by: Pranav C <pranavxc@gmail.com> Co-authored-by: cattong <tangym@jifenbang.net> Co-authored-by: LepkoQQ <LepkoQQ@users.noreply.github.com> Co-authored-by: Pranav C <pranavxc@gmail.com> Co-authored-by: mertmit <mertmit99@gmail.com> Co-authored-by: navi <oof1lab@gmail.com> Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Nils Reichardt <nils@reichardt.io> Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com> Co-authored-by: Toon van Ramshorst <ramshorst@gmail.com> Co-authored-by: GurukiranMH <89529565+GurukiranMH@users.noreply.github.com> Co-authored-by: QuentinDstl <qdesautel@gmail.com>
809 lines
21 KiB
JSON
809 lines
21 KiB
JSON
{
|
|
"projectName": "nocodb",
|
|
"projectOwner": "nocodb",
|
|
"repoType": "github",
|
|
"repoHost": "https://github.com",
|
|
"files": [
|
|
"README.md"
|
|
],
|
|
"imageSize": 100,
|
|
"commit": false,
|
|
"commitConvention": "none",
|
|
"contributors": [
|
|
{
|
|
"login": "o1lab",
|
|
"name": "o1lab",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/5435402?v=4",
|
|
"profile": "https://github.com/o1lab",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "pranavxc",
|
|
"name": "Pranav C",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/61551451?v=4",
|
|
"profile": "https://github.com/pranavxc",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "bvkatwijk",
|
|
"name": "Boris van Katwijk",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/18490578?v=4",
|
|
"profile": "http://bvkatwijk.nl/",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "markuman",
|
|
"name": "Markus Bergholz",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/3920157?v=4",
|
|
"profile": "https://stackshare.io/markuman/my-stack",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "DanielRuf",
|
|
"name": "Daniel Ruf",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/827205?v=4",
|
|
"profile": "https://daniel-ruf.de/",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "bertyhell",
|
|
"name": "Bert Verhelst",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/1710840?v=4",
|
|
"profile": "http://bertverhelst.ga/",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "chocholand",
|
|
"name": "JaeWon",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/6572227?v=4",
|
|
"profile": "https://github.com/chocholand",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "0xflotus",
|
|
"name": "0xflotus",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/26602940?v=4",
|
|
"profile": "https://github.com/0xflotus",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "sguionni",
|
|
"name": "Simon Guionniere",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/3633017?v=4",
|
|
"profile": "http://www.simonguionniere.com/",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "extremeshok",
|
|
"name": "eXtremeSHOK",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/5957328?v=4",
|
|
"profile": "https://clients.extremeshok.com/",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "v2io",
|
|
"name": "v2io",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/48987429?v=4",
|
|
"profile": "https://github.com/v2io",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "soaserele",
|
|
"name": "Stanislav Oaserele",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/1093368?v=4",
|
|
"profile": "https://github.com/soaserele",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "ans-4175",
|
|
"name": "Ahmad Anshorimuslim Syuhada",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/3961872?v=4",
|
|
"profile": "https://ans4175.dev/",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "lotas",
|
|
"name": "Yaraslau Kurmyza",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/83861?v=4",
|
|
"profile": "https://github.com/lotas",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "ferrybig",
|
|
"name": "Fernando van Loenhout",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/1576684?v=4",
|
|
"profile": "http://stackexchange.com/users/1677570/ferrybig",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "jrevault",
|
|
"name": "jrevault",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/1001585?v=4",
|
|
"profile": "http://blog.quidquid.fr/",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "atilacamurca",
|
|
"name": "Átila Camurça Alves",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/508624?v=4",
|
|
"profile": "https://github.com/atilacamurca",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "simonbowen",
|
|
"name": "Simon Bowen",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/8931?v=4",
|
|
"profile": "https://github.com/simonbowen",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "wingkwong",
|
|
"name": "աɨռɢӄաօռɢ",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/35857179?v=4",
|
|
"profile": "https://wingk-wong.blogspot.com/",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "ferdiga",
|
|
"name": "Ferdinand Gassauer",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/6248560?v=4",
|
|
"profile": "https://github.com/ferdiga",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "Flatroy",
|
|
"name": "George Daneke",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/4980165?v=4",
|
|
"profile": "https://daneke.ru/",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "jwillmer",
|
|
"name": "Jens Willmer",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/1503577?v=4",
|
|
"profile": "https://jwillmer.de/",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "bhanuc",
|
|
"name": "Bhanu Pratap Chaudhary",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/2958857?v=4",
|
|
"profile": "http://bhanu.io/",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "jwetzell",
|
|
"name": "Joel Wetzell",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/18341515?v=4",
|
|
"profile": "https://github.com/jwetzell",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "SebGTx",
|
|
"name": "SebGTx",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/8062146?v=4",
|
|
"profile": "https://github.com/SebGTx",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "FarazPatankar",
|
|
"name": "Faraz Patankar",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/10681116?v=4",
|
|
"profile": "https://farazpatankar.com/",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "pixplix",
|
|
"name": "PixPlix",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/71349937?v=4",
|
|
"profile": "https://pixplix.com/",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "janrito",
|
|
"name": "Alejandro Giacometti",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/31504?v=4",
|
|
"profile": "http://alejandro.giacometti.me/",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "bmscmoreira",
|
|
"name": "Bruno Moreira",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/3017910?v=4",
|
|
"profile": "https://brunomoreira.opo.pt",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "AztrexDX",
|
|
"name": "AztrexDX",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/86340924?v=4",
|
|
"profile": "https://github.com/AztrexDX",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "ejose19",
|
|
"name": "ejose19",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/8742215?v=4",
|
|
"profile": "https://github.com/ejose19",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "maximeag",
|
|
"name": "Maxime",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/3855368?v=4",
|
|
"profile": "https://github.com/maximeag",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "dstala",
|
|
"name": "dstala",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/86527202?v=4",
|
|
"profile": "https://github.com/dstala",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "loftwah",
|
|
"name": "loftwah",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/19922556?v=4",
|
|
"profile": "https://github.com/loftwah",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "mrtngrsbch",
|
|
"name": "Martin Gersbach",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/693328?v=4",
|
|
"profile": "https://museosabiertos.org",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "ArjenR",
|
|
"name": "ArjenR",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/4269186?v=4",
|
|
"profile": "https://github.com/ArjenR",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "kunggom",
|
|
"name": "조진식 (Jo Jinsik)",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/32009637?v=4",
|
|
"profile": "https://github.com/kunggom",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "tianberg",
|
|
"name": "tianchunfeng",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/90968567?v=4",
|
|
"profile": "http://www.cuobiezi.net",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "cthulberg",
|
|
"name": "Andrea",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/5301275?v=4",
|
|
"profile": "https://github.com/cthulberg",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "eevleevs",
|
|
"name": "Giulio Malventi",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/5012744?v=4",
|
|
"profile": "https://github.com/eevleevs",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "dev-z",
|
|
"name": "Md. Ishtiaque Zafar",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/8604312?v=4",
|
|
"profile": "https://dev-z.github.io",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "ChasLui",
|
|
"name": "ChasLui",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/10083758?v=4",
|
|
"profile": "http://www.chaslui.com",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "ZhansayaM",
|
|
"name": "Zhansaya Maksut",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/41486762?v=4",
|
|
"profile": "https://www.linkedin.com/in/zhansayam/",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "agkfri",
|
|
"name": "agkfri",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/37952138?v=4",
|
|
"profile": "https://github.com/agkfri",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "iqiziqi",
|
|
"name": "Ziqi",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/8640316?v=4",
|
|
"profile": "https://github.com/iqiziqi",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "AllanSiqueira",
|
|
"name": "Allan Siqueira",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/14025084?v=4",
|
|
"profile": "https://github.com/AllanSiqueira",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "ahmadfatihin",
|
|
"name": "Fatih",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/54095238?v=4",
|
|
"profile": "https://creatify.my.id/",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "roman-rezinkin",
|
|
"name": "Roman Rezinkin",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/17882264?v=4",
|
|
"profile": "https://github.com/roman-rezinkin",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "fragalcer",
|
|
"name": "Francisco Gallardo",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/31025299?v=4",
|
|
"profile": "https://github.com/fragalcer",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "sesam",
|
|
"name": "Simon B.",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/8921?v=4",
|
|
"profile": "https://github.com/sesam",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "lielfr",
|
|
"name": "Liel Fridman",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/360928?v=4",
|
|
"profile": "https://github.com/lielfr",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "rubjo",
|
|
"name": "rubjo",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/42270947?v=4",
|
|
"profile": "https://github.com/rubjo",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "kinga-marszalkowska",
|
|
"name": "Kinga Marszałkowska",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/64398325?v=4",
|
|
"profile": "https://github.com/kinga-marszalkowska",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "dahawk",
|
|
"name": "Christof Horschitz",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/10920640?v=4",
|
|
"profile": "https://nimbusec.com",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "bebora",
|
|
"name": "Simone",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/32399075?v=4",
|
|
"profile": "https://github.com/bebora",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "tyonirwansyah",
|
|
"name": "Tyo Nirwansyah",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/73389687?v=4",
|
|
"profile": "https://github.com/tyonirwansyah",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "jiione",
|
|
"name": "jiwon",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/83341978?v=4",
|
|
"profile": "https://github.com/jiione",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "mikepsinn",
|
|
"name": "Mike P. Sinn",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/2808553?v=4",
|
|
"profile": "http://quantimo.do",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "candideu",
|
|
"name": "candideu",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/55474996?v=4",
|
|
"profile": "https://github.com/candideu",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "SiderealArt",
|
|
"name": "SiderealArt",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/30827929?v=4",
|
|
"profile": "http://siderealart.me",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "vijayrathore8492",
|
|
"name": "Vijay Rathore",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/17380265?v=4",
|
|
"profile": "http://vijayrathore.me",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "John-Appleseed",
|
|
"name": "John Appleseed",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/7055847?v=4",
|
|
"profile": "https://github.com/John-Appleseed",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "Korayem",
|
|
"name": "Salem Korayem",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/198332?v=4",
|
|
"profile": "https://github.com/Korayem",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "dubiao",
|
|
"name": "标",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/4001793?v=4",
|
|
"profile": "https://github.com/dubiao",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "willnewii",
|
|
"name": "诗人的咸鱼",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/652003?v=4",
|
|
"profile": "https://github.com/willnewii",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "bitbytejoy",
|
|
"name": "bitbytejoy",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/11807034?v=4",
|
|
"profile": "https://github.com/bitbytejoy",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "pan93412",
|
|
"name": "pan93412",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/28441561?v=4",
|
|
"profile": "http://blog.pan93.com",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "LancerComet",
|
|
"name": "LancerComet",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/10321350?v=4",
|
|
"profile": "https://github.com/LancerComet",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "mertmit",
|
|
"name": "mertmit",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/59797957?v=4",
|
|
"profile": "https://github.com/mertmit",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "atompi",
|
|
"name": "Atom Pi",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/6419682?v=4",
|
|
"profile": "https://blog.atompi.com",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "OskarsPakers",
|
|
"name": "Oskars",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/3343347?v=4",
|
|
"profile": "https://github.com/OskarsPakers",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "dolibit-ut",
|
|
"name": "UT from dolibit",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/45215329?v=4",
|
|
"profile": "http://dolibit.de",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "blucky",
|
|
"name": "Blucky",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/42397?v=4",
|
|
"profile": "https://github.com/blucky",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "TsjipTsjip",
|
|
"name": "TsjipTsjip",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/19798667?v=4",
|
|
"profile": "https://github.com/TsjipTsjip",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "dhrrgn",
|
|
"name": "Dan Horrigan",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/149921?v=4",
|
|
"profile": "https://github.com/dhrrgn",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "AmitJoki",
|
|
"name": "Amit Joki",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/5158554?v=4",
|
|
"profile": "https://amitjoki.github.io",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "tympaniplayer",
|
|
"name": "Nate",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/1745731?v=4",
|
|
"profile": "https://github.com/tympaniplayer",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "RobinFrcd",
|
|
"name": "Robin Fourcade",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/29704178?v=4",
|
|
"profile": "https://github.com/RobinFrcd",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "zprial",
|
|
"name": "zprial",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/33095380?v=4",
|
|
"profile": "https://github.com/zprial",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "nilsreichardt",
|
|
"name": "Nils Reichardt",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/24459435?v=4",
|
|
"profile": "https://github.com/nilsreichardt",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "iamnamananand996",
|
|
"name": "Naman Anand",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/31537362?v=4",
|
|
"profile": "https://github.com/iamnamananand996",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "GeoffMaciolek",
|
|
"name": "Geo Maciolek",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/10995633?v=4",
|
|
"profile": "https://github.com/GeoffMaciolek",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "mudream4869",
|
|
"name": "神楽坂帕琪",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/6008539?v=4",
|
|
"profile": "http://blog.mukyu.tw/",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "titouancreach",
|
|
"name": "Titouan CREACH",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/3995719?v=4",
|
|
"profile": "https://github.com/titouancreach",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "youyiio",
|
|
"name": "youyiio",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/49471274?v=4",
|
|
"profile": "https://www.youyi.io",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "RK311y",
|
|
"name": "River Kelly",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/65210753?v=4",
|
|
"profile": "https://github.com/RK311y",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "LepkoQQ",
|
|
"name": "LepkoQQ",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/2662937?v=4",
|
|
"profile": "https://github.com/LepkoQQ",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
},
|
|
{
|
|
"login": "QuentinDstl",
|
|
"name": "quentin",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/56829191?v=4",
|
|
"profile": "https://cornernewclub.fr",
|
|
"contributions": [
|
|
"code"
|
|
]
|
|
}
|
|
],
|
|
"contributorsPerLine": 7,
|
|
"skipCi": true
|
|
}
|