.gitea /workflows
- npm updates
2023-07-27 14:53:34 +02:00
app
- prettier format checking
2023-09-05 18:18:42 +02:00
commands
- use latest prettier 3.0 with eslint-plugin-prettier: 5.0.0-alpha.2
2023-07-17 19:13:30 +02:00
config
- validate all file-upload via clamdscan (clamav), throw ValidationException in case of an error
2023-09-04 13:24:58 +02:00
contracts
- prettier format checking
2023-09-05 18:18:42 +02:00
database
- prettier format checking
2023-09-05 18:18:42 +02:00
providers
- use latest prettier 3.0 with eslint-plugin-prettier: 5.0.0-alpha.2
2023-07-17 19:13:30 +02:00
public
- validate all file-upload via clamdscan (clamav), throw ValidationException in case of an error
2023-09-04 13:24:58 +02:00
resources
- prettier format checking
2023-09-05 18:18:42 +02:00
start
- prettier format checking
2023-09-05 18:18:42 +02:00
tests
- npm updates
2023-07-27 14:53:34 +02:00
.adonisrc.json
- add validator for checking languages of translated titles and description
2023-03-24 11:41:52 +01:00
.babelrc
initial commit
2023-03-03 16:54:28 +01:00
.dockerignore
- second commit
2023-03-17 16:13:37 +01:00
.editorconfig
initial commit
2023-03-03 16:54:28 +01:00
.env.example
initial commit
2023-03-03 16:54:28 +01:00
.eslintrc.json
- use latest prettier 3.0 with eslint-plugin-prettier: 5.0.0-alpha.2
2023-07-17 19:13:30 +02:00
.gitignore
- use latest prettier 3.0 with eslint-plugin-prettier: 5.0.0-alpha.2
2023-07-17 19:13:30 +02:00
.prettierignore
initial commit
2023-03-03 16:54:28 +01:00
.prettierrc
- second commit
2023-03-17 16:13:37 +01:00
ace
initial commit
2023-03-03 16:54:28 +01:00
ace-manifest.json
- inertiajs file upload and validation via adonisjs
2023-06-01 14:29:56 +02:00
clamd.conf
- validate all file-upload via clamdscan (clamav), throw ValidationException in case of an error
2023-09-04 13:24:58 +02:00
components.d.ts
- prettier format checking
2023-09-05 18:18:42 +02:00
docker-entrypoint.sh
- validate all file-upload via clamdscan (clamav), throw ValidationException in case of an error
2023-09-04 13:24:58 +02:00
Dockerfile
- prettier format checking
2023-09-05 18:18:42 +02:00
env.ts
- second commit
2023-03-17 16:13:37 +01:00
freshclam.conf
- validate all file-upload via clamdscan (clamav), throw ValidationException in case of an error
2023-09-04 13:24:58 +02:00
index.d.ts
- additional functionality for DatasetController.ts
2023-06-22 17:20:04 +02:00
package-lock.json
- prettier format checking
2023-09-05 18:18:42 +02:00
package.json
- validate all file-upload via clamdscan (clamav), throw ValidationException in case of an error
2023-09-04 13:24:58 +02:00
postcss.config.js
- additional functionality for DatasetController.ts
2023-06-22 17:20:04 +02:00
server.ts
- second commit
2023-03-17 16:13:37 +01:00
tailwind.config.js
- additional functionality for DatasetController.ts
2023-06-22 17:20:04 +02:00
test.ts
- add test to ci pipeline ci.yml
2023-05-09 14:43:16 +02:00
tsconfig.json
- validate all file-upload via clamdscan (clamav), throw ValidationException in case of an error
2023-09-04 13:24:58 +02:00
tsconfig.vue.json
- npm updates
2023-05-02 18:10:32 +02:00
webpack.config.js
- additional functionality for DatasetController.ts
2023-06-22 17:20:04 +02:00