Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Kaa Framework
Demo Application
Forum
Commits
d18a7e67
Commit
d18a7e67
authored
1 year ago
by
Абрамов Дмитрий Александрович
Browse files
Options
Download
Plain Diff
Merge branch 'main' into 'main'
Первая версия API See merge request
!1
parents
932389b3
086ca36e
Pipeline
#139508
passed with stages
in 54 seconds
Changes
39
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitlab-ci.yml
+36
-0
.gitlab-ci.yml
composer.json
+7
-2
composer.json
composer.lock
+1490
-5
composer.lock
config/security.yaml
+4
-3
config/security.yaml
creating.sql
+74
-0
creating.sql
demo.http
+218
-0
demo.http
fixer/ecs.php
+20
-0
fixer/ecs.php
public/index.php
+0
-0
public/index.php
src/Authenticator/LoginAuthenticator.php
+82
-0
src/Authenticator/LoginAuthenticator.php
src/Controller/ArticleController.php
+85
-0
src/Controller/ArticleController.php
src/Controller/CommentController.php
+88
-0
src/Controller/CommentController.php
src/Controller/ExampleController.php
+16
-0
src/Controller/ExampleController.php
src/Controller/RegisterController.php
+24
-0
src/Controller/RegisterController.php
src/Controller/TagController.php
+54
-0
src/Controller/TagController.php
src/Controller/TopicController.php
+77
-0
src/Controller/TopicController.php
src/Controller/UserController.php
+90
-0
src/Controller/UserController.php
src/Entity/Article.php
+138
-0
src/Entity/Article.php
src/Entity/ArticleTag.php
+63
-0
src/Entity/ArticleTag.php
src/Entity/Comment.php
+107
-0
src/Entity/Comment.php
src/Entity/Tag.php
+57
-0
src/Entity/Tag.php
with
2730 additions
and
10 deletions
+2730
-10
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment