dependabot[bot]
|
6ffa6b39cf
|
Bump @types/node from 20.4.6 to 20.4.9
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.6 to 20.4.9.
- [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-09 04:32:54 +00:00 |
|
|
e7171701b8
|
Fixed linter bugs
|
2023-08-04 00:00:41 +02:00 |
|
|
9ed4143560
|
Updated the projects.ts controller
|
2023-08-03 23:57:58 +02:00 |
|
|
079202205e
|
Removed todo from the permission.ts
|
2023-08-03 23:55:59 +02:00 |
|
|
ae1ba7c10d
|
Integrated the license & validation routes into the index.ts
|
2023-08-03 23:44:37 +02:00 |
|
|
d936a65c28
|
Created the validate.ts routes
|
2023-08-03 23:41:26 +02:00 |
|
|
eac716ce45
|
Created the license.ts routes
|
2023-08-03 23:41:16 +02:00 |
|
|
77b1eb77d5
|
Updated the project.ts validation
|
2023-08-03 23:41:03 +02:00 |
|
|
275540f755
|
Created the license.ts validation
|
2023-08-03 23:40:17 +02:00 |
|
|
078ed46ec2
|
Created the validation.ts controller
|
2023-08-03 23:36:34 +02:00 |
|
|
8485b95428
|
Created the license.ts controller
|
2023-08-03 23:31:25 +02:00 |
|
|
dbfc0353f0
|
Added a limit check in the permission.ts controller
|
2023-08-03 23:28:21 +02:00 |
|
|
fedee08854
|
Added meta.ts#convertIdsToMetaData
|
2023-08-03 23:19:38 +02:00 |
|
|
c66a4f72a5
|
Added group.ts#convertIdsToGroups
|
2023-08-03 23:00:17 +02:00 |
|
|
3a409fa604
|
Updated the Project.ts model
|
2023-08-03 22:57:19 +02:00 |
|
|
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 |
|