This website works better with JavaScript.
Home
Explore
Help
Sign In
richard
/
cyca
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
4
Activity
Browse Source
Re-added migrations
Fixing Cyca requiring MySQL/MariaDB
master
Richard Dern
2 months ago
parent
d5748517c1
commit
508630bd26
1331 changed files
with
1287 additions
and
400 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-0
.editorconfig
+0
-0
.env.example
+0
-0
.gitattributes
+1
-0
.gitignore
+0
-0
.php_cs
+0
-0
.styleci.yml
+0
-0
LICENSE
+0
-0
README.md
+0
-0
app/Actions/Fortify/CreateNewUser.php
+0
-0
app/Actions/Fortify/PasswordValidationRules.php
+0
-0
app/Actions/Fortify/ResetUserPassword.php
+0
-0
app/Actions/Fortify/UpdateUserPassword.php
+0
-0
app/Actions/Fortify/UpdateUserProfileInformation.php
+0
-0
app/Analyzers/Analyzer.php
+0
-0
app/Analyzers/ExifAnalyzer.php
+0
-0
app/Analyzers/HtmlAnalyzer.php
+0
-0
app/Analyzers/PdfAnalyzer.php
+0
-0
app/Console/Commands/GenerateRoutes.php
+0
-0
app/Console/Commands/PurgeReadFeedItems.php
+0
-0
app/Console/Commands/UpdateDocuments.php
+0
-0
app/Console/Commands/UpdateFeeds.php
+0
-0
app/Console/Kernel.php
+0
-0
app/Contracts/ImportAdapter.php
+0
-0
app/Exceptions/Handler.php
+0
-0
app/Exceptions/UserDoesNotExistsException.php
+0
-0
app/Helpers/Cleaner.php
+0
-0
app/Helpers/Url.php
+0
-0
app/Http/Controllers/Controller.php
+0
-0
app/Http/Controllers/DocumentController.php
+0
-0
app/Http/Controllers/FeedController.php
+0
-0
app/Http/Controllers/FeedItemController.php
+0
-0
app/Http/Controllers/FolderController.php
+0
-0
app/Http/Controllers/GroupController.php
+0
-0
app/Http/Controllers/HighlightController.php
+0
-0
app/Http/Controllers/HomeController.php
+0
-0
app/Http/Kernel.php
+0
-0
app/Http/Middleware/Authenticate.php
+0
-0
app/Http/Middleware/CheckForMaintenanceMode.php
+0
-0
app/Http/Middleware/EncryptCookies.php
+0
-0
app/Http/Middleware/RedirectIfAuthenticated.php
+0
-0
app/Http/Middleware/SetLang.php
+0
-0
app/Http/Middleware/TrimStrings.php
+0
-0
app/Http/Middleware/TrustHosts.php
+0
-0
app/Http/Middleware/TrustProxies.php
+0
-0
app/Http/Middleware/VerifyCsrfToken.php
+0
-0
app/Http/Requests/Documents/StoreRequest.php
+0
-0
app/Http/Requests/Folders/SetPermissionsRequest.php
+0
-0
app/Http/Requests/Folders/StoreRequest.php
+0
-0
app/Http/Requests/Folders/UpdateRequest.php
+0
-0
app/Http/Requests/Groups/InviteUserRequest.php
+0
-0
app/Http/Requests/Groups/StoreRequest.php
+0
-0
app/Http/Requests/Groups/UpdateRequest.php
+0
-0
app/Http/Requests/StoreHighlightRequest.php
+0
-0
app/ImportAdapters/Cyca.php
+0
-0
app/Jobs/EnqueueDocumentUpdate.php
+0
-0
app/Jobs/EnqueueFeedUpdate.php
+0
-0
app/Models/Bookmark.php
+0
-0
app/Models/Document.php
+0
-0
app/Models/Feed.php
+0
-0
app/Models/FeedItem.php
+0
-0
app/Models/FeedItemState.php
+0
-0
app/Models/Folder.php
+0
-0
app/Models/Group.php
+0
-0
app/Models/Highlight.php
+0
-0
app/Models/IgnoredFeed.php
+0
-0
app/Models/Observers/BookmarkObserver.php
+0
-0
app/Models/Observers/DocumentObserver.php
+0
-0
app/Models/Observers/FeedItemObserver.php
+0
-0
app/Models/Observers/FeedObserver.php
+0
-0
app/Models/Observers/FolderObserver.php
+0
-0
app/Models/Observers/IgnoredFeedObserver.php
+0
-0
app/Models/Observers/UserObserver.php
+0
-0
app/Models/Permission.php
+0
-0
app/Models/Policies/DocumentPolicy.php
+0
-0
app/Models/Policies/FolderPolicy.php
+0
-0
app/Models/Policies/GroupPolicy.php
+0
-0
app/Models/Traits/Document/AnalysesDocument.php
+0
-0
app/Models/Traits/Feed/AnalysesFeed.php
+0
-0
app/Models/Traits/Folder/BuildsTree.php
+0
-0
app/Models/Traits/Folder/CreatesDefaultFolders.php
+0
-0
app/Models/Traits/HasUrl.php
+0
-0
app/Models/User.php
+0
-0
app/Notifications/AsksToJoinGroup.php
+0
-0
app/Notifications/DocumentUpdated.php
+0
-0
app/Notifications/FeedUpdated.php
+0
-0
app/Notifications/InvitedToJoinGroup.php
+0
-0
app/Notifications/UnreadItemsChanged.php
+0
-0
app/Providers/AppServiceProvider.php
+0
-0
app/Providers/AuthServiceProvider.php
+0
-0
app/Providers/BladeServiceProvider.php
+0
-0
app/Providers/BroadcastServiceProvider.php
+0
-0
app/Providers/EventServiceProvider.php
+0
-0
app/Providers/FortifyServiceProvider.php
+0
-0
app/Providers/LangServiceProvider.php
+0
-0
app/Providers/ObserversServiceProvider.php
+0
-0
app/Providers/RouteServiceProvider.php
+0
-0
app/Services/Exporter.php
+0
-0
app/Services/Importer.php
+0
-0
artisan
+0
-0
bootstrap/app.php
+ 0
- 0
.editorconfig
View File
+ 0
- 0
.env.example
View File
+ 0
- 0
.gitattributes
View File
+ 1
- 0
.gitignore
View File
@ -22,3 +22,4 @@ resources/docker
public/themes
Dockerfile.dev
resources/container/entrypoint.dev.sh
*.code-workspace
+ 0
- 0
.php_cs
View File
+ 0
- 0
.styleci.yml
View File
+ 0
- 0
LICENSE
View File
+ 0
- 0
README.md
View File
+ 0
- 0
app/Actions/Fortify/CreateNewUser.php
View File
+ 0
- 0
app/Actions/Fortify/PasswordValidationRules.php
View File
+ 0
- 0
app/Actions/Fortify/ResetUserPassword.php
View File
+ 0
- 0
app/Actions/Fortify/UpdateUserPassword.php
View File
+ 0
- 0
app/Actions/Fortify/UpdateUserProfileInformation.php
View File
+ 0
- 0
app/Analyzers/Analyzer.php
View File
+ 0
- 0
app/Analyzers/ExifAnalyzer.php
View File
+ 0
- 0
app/Analyzers/HtmlAnalyzer.php
View File
+ 0
- 0
app/Analyzers/PdfAnalyzer.php
View File
+ 0
- 0
app/Console/Commands/GenerateRoutes.php
View File
+ 0
- 0
app/Console/Commands/PurgeReadFeedItems.php
View File
+ 0
- 0
app/Console/Commands/UpdateDocuments.php
View File
+ 0
- 0
app/Console/Commands/UpdateFeeds.php
View File
+ 0
- 0
app/Console/Kernel.php
View File
+ 0
- 0
app/Contracts/ImportAdapter.php
View File
+ 0
- 0
app/Exceptions/Handler.php
View File
+ 0
- 0
app/Exceptions/UserDoesNotExistsException.php
View File
+ 0
- 0
app/Helpers/Cleaner.php
View File
+ 0
- 0
app/Helpers/Url.php
View File
+ 0
- 0
app/Http/Controllers/Controller.php
View File
+ 0
- 0
app/Http/Controllers/DocumentController.php
View File
+ 0
- 0
app/Http/Controllers/FeedController.php
View File
+ 0
- 0
app/Http/Controllers/FeedItemController.php
View File
+ 0
- 0
app/Http/Controllers/FolderController.php
View File
+ 0
- 0
app/Http/Controllers/GroupController.php
View File
+ 0
- 0
app/Http/Controllers/HighlightController.php
View File
+ 0
- 0
app/Http/Controllers/HomeController.php
View File
+ 0
- 0
app/Http/Kernel.php
View File
+ 0
- 0
app/Http/Middleware/Authenticate.php
View File
+ 0
- 0
app/Http/Middleware/CheckForMaintenanceMode.php
View File
+ 0
- 0
app/Http/Middleware/EncryptCookies.php
View File
+ 0
- 0
app/Http/Middleware/RedirectIfAuthenticated.php
View File
+ 0
- 0
app/Http/Middleware/SetLang.php
View File
+ 0
- 0
app/Http/Middleware/TrimStrings.php
View File
+ 0
- 0
app/Http/Middleware/TrustHosts.php
View File
+ 0
- 0
app/Http/Middleware/TrustProxies.php
View File
+ 0
- 0
app/Http/Middleware/VerifyCsrfToken.php
View File
+ 0
- 0
app/Http/Requests/Documents/StoreRequest.php
View File
+ 0
- 0
app/Http/Requests/Folders/SetPermissionsRequest.php
View File
+ 0
- 0
app/Http/Requests/Folders/StoreRequest.php
View File
+ 0
- 0
app/Http/Requests/Folders/UpdateRequest.php
View File
+ 0
- 0
app/Http/Requests/Groups/InviteUserRequest.php
View File
+ 0
- 0
app/Http/Requests/Groups/StoreRequest.php
View File
+ 0
- 0
app/Http/Requests/Groups/UpdateRequest.php
View File
+ 0
- 0
app/Http/Requests/StoreHighlightRequest.php
View File
+ 0
- 0
app/ImportAdapters/Cyca.php
View File
+ 0
- 0
app/Jobs/EnqueueDocumentUpdate.php
View File
+ 0
- 0
app/Jobs/EnqueueFeedUpdate.php
View File
+ 0
- 0
app/Models/Bookmark.php
View File
+ 0
- 0
app/Models/Document.php
View File
+ 0
- 0
app/Models/Feed.php
View File
+ 0
- 0
app/Models/FeedItem.php
View File
+ 0
- 0
app/Models/FeedItemState.php
View File
+ 0
- 0
app/Models/Folder.php
View File
+ 0
- 0
app/Models/Group.php
View File
+ 0
- 0
app/Models/Highlight.php
View File
+ 0
- 0
app/Models/IgnoredFeed.php
View File
+ 0
- 0
app/Models/Observers/BookmarkObserver.php
View File
+ 0
- 0
app/Models/Observers/DocumentObserver.php
View File
+ 0
- 0
app/Models/Observers/FeedItemObserver.php
View File
+ 0
- 0
app/Models/Observers/FeedObserver.php
View File
+ 0
- 0
app/Models/Observers/FolderObserver.php
View File
+ 0
- 0
app/Models/Observers/IgnoredFeedObserver.php
View File
+ 0
- 0
app/Models/Observers/UserObserver.php
View File
+ 0
- 0
app/Models/Permission.php
View File
+ 0
- 0
app/Models/Policies/DocumentPolicy.php
View File
+ 0
- 0
app/Models/Policies/FolderPolicy.php
View File
+ 0
- 0
app/Models/Policies/GroupPolicy.php
View File
+ 0
- 0
app/Models/Traits/Document/AnalysesDocument.php
View File
+ 0
- 0
app/Models/Traits/Feed/AnalysesFeed.php
View File
+ 0
- 0
app/Models/Traits/Folder/BuildsTree.php
View File
+ 0
- 0
app/Models/Traits/Folder/CreatesDefaultFolders.php
View File
+ 0
- 0
app/Models/Traits/HasUrl.php
View File
+ 0
- 0
app/Models/User.php
View File
+ 0
- 0
app/Notifications/AsksToJoinGroup.php
View File
+ 0
- 0
app/Notifications/DocumentUpdated.php
View File
+ 0
- 0
app/Notifications/FeedUpdated.php
View File
+ 0
- 0
app/Notifications/InvitedToJoinGroup.php
View File
+ 0
- 0
app/Notifications/UnreadItemsChanged.php
View File
+ 0
- 0
app/Providers/AppServiceProvider.php
View File
+ 0
- 0
app/Providers/AuthServiceProvider.php
View File
+ 0
- 0
app/Providers/BladeServiceProvider.php
View File
+ 0
- 0
app/Providers/BroadcastServiceProvider.php
View File
+ 0
- 0
app/Providers/EventServiceProvider.php
View File
+ 0
- 0
app/Providers/FortifyServiceProvider.php
View File
+ 0
- 0
app/Providers/LangServiceProvider.php
View File
+ 0
- 0
app/Providers/ObserversServiceProvider.php
View File
+ 0
- 0
app/Providers/RouteServiceProvider.php
View File
+ 0
- 0
app/Services/Exporter.php
View File
+ 0
- 0
app/Services/Importer.php
View File
+ 0
- 0
artisan
View File
+ 0
- 0
bootstrap/app.php
View File
Some files were not shown because too many files changed in this diff
Write
Preview
Loading…
Cancel
Save