]>
BookStack Code Mirror - bookstack/log
alex2702 [Sun, 15 Jul 2018 19:26:55 +0000 (21:26 +0200)]
Fixed German translations for notifications
Dan Brown [Sun, 15 Jul 2018 18:36:28 +0000 (19:36 +0100)]
Merge branch 'brennanmurphy-master'
Dan Brown [Sun, 15 Jul 2018 18:34:42 +0000 (19:34 +0100)]
Added ability to set custom ldap group -> role mapping
Added input in role form to allow matching against custom names.
Changed default mapping to use role display name instead of the hidden
DB name.
Dan Brown [Sun, 15 Jul 2018 17:21:45 +0000 (18:21 +0100)]
Refactored out the LDAP repo
Dan Brown [Sun, 15 Jul 2018 16:57:25 +0000 (17:57 +0100)]
Added tests to cover ldap group mapping
Also updated .env.example formatting.
Updated how LdapRepo uses Ldap so can be mocked by testing.
Dan Brown [Sat, 14 Jul 2018 13:17:55 +0000 (14:17 +0100)]
Merge branch 'master' of git://github.com/brennanmurphy/BookStack into brennanmurphy-master
Dan Brown [Sat, 14 Jul 2018 13:14:37 +0000 (14:14 +0100)]
Merge branch 'master' of github.com:BookStackApp/BookStack
Dan Brown [Sat, 14 Jul 2018 13:12:29 +0000 (14:12 +0100)]
Allowed creating pages in visible chapters in invisible books
Fixes permissions with test to cover in the event a page is created,
with permission, in a chapter but the user does not have permission to
see the parent book.
Fixes #912
Dan Brown [Sat, 14 Jul 2018 09:31:18 +0000 (10:31 +0100)]
Merge pull request #918 from DeehSlash/fix/pt_br_locale
Adds missing pt_BR strings
Dan Brown [Sat, 14 Jul 2018 09:20:49 +0000 (10:20 +0100)]
Added browserlist, Tweaked md scrollToText ot use ES6
Dan Brown [Sat, 14 Jul 2018 08:36:14 +0000 (09:36 +0100)]
Merge branch 'master' into feature/edit-link-headers
André Luiz da Silva [Tue, 10 Jul 2018 18:10:21 +0000 (15:10 -0300)]
Improves and adds missing pt_BR strings
Brennan Murphy [Mon, 2 Jul 2018 17:27:43 +0000 (17:27 +0000)]
Update files to PSR-2 standards
Brennan Murphy [Mon, 2 Jul 2018 17:09:39 +0000 (17:09 +0000)]
LDAP groups sync to Bookstack roles.
Closes #75
Abijeet Patro [Sun, 1 Jul 2018 19:04:30 +0000 (00:34 +0530)]
Merge pull request #907 from BookStackApp/fix/date-image-manager
Changes the way the date is displayed in image-manager.
Dan Brown [Sun, 1 Jul 2018 15:21:38 +0000 (16:21 +0100)]
Merge pull request #886 from leomartinez/master
Updated 'Spanish Argentina' translation.
Dan Brown [Sun, 1 Jul 2018 15:20:47 +0000 (16:20 +0100)]
Merge pull request #865 from moucho/master
New strings from 0.22 release for Spanish translation
Dan Brown [Sun, 1 Jul 2018 15:18:49 +0000 (16:18 +0100)]
Merge pull request #906 from BookStackApp/bug/revision-wrap
Fixes issue with code not wrapping on revision page.
Dan Brown [Sun, 1 Jul 2018 15:13:10 +0000 (16:13 +0100)]
Merge pull request #874 from BookStackApp/fix/gototext
Fixes undefined error when clicking on link under page navigation.
Abijeet [Sat, 30 Jun 2018 04:58:11 +0000 (10:28 +0530)]
Changes the way the date is displayed in image-manager.
Signed-off-by: Abijeet <redacted>
Abijeet [Sat, 30 Jun 2018 04:19:55 +0000 (09:49 +0530)]
Fixes issue with code not wrapping on revision page.
Closes #888
Signed-off-by: Abijeet <redacted>
Leonardo Martinez [Tue, 26 Jun 2018 12:37:20 +0000 (09:37 -0300)]
Merge remote-tracking branch 'upstream/master'
Abijeet Patro [Sun, 17 Jun 2018 12:59:32 +0000 (18:29 +0530)]
Merge pull request #892 from BookStackApp/fix/884
Fixes issue with having to click the delete icon for attachment twice.
Abijeet [Sun, 17 Jun 2018 08:51:31 +0000 (14:21 +0530)]
Fixes issue with having to click the delete icon for attachment twice.
Fixes #884
This is happening because -
Due to the limitations of modern JavaScript (and the abandonment of Object.observe), Vue cannot detect property addition or deletion. Since Vue performs the getter/setter conversion process during instance initialization, a property must be present in the data object in order for Vue to convert it and make it reactive.
Source: https://vuejs.org/v2/guide/reactivity.html
Also added padding to the icons in the attachment section.
Signed-off-by: Abijeet <redacted>
Leonardo Martinez [Wed, 13 Jun 2018 13:12:36 +0000 (10:12 -0300)]
Updated 'Spanish Argentina' translation.
Abijeet [Sun, 10 Jun 2018 11:59:30 +0000 (17:29 +0530)]
Fixes a corner case with exclamation in the ID.
Signed-off-by: Abijeet <redacted>
Abijeet [Sun, 10 Jun 2018 11:49:03 +0000 (17:19 +0530)]
Removed previous code that is now unneeded
Signed-off-by: Abijeet <redacted>
Abijeet [Sun, 10 Jun 2018 11:36:23 +0000 (17:06 +0530)]
Changed the way we were displaying the edit icon.
Signed-off-by: Abijeet <redacted>
Abijeet [Sun, 10 Jun 2018 11:34:54 +0000 (17:04 +0530)]
Added code to set the cursor at end of line while scrolling.
Signed-off-by: Abijeet <redacted>
Abijeet [Sun, 10 Jun 2018 07:41:10 +0000 (13:11 +0530)]
Added code to handle scroll for markdown.
Signed-off-by: Abijeet <redacted>
Dan Brown [Sat, 9 Jun 2018 09:41:01 +0000 (10:41 +0100)]
Added copy button to codemirror-rendered code blocks
Closes #858
Abijeet [Sun, 3 Jun 2018 08:54:55 +0000 (14:24 +0530)]
Fixes undefined error when clicking on page navigation links.
Fixes #873
Signed-off-by: Abijeet <redacted>
Abijeet [Sun, 3 Jun 2018 08:17:07 +0000 (13:47 +0530)]
Adds edit icon to each header in the page.
Towards #618
Signed-off-by: Abijeet <redacted>
Marcos [Tue, 29 May 2018 23:41:25 +0000 (01:41 +0200)]
New strings
Dan Brown [Mon, 28 May 2018 10:06:11 +0000 (11:06 +0100)]
Fixed incorrect tag from removing ng tags
Dan Brown [Mon, 28 May 2018 09:33:38 +0000 (10:33 +0100)]
Removed old ng tags, Fixed header spacing
Also prevent pointer error on custom home page
Dan Brown [Sun, 27 May 2018 19:32:06 +0000 (20:32 +0100)]
Made header link spacing a little more even
Dan Brown [Sun, 27 May 2018 19:20:13 +0000 (20:20 +0100)]
Made comments section more subtle
Also removed spacing from within details above active restrictions
Dan Brown [Sun, 27 May 2018 18:51:32 +0000 (19:51 +0100)]
Fixed search icon overalapping input in header
Fixes #859
Dan Brown [Sun, 27 May 2018 18:42:25 +0000 (19:42 +0100)]
Merge branch 'drawing_updates'
Dan Brown [Sun, 27 May 2018 18:40:07 +0000 (19:40 +0100)]
Added maintenance view with image-cleanup
Dan Brown [Sun, 27 May 2018 13:33:50 +0000 (14:33 +0100)]
Made image cleanup safer
Also fixed drawing update in markdown editor.
Added shortcut for MD editor to view drawing manager.
Dan Brown [Sun, 20 May 2018 17:16:01 +0000 (18:16 +0100)]
Added command to clean-up old images, Unfinished
Dan Brown [Sun, 20 May 2018 16:12:44 +0000 (17:12 +0100)]
Removed old image versions test
Dan Brown [Sun, 20 May 2018 15:47:53 +0000 (16:47 +0100)]
Updated secure-images option to not effect image name
Instead only the image path is altered.
Also fixed image manger mode not changing on button press.
Dan Brown [Sun, 20 May 2018 15:40:30 +0000 (16:40 +0100)]
Reverted work on revisions
Improved linkage of drawings and image manager.
Updated image updates to create new versions.
Dan Brown [Sun, 20 May 2018 14:20:33 +0000 (15:20 +0100)]
Merge pull request #846 from moucho/master
Updated Spanish translation
Dan Brown [Sun, 20 May 2018 11:06:44 +0000 (12:06 +0100)]
Merge pull request #851 from vriic/master
Update german translation
Dan Brown [Sun, 20 May 2018 11:05:11 +0000 (12:05 +0100)]
Merge pull request #802 from marcusforsberg/master
Updated Swedish translation
Dan Brown [Sun, 20 May 2018 10:55:23 +0000 (11:55 +0100)]
Embedded SVG icons in css/js files
Allows removal of hacky /icon endpoint solution.
Fixes PDF exports with WKHTML and allows the icon to show in HTML
exports.
Fixes #796
Dan Brown [Sun, 20 May 2018 10:06:10 +0000 (11:06 +0100)]
Fixed attachment error handling, Allowed all link types
Related to #812
Dan Brown [Sun, 20 May 2018 09:13:34 +0000 (10:13 +0100)]
Merge branch 'feature/615'
Dan Brown [Sun, 20 May 2018 09:11:56 +0000 (10:11 +0100)]
Reorganised home and robots views
Extracted home view sidebar into own view.
Moved home and robot views into 'common' folder so that we only have
layouts in the top-level views folder.
Dan Brown [Sun, 20 May 2018 08:51:45 +0000 (09:51 +0100)]
Merge branch 'master' into feature/615
Dan Brown [Sun, 20 May 2018 08:48:11 +0000 (09:48 +0100)]
Prevented back-to-top showing on flexbox-body pages
Fixes #824
Dan Brown [Sun, 20 May 2018 08:38:27 +0000 (09:38 +0100)]
Update session config to match laravel
Includes option to set secure cookies via env.
Closes #817
Dan Brown [Sun, 20 May 2018 08:32:15 +0000 (09:32 +0100)]
Codemirror mode now correct for c-like langs
Fixes #849
Nikolai Nikolajevic [Sun, 20 May 2018 01:00:55 +0000 (03:00 +0200)]
Update: Übersetzung
Dan Brown [Sat, 19 May 2018 17:44:40 +0000 (18:44 +0100)]
Started work on revisions in image manager
Dan Brown [Sat, 19 May 2018 16:01:33 +0000 (17:01 +0100)]
Improved 404 handling and fixed editor error
404 handling now not a hack-around and uses Laravel 'fallback' routes
instead. Prevents errors with the session when you have mulitple errors
on a page where a post/put/delete is made.
Marcos [Fri, 18 May 2018 01:10:49 +0000 (03:10 +0200)]
Updated Spanish translation
Dan Brown [Sun, 13 May 2018 16:41:35 +0000 (17:41 +0100)]
Drawings now generate revisions, not replace
Updated drawing update test to accomodate.
Image deletion system now takes revisions into account.
Dan Brown [Sun, 13 May 2018 11:07:38 +0000 (12:07 +0100)]
Started work on drawing revisions
Improved sidebar and selection styling of image manager.
Allowed image manager imageType to be changed on open.
Created models for image revisions.
Abijeet [Sat, 12 May 2018 12:56:35 +0000 (18:26 +0530)]
Changed the location of the "view-toggle" to be under the books views.
Signed-off-by: Abijeet <redacted>
Abijeet [Sat, 12 May 2018 11:58:10 +0000 (17:28 +0530)]
removed some added CSS as it was causing unintended sideffects.
Signed-off-by: Abijeet <redacted>
Abijeet [Sat, 12 May 2018 08:46:05 +0000 (14:16 +0530)]
Added the book view toggle option on the homepage.
Signed-off-by: Abijeet <redacted>
Abijeet [Sat, 12 May 2018 07:37:28 +0000 (13:07 +0530)]
Added test cases.
Signed-off-by: Abijeet <redacted>
Abijeet [Thu, 10 May 2018 03:35:18 +0000 (09:05 +0530)]
Implemented displaying of the books list on home page.
Abijeet [Wed, 9 May 2018 02:56:49 +0000 (08:26 +0530)]
Added an option to set books as the default homepage.
Signed-off-by: Abijeet <redacted>
Dan Brown [Mon, 30 Apr 2018 14:12:10 +0000 (15:12 +0100)]
Repaired other uses of entity-meta view
Dan Brown [Mon, 30 Apr 2018 13:54:44 +0000 (14:54 +0100)]
Updated npm dependancies
Dan Brown [Mon, 30 Apr 2018 13:35:15 +0000 (14:35 +0100)]
Revamped tag styling
Dan Brown [Mon, 30 Apr 2018 12:53:04 +0000 (13:53 +0100)]
Cleaned details sidebar box and merged with permissions
Dan Brown [Mon, 30 Apr 2018 12:52:22 +0000 (13:52 +0100)]
Updated version for next block of development
Dan Brown [Sun, 22 Apr 2018 19:06:46 +0000 (20:06 +0100)]
Attempted to fix failing time-based test
Dan Brown [Sun, 22 Apr 2018 11:26:21 +0000 (12:26 +0100)]
Merge branch 'master' of github.com:BookStackApp/BookStack
Dan Brown [Sun, 22 Apr 2018 11:25:32 +0000 (12:25 +0100)]
Applied phpcs findings
Dan Brown [Sun, 22 Apr 2018 11:23:43 +0000 (12:23 +0100)]
Improved export base64 encoding of images
Now will use set storage mechanism to find image files.
Fixes #786
Added test to cover
Dan Brown [Sun, 22 Apr 2018 10:26:11 +0000 (11:26 +0100)]
Fixed licence badge
Dan Brown [Sat, 21 Apr 2018 12:46:07 +0000 (13:46 +0100)]
Merge pull request #806 from leomartinez/master
Updated 'Spanish Argentina' translation.
Leonardo Martinez [Tue, 17 Apr 2018 12:45:57 +0000 (09:45 -0300)]
Updated 'Spanish Argentina' translation.
Dan Brown [Sat, 14 Apr 2018 21:17:47 +0000 (22:17 +0100)]
Slimmed down testing DB sized and improved permission caching
Dan Brown [Sat, 14 Apr 2018 17:47:13 +0000 (18:47 +0100)]
Added destination permission checking to entity move
Dan Brown [Sat, 14 Apr 2018 17:00:16 +0000 (18:00 +0100)]
Added ability to copy a page
In 'More' menu alongside move.
Allows you to move if you have permission to create within the new
target parent.
Closes #673
marcusforsberg [Sat, 14 Apr 2018 16:09:09 +0000 (18:09 +0200)]
Updated Swedish translation
Dan Brown [Sat, 14 Apr 2018 15:23:16 +0000 (16:23 +0100)]
Updated move card width and made sidebar order more consistent
Dan Brown [Sat, 14 Apr 2018 15:16:29 +0000 (16:16 +0100)]
Updated reset-password flow design
Fixes #800
Dan Brown [Sat, 14 Apr 2018 15:02:48 +0000 (16:02 +0100)]
Merge pull request #798 from abno85/loc-de_DE
Update German localization
Dan Brown [Sat, 14 Apr 2018 15:01:25 +0000 (16:01 +0100)]
Merge pull request #783 from moucho/master
Completely overhaul of the Spanish translation, added missing strings
Dan Brown [Sat, 14 Apr 2018 15:00:03 +0000 (16:00 +0100)]
Merge pull request #780 from jasoncheng7115/master
Add Language zh_TW
Dan Brown [Sat, 14 Apr 2018 14:58:35 +0000 (15:58 +0100)]
Merge pull request #767 from msaus/update_japanese_translation
update japanese translation
Dan Brown [Sat, 14 Apr 2018 14:57:08 +0000 (15:57 +0100)]
Merge pull request #768 from BookStackApp/feature/tinymce-insert-video
Adds the media plugin to TinyMCE to allow insertion of videos.
Abijeet [Sat, 14 Apr 2018 13:11:35 +0000 (18:41 +0530)]
Moved the code to the wysiwyg-editor file.
Signed-off-by: Abijeet <redacted>
Abijeet [Wed, 28 Mar 2018 17:52:08 +0000 (23:22 +0530)]
Updated the TinyMCE to version 4.7.9.
Added some code to remove the box-shadow around the TinyMCE toolbar.
Signed-off-by: Abijeet <redacted>
Abijeet [Tue, 27 Mar 2018 19:17:38 +0000 (00:47 +0530)]
Adds the media plugin to TinyMCE to allow insertion of videos.
Fixes #266
Signed-off-by: Abijeet <redacted>
abno85 [Fri, 13 Apr 2018 06:44:54 +0000 (08:44 +0200)]
Add comment_add
Missed 'comment_add' the last time
abno85 [Thu, 12 Apr 2018 11:48:07 +0000 (13:48 +0200)]
Update German localization
Added a few missing strings and (hopefully) fixed my borked first commit.
Marcos [Thu, 5 Apr 2018 01:57:35 +0000 (03:57 +0200)]
orthography
Marcos [Thu, 5 Apr 2018 00:58:32 +0000 (02:58 +0200)]
Missing comma
Marcos [Tue, 3 Apr 2018 13:58:04 +0000 (15:58 +0200)]
Completely overhaul of the Spanish translation, added missing strings