360 Commits

Author SHA1 Message Date
270c92551a
Updated the License.ts model 2023-08-03 22:53:40 +02:00
8a8ce09c0d
Removed MetaData.ts public from encryption 2023-08-03 22:51:38 +02:00
654d8c65ee
Updated the group.ts controller 2023-08-03 15:20:31 +02:00
497ebdba84
Added permission.ts#convertIdsToPermissions 2023-08-03 15:19:10 +02:00
e5190ae82b
Updated the projects.ts controller 2023-08-03 12:34:37 +02:00
69fef9b9b5
Added a limit for free projects to the plan.ts limits 2023-08-03 12:34:09 +02:00
d722f6ee9a
Integrated the meta.ts routes into the index.ts 2023-08-03 12:18:22 +02:00
c67968d9ff
Created the meta.ts routes 2023-08-03 12:18:11 +02:00
3b91c8cb40
Created the meta.ts validation 2023-08-03 12:18:01 +02:00
c4d6d5b92b
Created the meta.ts controller 2023-08-03 12:17:36 +02:00
674295bb09
Updated the License.ts model 2023-08-03 12:16:49 +02:00
d9fd88ad23
Updated the MetaData.ts model 2023-08-03 12:16:38 +02:00
a43f407393
Merge pull request #153 from LicenseAPI/dependabot/npm_and_yarn/types/node-20.4.6
Bump @types/node from 20.4.5 to 20.4.6
2023-08-03 12:10:14 +02:00
dependabot[bot]
d5ea6ce9a8
Bump @types/node from 20.4.5 to 20.4.6
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.5 to 20.4.6.
- [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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-03 04:40:59 +00:00
b5df319ed2
Fixed lint in permission.ts 2023-08-02 19:34:19 +02:00
bfa04ed8b8
Integrated the permission.ts routes into the index.ts 2023-08-02 19:32:46 +02:00
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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