]> BookStack Code Mirror - bookstack/history - app/Entity.php
Major permission naming refactor and database migration cleanup
[bookstack] / app / Entity.php
2016-05-01 Dan BrownMajor permission naming refactor and database migration... 103/head
2016-04-30 Dan BrownImproved permission regen performance by factor of 4
2016-04-24 Dan BrownRolled out new permissions system throughout application
2016-04-23 Dan BrownContinued with database work for permissions overhaul
2016-03-06 Dan BrownAdded settings helper and formatted code in some files
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 BrownMerge branch 'add_memcached' of git://github.com/nwalke...
2016-03-04 Dan BrownUpdated fulltext search with custom escaped query
2016-03-04 Nick WalkeFound the source of the issue, not sure how to fix 72/head
2016-02-28 Dan BrownImplemented database structure and inital interfaces...
2016-02-27 Dan BrownFinished initial implementation of custom role system
2016-02-21 Dan BrownAdded entity-specific search results pages. Cleaned...
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-29 Dan BrownFixed issue with searching invalid chars and page-conte...
2015-12-09 Dan BrownAdded an image service and facade, Cleaned Image Model
2015-12-05 Dan BrownAdded search name weighting. Closes #27.
2015-12-05 Dan BrownAdded custom meta titles to many pages. Closes #30.
2015-11-29 Dan BrownCleaned book-show and page sidebar by hiding inactive...
2015-11-29 Dan BrownAdded further tests, Fixed speed_update issues, improve...
2015-11-21 Dan BrownAdded view count tracking with personalised lists
2015-09-10 Dan BrownChange application namespace to BookStack
2015-09-04 Dan BrownRefactored Social auth into service, Made entity an...
2015-09-01 Dan BrownAdded AJAX-based search to books, Fixes #15
2015-08-31 Dan BrownUpdated Search experience including adding fulltext...
2015-08-31 Dan BrownRolled out redesign across application
2015-08-30 Dan BrownAdded filtering to activity lists. Fixes #14.
2015-08-16 Dan BrownAdded activity history to to all entities. Fixes #12
2015-08-16 Dan BrownAdded sidebar highlighting and fixed code elements...