]> BookStack Code Mirror - bookstack/history - app/Repos
Fixed role permission removal bug
[bookstack] / app / Repos /
2017-04-30 Dan BrownMade single entity updates more efficent
2017-04-29 Dan BrownRefactored permission system components
2017-04-23 Dan BrownMerge pull request #362 from DaneEveritt/patch-1
2017-04-22 Dan BrownAllowed child entity permissions to override parent...
2017-04-20 Dan BrownAdded page revision counting
2017-04-19 Dan BrownMerge pull request #357 from diegoseso/master
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-16 Dan BrownUpdated testcases for new search system.
2017-04-15 Dan BrownAdded chapter search
2017-03-27 Dan BrownAdded tag searches and advanced filters to new search
2017-03-23 Dan BrownFixed bug preventing page revision restore
2017-03-19 Dan BrownStarted implementation of new search system
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-02-25 Dan BrownFixed inaccessible revisions, added regression tests
2017-02-01 Sebastian ReeseMerge branch 'master' of https://github.com/BookStackAp... 295/head
2017-02-01 Dan BrownMerge branch 'v0.14'
2017-02-01 Dan BrownAttempt to fix bookchildren and user getThumb
2017-01-22 Dan BrownFixed role 'manage own permissions' permission
2017-01-21 Dan BrownMerge branch 'page_transclusion'
2017-01-21 Dan BrownUpdated page include logic to use blade-style tags
2017-01-16 Dan BrownStarted page transclusion system
2017-01-15 Dan BrownUpdated permission bookChildrenQuery to use QueryBuilder
2017-01-14 Dan BrownMerge branch 'patch-2' of git://github.com/fredericmohr...
2017-01-14 Dan BrownUpdated page nav to hide when empty
2017-01-03 Abijeet PatroMerge pull request #5 from BookStackApp/master
2017-01-02 Dan BrownNormalised page nav header inset when only small header...
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 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-04 Dan BrownExtracted text from logic files
2016-11-12 Dan BrownEnabled utf8 slugs
2016-11-12 Dan BrownRenamed files to attachments
2016-11-12 Dan BrownMerge branch 'localization-de' of git://github.com...
2016-11-12 Dan BrownFixed attachment base-url usage and non-existant images
2016-11-12 Dan BrownMerge fixes from branch 'v0.12'
2016-10-23 Dan BrownMerge pull request #205 from ssddanbrown/attachments
2016-10-23 Dan BrownFile upload deletion complete & added extension handling
2016-10-09 Dan BrownStarted work on attachments
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-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-25 Dan BrownFixed single word quoted search terms
2016-08-21 Dan BrownMerge fixes from branch 'v0.11'
2016-08-14 Dan BrownMerge branch 'v0.11'
2016-08-14 Dan BrownUpdated all application urls to allow path prefix. 165/head
2016-08-13 Dan BrownFixed entities created with blank slugs.
2016-07-26 Dan BrownFixed revision-based redirect on new pages
2016-07-10 Dan BrownChanged when revisions are saved and update changelog...
2016-07-10 Dan BrownMerge branch 'summary' of git://github.com/younes0...
2016-07-07 Younès EL BIACHEedit summary 140/head
2016-07-03 Dan BrownFixed bug which hid entities and fixed new chapter...
2016-06-25 Dan BrownAdded chapter move actions. Closes #86
2016-06-12 Dan BrownMerged branch add_page_move into master
2016-06-12 Dan BrownFinished off page move functionality
2016-06-04 Dan BrownMerge branch 'master' of git://github.com/rovox/BookSta...
2016-06-04 Dan BrownAdded tag autosuggestion when no input provided
2016-06-04 Dan BrownLimited tag value autosuggestions based on tag name
2016-05-22 Dan BrownAdded pagination, sorting & searching to users list
2016-05-15 Dan BrownMerge pull request #110 from ssddanbrown/page_attributes
2016-05-15 Dan BrownAdded auto-suggestions to tag names and values 110/head
2016-05-15 Dan BrownFixed tags not being saved on new pages
2016-05-15 Dan BrownAdded tag searching to search interfaces
2016-05-15 Dan BrownAdded tags to page display and simplified editing flow
2016-05-13 Dan BrownRenamed attribute to tags & continued interface
2016-05-12 Dan BrownStarted the page attributes interface
2016-05-07 Dan BrownAdded further attribute endpoints and added tests
2016-05-06 Dan BrownStarted base work on attribute system
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-05-01 Dan BrownAdded hidden public role to fit with new permissions...
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-07 Dan BrownMade new pages in chapters have a better inital priority
2016-04-03 Dan BrownAdded uploaded to book/page filters & search in image...
2016-04-03 Dan BrownMade email confirmations work with LDAP auth
2016-03-30 Dan BrownMerge bugfixes from branch 'v0.8'
2016-03-29 Dan BrownMerge pull request #84 from ssddanbrown/markdown_editor
2016-03-29 Dan BrownAdded editor control in admin settings & Fixed some...
2016-03-13 Dan BrownFixed bug causing editing notification to always show
2016-03-13 Dan BrownAttached images to pages and added restriction filtering
2016-03-13 Dan BrownAdded new page drafts and started image entity attaching
2016-03-12 Dan BrownMerged branch autosaving_drafts into master
2016-03-12 Dan BrownAdded UI components of page autosaving
2016-03-09 Dan BrownMoved page editing to angular controller and started...
2016-03-06 Dan BrownAdded restrictions to user profile lists
next