]> BookStack Code Mirror - bookstack/history - app/Services
Update/fix german translation
[bookstack] / app / Services /
2016-07-03 Dan BrownCut down homepage queries a little
2016-07-01 Dan BrownFixed error on image deletion
2016-06-12 Dan BrownMerged branch add_page_move into master
2016-06-12 Dan BrownFinished off page move functionality
2016-05-15 Dan BrownMerge pull request #110 from ssddanbrown/page_attributes
2016-05-06 Dan BrownFixed bad refactor in the permission service
2016-05-06 Dan BrownStarted base work on attribute system
2016-05-03 Dan BrownMerge branch 'v0.9'
2016-05-02 Dan BrownMerge pull request #106 from ssddanbrown/ci_testing
2016-05-02 Dan BrownUpdated ldap so extension not required in testing 106/head
2016-05-02 Dan BrownUpdated social testing compatibility
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-30 Dan BrownImproved permission regen performance by factor of 4
2016-04-26 Dan BrownWorked around create permission quirks
2016-04-24 Dan BrownRolled out new permissions system throughout application
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 BrownFixed draft time display, Cleaned up some code
2016-03-30 Dan BrownMerge bugfixes from branch 'v0.8'
2016-03-30 Dan BrownUpdated entity restrictions to allow permissions, Not...
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 BrownAttached images to pages and added restriction filtering
2016-03-13 Dan BrownAdded new page drafts and started image entity attaching
2016-03-06 Dan BrownAdded restrictions to user profile lists
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 BrownFixed errors that occured when merging & refactored...
2016-03-05 Dan BrownMerge branch 'custom_role_system'
2016-03-05 Dan BrownAdded restriction tests and fixed any bugs in the process
2016-02-29 Dan BrownTied entity restriction system into userCan checks
2016-02-28 Dan BrownAdded in restriction queries for most lists
2016-02-20 Dan BrownMerge pull request #63 from AkibaWolf/patch-1
2016-02-20 Dan BrownAdded recent pages to home view and made the home conte...
2016-02-18 Dan BrownAdded tests for profile pages
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-03 Dan BrownUpdated app requirements & Added some friendlier errors
2016-02-02 Dan BrownUpdated folder permissions installation instructions...
2016-01-31 Dan BrownAdded plaintext & basic PDF page Export
2016-01-20 Dan BrownAdded page HTML export
2016-01-17 Dan BrownIncreased LDAP testing and fixed any Auth-based bugs...
2016-01-15 Dan BrownCleaned tests up, Started LDAP tests, Created LDAP...
2016-01-13 Dan BrownUpdated user interfaces for LDAP and added email from...
2016-01-11 Dan BrownGot LDAP auth working to a functional state
2016-01-09 Dan BrownUpdated laravel to 5.2 and started ldap implementation
2016-01-02 Dan BrownUpdated readme with social & update instructions
2016-01-01 Dan BrownImproved 404 page and updated tests for empty search
2015-12-14 Dan BrownCleaned up gravatar image importing
2015-12-09 Dan BrownAdded custom user avatars
2015-12-09 Dan BrownAdded an image service and facade, Cleaned Image Model
2015-12-02 Dan BrownAdded Popular books list with relevant tests
2015-12-01 Dan BrownFixed crash on public entitiy viewing
2015-11-21 Dan BrownAdded view count tracking with personalised lists
2015-09-10 Dan BrownChange application namespace to BookStack
2015-09-06 Dan BrownAdded caching to settings
2015-09-06 Dan BrownGot registration process working with social accounts
2015-09-05 Dan BrownGot standard form-based registration working
2015-09-05 Dan BrownStarted social registration
2015-09-05 Dan BrownCleaned up some unessasary facade usage
2015-09-04 Dan BrownMade social accounts attachable
2015-09-04 Dan BrownRefactored Social auth into service, Made entity an...
2015-08-31 Dan BrownUpdated Search experience including adding fulltext...
2015-08-30 Dan BrownAdded initial settings interface, Fixes #9.
2015-08-30 Dan BrownAdded filtering to activity lists. Fixes #14.
2015-08-29 Dan BrownUpdated views for permissions and added notifications...
2015-08-23 Dan BrownFixed entity messages on delete. Fixes #21.
2015-08-16 Dan BrownFixed some bugs and added a proper home page
2015-08-16 Dan BrownAdded activity history to to all entities. Fixes #12