This website requires JavaScript.
Explore
Help
Sign In
kor-elf
/
my-projects-website
Watch
1
Star
0
Fork
0
You've already forked my-projects-website
Code
Issues
Pull Requests
Packages
Projects
Releases
5
Wiki
Activity
Версия 0.1.0
#1
Merged
kor-elf
merged 20 commits from
develop
into
main
2024-04-24 21:56:47 +05:00
Conversation
0
Commits
20
Files Changed
437
+5
-5
314 changed files
with
5 additions
and
5 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
Hide outdated comments
Showing only changes of commit b7d0a2453e -
Show all commits
0
app/src/.editorconfig → app/application/.editorconfig
Unescape
Escape
View File
0
app/src/.env.example → app/application/.env.example
Unescape
Escape
View File
0
app/src/.gitattributes → app/application/.gitattributes
vendored
Unescape
Escape
View File
0
app/src/.gitignore → app/application/.gitignore
vendored
Unescape
Escape
View File
0
app/src/README.md → app/application/README.md
Unescape
Escape
View File
0
app/src/app/Console/Commands/CreateUserAdmin.php → app/application/app/Console/Commands/CreateUserAdmin.php
Unescape
Escape
View File
0
app/src/app/Contracts/FormRequestDto.php → app/application/app/Contracts/FormRequestDto.php
Unescape
Escape
View File
0
app/src/app/Contracts/Models/Storage.php → app/application/app/Contracts/Models/Storage.php
Unescape
Escape
View File
0
app/src/app/Contracts/Search.php → app/application/app/Contracts/Search.php
Unescape
Escape
View File
0
app/src/app/Contracts/ServiceResult.php → app/application/app/Contracts/ServiceResult.php
Unescape
Escape
View File
0
app/src/app/Contracts/ServiceResultError.php → app/application/app/Contracts/ServiceResultError.php
Unescape
Escape
View File
0
app/src/app/Contracts/StorageType.php → app/application/app/Contracts/StorageType.php
Unescape
Escape
View File
0
app/src/app/Contracts/StorageType/Audio.php → app/application/app/Contracts/StorageType/Audio.php
Unescape
Escape
View File
0
app/src/app/Contracts/StorageType/Image.php → app/application/app/Contracts/StorageType/Image.php
Unescape
Escape
View File
0
app/src/app/Contracts/StorageType/Video.php → app/application/app/Contracts/StorageType/Video.php
Unescape
Escape
View File
0
app/src/app/Dto/Builder/Project.php → app/application/app/Dto/Builder/Project.php
Unescape
Escape
View File
0
app/src/app/Dto/Builder/Role.php → app/application/app/Dto/Builder/Role.php
Unescape
Escape
View File
0
app/src/app/Dto/Builder/User.php → app/application/app/Dto/Builder/User.php
Unescape
Escape
View File
0
app/src/app/Dto/QuerySettingsDto.php → app/application/app/Dto/QuerySettingsDto.php
Unescape
Escape
View File
0
app/src/app/Dto/Service/Admin/Language/NewLanguage.php → app/application/app/Dto/Service/Admin/Language/NewLanguage.php
Unescape
Escape
View File
0
app/src/app/Dto/Service/Admin/Project/Index.php → app/application/app/Dto/Service/Admin/Project/Index.php
Unescape
Escape
View File
0
app/src/app/Dto/Service/Admin/Project/Language.php → app/application/app/Dto/Service/Admin/Project/Language.php
Unescape
Escape
View File
0
app/src/app/Dto/Service/Admin/Project/Languages.php → app/application/app/Dto/Service/Admin/Project/Languages.php
Unescape
Escape
View File
0
app/src/app/Dto/Service/Admin/Project/StoreUpdate.php → app/application/app/Dto/Service/Admin/Project/StoreUpdate.php
Unescape
Escape
View File
0
app/src/app/Dto/Service/Admin/Role/Index.php → app/application/app/Dto/Service/Admin/Role/Index.php
Unescape
Escape
View File
0
app/src/app/Dto/Service/Admin/Role/StoreUpdate.php → app/application/app/Dto/Service/Admin/Role/StoreUpdate.php
Unescape
Escape
View File
0
app/src/app/Dto/Service/Admin/User/Index.php → app/application/app/Dto/Service/Admin/User/Index.php
Unescape
Escape
View File
0
app/src/app/Dto/Service/Admin/User/StoreUpdate.php → app/application/app/Dto/Service/Admin/User/StoreUpdate.php
Unescape
Escape
View File
0
app/src/app/Dto/Service/Authorization.php → app/application/app/Dto/Service/Authorization.php
Unescape
Escape
View File
0
app/src/app/Dto/Service/Dto.php → app/application/app/Dto/Service/Dto.php
Unescape
Escape
View File
0
app/src/app/Dto/Service/Pages.php → app/application/app/Dto/Service/Pages.php
Unescape
Escape
View File
0
app/src/app/Dto/Service/Private/Profile/Update.php → app/application/app/Dto/Service/Private/Profile/Update.php
Unescape
Escape
View File
0
app/src/app/Dto/Service/Private/Profile/UpdateSettings.php → app/application/app/Dto/Service/Private/Profile/UpdateSettings.php
Unescape
Escape
View File
0
app/src/app/Dto/Service/Storage/File.php → app/application/app/Dto/Service/Storage/File.php
Unescape
Escape
View File
0
app/src/app/Dto/Service/Storage/Storage.php → app/application/app/Dto/Service/Storage/Storage.php
Unescape
Escape
View File
0
app/src/app/Dto/Service/Storage/Storages.php → app/application/app/Dto/Service/Storage/Storages.php
Unescape
Escape
View File
0
app/src/app/Dto/Service/Storage/Upload.php → app/application/app/Dto/Service/Storage/Upload.php
Unescape
Escape
View File
0
app/src/app/Dto/Service/User/UpdatePassword.php → app/application/app/Dto/Service/User/UpdatePassword.php
Unescape
Escape
View File
0
app/src/app/Dto/User/ManyRoleDto.php → app/application/app/Dto/User/ManyRoleDto.php
Unescape
Escape
View File
0
app/src/app/Enums/Lang.php → app/application/app/Enums/Lang.php
Unescape
Escape
View File
0
app/src/app/Enums/Morph.php → app/application/app/Enums/Morph.php
Unescape
Escape
View File
0
app/src/app/Enums/Permission.php → app/application/app/Enums/Permission.php
Unescape
Escape
View File
0
app/src/app/Enums/StorageType.php → app/application/app/Enums/StorageType.php
Unescape
Escape
View File
0
app/src/app/Enums/SystemRole.php → app/application/app/Enums/SystemRole.php
Unescape
Escape
View File
0
app/src/app/Exceptions/Dto/Storage/FileException.php → app/application/app/Exceptions/Dto/Storage/FileException.php
Unescape
Escape
View File
0
app/src/app/Exceptions/Dto/Storage/StorageException.php → app/application/app/Exceptions/Dto/Storage/StorageException.php
Unescape
Escape
View File
0
app/src/app/Exceptions/Dto/Storage/StoragesException.php → app/application/app/Exceptions/Dto/Storage/StoragesException.php
Unescape
Escape
View File
0
app/src/app/Exceptions/Dto/User/ManyRoleDtoException.php → app/application/app/Exceptions/Dto/User/ManyRoleDtoException.php
Unescape
Escape
View File
0
app/src/app/Exceptions/Services/Storage/StorageCommandHandlerException.php → app/application/app/Exceptions/Services/Storage/StorageCommandHandlerException.php
Unescape
Escape
View File
0
app/src/app/Exceptions/Services/Storage/StorageSaveFileException.php → app/application/app/Exceptions/Services/Storage/StorageSaveFileException.php
Unescape
Escape
View File
0
app/src/app/Helpers/Helpers.php → app/application/app/Helpers/Helpers.php
Unescape
Escape
View File
0
app/src/app/Http/Controllers/Admin/Controller.php → app/application/app/Http/Controllers/Admin/Controller.php
Unescape
Escape
View File
0
app/src/app/Http/Controllers/Admin/DashboardController.php → app/application/app/Http/Controllers/Admin/DashboardController.php
Unescape
Escape
View File
0
app/src/app/Http/Controllers/Admin/LanguagesController.php → app/application/app/Http/Controllers/Admin/LanguagesController.php
Unescape
Escape
View File
0
app/src/app/Http/Controllers/Admin/ProjectsController.php → app/application/app/Http/Controllers/Admin/ProjectsController.php
Unescape
Escape
View File
0
app/src/app/Http/Controllers/Admin/RolesController.php → app/application/app/Http/Controllers/Admin/RolesController.php
Unescape
Escape
View File
0
app/src/app/Http/Controllers/Admin/UsersController.php → app/application/app/Http/Controllers/Admin/UsersController.php
Unescape
Escape
View File
0
app/src/app/Http/Controllers/AuthController.php → app/application/app/Http/Controllers/AuthController.php
Unescape
Escape
View File
0
app/src/app/Http/Controllers/Controller.php → app/application/app/Http/Controllers/Controller.php
Unescape
Escape
View File
0
app/src/app/Http/Controllers/Private/Controller.php → app/application/app/Http/Controllers/Private/Controller.php
Unescape
Escape
View File
0
app/src/app/Http/Controllers/Private/ProfileController.php → app/application/app/Http/Controllers/Private/ProfileController.php
Unescape
Escape
View File
0
app/src/app/Http/Controllers/Storage/Controller.php → app/application/app/Http/Controllers/Storage/Controller.php
Unescape
Escape
View File
0
app/src/app/Http/Controllers/Storage/ImagesController.php → app/application/app/Http/Controllers/Storage/ImagesController.php
Unescape
Escape
View File
0
app/src/app/Http/Middleware/AdminPanel.php → app/application/app/Http/Middleware/AdminPanel.php
Unescape
Escape
View File
0
app/src/app/Http/Middleware/UserLocale.php → app/application/app/Http/Middleware/UserLocale.php
Unescape
Escape
View File
0
app/src/app/Http/Requests/Admin/Languages/NewLanguageRequest.php → app/application/app/Http/Requests/Admin/Languages/NewLanguageRequest.php
Unescape
Escape
View File
0
app/src/app/Http/Requests/Admin/Projects/IndexRequest.php → app/application/app/Http/Requests/Admin/Projects/IndexRequest.php
Unescape
Escape
View File
0
app/src/app/Http/Requests/Admin/Projects/StoreUpdateRequest.php → app/application/app/Http/Requests/Admin/Projects/StoreUpdateRequest.php
Unescape
Escape
View File
0
app/src/app/Http/Requests/Admin/Roles/IndexRequest.php → app/application/app/Http/Requests/Admin/Roles/IndexRequest.php
Unescape
Escape
View File
0
app/src/app/Http/Requests/Admin/Roles/StoreUpdateRequest.php → app/application/app/Http/Requests/Admin/Roles/StoreUpdateRequest.php
Unescape
Escape
View File
0
app/src/app/Http/Requests/Admin/Users/IndexRequest.php → app/application/app/Http/Requests/Admin/Users/IndexRequest.php
Unescape
Escape
View File
0
app/src/app/Http/Requests/Admin/Users/StoreUpdateRequest.php → app/application/app/Http/Requests/Admin/Users/StoreUpdateRequest.php
Unescape
Escape
View File
0
app/src/app/Http/Requests/Admin/Users/UpdatePasswordRequest.php → app/application/app/Http/Requests/Admin/Users/UpdatePasswordRequest.php
Unescape
Escape
View File
0
app/src/app/Http/Requests/AuthorizationRequest.php → app/application/app/Http/Requests/AuthorizationRequest.php
Unescape
Escape
View File
0
app/src/app/Http/Requests/Private/Profile/UpdatePasswordRequest.php → app/application/app/Http/Requests/Private/Profile/UpdatePasswordRequest.php
Unescape
Escape
View File
0
app/src/app/Http/Requests/Private/Profile/UpdateRequest.php → app/application/app/Http/Requests/Private/Profile/UpdateRequest.php
Unescape
Escape
View File
0
app/src/app/Http/Requests/Private/Profile/UpdateSettingsRequest.php → app/application/app/Http/Requests/Private/Profile/UpdateSettingsRequest.php
Unescape
Escape
View File
0
app/src/app/Http/Requests/Storage/ImageRequest.php → app/application/app/Http/Requests/Storage/ImageRequest.php
Unescape
Escape
View File
0
app/src/app/Http/Resources/Admin/Languages/NewLanguage.php → app/application/app/Http/Resources/Admin/Languages/NewLanguage.php
Unescape
Escape
View File
0
app/src/app/Http/Resources/Storage/Upload.php → app/application/app/Http/Resources/Storage/Upload.php
Unescape
Escape
View File
0
app/src/app/Models/Project.php → app/application/app/Models/Project.php
Unescape
Escape
View File
0
app/src/app/Models/ProjectLanguage.php → app/application/app/Models/ProjectLanguage.php
Unescape
Escape
View File
0
app/src/app/Models/Role.php → app/application/app/Models/Role.php
Unescape
Escape
View File
0
app/src/app/Models/RolePermission.php → app/application/app/Models/RolePermission.php
Unescape
Escape
View File
0
app/src/app/Models/Scopes/SortScope.php → app/application/app/Models/Scopes/SortScope.php
Unescape
Escape
View File
0
app/src/app/Models/Storage.php → app/application/app/Models/Storage.php
Unescape
Escape
View File
0
app/src/app/Models/Traits/StorageTrait.php → app/application/app/Models/Traits/StorageTrait.php
Unescape
Escape
View File
0
app/src/app/Models/User.php → app/application/app/Models/User.php
Unescape
Escape
View File
0
app/src/app/Policies/AdminPanel.php → app/application/app/Policies/AdminPanel.php
Unescape
Escape
View File
0
app/src/app/Policies/Policy.php → app/application/app/Policies/Policy.php
Unescape
Escape
View File
0
app/src/app/Policies/ProjectPolicy.php → app/application/app/Policies/ProjectPolicy.php
Unescape
Escape
View File
0
app/src/app/Policies/RolePolicy.php → app/application/app/Policies/RolePolicy.php
Unescape
Escape
View File
0
app/src/app/Policies/UserPolicy.php → app/application/app/Policies/UserPolicy.php
Unescape
Escape
View File
0
app/src/app/Providers/AppServiceProvider.php → app/application/app/Providers/AppServiceProvider.php
Unescape
Escape
View File
0
app/src/app/Repositories/ProjectRepository.php → app/application/app/Repositories/ProjectRepository.php
Unescape
Escape
View File
0
app/src/app/Repositories/RoleRepository.php → app/application/app/Repositories/RoleRepository.php
Unescape
Escape
View File
0
app/src/app/Repositories/StorageRepository.php → app/application/app/Repositories/StorageRepository.php
Unescape
Escape
View File
0
app/src/app/Repositories/UserRepository.php → app/application/app/Repositories/UserRepository.php
Unescape
Escape
View File
0
app/src/app/Rules/HttpHost.php → app/application/app/Rules/HttpHost.php
Unescape
Escape
View File
0
app/src/app/Rules/Permission.php → app/application/app/Rules/Permission.php
Unescape
Escape
View File
Some files were not shown because too many files have changed in this diff
Show More
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
kor-elf/my-projects-website
Title
Body
Create Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block