]> BookStack Code Mirror - bookstack/history - database
Adds test cases and fixes an issue with the permission checking.
[bookstack] / database /
2016-04-23 Dan BrownContinued with database work for permissions overhaul
2016-04-20 Dan BrownStarted creation of intermediate permission table
2016-04-20 Dan BrownMerge branch 'master' into add_role_view_permissions
2016-04-09 Dan BrownStarted work towards adding role view permissions
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-25 Dan BrownAdded a markdown editor
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-09 Dan BrownMoved page editing to angular controller and started...
2016-03-06 Dan BrownMerge branch 'master' into nwalke-update_site_color
2016-03-05 Dan BrownMerge branch 'custom_role_system'
2016-03-05 Dan BrownAdded restriction tests and fixed any bugs in the process
2016-03-02 Dan BrownRefactored some permission controls and increased testi...
2016-02-28 Dan BrownImplemented database structure and inital interfaces...
2016-02-27 Dan BrownFinished initial implementation of custom role system
2016-02-25 Dan BrownAdded smarter page finding so changing the page name...
2016-02-16 Dan BrownStarted work on user profile pages
2016-02-08 Dan BrownMade ldap auth use the 'dn' if a 'uid' is not present.
2016-02-01 Dan BrownFixed issue with initial user not having a password
2016-01-11 Dan BrownGot LDAP auth working to a functional state
2016-01-02 Dan BrownMerge branch 'master' of github.com:ssddanbrown/BookStack
2016-01-02 Dan BrownAdded more tests to increase test coverage
2015-12-09 Dan BrownAdded custom user avatars
2015-12-07 Dan BrownRevamped image system to use driver-agnotstic storage...
2015-12-05 Dan BrownAdded search name weighting. Closes #27.
2015-12-02 Dan BrownUpdated composer, Fixed sidebar tree list & Added extra...
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 BrownAdded view count tracking with personalised lists
2015-09-10 Dan BrownAdded some basic registration testing
2015-09-10 Dan BrownChange application namespace to BookStack
2015-09-05 Dan BrownGot standard form-based registration working
2015-09-04 Dan BrownMade social accounts attachable
2015-09-02 Dan BrownTweaked some styles and started automated testing....
2015-08-31 Dan BrownUpdated Search experience including adding fulltext...
2015-08-30 Dan BrownAdded initial settings interface, Fixes #9.
2015-08-29 Dan BrownAdded permission system
2015-08-16 Dan BrownAdded activity history to to all entities. Fixes #12
2015-08-09 Dan BrownAdded page revisions. Fixes #2
2015-08-08 Dan BrownAdded created_by and updated_by to entities. Fixes #3
2015-08-05 Dan BrownAdded auth login control
2015-07-27 Dan BrownStarted working on chapters
2015-07-13 Dan BrownGot image uploads working
2015-07-12 Dan BrownAdded page editing
2015-07-12 Dan BrownInitial commit