Commit Graph

717 Commits

Author SHA1 Message Date
9658c2599b Refactored class 2020-04-16 19:31:29 +02:00
0b1d7dea92 Implemented tests for user login 2020-04-10 14:49:26 +02:00
143d544dcc Updated fos rest 2020-04-02 22:41:22 +02:00
9a6ab093f2 Removed wrong comment 2020-04-02 22:14:50 +02:00
365104ac9f Refactored parameter name 2020-04-02 22:10:34 +02:00
5887b1c869 Moved templates from deprecated to correct path 2020-04-02 22:05:12 +02:00
0a19997dd2 Updated composer dependencies 2020-04-02 21:57:17 +02:00
93a949e778 Removed deprecated templating 2020-04-02 21:34:58 +02:00
94194aa2c9 Removed template support for PHP 2020-04-02 21:29:33 +02:00
84ba9f9c2a Solved deprecated hint concerning $crudType 2020-04-02 21:24:35 +02:00
ac5a3f1d5a Code optimation by PHP-Code Sniffer 2020-04-02 21:13:35 +02:00
725ca5b149 Upgraded Symfony from 4.1 to 4.4 2020-04-02 21:02:53 +02:00
KevinFrantz
47ebedc840
Merge pull request #5 from KevinFrantz/dependabot/composer/application/symfony/symfony/http-foundation-4.4.1
Bump symfony/http-foundation from 4.1.12 to 4.4.1 in /application/symfony
2019-12-07 01:13:59 +01:00
dependabot[bot]
fce47a6311
Bump symfony/http-foundation in /application/symfony
Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 4.1.12 to 4.4.1.
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/http-foundation/compare/v4.1.12...v4.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-02 21:03:51 +00:00
dependabot[bot]
4a60e9aac3
Bump symfony/cache from 4.1.12 to 4.3.9 in /application/symfony
Bumps [symfony/cache](https://github.com/symfony/cache) from 4.1.12 to 4.3.9.
- [Release notes](https://github.com/symfony/cache/releases)
- [Changelog](https://github.com/symfony/cache/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/cache/compare/v4.1.12...v4.3.9)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-02 18:54:52 +00:00
Kevin Frantz
009c2b248d Deleted unneccessary test 2019-09-19 23:31:21 +02:00
Kevin Frantz
5e92393aaf Deleted bad failing test 2019-09-19 23:26:21 +02:00
Kevin Frantz
66ea3e83fd Optimized test and CreateSourceAction 2019-09-19 23:24:38 +02:00
Kevin Frantz
893467acca Renamed variables 2019-09-19 21:52:46 +02:00
Kevin Frantz
ca95096bc5 PHPDoced Attribut 2019-09-19 21:24:02 +02:00
Kevin Frantz
1f68b1a456 Deleted CreateSourceActionTest 2019-09-19 20:36:24 +02:00
Kevin Frantz
4efead5dff Reformated code 2019-09-19 20:31:01 +02:00
Kevin Frantz
f095d7265c Updated server_version to mariadb-10.3.12 2019-09-19 19:59:21 +02:00
Kevin Frantz
8e95a61b44 Updated composer 2019-09-19 19:34:20 +02:00
Kevin Frantz
bfe03be42c Renamed to 2019-05-31 00:26:47 +02:00
Kevin Frantz
eaaf9a7f15 Renamed MVCRoutineService to CoreService 2019-05-31 00:16:21 +02:00
Kevin Frantz
9213ff2bad Updated .svg 2019-05-31 00:07:59 +02:00
Kevin Frantz
f29e56e9be Updated README.md 2019-05-31 00:00:43 +02:00
Kevin Frantz
4d4ed0e299 Moved class diagram to README.md of domain 2019-05-30 23:55:49 +02:00
Kevin Frantz
677e1af915 Modified UML draft 2019-05-30 23:46:20 +02:00
Kevin Frantz
bb70aa2b24 Updated SVG 2019-05-30 19:44:58 +02:00
Kevin Frantz
25c714fe70 Updated diagram 2019-05-30 19:43:24 +02:00
Kevin Frantz
be5b69fcff Renamed domain DataAccessManagement to DataAccess 2019-05-30 19:23:49 +02:00
Kevin Frantz
8210daf7bc Deprecated AbstractTestCase because it's just used to test private functions, which is a bad practice 2019-05-30 19:13:15 +02:00
Kevin Frantz
de12df0baa Renamed domain ViewManagement to View 2019-05-30 17:18:29 +02:00
Kevin Frantz
6c31b0d9db Renamed domain UserManagement to User 2019-05-30 17:15:50 +02:00
Kevin Frantz
899dede123 Renamed domain TwigManagement to Twig 2019-05-30 17:10:41 +02:00
Kevin Frantz
f06adfdc5c Renamed domain TemplateManagement to Template 2019-05-30 17:07:11 +02:00
Kevin Frantz
8b4d9f2338 Renamed domain SourceManagement to Source 2019-05-30 17:04:46 +02:00
Kevin Frantz
cf8eace690 Renamed domain SecureManagement to Secure 2019-05-30 16:57:55 +02:00
Kevin Frantz
e9110622db Renamed domain RightManagement to Right 2019-05-30 16:55:08 +02:00
Kevin Frantz
b8029bb7cc Renamed domain RequestManagement to Request 2019-05-30 16:52:02 +02:00
Kevin Frantz
9af7f47b85 Renamed domain ProcessManagement to Process 2019-05-30 16:45:47 +02:00
Kevin Frantz
c5256b5d4e Renamed domain PathManagement to Path 2019-05-30 16:43:40 +02:00
Kevin Frantz
2e4c105578 Renamed domain ParameterManagement to PArameter 2019-05-30 16:38:27 +02:00
Kevin Frantz
5a4fe18dac Renamed domain MVCManagement to MVC 2019-05-30 16:34:51 +02:00
Kevin Frantz
49d085388d Renamed domain MethodManagement to Method 2019-05-30 16:32:09 +02:00
Kevin Frantz
78fd41420b Renamed domain RepositoryManagement to Repository 2019-05-30 16:30:03 +02:00
Kevin Frantz
aedcdc7af3 Renamed domain MemberManagement to Member 2019-05-30 16:25:55 +02:00
Kevin Frantz
a5801ec6e8 Renamed domain MapManagement to Map 2019-05-30 16:20:42 +02:00