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
1e704ba6
You need to sign in or sign up before continuing.
Commit
1e704ba6
authored
1 year ago
by
nic
Browse files
Options
Download
Patches
Plain Diff
feat: add new features
parent
932389b3
main
1 merge request
!1
Первая версия API
Changes
31
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
composer.json
+3
-2
composer.json
composer.lock
+4
-4
composer.lock
config/security.yaml
+4
-3
config/security.yaml
src/Authenticator/LoginAuthenticator.php
+68
-0
src/Authenticator/LoginAuthenticator.php
src/Controller/ArticleController.php
+80
-0
src/Controller/ArticleController.php
src/Controller/CommentController.php
+2
-0
src/Controller/CommentController.php
src/Controller/ExampleController.php
+19
-0
src/Controller/ExampleController.php
src/Controller/RegisterController.php
+33
-0
src/Controller/RegisterController.php
src/Controller/TagController.php
+62
-0
src/Controller/TagController.php
src/Controller/TopicController.php
+60
-0
src/Controller/TopicController.php
src/Controller/UserController.php
+103
-0
src/Controller/UserController.php
src/Entity/Article.php
+140
-0
src/Entity/Article.php
src/Entity/ArticleTag.php
+64
-0
src/Entity/ArticleTag.php
src/Entity/Comment.php
+107
-0
src/Entity/Comment.php
src/Entity/Tag.php
+61
-0
src/Entity/Tag.php
src/Entity/Topic.php
+76
-0
src/Entity/Topic.php
src/Entity/User.php
+126
-0
src/Entity/User.php
src/Entity/UserRole.php
+71
-0
src/Entity/UserRole.php
src/EventListener/ThrowableEventListener.php
+22
-0
src/EventListener/ThrowableEventListener.php
src/Model/ArticleModel.php
+101
-0
src/Model/ArticleModel.php
with
1206 additions
and
9 deletions
+1206
-9
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