]> BookStack Code Mirror - bookstack/log
bookstack
7 years agoMoved the code to the wysiwyg-editor file. 768/head
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>
7 years agoUpdated the TinyMCE to version 4.7.9.
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>
7 years agoAdds the media plugin to TinyMCE to allow insertion of videos.
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>
7 years agoRefactored moment.js out of app
Dan Brown [Sun, 1 Apr 2018 13:10:12 +0000 (14:10 +0100)]
Refactored moment.js out of app

Reduces bundle size by 25%

7 years agoRefactored js file structure to be standard throughout app
Dan Brown [Sun, 1 Apr 2018 12:21:11 +0000 (13:21 +0100)]
Refactored js file structure to be standard throughout app

Still work to be done but a good start in standardisation.

7 years agoRefactored out page-display system
Dan Brown [Sun, 1 Apr 2018 11:46:27 +0000 (12:46 +0100)]
Refactored out page-display system

7 years agoAdded configurable robots.txt file.
Dan Brown [Sat, 31 Mar 2018 11:41:40 +0000 (12:41 +0100)]
Added configurable robots.txt file.

Deleted old static file.
Default output depends on app-public setting.
Otherwise can be overidden in `.env` file via `ALLOW_ROBOTS`
Otherwise view file can be customized.

Fixes #779

7 years agoFixed issue where cover images don't save on older books
Dan Brown [Sat, 31 Mar 2018 10:21:22 +0000 (11:21 +0100)]
Fixed issue where cover images don't save on older books

Ensured an existing ID is always provided to image-picker.js.
Fixes #773

7 years agoMerge branch 'v0.20' to gain export fix
Dan Brown [Fri, 30 Mar 2018 14:45:34 +0000 (15:45 +0100)]
Merge branch 'v0.20' to gain export fix

7 years agoFixed export style paths
Dan Brown [Fri, 30 Mar 2018 14:31:39 +0000 (15:31 +0100)]
Fixed export style paths

7 years agoMerge branch 'master' of github.com:BookStackApp/BookStack
Dan Brown [Fri, 30 Mar 2018 13:10:36 +0000 (14:10 +0100)]
Merge branch 'master' of github.com:BookStackApp/BookStack

7 years agoAdded tags to chapters and books
Dan Brown [Fri, 30 Mar 2018 13:09:51 +0000 (14:09 +0100)]
Added tags to chapters and books

Closes #121

7 years agoMerge pull request #769 from BookStackApp/psr-2-fixes
Abijeet Patro [Tue, 27 Mar 2018 19:39:09 +0000 (01:09 +0530)]
Merge pull request #769 from BookStackApp/psr-2-fixes

PSR2 fixes after running `./vendor/bin/phpcbf`

7 years agoPSR2 fixes after running `./vendor/bin/phpcbf` 769/head
Abijeet [Tue, 27 Mar 2018 19:37:01 +0000 (01:07 +0530)]
PSR2 fixes after running `./vendor/bin/phpcbf`

Signed-off-by: Abijeet <redacted>
7 years agoUpdated COC with criticism point
Dan Brown [Sun, 25 Mar 2018 17:16:53 +0000 (18:16 +0100)]
Updated COC with criticism point

7 years agoUpdated readme, license and added code of conduct
Dan Brown [Sun, 25 Mar 2018 17:12:49 +0000 (18:12 +0100)]
Updated readme, license and added code of conduct

7 years agoUpdated icons with height
Dan Brown [Sun, 25 Mar 2018 14:52:48 +0000 (15:52 +0100)]
Updated icons with height

Fixes issues within IE

7 years agoEnsured uploaded system images remain public
Dan Brown [Sun, 25 Mar 2018 11:41:52 +0000 (12:41 +0100)]
Ensured uploaded system images remain public

Also added tests to cover local_secure image storage.

Fixes #725

7 years agoRemoved invalid bracket from view
Dan Brown [Sun, 25 Mar 2018 10:35:58 +0000 (11:35 +0100)]
Removed invalid bracket from view

7 years agoUpdated create routes to prevent slug clashes
Dan Brown [Sun, 25 Mar 2018 10:34:42 +0000 (11:34 +0100)]
Updated create routes to prevent slug clashes

Fixes #758

7 years agoProperly escaped search results
Dan Brown [Sun, 25 Mar 2018 10:06:21 +0000 (11:06 +0100)]
Properly escaped search results

Prevents vue-like syntax in results causing errors.
Related to #748

7 years agoFixed incorrect search logic in last commit
Dan Brown [Sat, 24 Mar 2018 19:04:18 +0000 (19:04 +0000)]
Fixed incorrect search logic in last commit

Incorrect cross-entity pagination could lead to hidden entities.

7 years agoMade search more efficient and tweaked weighting
Dan Brown [Sat, 24 Mar 2018 18:46:31 +0000 (18:46 +0000)]
Made search more efficient and tweaked weighting

Added per-entity weighting changes.
Now Books score higher than chapters which score higher than pages.

Reduced queries required on search by only searching once but at a
higher count to see if there's another page.

7 years agoFixed failing tests
Dan Brown [Sat, 24 Mar 2018 15:25:13 +0000 (15:25 +0000)]
Fixed failing tests

Fixed syntax error in french translations.
Removed 'required' on image validation which was breaking tests

7 years agoMerge branch 'bug/gif-image-740' of git://github.com/Abijeet/BookStack
Dan Brown [Sat, 24 Mar 2018 14:54:50 +0000 (14:54 +0000)]
Merge branch 'bug/gif-image-740' of git://github.com/Abijeet/BookStack

Also removed console.logs in dropzone.js

7 years agoMerge branch 'Abijeet-bug/image-upload'
Dan Brown [Sat, 24 Mar 2018 14:45:10 +0000 (14:45 +0000)]
Merge branch 'Abijeet-bug/image-upload'

7 years agoMerge branch 'bug/image-upload' of git://github.com/Abijeet/BookStack into Abijeet...
Dan Brown [Sat, 24 Mar 2018 14:39:57 +0000 (14:39 +0000)]
Merge branch 'bug/image-upload' of git://github.com/Abijeet/BookStack into Abijeet-bug/image-upload

7 years agoMerge pull request #753 from Alwaysin/master
Dan Brown [Sat, 24 Mar 2018 14:36:12 +0000 (14:36 +0000)]
Merge pull request #753 from Alwaysin/master

Update french language

7 years agoMerge pull request #752 from Alwaysin/patch-1
Dan Brown [Sat, 24 Mar 2018 14:35:04 +0000 (14:35 +0000)]
Merge pull request #752 from Alwaysin/patch-1

Update entities.php for french language

7 years agoMerge pull request #761 from msaus/hotfix/japanese_translation
Dan Brown [Sat, 24 Mar 2018 14:32:34 +0000 (14:32 +0000)]
Merge pull request #761 from msaus/hotfix/japanese_translation

update japanese translation

7 years agofix entities.php 761/head
Soseki Masao [Fri, 23 Mar 2018 09:20:44 +0000 (18:20 +0900)]
fix entities.php

7 years agoupdate japanese translation
Soseki Masao [Fri, 23 Mar 2018 08:35:21 +0000 (17:35 +0900)]
update japanese translation

7 years agoFixes an issue with handling of large image files. 755/head
Abijeet [Sun, 18 Mar 2018 20:39:01 +0000 (02:09 +0530)]
Fixes an issue with handling of large image files.

Signed-off-by: Abijeet <redacted>
7 years agoNot resizing gif images.
Abijeet [Sun, 18 Mar 2018 20:14:33 +0000 (01:44 +0530)]
Not resizing gif images.

See - https://github.com/Intervention/image/issues/176

Fixes #223

Signed-off-by: Abijeet <redacted>
7 years agoMerge branch 'master' into bug/image-upload 754/head
Abijeet Patro [Sun, 18 Mar 2018 18:14:33 +0000 (23:44 +0530)]
Merge branch 'master' into bug/image-upload

7 years agoRemoving the selected image and clearing the dropdzone on dialog close.
Abijeet [Sun, 18 Mar 2018 18:08:37 +0000 (23:38 +0530)]
Removing the selected image and clearing the dropdzone on dialog close.

Towards #741

Signed-off-by: Abijeet <redacted>
7 years agoUpdated outline button styles for svg icons
Dan Brown [Sun, 18 Mar 2018 15:35:04 +0000 (15:35 +0000)]
Updated outline button styles for svg icons

7 years agoUse autodiscover for dev packages
Dan Brown [Sun, 18 Mar 2018 15:27:15 +0000 (15:27 +0000)]
Use autodiscover for dev packages

Allows installation with `composer install --no-dev`
Fixed #742

7 years agoCleaned some form styling
Dan Brown [Sun, 18 Mar 2018 15:13:46 +0000 (15:13 +0000)]
Cleaned some form styling

Removed uppercasing of labels to make a little friendlier.
Extracted out toggleswitch JS into own component.
Improved basic code input for html-head-input area.

7 years agoUpdated webpack SCSS extract to provide sourcemaps
Dan Brown [Sun, 18 Mar 2018 14:47:43 +0000 (14:47 +0000)]
Updated webpack SCSS extract to provide sourcemaps

7 years agoUpdate entities.php 752/head
Alwaysin [Sun, 18 Mar 2018 13:46:56 +0000 (14:46 +0100)]
Update entities.php

7 years agoFixes the icons not being aligned properly in attached items section for the page.
Abijeet [Sun, 18 Mar 2018 13:28:04 +0000 (18:58 +0530)]
Fixes the icons not being aligned properly in attached items section for the page.

Also formatting.

Signed-off-by: Abijeet <redacted>
7 years agoUpdate settings.php 753/head
Alwaysin [Sun, 18 Mar 2018 13:24:39 +0000 (14:24 +0100)]
Update settings.php

7 years agoUpdate components.php
Alwaysin [Sun, 18 Mar 2018 13:23:42 +0000 (14:23 +0100)]
Update components.php

7 years agoUpdate common.php
Alwaysin [Sun, 18 Mar 2018 13:23:08 +0000 (14:23 +0100)]
Update common.php

7 years agoUpdate auth.php
Alwaysin [Sun, 18 Mar 2018 13:21:11 +0000 (14:21 +0100)]
Update auth.php

7 years agoUpdate activities.php
Alwaysin [Sun, 18 Mar 2018 13:20:20 +0000 (14:20 +0100)]
Update activities.php

7 years agoFixes a number of issues with the image uploader. Read below,
Abijeet [Sun, 18 Mar 2018 13:14:11 +0000 (18:44 +0530)]
Fixes a number of issues with the image uploader. Read below,

- Added a remove link to remove files that have an error.
- Error will appear below the progress bar.
- Hovering on dz-image or dz-details will display the error message. Otherwise error message was covering the remove link as well.
- Removed styling around the file size.
- Removed gradient effect in accordance with BookStack styling.
- Dropzone filenae will not overflow the container element. Also done for page attachments
- Added a 'uploaded' error message. this error was being thrown when the file size exceeded the server configured file size. (https://stackoverflow.com/a/42934387/903324)

Towards #741

Signed-off-by: Abijeet <redacted>
7 years agoFixed large content previews and improved mobile styles
Dan Brown [Sun, 18 Mar 2018 12:23:48 +0000 (12:23 +0000)]
Fixed large content previews and improved mobile styles

Listing content previews no longer pre-wrap and instead simply break
correctly.
Updated titles to ensure they break on mobile devices.
Reduced spacing and font sizes on mobile to better adjust content to
screen size.

Fixes #739

7 years agoFixed up notification styling a little
Dan Brown [Sun, 18 Mar 2018 11:58:45 +0000 (11:58 +0000)]
Fixed up notification styling a little

7 years agoPrevented markdown editor pushing out toolbar
Dan Brown [Sun, 18 Mar 2018 11:46:08 +0000 (11:46 +0000)]
Prevented markdown editor pushing out toolbar

7 years agoMerge branch 'patch-1' of git://github.com/BackwardSpy/BookStack into BackwardSpy...
Dan Brown [Sun, 18 Mar 2018 11:40:38 +0000 (11:40 +0000)]
Merge branch 'patch-1' of git://github.com/BackwardSpy/BookStack into BackwardSpy-patch-1

7 years agoMarkdown editor image paste sets cursor correctly
Dan Brown [Sun, 18 Mar 2018 11:32:40 +0000 (11:32 +0000)]
Markdown editor image paste sets cursor correctly

Now sets cursor to alt text rather than end of placeholder image.
Fixed #751

7 years agoUpdated exports to use DejaVu font
Dan Brown [Sat, 17 Mar 2018 17:12:01 +0000 (17:12 +0000)]
Updated exports to use DejaVu font

Provides potentially better language font coverage.

7 years agoAdded togglable script escaping to page content
Dan Brown [Sat, 17 Mar 2018 15:51:40 +0000 (15:51 +0000)]
Added togglable script escaping to page content

Configurable via 'ALLOW_CONTENT_SCRIPTS' env variable.
Fixes #575

7 years agoMoved jQuery to use NPM and fixed some asset refs
Dan Brown [Sat, 17 Mar 2018 15:20:15 +0000 (15:20 +0000)]
Moved jQuery to use NPM and fixed some asset refs

7 years agoMerge branch 'master' of github.com:BookStackApp/BookStack
Dan Brown [Sat, 17 Mar 2018 13:05:37 +0000 (13:05 +0000)]
Merge branch 'master' of github.com:BookStackApp/BookStack

7 years agoMerge branch 'webpack-2018'
Dan Brown [Sat, 17 Mar 2018 13:05:25 +0000 (13:05 +0000)]
Merge branch 'webpack-2018'

7 years agoFinished off intitial conversion to webpack
Dan Brown [Sat, 17 Mar 2018 13:03:13 +0000 (13:03 +0000)]
Finished off intitial conversion to webpack

7 years agoFixes issue with the validation message not being translated.
Abijeet [Tue, 13 Mar 2018 03:40:23 +0000 (09:10 +0530)]
Fixes issue with the validation message not being translated.

Signed-off-by: Abijeet <redacted>
7 years agoMerge pull request #743 from cipi1965/master
Dan Brown [Mon, 12 Mar 2018 19:33:21 +0000 (19:33 +0000)]
Merge pull request #743 from cipi1965/master

Update Italian translation

7 years agoUpdate Italian translation 743/head
Matteo Piccina [Mon, 12 Mar 2018 15:43:19 +0000 (16:43 +0100)]
Update Italian translation

7 years agoMerge branch 'master' of github.com:BookStackApp/BookStack
Dan Brown [Sun, 11 Mar 2018 16:35:14 +0000 (16:35 +0000)]
Merge branch 'master' of github.com:BookStackApp/BookStack

7 years agoReorganised dev-deps and updated moment
Dan Brown [Sun, 11 Mar 2018 16:33:00 +0000 (16:33 +0000)]
Reorganised dev-deps and updated moment

7 years agoAttempted move to webpack again
Dan Brown [Sun, 11 Mar 2018 16:16:30 +0000 (16:16 +0000)]
Attempted move to webpack again

7 years agoMerge pull request #711 from duncanbarnes/master
Dan Brown [Sat, 10 Mar 2018 17:45:16 +0000 (17:45 +0000)]
Merge pull request #711 from duncanbarnes/master

Added ability to configure email sender name

7 years agoMerge pull request #717 from owcz/patch-1
Dan Brown [Sat, 10 Mar 2018 17:43:10 +0000 (17:43 +0000)]
Merge pull request #717 from owcz/patch-1

typo in readme.md

7 years agoMerge pull request #714 from pataar/patch-1
Dan Brown [Sat, 10 Mar 2018 17:42:39 +0000 (17:42 +0000)]
Merge pull request #714 from pataar/patch-1

Add CACHE_PREFIX to the .env.example file

7 years agoMerge pull request #718 from artur-trzesiok/master
Dan Brown [Mon, 5 Mar 2018 20:26:26 +0000 (20:26 +0000)]
Merge pull request #718 from artur-trzesiok/master

add missing polish translations for comments

7 years agoMerge pull request #709 from leomartinez/master
Dan Brown [Mon, 5 Mar 2018 20:22:26 +0000 (20:22 +0000)]
Merge pull request #709 from leomartinez/master

Updated 'Spanish Argentina' translation.

7 years agoUpdate .env.example 714/head
Pieter [Mon, 5 Mar 2018 12:10:59 +0000 (13:10 +0100)]
Update .env.example

7 years agoadd missing polish translations for comments 718/head
Artur Trzęsiok [Mon, 26 Feb 2018 22:49:58 +0000 (23:49 +0100)]
add missing polish translations for comments

7 years agotypo in readme.md 717/head
Wolf [Mon, 26 Feb 2018 14:10:43 +0000 (09:10 -0500)]
typo in readme.md

7 years agofix markdown editor resizing with long strings 716/head
Chris Latham [Mon, 26 Feb 2018 11:31:11 +0000 (11:31 +0000)]
fix markdown editor resizing with long strings

7 years agoAdd CACHE_PREFIX to the .env.example file
Pieter [Mon, 26 Feb 2018 08:51:53 +0000 (09:51 +0100)]
Add CACHE_PREFIX to the .env.example file

We had some problems with multiple BookStack instances using the same caching server. Perhaps it's a good idea to have this available in the `.env.example` file.

7 years agoUpdated 'Spanish Argentina' translation. 709/head
Leonardo Martinez [Wed, 21 Feb 2018 16:20:12 +0000 (13:20 -0300)]
Updated 'Spanish Argentina' translation.

7 years agoAdded ability to configure email sender name 711/head
Duncan Barnes [Wed, 21 Feb 2018 09:24:19 +0000 (18:24 +0900)]
Added ability to configure email sender name

Added env variable MAIL_FROM_NAME to allow the email sender name to be
customised. Also added MAIL_FROM to .env.example

7 years agoUpdated 'Spanish Argentina' translation.
Leonardo Martinez [Mon, 19 Feb 2018 13:15:24 +0000 (10:15 -0300)]
Updated 'Spanish Argentina' translation.

7 years agoMerge pull request #704 from BookStackApp/svg_icons
Dan Brown [Sat, 17 Feb 2018 19:51:59 +0000 (19:51 +0000)]
Merge pull request #704 from BookStackApp/svg_icons

Override-able SVG Icons

7 years agoFinished migrated from icon-font to SVG 704/head
Dan Brown [Sat, 17 Feb 2018 19:49:00 +0000 (19:49 +0000)]
Finished migrated from icon-font to SVG

7 years agoStarted migration to SVG icons
Dan Brown [Sat, 17 Feb 2018 13:30:52 +0000 (13:30 +0000)]
Started migration to SVG icons

7 years agoMade it possible to override icons via custom theme
Dan Brown [Sat, 17 Feb 2018 12:36:24 +0000 (12:36 +0000)]
Made it possible to override icons via custom theme

7 years agoTweaked some comments
Dan Brown [Sun, 11 Feb 2018 18:18:16 +0000 (18:18 +0000)]
Tweaked some comments

7 years agoFixed text overflow in various views
Dan Brown [Sun, 11 Feb 2018 14:28:26 +0000 (14:28 +0000)]
Fixed text overflow in various views

Fixes #669

7 years agoFixed error when accessing non-authed attachment
Dan Brown [Sun, 11 Feb 2018 12:37:02 +0000 (12:37 +0000)]
Fixed error when accessing non-authed attachment

Also updated attachment tests to use standard test-case.
Fixes #681

7 years agoUpdated twitch SVG icon with vector SVG
Dan Brown [Sun, 11 Feb 2018 12:01:07 +0000 (12:01 +0000)]
Updated twitch SVG icon with vector SVG

7 years agoMerge branch 'master' of git://github.com/moutonnoireu/BookStack into moutonnoireu...
Dan Brown [Sun, 11 Feb 2018 11:44:09 +0000 (11:44 +0000)]
Merge branch 'master' of git://github.com/moutonnoireu/BookStack into moutonnoireu-master

Also updated composer deps

7 years agoUpdated grid view to use CSS grid and flexbox
Dan Brown [Sun, 11 Feb 2018 11:36:51 +0000 (11:36 +0000)]
Updated grid view to use CSS grid and flexbox

Provides a cleaner height-matched design.
Closes #701

7 years agoMerge branch 'master' of github.com:BookStackApp/BookStack
Dan Brown [Sun, 4 Feb 2018 18:14:41 +0000 (18:14 +0000)]
Merge branch 'master' of github.com:BookStackApp/BookStack

7 years agoMerge branch 'pixwell-dev-support_for_gitlub_auth'
Dan Brown [Sun, 4 Feb 2018 18:14:16 +0000 (18:14 +0000)]
Merge branch 'pixwell-dev-support_for_gitlub_auth'

7 years agoMerge branch 'support_for_gitlub_auth' of git://github.com/pixwell-dev/BookStack...
Dan Brown [Sun, 4 Feb 2018 17:51:30 +0000 (17:51 +0000)]
Merge branch 'support_for_gitlub_auth' of git://github.com/pixwell-dev/BookStack into pixwell-dev-support_for_gitlub_auth

7 years agoMerge pull request #695 from Yoginth/patch-2
Dan Brown [Sun, 4 Feb 2018 17:48:25 +0000 (17:48 +0000)]
Merge pull request #695 from Yoginth/patch-2

Added Search Permission for not logged in Users

7 years agoFixed code block wrapping on export
Dan Brown [Sun, 4 Feb 2018 17:35:01 +0000 (17:35 +0000)]
Fixed code block wrapping on export

Now wraps instead of running off the page.

Fixed #676

7 years agoPrevent image manager search from reloading page
Dan Brown [Sun, 4 Feb 2018 17:18:55 +0000 (17:18 +0000)]
Prevent image manager search from reloading page

Fixes #697

7 years agoMerge pull request #696 from yuezhihan/master
Dan Brown [Sun, 4 Feb 2018 17:15:31 +0000 (17:15 +0000)]
Merge pull request #696 from yuezhihan/master

Added simplified Chinese(zh-CN) language

7 years agoAdded 'zh_CN' to app.locales 696/head
Yue Zhihan [Sun, 4 Feb 2018 14:05:29 +0000 (22:05 +0800)]
Added 'zh_CN' to app.locales

7 years agoAdded simplified Chinese(zh-CN) language
Yue Zhihan [Sun, 4 Feb 2018 13:42:19 +0000 (21:42 +0800)]
Added simplified Chinese(zh-CN) language

7 years agoMerge pull request #692 from lommes/master
Dan Brown [Sun, 4 Feb 2018 11:41:51 +0000 (11:41 +0000)]
Merge pull request #692 from lommes/master

Corrected the keys for okta auth

7 years agoMade default books view configurable in .env
Dan Brown [Sun, 4 Feb 2018 11:36:58 +0000 (11:36 +0000)]
Made default books view configurable in .env

Under 'APP_VIEWS_BOOKS' key.
Closes #675

7 years agoUpdate all.blade.php 695/head
Yoginth [Sat, 3 Feb 2018 14:45:36 +0000 (20:15 +0530)]
Update all.blade.php