d6d7bc2f89
add tests
2020-02-19 22:24:22 +01:00
2e5ec71f29
fix phpstan
2020-02-15 21:40:03 +01:00
6814a076d7
rename http classes
2020-02-11 20:47:20 +01:00
a77bc16741
fix formatting
2020-02-09 23:47:27 +01:00
193c5c1d32
fix bug for root path
2020-02-09 23:47:10 +01:00
2f45bf318b
phpstan fixes
2020-02-09 16:08:27 +01:00
Formatter Bot
5439e1ba11
Automated formatting changes
2020-02-09 14:52:01 +00:00
b1c868ade0
improve media view
2020-02-09 15:45:58 +01:00
9563866507
show l11n in profile and setup during install
2020-02-08 22:32:20 +01:00
37ac3695c8
improve array docblock
2020-02-08 13:26:44 +01:00
f254446a1a
remove todos
2020-02-07 21:52:00 +01:00
f72960366c
fix Orange-Management/phpOMS#235
2020-02-07 21:41:13 +01:00
e5003dcef6
improve baseline
2020-02-06 23:54:01 +01:00
2f8a80fa91
allow existing media files
2020-02-02 20:44:28 +01:00
d47d0a7c20
make media files editable
2020-02-02 18:07:09 +01:00
fcc23cdb39
fix order
2020-02-02 15:52:01 +01:00
8348b1bb87
improve media list view
2020-02-02 15:51:25 +01:00
45348609f8
fix upload
2020-02-01 22:48:15 +01:00
47719b4e29
phpcs fix
2020-01-26 12:27:56 +01:00
b23aba4e72
continue optimizing todos
2020-01-05 21:38:42 +01:00
c1d2d2ae31
add todos and improve db schema
2020-01-01 21:05:12 +01:00
f836101aa8
cleanup todos
2019-12-31 23:36:34 +01:00
628a3bbfd0
add todos from github
2019-12-31 19:54:45 +01:00
367f5801ea
fix capitalization of Object/Array
2019-12-30 00:58:33 +01:00
fadc62eb1e
fix use
2019-12-16 20:44:18 +01:00
5e659516b8
fix images
2019-12-15 16:29:24 +01:00
81d15ba02b
remove empty line
2019-12-15 14:18:15 +01:00
07f83fc57e
more test cleanups
2019-12-01 19:57:42 +01:00
5700c30859
phpcs fixes
2019-10-06 17:50:12 +02:00
a429af8002
draft encrpytion
2019-10-05 20:10:54 +02:00
7525580ca9
Make null models final
2019-10-05 20:08:29 +02:00
b9d9c23c28
fix mapper formats
2019-09-28 23:11:05 +02:00
772bb1a29a
style fixes and time recording app draft
2019-09-28 20:59:03 +02:00
cf94fa595d
fix docblock
2019-09-21 16:12:21 +02:00
b0bf948b69
fix docblock
2019-09-21 15:28:07 +02:00
0c2bb4d9d7
fix phpcs findings
2019-09-12 19:48:00 +02:00
8c7f28d057
test version docblock fix
2019-09-12 18:53:08 +02:00
8ff43fd381
test version docblock fix
2019-09-12 18:43:42 +02:00
549fe0bc59
Allow name for upload form data
2019-09-03 21:00:05 +02:00
d2b894f4a7
fix after change to php 7.4
2019-08-17 14:14:51 +02:00
bf75752b24
Implement php 7.4 type hints
2019-08-15 21:55:12 +02:00
18647aa1ed
change php version requirement
2019-08-15 20:45:28 +02:00
c4047321b6
auto fixes
2019-07-30 20:23:46 +02:00
9a9efe4ab0
cleanup, media fixes, news fixes
2019-07-30 20:23:16 +02:00
02da68fcb9
fix removed models. this was probably messed up by a code fixer. hope no other places are broken oO
2019-07-16 18:41:56 +02:00
4d321705dd
fix @link
2019-07-08 19:51:27 +02:00
4d18199a88
change createmodel function
2019-07-08 19:21:23 +02:00
d0938e4925
Add exception documentation
2019-07-04 22:37:54 +02:00
7600f9e485
php cs fixes
2019-06-15 19:18:36 +02:00
70fdff2302
Implemented virtual path for media module.
...
First test implementation done in the Helper module.
The upload component is using a bad workaround where the virtual path is defined
in the uri as ?virutalPath= because we are not uploading media files AND form data
at the same time. Therefore the virtualPath can currently only be passed in the get/uri data.
2019-05-30 19:13:11 +02:00