Skip to main content
Sign in
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • gitkeep
  • dev
  • master
  • Sprint/2022-01
  • Sprint/2021-15
  • Product/1573-ReadOnlyResources
  • Topic/1594-SetReadOnlyResources
  • Sprint/2021-09
  • Product/1442-projectInviteMngmnt
  • Topic/1529-HandleExternalUserInvitation
  • Topic/1528-projectInviteAPIcon
  • Sprint/2021-07
  • Product/1440-largerFiles
  • Topic/1451-uploadUrl
  • Topic/1452-largerFiles
  • Sprint/2021-06
  • Product/917-maintenanceFunctionality
  • Topic/1297-maintenanceBanner
  • Sprint/2021-04
  • Product/789-userContactEmail
  • Topic/1295-contactChangeUi
  • Sprint/2021-02
  • Product/1180-genericOrganizationMembershipFunction
  • Topic/1281-genericOrganizationMembershipFunction
  • Sprint/2021-01
  • Product/588-quotaManagement
  • Topic/1280-quotaManagementUI
  • Product/1107-frontendPerformance
  • Topic/1227-frontendPerformance
  • Product/1215-gitlabCleanUp
  • v1.0.0
  • v1.0.1
  • v1.1.0
  • v1.1.1
  • v1.10.0
  • v1.11.0
  • v1.12.0
  • v1.13.0
  • v1.14.0
  • v1.15.0
  • v1.16.0
  • v1.17.0
  • v1.17.1
  • v1.18.0
  • v1.18.1
  • v1.19.0
  • v1.2.0
  • v1.20.0
  • v1.21.0
  • v1.22.0
  • v1.23.0
  • v1.23.1
  • v1.24.0
  • v1.24.1
  • v1.24.2
  • v1.25.0
  • v1.26.0
  • v1.27.0
  • v1.28.0
  • v1.29.0
  • v1.3.0
  • v1.3.1
  • v1.3.2
  • v1.30.0
  • v1.31.0
  • v1.4.0
  • v1.5.0
  • v1.6.0
  • v1.7.0
  • v1.8.0
  • v1.9.0
71 results

Target

Select target project
  • Coscine / frontend / libraries / api-connection
1 result
Select Git revision
  • gitkeep
  • dev
  • master
  • Sprint/2022-01
  • Sprint/2021-15
  • Product/1573-ReadOnlyResources
  • Topic/1594-SetReadOnlyResources
  • Sprint/2021-09
  • Product/1442-projectInviteMngmnt
  • Topic/1529-HandleExternalUserInvitation
  • Topic/1528-projectInviteAPIcon
  • Sprint/2021-07
  • Product/1440-largerFiles
  • Topic/1451-uploadUrl
  • Topic/1452-largerFiles
  • Sprint/2021-06
  • Product/917-maintenanceFunctionality
  • Topic/1297-maintenanceBanner
  • Sprint/2021-04
  • Product/789-userContactEmail
  • Topic/1295-contactChangeUi
  • Sprint/2021-02
  • Product/1180-genericOrganizationMembershipFunction
  • Topic/1281-genericOrganizationMembershipFunction
  • Sprint/2021-01
  • Product/588-quotaManagement
  • Topic/1280-quotaManagementUI
  • Product/1107-frontendPerformance
  • Topic/1227-frontendPerformance
  • Product/1215-gitlabCleanUp
  • v1.0.0
  • v1.0.1
  • v1.1.0
  • v1.1.1
  • v1.10.0
  • v1.11.0
  • v1.12.0
  • v1.13.0
  • v1.14.0
  • v1.15.0
  • v1.16.0
  • v1.17.0
  • v1.17.1
  • v1.18.0
  • v1.18.1
  • v1.19.0
  • v1.2.0
  • v1.20.0
  • v1.21.0
  • v1.22.0
  • v1.23.0
  • v1.23.1
  • v1.24.0
  • v1.24.1
  • v1.24.2
  • v1.25.0
  • v1.26.0
  • v1.27.0
  • v1.28.0
  • v1.29.0
  • v1.3.0
  • v1.3.1
  • v1.3.2
  • v1.30.0
  • v1.31.0
  • v1.4.0
  • v1.5.0
  • v1.6.0
  • v1.7.0
  • v1.8.0
  • v1.9.0
71 results
Show changes

Commits on Source 3

3 files
+ 1689
1504
Compare changes
  • Side-by-side
  • Inline

Files

+1655 −1480

File changed.

Preview size limit exceeded, changes collapsed.

+24 −24
Original line number Original line Diff line number Diff line
{
{
  "name": "@coscine/api-connection",
  "name": "@coscine/api-connection",
  "version": "1.20.0",
  "version": "1.21.0",
  "description": "This library provides methods to connect to CoScInE Apis with JavaScript.",
  "description": "This library provides methods to connect to CoScInE Apis with JavaScript.",
  "keywords": [
  "keywords": [
    "coscine",
    "coscine",
@@ -84,49 +84,49 @@
    ]
    ]
  },
  },
  "devDependencies": {
  "devDependencies": {
    "@commitlint/cli": "^9.1.2",
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^9.1.1",
    "@commitlint/config-conventional": "^11.0.0",
    "@hutson/semantic-delivery-gitlab": "^9.1.0",
    "@hutson/semantic-delivery-gitlab": "^9.1.0",
    "@semantic-release/commit-analyzer": "^8.0.1",
    "@semantic-release/commit-analyzer": "^8.0.1",
    "@semantic-release/git": "^9.0.0",
    "@semantic-release/git": "^9.0.0",
    "@semantic-release/gitlab": "^6.0.4",
    "@semantic-release/gitlab": "^6.0.5",
    "@semantic-release/npm": "^7.0.5",
    "@semantic-release/npm": "^7.0.6",
    "@semantic-release/release-notes-generator": "^9.0.1",
    "@semantic-release/release-notes-generator": "^9.0.1",
    "@types/jest": "^26.0.9",
    "@types/jest": "^26.0.14",
    "@types/node": "^14.0.27",
    "@types/node": "^14.11.7",
    "colors": "^1.4.0",
    "colors": "^1.4.0",
    "commitizen": "^4.2.1",
    "commitizen": "^4.2.1",
    "conventional-changelog-eslint": "^3.0.8",
    "conventional-changelog-eslint": "^3.0.8",
    "coveralls": "^3.1.0",
    "coveralls": "^3.1.0",
    "cross-env": "^7.0.2",
    "cross-env": "^7.0.2",
    "cz-conventional-changelog": "^3.2.0",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^7.6.0",
    "eslint": "^7.10.0",
    "eslint-config-google": "^0.14.0",
    "eslint-config-google": "^0.14.0",
    "eslint-plugin-vue": "^6.2.2",
    "eslint-plugin-vue": "^7.0.1",
    "husky": "^4.2.5",
    "husky": "^4.3.0",
    "jest": "^26.4.0",
    "jest": "^26.5.2",
    "jest-config": "^26.4.0",
    "jest-config": "^26.5.2",
    "lint-staged": "^10.2.11",
    "lint-staged": "^10.4.0",
    "lodash.camelcase": "^4.3.0",
    "lodash.camelcase": "^4.3.0",
    "prettier": "^2.0.5",
    "prettier": "^2.1.2",
    "prompt": "^1.0.0",
    "prompt": "^1.0.0",
    "replace-in-file": "^6.1.0",
    "replace-in-file": "^6.1.0",
    "rimraf": "^3.0.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.23.1",
    "rollup": "^2.29.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-sourcemaps": "^0.6.2",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "rollup-plugin-typescript2": "^0.27.2",
    "rollup-plugin-typescript2": "^0.27.3",
    "semantic-release": "^17.1.1",
    "semantic-release": "^17.1.2",
    "shelljs": "^0.8.4",
    "shelljs": "^0.8.4",
    "ts-jest": "^26.2.0",
    "ts-jest": "^26.4.1",
    "ts-node": "^8.10.2",
    "ts-node": "^9.0.0",
    "tslint": "^6.1.3",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "tslint-config-prettier": "^1.18.0",
    "tslint-config-standard": "^9.0.0",
    "tslint-config-standard": "^9.0.0",
    "typedoc": "^0.18.0",
    "typedoc": "^0.19.2",
    "typescript": "^3.9.7"
    "typescript": "^4.0.3"
  },
  },
  "publishConfig": {
  "publishConfig": {
    "access": "public",
    "access": "public",
@@ -135,7 +135,7 @@
  },
  },
  "dependencies": {
  "dependencies": {
    "@types/file-saver": "^2.0.1",
    "@types/file-saver": "^2.0.1",
    "axios": "^0.19.2",
    "axios": "^0.20.0",
    "file-saver": "^2.0.2"
    "file-saver": "^2.0.2"
  }
  }
}
}
+10 −0
Original line number Original line Diff line number Diff line
@@ -62,4 +62,14 @@ export class OrganizationApi {
      .then(thenHandler)
      .then(thenHandler)
      .catch(catchHandler);
      .catch(catchHandler);
  }
  }
  public static isRWTHMember(
    thenHandler: any = apiConnectionBasic.defaultThenHandler,
    catchHandler: any = apiConnectionBasic.defaultOnCatch
  ) {
    apiConnectionBasic.setHeader();
    return axios
      .get(getOrganizationApiUrl() + '-/isRWTHMember')
      .then(thenHandler)
      .catch(catchHandler);
  }
}
}