similarity index 93%
rename from app/Activity.php
rename to app/Actions/Activity.php
index c01da1f6c897c4cf34d3f4a7d7594a5eab0f191c..1ae1811e11461dbd94674c791b0c75143596d8b2 100644 (file)
similarity index 94%
rename from app/Comment.php
rename to app/Actions/Comment.php
index 2800ab21ad3d07a3fca32e28f045eccfad71b787..f138ee4a1ffed5da7bb1ead3a581d9045901179f 100644 (file)
similarity index 85%
rename from app/Tag.php
rename to app/Actions/Tag.php
index 51f622c38f4d4b3245d1bd81e7ae3230943776df..38d0458e46425f53fd13c6421d745c8fe67b0101 100644 (file)
similarity index 91%
rename from app/Repos/TagRepo.php
rename to app/Actions/TagRepo.php
index ab1805ab3a8b9d1ef329174a125a3d72892a3fcb..87023674cb8957608ca94ed5f034116512672102 100644 (file)
similarity index 82%
rename from app/View.php
rename to app/Actions/View.php
index c02550c7caa8e9d68157656e26c2dc6cd2ecc100..e9841293b5c72a1d20f045b81e8f95a7a534a9e0 100644 (file)
similarity index 98%
rename from app/Services/Ldap.php
rename to app/Auth/Access/Ldap.php
index 29270daf5620d169a096fda4516525923e3dde9d..468c376268d5ae3e884317e641ecf8e4166894b1 100644 (file)
similarity index 77%
rename from app/Role.php
rename to app/Auth/Role.php
index 54a5bb18016afc69a4d01600372a68add9713f67..b32954767086ed5808a161d527bb586739472201 100644 (file)
similarity index 71%
rename from app/SocialAccount.php
rename to app/Auth/SocialAccount.php
index fdba6a04fda2bc90ef439b68384457cf585d4b8b..7d0dbaafc60245a5247e5b61a8f66db2ef327371 100644 (file)
similarity index 97%
rename from app/User.php
rename to app/Auth/User.php
index d1e9b38a775e5c2e292bd56a5049fabae9823706..0f3de122c91a00f3a1f3df0190059127bcc5ff57 100644 (file)
similarity index 94%
rename from app/Repos/UserRepo.php
rename to app/Auth/UserRepo.php
index 5143366fe12ee5c41cabcd35cc59a43c5e060940..87c0328d6ffcc6d33fdfb1a87f00ad7a70e7d65e 100644 (file)
similarity index 91%
rename from app/Book.php
rename to app/Entities/Book.php
index 4e944ce1088fb1254831f6537df58d2edd2f4544..b8a29322d6b58f52bc142104312e79209a935f0b 100644 (file)
similarity index 91%
rename from app/Bookshelf.php
rename to app/Entities/Bookshelf.php
index 9468575c3b9473e557f46ba0e278ba5d61b1acdb..c37e36b59f8aefb125c827b3fbdff227708c9314 100644 (file)
similarity index 86%
rename from app/Chapter.php
rename to app/Entities/Chapter.php
index 88b4c134cf9d7b0a99d54058a7f21526acf4f956..8638e3c9e4f6854cc83cf810283a24e1d64a3770 100644 (file)
similarity index 88%
rename from app/Entity.php
rename to app/Entities/Entity.php
index 252a3e07ab5a04f87acdc377a550aebdd92b1164..87d679fdbeea60578bb6a7fd9894a5232c04545c 100644 (file)
similarity index 89%
rename from app/Page.php
rename to app/Entities/Page.php
index 5c03e7d66f610d21b8499370307314b924bcca3d..59de338cb79494e3de328d8cb7fdbe680ed07a0d 100644 (file)
similarity index 93%
rename from app/PageRevision.php
rename to app/Entities/PageRevision.php
index ffcc4f9d25b26ec81eb6fc89db62b4393666e0a6..502a71588134ebdb02960213d3e9800da6394fef 100644 (file)
similarity index 85%
rename from app/SearchTerm.php
rename to app/Entities/SearchTerm.php
index ee6c72190cbb254108d5c5aa6f8dbc879b2e80c4..886c4dbc1fe4a4041859357ebe293b8ecb79177d 100644 (file)
- public function __construct(SocialAuthService $socialAuthService, EmailConfirmationService $emailConfirmationService, UserRepo $userRepo)
+ public function __construct(\BookStack\Auth\Access\SocialAuthService $socialAuthService, \BookStack\Auth\Access\EmailConfirmationService $emailConfirmationService, UserRepo $userRepo)
similarity index 68%
rename from app/Setting.php
rename to app/Settings/Setting.php
index 0af3652db628dec19cff86439e5ffa0544aff5bd..1a52920eeb73cc6c88e78ad7ec68961ddd30e8cf 100644 (file)
similarity index 90%
rename from app/Attachment.php
rename to app/Uploads/Attachment.php
index 6749130d9686268dde0ee1299d03d26284a70687..11c1408eb1a8ed926bac71d2796b3b3f69e7d9c3 100644 (file)
similarity index 88%
rename from app/Image.php
rename to app/Uploads/Image.php
index acc82df90a1ec7fcb572dcf3c636499c9ba5b94e..df6d9fb0d151ef00cd8c579bdccc3891e3626974 100644 (file)
similarity index 95%
rename from app/Repos/ImageRepo.php
rename to app/Uploads/ImageRepo.php
index 4ccd719ade8a3e5a54738aa528c076b9a1cc7728..194a0d583c89a9dc1a4eb079f26af2237e0c3d15 100644 (file)