]> BookStack Code Mirror - bookstack/history - app/Http/Controllers/BookController.php
Added missing colon
[bookstack] / app / Http / Controllers / BookController.php
2017-09-02 Dan BrownMerge branch 'master' of git://github.com/Abijeet/BookS...
2017-09-02 Dan BrownMerge pull request #483 from msaus/japanese_lang_update
2017-08-26 Dan BrownMerge pull request #480 from BookStackApp/design_update...
2017-08-26 Dan BrownUpdated styles for auth and books views.
2017-08-20 Dan BrownRolled out new design further
2017-05-02 Abijeet PatroMerge pull request #10 from BookStackApp/master
2017-04-29 Dan BrownRefactored permission system components
2017-04-18 AbijeetMerge branch 'master' of https://github.com/Abijeet...
2017-03-25 Abijeet PatroMerge pull request #8 from BookStackApp/master
2017-03-05 Dan BrownMerge pull request #325 from arietimmerman/dutchbranch
2017-02-26 Dan BrownAdded book export and created export tests to cover
2017-01-29 AbijeetMerge branch 'master' of https://github.com/Abijeet...
2017-01-29 Abijeet PatroMerge pull request #6 from BookStackApp/master
2017-01-23 Dan BrownFixed error causing permissions to be deleted on book...
2017-01-14 Dan BrownMerge branch 'patch-2' of git://github.com/fredericmohr...
2017-01-03 Abijeet PatroMerge pull request #5 from BookStackApp/master
2017-01-03 Abijeet PatroMerge pull request #3 from BookStackApp/master
2017-01-02 Dan BrownMerge pull request #262 from BookStackApp/entity_repo_r...
2017-01-02 Dan BrownFinished refactor of entity repos 262/head
2017-01-01 Dan BrownRewrote book children query
2017-01-01 Dan BrownStarted refactor to merge entity repos
2016-12-31 Dan BrownMerge pull request #255 from olexus/master
2016-12-31 Dan BrownMerge pull request #234 from BookStackApp/translations
2016-12-31 Dan BrownMerge branch 'master' into translations 234/head
2016-12-04 Dan BrownExtracted text from logic files
2016-09-29 Dan BrownMerge branch 'diff' of git://github.com/younes0/BookSta...
2016-08-26 Dan BrownImproved sort efficiency by a factor of 10
2016-05-03 Dan BrownMerge branch 'v0.9'
2016-05-01 Dan BrownMerge pull request #103 from ssddanbrown/add_role_view_...
2016-05-01 Dan BrownMajor permission naming refactor and database migration... 103/head
2016-04-24 Dan BrownRolled out new permissions system throughout application
2016-04-20 Dan BrownMerge branch 'master' into add_role_view_permissions
2016-04-15 Dan BrownPrevented drafts from showing up in a book sort
2016-04-09 Dan BrownFixed draft time display, Cleaned up some code
2016-04-09 Dan BrownStarted work towards adding role view permissions
2016-04-03 Dan BrownFixed some label casing and fixed incorrect notifications
2016-03-06 Dan BrownMerge branch 'master' into nwalke-update_site_color
2016-03-05 Dan BrownMerge branch 'custom_role_system'
2016-02-28 Dan BrownImplemented database structure and inital interfaces...
2016-02-27 Dan BrownFinished initial implementation of custom role system
2016-02-22 Dan BrownFixed issue with the book sort not showing all books...
2015-12-05 Dan BrownAdded custom meta titles to many pages. Closes #30.
2015-12-02 Dan BrownAdded Popular books list with relevant tests
2015-11-29 Dan BrownAdded further tests, Fixed speed_update issues, improve...
2015-11-26 Dan BrownAdded indexes, Reduced queries on pages
2015-11-21 Dan BrownPrevent duplicate slugs on sort
2015-11-21 Dan BrownAdded better entity deletion and commented up repos
2015-11-21 Dan BrownAdded view count tracking with personalised lists
2015-11-09 Dan BrownAdded pagination to books page
2015-09-10 Dan BrownChange application namespace to BookStack
2015-09-06 Dan BrownAdded cross-book page/chapter sorting
2015-09-04 Dan BrownRefactored Social auth into service, Made entity an...
2015-09-02 Dan BrownTweaked some styles and started automated testing....
2015-08-29 Dan BrownAdded permission system
2015-08-23 Dan BrownFixed entity messages on delete. Fixes #21.
2015-08-16 Dan BrownAdded activity history to to all entities. Fixes #12
2015-08-16 Dan BrownAdded sidebar highlighting and fixed code elements...
2015-08-09 Dan BrownFixed password re-writing and improved book slug creation
2015-08-08 Dan BrownAdded created_by and updated_by to entities. Fixes #3
2015-07-28 Dan BrownExpanded chapters interface and improved book/page...
2015-07-27 Dan BrownStarted working on chapters
2015-07-20 Dan BrownGot the tree view working
2015-07-15 Dan BrownVastly improved design
2015-07-12 Dan BrownAdded page editing
2015-07-12 Dan BrownInitial commit