Commit Graph

24 Commits

Author SHA1 Message Date
77aeebd90a
Implement all logic on the client side in csvxmlV2.js
For completing the rewrite, translations and some UI work are still
needed.

See #14
2022-11-06 15:30:36 +01:00
947f2cb87b
Add field for general reception history 2022-06-10 13:19:30 +02:00
38bb26c2be
Use absolute file paths on errorPage
This way, the error page still looks okay if accessed from a
subdirectory.
2022-03-28 15:46:21 +02:00
6e9cdf3c95
Add security.txt 2022-03-28 14:33:16 +02:00
0ba9a3b1ec
Fix type error 2022-03-15 10:29:19 +01:00
4cd969bf87 added error reporting & fixed things in index3.php 2021-07-02 00:32:49 +02:00
562ff50bb0 improved error reporting 2021-06-21 23:33:02 +02:00
95468c609d added a validator class 2021-06-13 23:00:36 +02:00
60c5265358 added TODOs for the validator 2021-05-26 01:08:52 +02:00
69d10cf8d0 using oop instead of array access 2021-05-07 20:34:45 +02:00
36493ff072
Add CORS headers for JSON output of index / overview 2021-02-17 18:03:04 +01:00
e423668d93
Add JSON API for getting list of available fields 2021-02-16 12:08:55 +01:00
08d28f037c
Use MD_STD_SEC's anti CSRF functions 2020-12-10 00:49:46 +01:00
b8643e0d04
Move security settings helper outside of public web root
phpcs-errors:0 phpunit-status:successful phpstan-errors:665
2020-11-25 17:47:41 +01:00
0756a58821
Set harder security constraints
phpcs-errors:0 phpunit-status:successful phpstan-errors:665
2020-11-25 17:01:46 +01:00
94a5ad5a42
Swap locally loaded font to fix flashing text 2020-11-25 16:29:12 +01:00
a135a3ce2a
Add empty robots.txt
Close #6
2020-11-23 15:44:15 +01:00
08b45ed59f
Remove erroneous reference to CSS file in errorPage 2020-11-22 01:50:18 +01:00
79a1c15c04
Add custom HTML page for an error page
phpcs-errors:0 phpunit-status:successful phpstan-errors:1
2020-11-18 15:51:30 +01:00
65e09278dc
Fix incorrect xml file path in ZIP creation
phpcs-errors:0 phpunit-status:successful phpstan-errors:1
2020-11-08 14:44:06 +01:00
a8cb46848b
Fix check for upload size 2020-11-08 14:30:14 +01:00
5b71f800c2
Improve type-safety, error reporting
phpcs-errors:221 phpunit-status:successful phpstan-errors:548
2020-10-31 01:53:40 +01:00
733241be47
Make available field retrieval be generated through an object
phpcs-errors:221 phpunit-status:successful phpstan-errors:677
2020-10-31 01:28:03 +01:00
d56601b0cc
Move public files to /public subdirectory
phpcs-errors:221 phpunit-status:successful phpstan-errors:0
2020-10-31 00:00:26 +01:00