Commit Graph

394 Commits

Author SHA1 Message Date
26c104a6cb Created the permission.ts routes 2023-08-02 19:32:28 +02:00
209b9bb2fd Created the permission.ts validation 2023-08-02 19:32:02 +02:00
e8d7e8dbbf Updated the group.ts validation 2023-08-02 19:31:56 +02:00
d3026f8e0e Created the permission.ts controller 2023-08-02 19:31:36 +02:00
69b5c129b7 Updated the License.ts model 2023-08-02 19:31:21 +02:00
f77ff6f03f Updated the MetaData.ts model 2023-08-02 19:29:17 +02:00
72014cadf6 Added encryption to the Permission.ts model 2023-08-02 19:17:17 +02:00
07723ec54f Added security checks in the group.ts controller 2023-08-02 19:15:02 +02:00
8f0c6fb30f Implemented the group.ts routes into the v1 index.ts 2023-08-02 17:19:18 +02:00
0bc987943f Created the group.ts routes 2023-08-02 17:19:04 +02:00
db3ef519ae Created the group.ts controller 2023-08-02 17:16:50 +02:00
4d94a020ff Created the group.ts validation 2023-08-02 17:14:36 +02:00
7d18e773f9 Encrypted the Group.ts model 2023-08-02 17:14:11 +02:00
efdd4ab336 Implemented document checks into the member.ts controller 2023-08-02 17:13:58 +02:00
fc96aaa251 Created the MetaData.ts model 2023-08-02 01:14:53 +02:00
7c7abd7c21 Updated the project.ts route 2023-07-31 20:04:48 +02:00
19878760cb Upgraded the package.json 2023-07-31 19:58:06 +02:00
bb3160d911 Merge pull request #150 from LicenseAPI/dependabot/npm_and_yarn/mongoose-7.4.1
Bump mongoose from 7.3.1 to 7.4.1
2023-07-31 16:43:48 +02:00
a3ace60d1a Bump mongoose from 7.3.1 to 7.4.1
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.3.1 to 7.4.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/7.3.1...7.4.1)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-31 14:43:09 +00:00
2a63c3c307 Merge pull request #152 from LicenseAPI/dependabot/npm_and_yarn/semver-6.3.1
Bump semver from 6.3.0 to 6.3.1
2023-07-31 16:41:37 +02:00
945f637e35 Merge pull request #151 from LicenseAPI/dependabot/npm_and_yarn/types/node-20.4.5
Bump @types/node from 20.3.1 to 20.4.5
2023-07-31 16:39:06 +02:00
53c7ec2363 Bump semver from 6.3.0 to 6.3.1
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-31 14:38:26 +00:00
4e4398cafe Bump @types/node from 20.3.1 to 20.4.5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.3.1 to 20.4.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-31 14:37:58 +00:00
1b315702bc Merge pull request #142 from LicenseAPI/dependabot/npm_and_yarn/nodemon-3.0.1
Bump nodemon from 2.0.22 to 3.0.1
2023-07-31 16:37:54 +02:00
6bd8980531 Bump nodemon from 2.0.22 to 3.0.1
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.22 to 3.0.1.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.22...v3.0.1)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-31 14:36:43 +00:00
66cabe610f Merge pull request #143 from LicenseAPI/dependabot/npm_and_yarn/typescript-eslint/parser-5.62.0
Bump @typescript-eslint/parser from 5.60.1 to 5.62.0
2023-07-31 16:35:44 +02:00
17df03f588 Merge pull request #138 from LicenseAPI/dependabot/npm_and_yarn/tsc-alias-1.8.7
Bump tsc-alias from 1.8.6 to 1.8.7
2023-07-31 16:34:42 +02:00
6de75306e1 Updated the tsconfig.json 2023-07-31 16:32:44 +02:00
506c0d56b5 Updated the info.ts route 2023-07-31 16:30:10 +02:00
91386a158d Added the /user/me route to show information about the logged in user 2023-07-31 16:30:10 +02:00
5f6d41f4b7 Created the generateAvatarUrl method in the account.ts controller 2023-07-31 16:30:10 +02:00
54fa7499e2 Added the ts-md5 dependency to the package.json 2023-07-31 16:30:10 +02:00
2552ca3119 Added the /info route into the v1 router 2023-07-31 16:30:10 +02:00
39653d3ec1 Updated the tsconfig.json 2023-07-31 16:30:10 +02:00
77603e56f8 Created the info.ts route 2023-07-31 16:30:10 +02:00
416c6b335e Optimized the routes index.ts 2023-07-31 16:30:09 +02:00
e7cade1a9a Bump @typescript-eslint/parser from 5.60.1 to 5.62.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.60.1 to 5.62.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.62.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-11 04:56:36 +00:00
d407c75cb4 Bump tsc-alias from 1.8.6 to 1.8.7
Bumps [tsc-alias](https://github.com/justkey007/tsc-alias) from 1.8.6 to 1.8.7.
- [Release notes](https://github.com/justkey007/tsc-alias/releases)
- [Commits](https://github.com/justkey007/tsc-alias/compare/v1.8.6...v1.8.7)

---
updated-dependencies:
- dependency-name: tsc-alias
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-10 04:28:59 +00:00
fb30a1170c Merge pull request #137 from LicenseAPI/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.61.0
Bump @typescript-eslint/eslint-plugin from 5.59.11 to 5.61.0
2023-07-04 17:39:35 +02:00
035dd96fa2 Bump @typescript-eslint/eslint-plugin from 5.59.11 to 5.61.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.11 to 5.61.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.61.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-04 15:37:23 +00:00
ac5e101777 Merge pull request #136 from LicenseAPI/dependabot/npm_and_yarn/eslint-8.44.0
Bump eslint from 8.42.0 to 8.44.0
2023-07-04 17:36:33 +02:00
87ff6f18d5 Bump eslint from 8.42.0 to 8.44.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.42.0 to 8.44.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.42.0...v8.44.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-04 15:35:36 +00:00
471454895c Merge pull request #134 from LicenseAPI/dependabot/npm_and_yarn/typescript-eslint/parser-5.60.1
Bump @typescript-eslint/parser from 5.59.11 to 5.60.1
2023-07-04 17:34:32 +02:00
f0d8a153ea Merge pull request #133 from LicenseAPI/dependabot/npm_and_yarn/typescript-5.1.6
Bump typescript from 5.1.3 to 5.1.6
2023-07-04 17:34:09 +02:00
bfbbbf6755 Merge pull request #132 from LicenseAPI/dependabot/npm_and_yarn/mongoose-7.3.1
Bump mongoose from 7.3.0 to 7.3.1
2023-07-04 17:33:50 +02:00
82838fdf3d Bump @typescript-eslint/parser from 5.59.11 to 5.60.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.11 to 5.60.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.60.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-03 04:28:50 +00:00
71a5d98626 Bump typescript from 5.1.3 to 5.1.6
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.3 to 5.1.6.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-03 04:28:22 +00:00
d9bf8e653b Bump mongoose from 7.3.0 to 7.3.1
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.3.0 to 7.3.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/7.3.0...7.3.1)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-23 05:07:08 +00:00
ecfbc346f6 Removed unused imports from the routes index.ts 2023-06-18 15:00:58 +02:00
afbdd16816 Moved the 404 route to the server.ts 2023-06-18 15:00:15 +02:00