]>
BookStack Code Mirror - bookstack/log
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
Timo Bartholomes [Wed, 31 Jan 2018 20:11:17 +0000 (21:11 +0100)]
Corrected the keys for okta auth
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
Dan Brown [Sun, 28 Jan 2018 14:20:35 +0000 (14:20 +0000)]
Merge branch 'Abijeet-bug-650'
Dan Brown [Sun, 28 Jan 2018 14:19:54 +0000 (14:19 +0000)]
Adapted code insert area and language select for mobile
Dan Brown [Sun, 28 Jan 2018 14:15:31 +0000 (14:15 +0000)]
Merge branch 'bug-650' of git://github.com/Abijeet/BookStack into Abijeet-bug-650
Dan Brown [Sun, 28 Jan 2018 14:08:14 +0000 (14:08 +0000)]
Updated user profile image delete to delete all uploads
Also moved test and made more comprehensive
Sampath Kumar [Sun, 28 Jan 2018 13:50:24 +0000 (19:20 +0530)]
#630: Deleting user's profile pics on deleting of user account (#646)
* Issue-630: Fixed issue with deleting user profile pics when deleting a user.
* Issue #630: Deleting user's profile pics on deleting of user account
* Issue-630: Added test case for deleting user
Dan Brown [Sun, 28 Jan 2018 13:40:01 +0000 (13:40 +0000)]
Merge pull request #679 from marcusforsberg/master
Added Swedish translation
Dan Brown [Sun, 28 Jan 2018 13:39:14 +0000 (13:39 +0000)]
Merge pull request #632 from BookStackApp/draw.io
draw.io integration
Dan Brown [Sun, 28 Jan 2018 13:33:50 +0000 (13:33 +0000)]
Actually fixed the BaseURL this time 🤦
Dan Brown [Sun, 28 Jan 2018 13:27:41 +0000 (13:27 +0000)]
Fixed test failing from missing baseURL
Also updated image upload test to delete before upload to prevent failed
tests breaking subsequent tests.
Dan Brown [Sun, 28 Jan 2018 13:18:28 +0000 (13:18 +0000)]
Added drawing endpoint tests
Also refactored ImageTests away from BrowserKit
Also added image upload type validation.
marcusforsberg [Fri, 26 Jan 2018 19:27:28 +0000 (20:27 +0100)]
Added Swedish locale to config
marcusforsberg [Fri, 26 Jan 2018 19:16:35 +0000 (20:16 +0100)]
Added Swedish translation
Dan Brown [Sat, 20 Jan 2018 20:40:21 +0000 (20:40 +0000)]
Added drawio abilities to markdown editor
Dan Brown [Sat, 20 Jan 2018 16:32:13 +0000 (16:32 +0000)]
Extracted draw.io functionality to own file
Dan Brown [Sat, 20 Jan 2018 15:00:54 +0000 (15:00 +0000)]
Added drawing icon and made drawio disablable
Dan Brown [Sat, 20 Jan 2018 14:06:44 +0000 (14:06 +0000)]
Merge branch 'master' into draw.io to fetch auth image changes
Dan Brown [Sat, 20 Jan 2018 14:05:03 +0000 (14:05 +0000)]
Merge pull request #665 from BookStackApp/authed_images
Adds ability to secure images behind auth
Dan Brown [Sat, 20 Jan 2018 14:01:56 +0000 (14:01 +0000)]
Merge branch 'master' into draw.io
Dan Brown [Sat, 20 Jan 2018 14:01:35 +0000 (14:01 +0000)]
Added drawing update ability
Dan Brown [Sat, 13 Jan 2018 16:45:28 +0000 (16:45 +0000)]
Merge branch 'Abijeet-bug-638'
Dan Brown [Sat, 13 Jan 2018 16:44:47 +0000 (16:44 +0000)]
Refactored book sort using collections
Dan Brown [Sat, 13 Jan 2018 11:11:23 +0000 (11:11 +0000)]
Added ability to secure images behind auth
Still in testing.
Adds STORAGE_TYPE=local_secure option for setting images to be behind
auth. Stores images alongside attachments in /storage/uploads/images.
Abijeet [Fri, 5 Jan 2018 20:11:06 +0000 (01:41 +0530)]
Adds overflow:auto to popup content to allow it to scroll in lower res.
Fixes #650
Signed-off-by: Abijeet <redacted>
Abijeet [Fri, 5 Jan 2018 19:34:48 +0000 (01:04 +0530)]
Refactored the code to first check for the permissions before sorting the book.
Signed-off-by: Abijeet <redacted>
Dan Brown [Sun, 31 Dec 2017 16:25:58 +0000 (16:25 +0000)]
Added view override support
Relates to #652
Abijeet [Sun, 31 Dec 2017 14:47:08 +0000 (20:17 +0530)]
Adds test case for sorting permissions.
Signed-off-by: Abijeet <redacted>
Abijeet [Sun, 31 Dec 2017 11:14:46 +0000 (16:44 +0530)]
Changed the sort view to only show books to which we have an update permission.
Signed-off-by: Abijeet <redacted>
Abijeet [Sun, 31 Dec 2017 10:55:21 +0000 (16:25 +0530)]
Checks the target and the source book before performing the sort.
Signed-off-by: Abijeet <redacted>
Dan Brown [Sat, 30 Dec 2017 16:09:27 +0000 (16:09 +0000)]
Fixed failing book view test
Also ensured setting system localcache is cleared correctly
Dan Brown [Sat, 30 Dec 2017 15:50:33 +0000 (15:50 +0000)]
Fixed broken table/ol/ul page includes
Fixes #640
Dan Brown [Sat, 30 Dec 2017 15:24:03 +0000 (15:24 +0000)]
Enabled system-storage of drawings made via draw.io
Dan Brown [Sat, 30 Dec 2017 12:41:13 +0000 (12:41 +0000)]
Merge pull request #644 from Abijeet/bug-643
Adds font-size to ol to ensure that they are uniform.
Dan Brown [Fri, 29 Dec 2017 16:49:03 +0000 (16:49 +0000)]
Updated book view change to PATCH + other amends
Moved toggle to right of header bar and added unique text and icon for
each view type.
Removed old profile setting to keep things clean.
Dan Brown [Fri, 29 Dec 2017 16:25:15 +0000 (16:25 +0000)]
Merge branch 'feature-613' of git://github.com/Abijeet/BookStack into Abijeet-feature-613
Dan Brown [Fri, 29 Dec 2017 16:14:20 +0000 (16:14 +0000)]
Standardised admin role check
Dan Brown [Fri, 29 Dec 2017 16:03:34 +0000 (16:03 +0000)]
Merge branch 'feature-579' of git://github.com/Abijeet/BookStack into Abijeet-feature-579
Abijeet [Thu, 28 Dec 2017 17:02:24 +0000 (22:32 +0530)]
Adds font-size to ol to ensure that they are uniform.
Fixes #643
Signed-off-by: Abijeet <redacted>
Dan Brown [Thu, 28 Dec 2017 13:19:02 +0000 (13:19 +0000)]
Enabled session in 404 responses
Fixes #634
Abijeet [Tue, 26 Dec 2017 10:16:20 +0000 (15:46 +0530)]
Adds test cases and fixes an issue with the permission checking.
Signed-off-by: Abijeet <redacted>
Abijeet [Tue, 26 Dec 2017 07:08:16 +0000 (12:38 +0530)]
Adds button to allow users to toggle the book view via the books list page.
Closes #613
Signed-off-by: Abijeet <redacted>
Abijeet [Mon, 25 Dec 2017 20:52:41 +0000 (02:22 +0530)]
Adds code to allow deletion of users via cmd line.
Fixes #579
Command:
php artisan bookstack:delete-users
Signed-off-by: Abijeet <redacted>
Dan Brown [Sun, 24 Dec 2017 14:42:31 +0000 (14:42 +0000)]
Updated pull-request info to be clearer
Also updated dev version
Dan Brown [Sun, 24 Dec 2017 14:28:35 +0000 (14:28 +0000)]
Started draw.io integration
Dan Brown [Sun, 10 Dec 2017 13:56:25 +0000 (13:56 +0000)]
Made it possible to pre-fill login via url
Allows email to be passed to email field.
Also allows password only if in demo mode (Due to security concerns).
Dan Brown [Sun, 10 Dec 2017 13:46:50 +0000 (13:46 +0000)]
Moved book cover image input into collapsible section
Prevent extra friction when creating a new book and makes it easier to
skip if grid view is not in use
Dan Brown [Sat, 9 Dec 2017 13:32:45 +0000 (13:32 +0000)]
Updated okta config keys, made SVG fully vector
Also added some additional error handling to login.
Dan Brown [Sat, 9 Dec 2017 12:48:08 +0000 (12:48 +0000)]
Merge branch 'master' of git://github.com/lommes/BookStack into lommes-master
Dan Brown [Sat, 9 Dec 2017 12:37:44 +0000 (12:37 +0000)]
Fixed WYSIWYG fullscreen mode on firefox
Prevented overlapping sidebar and collapsed content.
Fixes #605
Dan Brown [Fri, 8 Dec 2017 11:52:43 +0000 (11:52 +0000)]
Enabled custom HTML head content to work within editors
Closes #562
Dan Brown [Thu, 7 Dec 2017 19:46:25 +0000 (19:46 +0000)]
Made it possible to configure proxies via env
In reference to #146
Dan Brown [Thu, 7 Dec 2017 19:27:54 +0000 (19:27 +0000)]
Prevented page navigation highlighting erroring
This was when no page nav was on the page
Dan Brown [Thu, 7 Dec 2017 19:19:25 +0000 (19:19 +0000)]
Made small var name and formatting tweaks
Dan Brown [Thu, 7 Dec 2017 19:15:26 +0000 (19:15 +0000)]
Merge branch 'disable-comments' of git://github.com/Abijeet/BookStack into Abijeet-disable-comments
Dan Brown [Thu, 7 Dec 2017 19:10:31 +0000 (19:10 +0000)]
Cleaned up some page-show JS
Dan Brown [Thu, 7 Dec 2017 18:47:07 +0000 (18:47 +0000)]
Merge branch 'master' of git://github.com/Abijeet/BookStack
Dan Brown [Thu, 7 Dec 2017 18:44:20 +0000 (18:44 +0000)]
Added meta+enter shortcut for page save
Closes #604
Dan Brown [Wed, 6 Dec 2017 17:32:29 +0000 (17:32 +0000)]
Refactored image picker to js component
Also adjusted default cover image size
Dan Brown [Wed, 6 Dec 2017 16:34:26 +0000 (16:34 +0000)]
Converted books view setting to user setting
Also cleaned up/moved new CSS and removed redundant new book methods.
Dan Brown [Wed, 6 Dec 2017 15:52:54 +0000 (15:52 +0000)]
Merge branch 'BookStackApp-master' of git://github.com/OsmosysSoftware/BookStack into OsmosysSoftware-BookStackApp-master
Dan Brown [Wed, 6 Dec 2017 11:17:34 +0000 (11:17 +0000)]
Prevented finding of check script in lang tests
Dan Brown [Mon, 4 Dec 2017 20:25:04 +0000 (20:25 +0000)]
Added script to check translation files
Closes #373
Dan Brown [Mon, 4 Dec 2017 17:59:53 +0000 (17:59 +0000)]
Fixed conflicting PDF facade namespace and corrected php version
Updated composer to have the correct config to install dependancies that
work for 7.0
Timo Bartholomes [Sun, 26 Nov 2017 15:41:29 +0000 (16:41 +0100)]
Add socialite authentication for okta
Dan Brown [Sun, 19 Nov 2017 18:31:24 +0000 (18:31 +0000)]
Fixed heavy init breakages made in last commit
Dan Brown [Sun, 19 Nov 2017 17:59:12 +0000 (17:59 +0000)]
Made some further laravel 5.5 cleanup
Removed old bootstrap files that are not needed and
amended composer to laravel upgrade guide
Dan Brown [Sun, 19 Nov 2017 15:56:06 +0000 (15:56 +0000)]
Updated to laravel 5.5
Closes #590
Abijeet [Thu, 16 Nov 2017 18:02:36 +0000 (23:32 +0530)]
Adding testcases for comments disable / enable setting.
Abijeet [Wed, 15 Nov 2017 18:52:22 +0000 (00:22 +0530)]
Added language translation for the new settings icons.
Abijeet [Wed, 15 Nov 2017 18:35:24 +0000 (00:05 +0530)]
Added code in the settings to disable comments. Based on that hiding the comments section on the page display.
Abijeet Patro [Wed, 15 Nov 2017 02:35:20 +0000 (08:05 +0530)]
Merge pull request #2 from BookStackApp/master
Getting the latest code.
Abijeet [Tue, 14 Nov 2017 18:34:35 +0000 (00:04 +0530)]
Removed invalid comments, and formatted the code.
Abijeet [Tue, 14 Nov 2017 18:31:48 +0000 (00:01 +0530)]
Merge branch 'master' of https://github.com/Abijeet/BookStack
Abijeet [Tue, 14 Nov 2017 18:24:25 +0000 (23:54 +0530)]
Highlights all headings currently visible. Also fixes extra scrollbar appearing in Firefox.
Abijeet Patro [Mon, 13 Nov 2017 17:52:45 +0000 (23:22 +0530)]
Merge pull request #1 from BookStackApp/master
Getting the latest changes.
Dan Brown [Sat, 11 Nov 2017 18:30:55 +0000 (18:30 +0000)]
Allowed custom session expiry time
Closes #570
Dan Brown [Sat, 11 Nov 2017 18:09:48 +0000 (18:09 +0000)]
Fixed required email confirmation with domain restriction
Added test to cover scenario.
Closes #573
Dan Brown [Sat, 11 Nov 2017 17:10:15 +0000 (17:10 +0000)]
Fixed vue component error
Dan Brown [Sat, 11 Nov 2017 17:03:36 +0000 (17:03 +0000)]
Merge pull request #563 from 10bass/master
Fix ajax tag suggestion for subdir installs
Dan Brown [Sat, 11 Nov 2017 16:30:16 +0000 (16:30 +0000)]
Merge pull request #558 from lbguilherme/ptbr
Update pt_BR translations
Dan Brown [Sat, 11 Nov 2017 16:27:29 +0000 (16:27 +0000)]
Prevented mulitple hypens incorrectly in slug
Added test to check slug format.
Fixes #589
Dan Brown [Sat, 11 Nov 2017 16:19:24 +0000 (16:19 +0000)]
Added package-lock file for npm version locking
Dan Brown [Sat, 11 Nov 2017 16:15:08 +0000 (16:15 +0000)]
Added test to cover multi-byte slugs
Also removed check for 'mb_' functions since mbstring is a dependancy
Dan Brown [Sat, 11 Nov 2017 16:07:23 +0000 (16:07 +0000)]
Merge branch 'wowkaster-patch-1'
Abijeet [Sun, 5 Nov 2017 14:53:16 +0000 (20:23 +0530)]
Refactored all functionality into one function. Changed margin-top.
Vladimir [Fri, 3 Nov 2017 12:00:07 +0000 (14:00 +0200)]
Russian slug and Multibyte String
Abijeet [Wed, 1 Nov 2017 19:44:06 +0000 (01:14 +0530)]
Fixes #466. Adds support for header highlighting using intersection observer.
10bass [Mon, 16 Oct 2017 22:24:47 +0000 (18:24 -0400)]
Fix ajax tag suggestion for subdir installs
tag suggest URLs were hardcoded to /ajax in blade template. Wrapped them in baseUrl()
Guilherme Bernal [Sun, 15 Oct 2017 19:15:53 +0000 (16:15 -0300)]
Update pt_BR translations
Dan Brown [Sun, 15 Oct 2017 18:24:06 +0000 (19:24 +0100)]
Updated search test to fit with new tokenization
Dan Brown [Sun, 15 Oct 2017 18:14:46 +0000 (19:14 +0100)]
Prevented custom homepage being deleted
Fixes #546
Dan Brown [Sun, 15 Oct 2017 17:51:01 +0000 (18:51 +0100)]
Expanded list of indexing split chars
Expands on #531