BookStack/app/Config
Dan Brown d0ff79ea60
Revamped some complex queries, added favourites to home
- Removed old view system and started use of new query classes instead.
- Finished off RelationMultiModelQuery but found it was less efficient
than x-many queries due to the amount of tables being scanned.
Adding now for history but will delete as not used.
- Updated recently viewed to use same query system as popular items
  rather than running and joining x-entities queries.
- Added "Most Viewed Faviourites" listing to homepages.
2021-05-22 14:05:28 +01:00
..
api.php Added configurable API throttling, Handled API errors standardly 2020-01-18 15:03:28 +00:00
app.php Revamped some complex queries, added favourites to home 2021-05-22 14:05:28 +01:00
auth.php Simplified guard names and rolled out guard route checks 2020-02-02 13:10:21 +00:00
broadcasting.php Updated to Laravel 5.8 2019-09-13 23:58:40 +01:00
cache.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
database.php Updated dev-docker setup to not alter phpunit.xml 2021-03-21 17:42:10 +00:00
debugbar.php Added laravel stats package and enabled debugbar models 2019-09-15 18:07:00 +01:00
dompdf.php Adjusted dompdf font path to writable folder 2021-05-15 12:19:36 +01:00
filesystems.php Ensured base64 images are read from image upload folder 2020-12-06 15:34:18 +00:00
hashing.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
logging.php Updated functionality for logging failed access 2020-07-28 12:59:43 +01:00
mail.php Removed mentions of 'mail' mail driver 2021-03-27 15:56:36 +00:00
queue.php Updated to Laravel 5.8 2019-09-13 23:58:40 +01:00
saml2.php Reviewed and updated SAML2 authncontext option 2021-05-08 13:07:25 +01:00
services.php LDAP: Added TLS support 2020-11-18 01:05:29 +01:00
session.php Made session cookie path dynamic based on APP_URL 2021-03-16 13:03:07 +00:00
setting-defaults.php Adding APP_VIEWS_BOOKSHELF to .ENV 2021-02-25 07:51:38 +01:00
snappy.php Fixed api query total not taking filters into account 2020-04-25 21:37:52 +01:00
view.php Moved config dir into app dir 2019-07-06 13:44:50 +01:00