Commit Graph

79 Commits

Author SHA1 Message Date
435447ece9 Add docblock 2017-04-16 15:17:07 +02:00
d084862571 Hide php version header 2017-04-02 13:20:48 +02:00
a03f6ee047 Unit test fixes 2017-03-19 15:49:21 +01:00
082a493cc7 Test fixes (working) 2017-03-13 15:16:17 +01:00
20a48cc1fe PhpUnit fixes 2017-03-12 22:40:40 +01:00
aa483c2eb8 Fixing test bugs 2017-03-11 23:57:37 +01:00
fdd5d85a6a Minor fixes after testing
still broken however
2017-03-11 18:55:55 +01:00
fdfdbb2146 Minor fixes 2017-02-27 20:42:02 +01:00
b8561385f5 Add docblocks 2017-02-22 20:29:24 +01:00
a2566d3e3c Fix uri factory init 2017-02-17 21:47:31 +01:00
8531c1422f Start implementing web query 2017-02-14 23:27:54 +01:00
caa5bf5740 Fix custom uri 2017-02-14 23:27:12 +01:00
2188c25f01 Type fixes 2017-02-03 20:37:08 +01:00
1c802418a7 More return type fixes 2017-01-25 12:21:48 +01:00
58b9fd5171 Enable strict_types 2017-01-25 11:51:36 +01:00
6fd1ebe9b1 Removing copyright date 2017-01-25 11:18:25 +01:00
695f1623b1 Fix json serialization 2017-01-22 21:04:31 +01:00
c15928bcc9 Parsing request language header 2017-01-01 15:49:21 +01:00
777f084a39 Fix dockblocks and minor bugs 2016-12-22 21:16:05 +01:00
a93a1c1653 Increase php version requirement 2016-12-07 20:57:51 +01:00
d6dd1a5a96 Prepare const visibility 2016-12-07 20:22:40 +01:00
8e010e95b8 Default header generation 2016-12-06 22:54:03 +01:00
cbc6205bf7 Type hint fixes/prep for null return type 2016-12-03 23:00:05 +01:00
ab5e11a242 Preparing for void return type 2016-12-03 21:59:21 +01:00
7b36dafa57 Fix session lock
Still needs improvment. Shouldn't be static!
2016-11-24 15:37:24 +01:00
9bbdbcaf38 Fix docblocks 2016-11-06 22:22:58 +01:00
0deb040847 Reduce redundant assignments 2016-10-30 17:29:31 +01:00
d6126b1ffc Add query parameters to uriFactory 2016-09-15 17:47:50 +02:00
14d4061beb Fixes during secondary app dev
While working on another app some bugs came up that are related to the
way the framework is included and working in combination with the app.
These changes make it more general purpose friendly.
2016-09-07 20:54:28 +02:00
a02f1cca5d PhpStorm autofix/format 2016-08-20 12:04:30 +02:00
2ead4010b3 fixes #64 2016-08-19 13:25:53 +02:00
aca0e8ff08 Fixed for documentor 2016-08-14 20:57:57 +02:00
3ec9c8c1bb Started to implement more default parameters 2016-08-09 15:48:10 +02:00
38350e9c77 Test fixes 2016-07-23 18:17:25 +02:00
ef5dfe0aa1 Uniform isset check 2016-07-20 18:06:55 +02:00
d2de70d356 Auto-format 2016-07-15 21:33:05 +02:00
0376d85ace Optimize imports and order 2016-07-15 21:30:16 +02:00
f176329d6c Pull out security header check 2016-07-15 21:19:27 +02:00
2b63386f9f fixes #50
Security headers are now locked after set once.
2016-07-15 18:07:40 +02:00
401e251f4c Sketch for catching exceptions
This is required in order to catch exceptions that get triggered during
the rendering
2016-07-12 17:11:41 +02:00
c82b15c332 Fix parameter for jsonSerialize 2016-07-09 16:26:09 +02:00
9dde2dfa72 Fix json serializable 2016-07-07 18:48:52 +02:00
ebafbe059a Added automatic lock after init
If someone wants to create a custom request. Init should not be called?!
2016-07-03 15:32:44 +02:00
d3152722b9 Added lock 2016-07-03 15:30:53 +02:00
486ac07eea Optimized language display
Language is no longer passed in "10" different ways.
2016-07-02 14:17:01 +02:00
48b42be7a9 Media upload fixes and cleanup 2016-05-26 22:54:45 +02:00
fb7c720c3d Doc fixes and bug fixes 2016-05-08 11:54:02 +02:00
ce182bab92 Formatting & bug fixes 2016-05-05 11:27:16 +02:00
292ac8d739 jsOMS response fixes and formatting 2016-05-03 20:52:00 +02:00
02e5185e74 Performance, bug and design fixes 2016-04-30 22:50:49 +02:00