Arno Kaimbacher
50ceeb193b
- Form Request array syntax: Convert pipe (|) delimited validation rules from strings into an array of validation rules while using Laravel Rule objects where available
...
- Streamline order methods: Streamline query builder orderBy calls with asc and desc arguments.
- delete some old Request-Clases
2022-08-12 06:52:06 +00:00
25ea8d40e1
- add api methods for frontend
...
- change oai paging size inside config/oai.php to 100
- change .user.ini file upload size
- change OIA RequestController for validations
2022-01-18 09:51:31 +01:00
75b37368e4
- change relation between document and dataset_subjects to M : n:
...
a. during creating a dataste, also find existing keywords and attach them
b. DatasetExtension.php
c. Subject.php: protected $table = 'dataset_subjects';
d. migration file for crete_dataset_subjects_table
- change api routes for also using url alias if defined
- composer updates: composer.lock
2021-06-07 16:53:45 +02:00
b6338b0543
- also group api routes in routes/api.php
...
- formating inside web.php
- composer updates
2021-06-02 09:21:49 +02:00
Arno Kaimbacher
fde8f76b7c
publish datasets with authors
2020-06-10 21:09:13 +02:00
Arno Kaimbacher
f66e4a8f29
add authors during publishing
2020-06-10 21:09:12 +02:00
Arno Kaimbacher
6990469c67
all models into model folder
2020-06-10 21:09:12 +02:00
Arno Kaimbacher
8dc1f1b048
my changes
2020-06-10 21:09:10 +02:00