Commit graph

66 commits

Author SHA1 Message Date
010282a7bb add tests for files and refactor 2020-01-19 01:07:08 +01:00
b0cb0db558 a flock of bugfixes 2020-01-18 21:55:27 +01:00
8ab469e017 refactor items table 2020-01-18 21:37:02 +01:00
836fb96f42 cleanup 2020-01-18 21:00:16 +01:00
d4e0d3859e add tests for item api 2020-01-18 15:41:42 +01:00
7336606475 complete the tests for box api 2020-01-18 13:35:31 +01:00
23c550428a add tests for events api 2020-01-18 13:03:32 +01:00
73366605ed add tests for box api 2020-01-18 01:28:21 +01:00
2387082e88 create first tests 2020-01-18 00:39:45 +01:00
8071ee5a0a setup database config for testing 2020-01-18 00:26:00 +01:00
8a3b51a1ed add proper migration for currentfiles view 2020-01-18 00:25:30 +01:00
dbc4a84d3f bugfix in Container.php: also return empty containers again 2020-01-17 20:03:24 +01:00
1ee019a37f add number of items in a container to the container endpoints 2020-01-05 22:26:18 +01:00
47dcc79752 return file property on update and create to show image imidiately 2019-12-29 13:36:32 +01:00
b349690996 add 'returned' flag in items 2019-12-28 04:31:44 +01:00
Marcus
6bdbd2039b Added backup script 2019-12-28 04:26:26 +01:00
823bd5b988 don't hide cid in Item anymore 2019-12-27 16:57:32 +01:00
30fd018224 hacky fix for duplicate items involving a SQL VIEW 2019-12-27 02:19:17 +01:00
b771a88bf8 add file upload to edit endpoint 2019-12-27 01:25:55 +01:00
906201313e 'fuzzy' search update 2019-12-26 20:21:40 +01:00
4505c43bdd remove id from File model and make 'hash' primary key 2019-12-24 17:50:42 +01:00
d815f64dc8 add File api endpoints 2019-12-24 13:52:10 +01:00
17e859b9ba fix uid calculation 2019-12-23 22:17:21 +01:00
84353dd356 fix image upload 2019-12-23 12:19:45 +01:00
Daniel Klamt
59c245232b fix generation of item_uid 2019-12-22 22:07:48 +01:00
d2d0614640 Merge branch 'docker-fixup' of c3lf/lfbackend into master 2019-12-22 16:57:52 +00:00
lagertonne
23e6e89e37 docker: remove unneeded network-config 2019-12-22 17:50:58 +01:00
5b8686599f very hacky implementation of item create endpoint 2019-12-21 19:08:40 +01:00
edc7078c51 delete composer.lock 2019-12-19 23:55:56 +01:00
ecc1b28801 fix item delete endpoint 2019-12-19 22:15:42 +01:00
dcc9e87dad fix item update endpoint 2019-12-19 16:22:57 +01:00
2e5377cca7 add step in readme.md 2019-12-18 00:37:33 +01:00
b19568a524 add a little bit of readme 2019-12-17 14:28:04 +01:00
083b6f1f18 fix 405 error in docker 2019-12-17 14:10:46 +01:00
08b1a62dc6 first try at docker 2019-12-17 01:33:40 +01:00
6eecd02c5a add dependency for db migrations 2019-12-15 21:46:29 +01:00
5f5101b977 rename 'bezeichnung' field to 'description' 2019-12-15 20:34:47 +01:00
c54879c26e bugfix in ItemController 2019-12-15 18:15:41 +01:00
035c8181ad declare primary keys on all models 2019-12-15 18:06:02 +01:00
3b6bbd3063 improve the thumbnail hack 2019-12-11 23:12:00 +01:00
e66fcf3e88 try yolo search to test api 2019-12-11 21:36:43 +01:00
d321093d0f thumbnail.php generate thumbnails on demand 2019-12-05 19:02:01 +01:00
d0458cd23b thumbnail.php stub 2019-12-05 17:12:25 +01:00
3758ff05cd select only useful columns 2019-12-05 13:09:25 +01:00
7e05999e64 fix typos 2019-12-05 13:07:03 +01:00
6f7dbddf92 also return container and file information through items endpoint 2019-12-05 13:05:44 +01:00
b978b2bc0b filter items by event in Controller 2019-12-02 18:41:40 +01:00
f5725cfde7 hide internal fields 2019-12-01 18:37:11 +01:00
8d611a625b filter items by event 2019-12-01 18:30:25 +01:00
77450dfff9 remove now redundant api prefix, nginx handels that 2019-12-01 00:50:52 +01:00