]>
BookStack Code Mirror - bookstack/log
Abijeet [Tue, 27 Mar 2018 19:37:01 +0000 (01:07 +0530)]
PSR2 fixes after running `./vendor/bin/phpcbf`
Signed-off-by: Abijeet <redacted>
Dan Brown [Sun, 25 Mar 2018 17:16:53 +0000 (18:16 +0100)]
Updated COC with criticism point
Dan Brown [Sun, 25 Mar 2018 17:12:49 +0000 (18:12 +0100)]
Updated readme, license and added code of conduct
Dan Brown [Sun, 25 Mar 2018 14:52:48 +0000 (15:52 +0100)]
Updated icons with height
Fixes issues within IE
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
Dan Brown [Sun, 25 Mar 2018 10:35:58 +0000 (11:35 +0100)]
Removed invalid bracket from view
Dan Brown [Sun, 25 Mar 2018 10:34:42 +0000 (11:34 +0100)]
Updated create routes to prevent slug clashes
Fixes #758
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
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.
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.
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
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
Dan Brown [Sat, 24 Mar 2018 14:45:10 +0000 (14:45 +0000)]
Merge branch 'Abijeet-bug/image-upload'
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
Dan Brown [Sat, 24 Mar 2018 14:36:12 +0000 (14:36 +0000)]
Merge pull request #753 from Alwaysin/master
Update french language
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
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
Soseki Masao [Fri, 23 Mar 2018 09:20:44 +0000 (18:20 +0900)]
fix entities.php
Soseki Masao [Fri, 23 Mar 2018 08:35:21 +0000 (17:35 +0900)]
update japanese translation
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>
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>
Abijeet Patro [Sun, 18 Mar 2018 18:14:33 +0000 (23:44 +0530)]
Merge branch 'master' into bug/image-upload
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>
Dan Brown [Sun, 18 Mar 2018 15:35:04 +0000 (15:35 +0000)]
Updated outline button styles for svg icons
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
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.
Dan Brown [Sun, 18 Mar 2018 14:47:43 +0000 (14:47 +0000)]
Updated webpack SCSS extract to provide sourcemaps
Alwaysin [Sun, 18 Mar 2018 13:46:56 +0000 (14:46 +0100)]
Update entities.php
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>
Alwaysin [Sun, 18 Mar 2018 13:24:39 +0000 (14:24 +0100)]
Update settings.php
Alwaysin [Sun, 18 Mar 2018 13:23:42 +0000 (14:23 +0100)]
Update components.php
Alwaysin [Sun, 18 Mar 2018 13:23:08 +0000 (14:23 +0100)]
Update common.php
Alwaysin [Sun, 18 Mar 2018 13:21:11 +0000 (14:21 +0100)]
Update auth.php
Alwaysin [Sun, 18 Mar 2018 13:20:20 +0000 (14:20 +0100)]
Update activities.php
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>
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
Dan Brown [Sun, 18 Mar 2018 11:58:45 +0000 (11:58 +0000)]
Fixed up notification styling a little
Dan Brown [Sun, 18 Mar 2018 11:46:08 +0000 (11:46 +0000)]
Prevented markdown editor pushing out toolbar
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
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
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.
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
Dan Brown [Sat, 17 Mar 2018 15:20:15 +0000 (15:20 +0000)]
Moved jQuery to use NPM and fixed some asset refs
Dan Brown [Sat, 17 Mar 2018 13:05:37 +0000 (13:05 +0000)]
Merge branch 'master' of github.com:BookStackApp/BookStack
Dan Brown [Sat, 17 Mar 2018 13:05:25 +0000 (13:05 +0000)]
Merge branch 'webpack-2018'
Dan Brown [Sat, 17 Mar 2018 13:03:13 +0000 (13:03 +0000)]
Finished off intitial conversion to webpack
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>
Dan Brown [Mon, 12 Mar 2018 19:33:21 +0000 (19:33 +0000)]
Merge pull request #743 from cipi1965/master
Update Italian translation
Matteo Piccina [Mon, 12 Mar 2018 15:43:19 +0000 (16:43 +0100)]
Update Italian translation
Dan Brown [Sun, 11 Mar 2018 16:35:14 +0000 (16:35 +0000)]
Merge branch 'master' of github.com:BookStackApp/BookStack
Dan Brown [Sun, 11 Mar 2018 16:33:00 +0000 (16:33 +0000)]
Reorganised dev-deps and updated moment
Dan Brown [Sun, 11 Mar 2018 16:16:30 +0000 (16:16 +0000)]
Attempted move to webpack again
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
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
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
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
Dan Brown [Mon, 5 Mar 2018 20:22:26 +0000 (20:22 +0000)]
Merge pull request #709 from leomartinez/master
Updated 'Spanish Argentina' translation.
Pieter [Mon, 5 Mar 2018 12:10:59 +0000 (13:10 +0100)]
Update .env.example
Artur Trzęsiok [Mon, 26 Feb 2018 22:49:58 +0000 (23:49 +0100)]
add missing polish translations for comments
Wolf [Mon, 26 Feb 2018 14:10:43 +0000 (09:10 -0500)]
typo in readme.md
Chris Latham [Mon, 26 Feb 2018 11:31:11 +0000 (11:31 +0000)]
fix markdown editor resizing with long strings
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.
Leonardo Martinez [Wed, 21 Feb 2018 16:20:12 +0000 (13:20 -0300)]
Updated 'Spanish Argentina' translation.
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
Leonardo Martinez [Mon, 19 Feb 2018 13:15:24 +0000 (10:15 -0300)]
Updated 'Spanish Argentina' translation.
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
Dan Brown [Sat, 17 Feb 2018 19:49:00 +0000 (19:49 +0000)]
Finished migrated from icon-font to SVG
Dan Brown [Sat, 17 Feb 2018 13:30:52 +0000 (13:30 +0000)]
Started migration to SVG icons
Dan Brown [Sat, 17 Feb 2018 12:36:24 +0000 (12:36 +0000)]
Made it possible to override icons via custom theme
Dan Brown [Sun, 11 Feb 2018 18:18:16 +0000 (18:18 +0000)]
Tweaked some comments
Dan Brown [Sun, 11 Feb 2018 14:28:26 +0000 (14:28 +0000)]
Fixed text overflow in various views
Fixes #669
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
Dan Brown [Sun, 11 Feb 2018 12:01:07 +0000 (12:01 +0000)]
Updated twitch SVG icon with vector SVG
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
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
Dan Brown [Sun, 4 Feb 2018 18:14:41 +0000 (18:14 +0000)]
Merge branch 'master' of github.com:BookStackApp/BookStack
Dan Brown [Sun, 4 Feb 2018 18:14:16 +0000 (18:14 +0000)]
Merge branch 'pixwell-dev-support_for_gitlub_auth'
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
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
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
Dan Brown [Sun, 4 Feb 2018 17:18:55 +0000 (17:18 +0000)]
Prevent image manager search from reloading page
Fixes #697
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
Yue Zhihan [Sun, 4 Feb 2018 14:05:29 +0000 (22:05 +0800)]
Added 'zh_CN' to app.locales
Yue Zhihan [Sun, 4 Feb 2018 13:42:19 +0000 (21:42 +0800)]
Added simplified Chinese(zh-CN) language
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
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
Yoginth [Sat, 3 Feb 2018 14:45:36 +0000 (20:15 +0530)]
Update all.blade.php
Jozef Balún [Thu, 1 Feb 2018 17:26:19 +0000 (18:26 +0100)]
add missing icon, fix name conventions
BlackSheep [Thu, 1 Feb 2018 08:55:37 +0000 (09:55 +0100)]
reduced icon size
BlackSheep [Thu, 1 Feb 2018 07:53:08 +0000 (08:53 +0100)]
Update .env.example
BlackSheep [Thu, 1 Feb 2018 07:51:35 +0000 (08:51 +0100)]
Update services.php
Timo Bartholomes [Wed, 31 Jan 2018 20:11:17 +0000 (21:11 +0100)]
Corrected the keys for okta auth
Jozef Balún [Wed, 31 Jan 2018 15:08:39 +0000 (16:08 +0100)]
add missing lock file
Jozef Balún [Wed, 31 Jan 2018 15:02:07 +0000 (16:02 +0100)]
add support for gitlab authentification
BlackSheep [Tue, 30 Jan 2018 08:59:56 +0000 (09:59 +0100)]
Update...
BlackSheep [Mon, 29 Jan 2018 08:28:56 +0000 (09:28 +0100)]
Add twitch socialite auth provider
Dan Brown [Sun, 28 Jan 2018 18:14:02 +0000 (18:14 +0000)]
Set markdown editor preview width to 100%
Fixes #658
Dan Brown [Sun, 28 Jan 2018 18:09:26 +0000 (18:09 +0000)]
Added command to add a new admin user
Closes #609
Dan Brown [Sun, 28 Jan 2018 17:15:30 +0000 (17:15 +0000)]
Fixed validation issue on register post
Added test to cover and also cleaned up RegisterController comments.
Fixes #670
Dan Brown [Sun, 28 Jan 2018 16:58:52 +0000 (16:58 +0000)]
Set /app PHP code to PSR-2 standard
Also adde draw.io to attribution list.
Closes #649