]> BookStack Code Mirror - bookstack/history - app/Http
Removes some unused code.
[bookstack] / app / Http /
2017-08-20 AbijeetMerge branch 'master' of https://github.com/BookStackAp...
2017-08-17 Dan BrownCleaned social callback
2017-08-01 Dan BrownMerge branch 'Abijeet-master'
2017-08-01 Dan BrownMerge branch 'master' of git://github.com/Abijeet/BookS...
2017-06-05 Abijeet#47 - Adds various translations in English, and a few...
2017-06-04 Abijeet#47 - Adds functionality to delete a comment. Also...
2017-06-04 Abijeet#47 - Adds comment level permissions to the front-end.
2017-06-04 AbijeetGetting the latest changes
2017-05-30 Abijeet#47 - Changes the way we are handling fetching of data...
2017-05-15 Abijeet#47 Implements the reply and edit functionality for...
2017-05-15 Abijeet PatroMerge pull request #11 from BookStackApp/master
2017-05-02 Abijeet#47 - Gets rid of simplemde
2017-05-02 Abijeet PatroMerge pull request #10 from BookStackApp/master
2017-04-29 Dan BrownRefactored permission system components
2017-04-29 Dan BrownEnabled translation when not logged in
2017-04-26 Abijeet#47 - Adds functionality to display child comments...
2017-04-23 Dan BrownMerge pull request #362 from DaneEveritt/patch-1
2017-04-19 Dan BrownMerge pull request #357 from diegoseso/master
2017-04-18 AbijeetMerge branch 'master' of https://github.com/Abijeet...
2017-04-18 Abijeet PatroMerge pull request #9 from BookStackApp/master
2017-04-18 AbijeetMerge branch 'master' of https://github.com/Abijeet...
2017-04-16 Dan BrownMerge pull request #358 from jendrol/master
2017-04-16 Dan BrownMerge pull request #360 from Abijeet/spellcheck-fix
2017-04-16 Dan BrownMerge pull request #340 from BookStackApp/search_system
2017-04-15 Dan BrownAdded chapter search
2017-04-15 Dan BrownFinished off UI for search system
2017-04-09 Dan BrownStarted search interface, Added in vue and moved fonts
2017-03-25 Abijeet PatroMerge pull request #8 from BookStackApp/master
2017-03-19 Dan BrownStarted implementation of new search system
2017-03-05 Dan BrownMerge pull request #334 from diegoseso/master
2017-03-05 Dan BrownMerge pull request #325 from arietimmerman/dutchbranch
2017-03-05 Dan BrownRemoved extension from translation script link
2017-02-26 Dan BrownAdded chapter export options
2017-02-26 Dan BrownAdded book export and created export tests to cover
2017-02-25 Dan BrownFixed inaccessible revisions, added regression tests
2017-02-23 Dan BrownMerge pull request #295 from ReeseSebastian/master
2017-02-05 Dan BrownMerge bugfixes from branch 'v0.14'
2017-02-05 Dan BrownFixed entities wrongly visible on 404
2017-02-05 AbijeetMerge branch 'master' of https://github.com/Abijeet...
2017-02-01 Dan BrownMerge branch 'v0.14'
2017-01-29 AbijeetMerge branch 'master' of https://github.com/Abijeet...
2017-01-29 Abijeet PatroMerge pull request #6 from BookStackApp/master
2017-01-25 Dan BrownUpgraded to Laravel 5.4
2017-01-23 Dan BrownFixed error causing permissions to be deleted on book...
2017-01-21 Dan BrownMerge branch 'page_transclusion'
2017-01-21 Dan BrownUpdated page include logic to use blade-style tags
2017-01-18 Dan BrownAdded pt_BR to language dropdown and renamed folder
2017-01-16 Dan BrownStarted page transclusion system
2017-01-15 Dan BrownAdded user setting system and added user-lang option
2017-01-14 Dan BrownMerge branch 'patch-2' of git://github.com/fredericmohr...
2017-01-13 AbijeetAdded comments controller, model, repo, and the databas...
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 BrownFixed issue where default user was over-fetched
2017-01-01 Dan BrownRefactored search and slug repo components
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-31 Dan BrownCreated solution for JS translations
2016-12-24 Dan Brownconverted image picker to blade-based component
2016-12-04 Dan BrownExtracted text from logic files
2016-11-28 Abijeet PatroMerge pull request #2 from BookStackApp/master
2016-11-27 Dan BrownFixed social login routes
2016-11-12 Dan BrownEnabled utf8 slugs
2016-11-12 Dan BrownFixed attachments on draft pages
2016-11-12 Dan BrownRenamed files to attachments
2016-11-12 Dan BrownMerge fixes from branch 'v0.12'
2016-10-30 Dan BrownUpdated build and versioning system
2016-10-30 Dan BrownImproved password reset flow with notifications.
2016-10-23 Dan BrownMerge pull request #205 from ssddanbrown/attachments
2016-10-23 Dan BrownPage Attachments - Improved UI, Now initially complete 205/head
2016-10-23 Dan BrownAdded in attachment tests
2016-10-23 Dan BrownFile upload deletion complete & added extension handling
2016-10-11 Dan BrownAdded basic attachment editing functionality
2016-10-10 Dan BrownAdded attachment creation from link/name
2016-10-10 Dan BrownAdded view, deletion and permissions for files
2016-10-09 Dan BrownStarted work on attachments
2016-09-29 Dan BrownUpdated and added tests for new default user system
2016-09-29 Dan BrownPrevented guest users creating draft pages.
2016-09-29 Dan BrownStarted work on making the public role/user configurable
2016-09-29 Dan BrownSeparated revision preview and diff & fixed chosen...
2016-09-29 Dan BrownMerge branch 'diff' of git://github.com/younes0/BookSta...
2016-09-25 Abijeet PatroMerge pull request #1 from ssddanbrown/master
2016-09-18 Dan BrownAdded page navigation and tweaked header styles
2016-09-17 Dan BrownMade registration gravatar/email requests fail gracefully
2016-09-17 Dan BrownLaravel 5.3 upgrade (#189)
2016-08-26 Dan BrownImproved sort efficiency by a factor of 10
2016-08-21 Dan BrownMerge fixes from branch 'v0.11'
2016-08-21 Dan BrownFixed login 'intended' redirect for custom urls.
2016-08-21 ChrisApplied baseUrl to login redirect
2016-08-21 Dan BrownMerge pull request #166 from poppahorse/patch-1
2016-08-15 ChrisApplied baseUrl to login redirect 166/head
2016-08-14 Dan BrownMerge branch 'v0.11'
2016-08-14 Dan BrownUpdated all application urls to allow path prefix. 165/head
2016-07-10 Younès EL BIACHEreplace GPL diff lib with MIT lib 139/head
2016-07-07 Younès EL BIACHEhtml diff in revision view
next
Morty Proxy This is a proxified and sanitized view of the page, visit original site.