]> BookStack Code Mirror - bookstack/log
bookstack
7 years agoUpdated 'Spanish Argentina' translation. 806/head
Leonardo Martinez [Tue, 17 Apr 2018 12:45:57 +0000 (09:45 -0300)]
Updated 'Spanish Argentina' translation.

7 years agoSlimmed down testing DB sized and improved permission caching
Dan Brown [Sat, 14 Apr 2018 21:17:47 +0000 (22:17 +0100)]
Slimmed down testing DB sized and improved permission caching

7 years agoAdded destination permission checking to entity move
Dan Brown [Sat, 14 Apr 2018 17:47:13 +0000 (18:47 +0100)]
Added destination permission checking to entity move

7 years agoAdded ability to copy a page
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

7 years agoUpdated move card width and made sidebar order more consistent
Dan Brown [Sat, 14 Apr 2018 15:23:16 +0000 (16:23 +0100)]
Updated move card width and made sidebar order more consistent

7 years agoUpdated reset-password flow design
Dan Brown [Sat, 14 Apr 2018 15:16:29 +0000 (16:16 +0100)]
Updated reset-password flow design

Fixes #800

7 years agoMerge pull request #798 from abno85/loc-de_DE
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

7 years agoMerge pull request #783 from moucho/master
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

7 years agoMerge pull request #780 from jasoncheng7115/master
Dan Brown [Sat, 14 Apr 2018 15:00:03 +0000 (16:00 +0100)]
Merge pull request #780 from jasoncheng7115/master

Add Language zh_TW

7 years agoMerge pull request #767 from msaus/update_japanese_translation
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

7 years agoMerge pull request #768 from BookStackApp/feature/tinymce-insert-video
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.

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 agoAdd comment_add 798/head
abno85 [Fri, 13 Apr 2018 06:44:54 +0000 (08:44 +0200)]
Add comment_add

Missed 'comment_add' the last time

7 years agoUpdate German localization
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.

7 years agoorthography 783/head
Marcos [Thu, 5 Apr 2018 01:57:35 +0000 (03:57 +0200)]
orthography

7 years agoMissing comma
Marcos [Thu, 5 Apr 2018 00:58:32 +0000 (02:58 +0200)]
Missing comma

7 years agoCompletely overhaul of the Spanish translation, added missing strings
Marcos [Tue, 3 Apr 2018 13:58:04 +0000 (15:58 +0200)]
Completely overhaul of the Spanish translation,  added missing strings

7 years agoAdd zh_TW Locales. 780/head
Jason Cheng [Mon, 2 Apr 2018 08:09:23 +0000 (16:09 +0800)]
Add zh_TW Locales.

Add zh_TW Locales.

7 years agoAdd translate.
Jason Cheng [Mon, 2 Apr 2018 07:54:06 +0000 (15:54 +0800)]
Add translate.

Add translate.

7 years agoAdded Language zh_TW
Jason Cheng [Mon, 2 Apr 2018 07:03:07 +0000 (15:03 +0800)]
Added Language zh_TW

Added Language zh_TW

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 branch 'master' into update_japanese_translation 767/head
msaus [Wed, 28 Mar 2018 02:58:14 +0000 (11:58 +0900)]
Merge branch 'master' into update_japanese_translation

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 agoupdate japanese translation
Soseki Masao [Tue, 27 Mar 2018 07:18:38 +0000 (16:18 +0900)]
update japanese translation

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.