]>
BookStack Code Mirror - bookstack/log
Dan Brown [Wed, 30 Mar 2016 19:15:44 +0000 (20:15 +0100)]
Updated entity restrictions to allow permissions, Not just restrict
Also changed wording from 'Restrictions' to 'Permissions' to keep things more familiar and to better reflect what they do.
Referenced in issue #89.
Dan Brown [Sun, 13 Mar 2016 15:37:46 +0000 (15:37 +0000)]
Fixed bug causing permission error on save and fixed non-gallery image save
Dan Brown [Sun, 13 Mar 2016 14:33:43 +0000 (14:33 +0000)]
Fixed bug causing editing notification to always show
Updated tests to prevent happening again
Dan Brown [Sun, 13 Mar 2016 14:00:24 +0000 (14:00 +0000)]
Forced browser scrollbar, Added custom theme compatible logo
Also removed link to search all pages if no pages mached search on global search page.
Closes #74.
Dan Brown [Sun, 13 Mar 2016 13:30:47 +0000 (13:30 +0000)]
Attached images to pages and added restriction filtering
Closes #79
Dan Brown [Sun, 13 Mar 2016 12:43:42 +0000 (12:43 +0000)]
Fixed inset chapter list colors
The colors were being overridden by the custom theme color.
Styles added to force color to page and/or page draft.
Dan Brown [Sun, 13 Mar 2016 12:04:08 +0000 (12:04 +0000)]
Added new page drafts and started image entity attaching
Closes #80.
Dan Brown [Sat, 12 Mar 2016 16:31:37 +0000 (16:31 +0000)]
Merged branch autosaving_drafts into master
Dan Brown [Sat, 12 Mar 2016 16:31:02 +0000 (16:31 +0000)]
Organised test files & added page update draft tests
Also cleaned styling for new autosave ui parts.
Closes #36.
Dan Brown [Sat, 12 Mar 2016 15:52:19 +0000 (15:52 +0000)]
Added UI components of page autosaving
Dan Brown [Wed, 9 Mar 2016 23:23:28 +0000 (23:23 +0000)]
Fixed firefox list editing bug and made button text size more consistent
Fixes #77
Dan Brown [Wed, 9 Mar 2016 23:20:47 +0000 (23:20 +0000)]
Updated tinyMCE library from 4.3.2 to 4.3.7
Dan Brown [Wed, 9 Mar 2016 22:54:18 +0000 (22:54 +0000)]
Changed direct attributes to prevent conflicts
Dan Brown [Wed, 9 Mar 2016 22:32:07 +0000 (22:32 +0000)]
Moved page editing to angular controller and started work on update drafts
Dan Brown [Sun, 6 Mar 2016 13:17:46 +0000 (13:17 +0000)]
Added restrictions to user profile lists
Dan Brown [Sun, 6 Mar 2016 12:55:08 +0000 (12:55 +0000)]
Added settings helper and formatted code in some files
Dan Brown [Sun, 6 Mar 2016 10:52:10 +0000 (10:52 +0000)]
Changed color picker library and moved color logic to front end
Since the old library was GPLv3 i changed the color picker to tiny-color-picker which is MIT.
Also extracted the styles to a shared view and move color calculation logic to javascript side.
Dan Brown [Sun, 6 Mar 2016 09:08:20 +0000 (09:08 +0000)]
Merge branch 'master' into nwalke-update_site_color
Dan Brown [Sat, 5 Mar 2016 22:54:53 +0000 (22:54 +0000)]
Fixed incorrect recents pages on homescreen
Fixed the bug causing the recently updated pages to be exaclty the same as the recently create pages.
Also added in tests to prevent regression.
Dan Brown [Sat, 5 Mar 2016 19:00:26 +0000 (19:00 +0000)]
Fixed errors that occured when merging & refactored entity repositories
Also deleted the git '.orig' files that got added in last merge.
Dan Brown [Sat, 5 Mar 2016 18:21:44 +0000 (18:21 +0000)]
Merge branch 'custom_role_system'
Conflicts:
app/Repos/BookRepo.php
app/Repos/ChapterRepo.php
app/Repos/PageRepo.php
Dan Brown [Sat, 5 Mar 2016 18:09:21 +0000 (18:09 +0000)]
Added restriction tests and fixed any bugs in the process
Also updated many styles within areas affected by the new permission and roles system.
Dan Brown [Sat, 5 Mar 2016 12:09:09 +0000 (12:09 +0000)]
Added a whole load of permission & role tests
Dan Brown [Sat, 5 Mar 2016 09:47:24 +0000 (09:47 +0000)]
Made memcached config allow mulitple servers
Dan Brown [Sat, 5 Mar 2016 09:05:27 +0000 (09:05 +0000)]
Merge branch 'add_memcached' of git://github.com/nwalke/BookStack into nwalke-add_memcached
Dan Brown [Fri, 4 Mar 2016 20:49:35 +0000 (20:49 +0000)]
Updated fulltext search with custom escaped query
Changed pdo quoted query to use custom escaping and added like searches when quoted terms are used.
Nick Walke [Fri, 4 Mar 2016 08:33:57 +0000 (02:33 -0600)]
Found the source of the issue, not sure how to fix
Nick Walke [Thu, 3 Mar 2016 18:01:14 +0000 (12:01 -0600)]
Closes #55. Allows you to set the primary color.
This certainly should not be seen as the final implementation of this.
I imagine that requests like this will happen for many other colors in
the system, it might be good at some point to allow them to upload their
own stylesheet to be used.
Nick Walke [Thu, 3 Mar 2016 03:38:23 +0000 (21:38 -0600)]
Closes #70.
Added the ability to search by multi-word terms using double quotes.
Nick Walke [Thu, 3 Mar 2016 02:44:00 +0000 (20:44 -0600)]
Closes #69. Implemented and tested memcached.
Dan Brown [Wed, 2 Mar 2016 22:35:01 +0000 (22:35 +0000)]
Refactored some permission controls and increased testing for roles system
Dan Brown [Mon, 29 Feb 2016 20:31:21 +0000 (20:31 +0000)]
Tied entity restriction system into userCan checks
Dan Brown [Sun, 28 Feb 2016 19:03:04 +0000 (19:03 +0000)]
Added in restriction queries for most lists
Dan Brown [Sun, 28 Feb 2016 10:49:41 +0000 (10:49 +0000)]
Implemented database structure and inital interfaces for entity restrictions
Dan Brown [Sat, 27 Feb 2016 20:52:46 +0000 (20:52 +0000)]
Added missing permission checkboxes and improved image AJAX permission responses
Dan Brown [Sat, 27 Feb 2016 19:24:42 +0000 (19:24 +0000)]
Finished initial implementation of custom role system
Dan Brown [Fri, 26 Feb 2016 23:44:02 +0000 (23:44 +0000)]
Started work on exposing the role system as editable
Dan Brown [Thu, 25 Feb 2016 20:01:59 +0000 (20:01 +0000)]
Added smarter page finding so changing the page name does not break old urls
Added page & book slug history to revisions so they can be looked up if a page is not found.
Dan Brown [Mon, 22 Feb 2016 21:28:53 +0000 (21:28 +0000)]
Updated phpunit testing mail settings due to laravel 5.2 changes
Dan Brown [Mon, 22 Feb 2016 21:28:20 +0000 (21:28 +0000)]
Fixed issue with the book sort not showing all books in sidebar
Dan Brown [Mon, 22 Feb 2016 20:18:08 +0000 (20:18 +0000)]
Added table header row styling, made code blocks horizontally scrollbable fixed link popup on firefox
Dan Brown [Mon, 22 Feb 2016 19:39:51 +0000 (19:39 +0000)]
Updated phpunit environment variables with some required defaults
Dan Brown [Sun, 21 Feb 2016 13:15:46 +0000 (13:15 +0000)]
Fixed page listing excerpts not showing due to encoding issues
Dan Brown [Sun, 21 Feb 2016 12:53:58 +0000 (12:53 +0000)]
Added entity-specific search results pages. Cleaned & Fixed search results bugs
Added search result pages for pages, chapters and books.
Limited the results on the global search as it just listed out an infinate amount.
Fixed styling on new detailed page listings and also removed the 'bars' from the side to create a cleaner view.
Fixed bad sql fulltext query format that may have thrown off searches.
Reduced the number of database queries down a thousand or so.
Dan Brown [Sun, 21 Feb 2016 11:29:46 +0000 (11:29 +0000)]
Made page anchor hashes more relevant to the page content
This will help when adding support for new kinds of page content such as markdown as we won't be able to reference the same ID's as before thus they would break on every save.
Dan Brown [Sat, 20 Feb 2016 19:24:32 +0000 (19:24 +0000)]
Merge pull request #63 from AkibaWolf/patch-1
Fixes encoding issues the page HTML is formatted on save
Dan Brown [Sat, 20 Feb 2016 18:51:01 +0000 (18:51 +0000)]
Added recently created & updated page listings
Closes #46.
AkibaWolf [Sat, 20 Feb 2016 16:31:21 +0000 (21:31 +0500)]
Update PageRepo.php
Fix encoding problem.
By default DOMDocument::loadHTML treats a string as being encoded with ISO-8859-1. This causes a problem with saving cyrillic pages' text that becomes completely unreadable (like Ð\9f Ñ\80 овеÑ\80 ка instead of normal symbols).
Dan Brown [Sat, 20 Feb 2016 12:37:06 +0000 (12:37 +0000)]
Added recent pages to home view and made the home content more compact
Dan Brown [Thu, 18 Feb 2016 19:32:07 +0000 (19:32 +0000)]
Added tests for profile pages
Dan Brown [Wed, 17 Feb 2016 22:11:48 +0000 (22:11 +0000)]
Added content to user profile pages
Dan Brown [Tue, 16 Feb 2016 21:25:11 +0000 (21:25 +0000)]
Started work on user profile pages
Dan Brown [Thu, 11 Feb 2016 22:36:49 +0000 (22:36 +0000)]
Merged origin/master into master
Dan Brown [Thu, 11 Feb 2016 22:23:19 +0000 (22:23 +0000)]
Made book-navigation sidebar on pages sticky
Nick Walke [Thu, 11 Feb 2016 18:15:16 +0000 (12:15 -0600)]
Fixes #45
Dan Brown [Thu, 11 Feb 2016 18:53:12 +0000 (18:53 +0000)]
Merge pull request #59 from nwalke/master
Updated email on users list to be a link
Nick Walke [Thu, 11 Feb 2016 07:08:04 +0000 (01:08 -0600)]
Fixes #58
Dan Brown [Wed, 10 Feb 2016 12:48:29 +0000 (12:48 +0000)]
Fixed incorrect notification when deleting a page
Dan Brown [Mon, 8 Feb 2016 20:42:41 +0000 (20:42 +0000)]
Added a back-to-top button on all pages
The new back-to-top button will show after scrolling a short distance down a long page.
Closes #44.
Dan Brown [Mon, 8 Feb 2016 20:41:40 +0000 (20:41 +0000)]
Fixed some design issues and improved page export styling
Fixed alignment on export options dropdown.
Fixed bullet list items sitting too close next to floated content. Fixes #34.
Fixed text overlaying images in PDF exports (Floats removed for now). Fixes #53.
Fixed spaced table cells on html & PDF exports.
Dan Brown [Mon, 8 Feb 2016 20:35:23 +0000 (20:35 +0000)]
Fixed bug preventing LDAP users updating thier profile
Made email not required when a profile is updated. LDAP users without admin privileges could did not have an email field to submit therefore could previously not update thier profile.
Dan Brown [Mon, 8 Feb 2016 19:45:01 +0000 (19:45 +0000)]
Made ldap auth use the 'dn' if a 'uid' is not present.
Fixes #56
Dan Brown [Sun, 7 Feb 2016 10:21:09 +0000 (10:21 +0000)]
Tweaked page form header and added public uploads folder into repo
Dan Brown [Sun, 7 Feb 2016 10:14:11 +0000 (10:14 +0000)]
Updated image controller styling and added preview option
The notification system was also updated so it can be used from JavaScript events such as image manager uploads.
Closes #25
Dan Brown [Wed, 3 Feb 2016 20:52:25 +0000 (20:52 +0000)]
Updated app requirements & Added some friendlier errors
Dan Brown [Tue, 2 Feb 2016 07:34:48 +0000 (07:34 +0000)]
Updated folder permissions installation instructions & fixed issue with handling image saving on user creation
Dan Brown [Mon, 1 Feb 2016 18:30:50 +0000 (18:30 +0000)]
Fixed issue with initial user not having a password
Dan Brown [Sun, 31 Jan 2016 17:53:30 +0000 (17:53 +0000)]
Added plaintext & basic PDF page Export
Dan Brown [Wed, 20 Jan 2016 22:13:13 +0000 (22:13 +0000)]
Added page HTML export
Dan Brown [Sun, 17 Jan 2016 15:20:07 +0000 (15:20 +0000)]
Increased LDAP testing and fixed any Auth-based bugs found
Dan Brown [Sun, 17 Jan 2016 15:19:26 +0000 (15:19 +0000)]
Improved image upload error handling and fixed bad user-avatar rewriting
Dan Brown [Fri, 15 Jan 2016 23:21:47 +0000 (23:21 +0000)]
Cleaned tests up, Started LDAP tests, Created LDAP wrapper
Dan Brown [Wed, 13 Jan 2016 22:22:30 +0000 (22:22 +0000)]
Updated user interfaces for LDAP and added email from LDAP
Dan Brown [Mon, 11 Jan 2016 22:41:05 +0000 (22:41 +0000)]
Got LDAP auth working to a functional state
Dan Brown [Sat, 9 Jan 2016 19:23:35 +0000 (19:23 +0000)]
Updated laravel to 5.2 and started ldap implementation
Dan Brown [Sat, 2 Jan 2016 16:24:09 +0000 (16:24 +0000)]
Updated readme with social & update instructions
Dan Brown [Sat, 2 Jan 2016 15:02:19 +0000 (15:02 +0000)]
Updated readme with installation clarification
Dan Brown [Sat, 2 Jan 2016 14:51:36 +0000 (14:51 +0000)]
Merge branch 'master' of github.com:ssddanbrown/BookStack
Dan Brown [Sat, 2 Jan 2016 14:48:35 +0000 (14:48 +0000)]
Added more tests to increase test coverage
Dan Brown [Fri, 1 Jan 2016 21:46:55 +0000 (21:46 +0000)]
Fix error with database migrate command
Dan Brown [Fri, 1 Jan 2016 09:03:40 +0000 (09:03 +0000)]
Improved 404 page and updated tests for empty search
Dan Brown [Thu, 31 Dec 2015 17:57:34 +0000 (17:57 +0000)]
Added public build folder and support for a demo mode
Dan Brown [Thu, 31 Dec 2015 17:32:03 +0000 (17:32 +0000)]
Swapped vue for angular js
Dan Brown [Thu, 31 Dec 2015 17:19:29 +0000 (17:19 +0000)]
Removed external fonts from page forms and remove initial form flicker
Dan Brown [Wed, 30 Dec 2015 21:38:20 +0000 (21:38 +0000)]
Sanitized user-text from angular & fixed some z-index bugs on pages
Dan Brown [Wed, 30 Dec 2015 21:15:41 +0000 (21:15 +0000)]
Changed google cdn libs/fonts to local content. No external access is now required
Dan Brown [Wed, 30 Dec 2015 20:48:57 +0000 (20:48 +0000)]
Updated page pointer to sit near mouse location and extracted page js into browserify bundle
Dan Brown [Wed, 30 Dec 2015 19:57:17 +0000 (19:57 +0000)]
Improved error messages for image uploads and formatted much js
Dan Brown [Wed, 30 Dec 2015 18:38:18 +0000 (18:38 +0000)]
Moved all vuejs parts over to angular
Dan Brown [Tue, 29 Dec 2015 16:39:25 +0000 (16:39 +0000)]
Started transfer to angularjs
Dan Brown [Tue, 29 Dec 2015 15:37:13 +0000 (15:37 +0000)]
Fixed issue with searching invalid chars and page-content compiliation
Dan Brown [Mon, 28 Dec 2015 17:19:23 +0000 (17:19 +0000)]
Accounted for non-existant entities
Dan Brown [Mon, 28 Dec 2015 16:16:27 +0000 (16:16 +0000)]
Updated tinymce
Dan Brown [Mon, 28 Dec 2015 15:58:13 +0000 (15:58 +0000)]
Standardized vue component http access and fixed some small bugs
Dan Brown [Wed, 16 Dec 2015 17:29:13 +0000 (17:29 +0000)]
Changed public template to use new system
Dan Brown [Wed, 16 Dec 2015 17:09:44 +0000 (17:09 +0000)]
Implemented custom asset versioning to make creating releases easier
Dan Brown [Wed, 16 Dec 2015 14:54:29 +0000 (14:54 +0000)]
Updated readme with fixes and attribution
Dan Brown [Tue, 15 Dec 2015 19:53:46 +0000 (19:53 +0000)]
Fixed issue with deleted users in page revision list & extended tests to cover.
Dan Brown [Tue, 15 Dec 2015 19:27:36 +0000 (19:27 +0000)]
Fixed name retrieval on missing users and added tests to cover along with some test helper methods
Dan Brown [Mon, 14 Dec 2015 20:30:40 +0000 (20:30 +0000)]
Fixed issue with users that have no avatar