Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
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
9318343e
Commit
9318343e
authored
1 year ago
by
Абрамов Дмитрий Александрович
Browse files
Options
Download
Plain Diff
Merge branch 'main' into 'main'
Api фиксы и функционал See merge request
!2
parents
d18a7e67
afe82302
main
1 merge request
!2
Api фиксы и функционал
Pipeline
#139617
passed with stages
in 56 seconds
Changes
43
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
composer.json
+1
-1
composer.json
composer.lock
+52
-52
composer.lock
config/security.yaml
+4
-0
config/security.yaml
creating.sql
+60
-46
creating.sql
demo.http
+42
-41
demo.http
fixer/ecs.php
+8
-2
fixer/ecs.php
src/Authenticator/LoginAuthenticator.php
+9
-6
src/Authenticator/LoginAuthenticator.php
src/Authenticator/RegisterAuthenticator.php
+91
-0
src/Authenticator/RegisterAuthenticator.php
src/Controller/ArticleController.php
+4
-5
src/Controller/ArticleController.php
src/Controller/CommentController.php
+6
-6
src/Controller/CommentController.php
src/Controller/ExampleController.php
+2
-2
src/Controller/ExampleController.php
src/Controller/RegisterController.php
+0
-24
src/Controller/RegisterController.php
src/Controller/TagController.php
+4
-4
src/Controller/TagController.php
src/Controller/TopicController.php
+6
-6
src/Controller/TopicController.php
src/Controller/UserController.php
+19
-29
src/Controller/UserController.php
src/Entity/Admission.php
+53
-0
src/Entity/Admission.php
src/Entity/Article.php
+19
-6
src/Entity/Article.php
src/Entity/ArticleTag.php
+1
-10
src/Entity/ArticleTag.php
src/Entity/Comment.php
+1
-6
src/Entity/Comment.php
src/Entity/Tag.php
+2
-2
src/Entity/Tag.php
with
384 additions
and
248 deletions
+384
-248
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
Menu
Explore
Projects
Groups
Topics
Snippets