]> BookStack Code Mirror - bookstack/log
bookstack
6 years agoTried to make chapter toggles a little smoother in FF 1009/head
Dan Brown [Sat, 22 Sep 2018 15:36:35 +0000 (16:36 +0100)]
Tried to make chapter toggles a little smoother in FF

6 years agoMerge branch 'master' into fix/#960
Dan Brown [Sat, 22 Sep 2018 14:57:53 +0000 (15:57 +0100)]
Merge branch 'master' into fix/#960

6 years agoFixed sidebar rubber-banding when content is expanded
Dan Brown [Sat, 22 Sep 2018 14:52:09 +0000 (15:52 +0100)]
Fixed sidebar rubber-banding when content is expanded

Hopefully for #905
Ideally layout needs to be re-thought

6 years agoOnly show codeblock copy icon on hover
Dan Brown [Sat, 22 Sep 2018 13:55:33 +0000 (14:55 +0100)]
Only show codeblock copy icon on hover

Fixes #980

6 years agoMerge pull request #986 from DeehSlash/fix/pt_br_locale
Dan Brown [Sat, 22 Sep 2018 13:40:23 +0000 (14:40 +0100)]
Merge pull request #986 from DeehSlash/fix/pt_br_locale

Adds and fixes pt_BR strings

6 years agoAdded base RTL support
Dan Brown [Sat, 22 Sep 2018 12:18:26 +0000 (13:18 +0100)]
Added base RTL support

For #939

- Adds way to check if current language is RTL via config system.
- Made TinyMCE default direction be based on current language text
direction.
- Fixed bullet points to be RTL compatible.
- Set page content body to have direction based on content.

6 years agoMerge branch 'master' of git://github.com/kmoj86/BookStack into kmoj86-master
Dan Brown [Sat, 22 Sep 2018 11:23:17 +0000 (12:23 +0100)]
Merge branch 'master' of git://github.com/kmoj86/BookStack into kmoj86-master

6 years agoAdded custom head content to exports
Dan Brown [Sat, 22 Sep 2018 10:53:40 +0000 (11:53 +0100)]
Added custom head content to exports

Closes #981

Also fixed incorrect download tests.

6 years agoMade bookstack cookie name configurable
Dan Brown [Sat, 22 Sep 2018 10:41:46 +0000 (11:41 +0100)]
Made bookstack cookie name configurable

Closes #1018

6 years agoExtracted download response logic into controller method
Dan Brown [Sat, 22 Sep 2018 10:34:09 +0000 (11:34 +0100)]
Extracted download response logic into controller method

Fixes incorrect 'Content-Disposition' header value.
Fixes #581

6 years agoFixed formatting via phpcbf
Dan Brown [Fri, 21 Sep 2018 17:48:47 +0000 (18:48 +0100)]
Fixed formatting via phpcbf

6 years agoAltered social auto-reg to be configurable per service
Dan Brown [Fri, 21 Sep 2018 17:05:06 +0000 (18:05 +0100)]
Altered social auto-reg to be configurable per service

- Added {$service}_AUTO_REGISTER and {$service}_AUTO_CONFIRM_EMAIL env
options for each social auth system.
- Auto-register will allow registration from login, even if registration
is disabled.
- Auto-confirm-email indicates trust and will mark new registrants as
'email_confirmed' and skip 'confirmation email' flow.
- Also added covering tests.

6 years agoMerge branch 'feature/autoregistration_social_login' of git://github.com/ibrahimennaf...
Dan Brown [Fri, 21 Sep 2018 15:14:52 +0000 (16:14 +0100)]
Merge branch 'feature/autoregistration_social_login' of git://github.com/ibrahimennafaa/BookStack into ibrahimennafaa-feature/autoregistration_social_login

6 years agoMerge pull request #947 from BookStackApp/bookshelves
Dan Brown [Fri, 21 Sep 2018 14:29:52 +0000 (15:29 +0100)]
Merge pull request #947 from BookStackApp/bookshelves

Bookshelves

6 years agoUpdated 404 test to not fail based on random long name 947/head
Dan Brown [Fri, 21 Sep 2018 14:24:29 +0000 (15:24 +0100)]
Updated 404 test to not fail based on random long name

6 years agoAdded testing coverage for Bookshelves
Dan Brown [Fri, 21 Sep 2018 14:15:16 +0000 (15:15 +0100)]
Added testing coverage for Bookshelves

Created modified TestResponse so we can use DOM operations in new
Testcases as we move away from the BrowserKit tests.

6 years agoUpdated so permission effect admins more
Dan Brown [Thu, 20 Sep 2018 18:48:08 +0000 (19:48 +0100)]
Updated so permission effect admins more

Asset permissions can now be configured for admins.
joint_permissions will now effect admins more often.
Made so shelves header link will hide if you have no bookshelves view
permission.

6 years agoAdded bookshelf permission control UI and copy-down ability
Dan Brown [Thu, 20 Sep 2018 18:16:11 +0000 (19:16 +0100)]
Added bookshelf permission control UI and copy-down ability

6 years agoRemoved joint_permission generation in older migration
Dan Brown [Thu, 20 Sep 2018 15:03:01 +0000 (16:03 +0100)]
Removed joint_permission generation in older migration

6 years agoAdded bookshelves homepage options
Dan Brown [Thu, 20 Sep 2018 14:27:30 +0000 (15:27 +0100)]
Added bookshelves homepage options

- Updated homepage selection UI to be more scalable
- Cleaned homepage selection logic in code
- Added seed test data for bookshelves
- Added bookshelves to permission system

6 years agoAdded bookshelf view, update, delete
Dan Brown [Sun, 16 Sep 2018 18:34:09 +0000 (19:34 +0100)]
Added bookshelf view, update, delete

- Enabled proper ordering of Books in a shelf.
- Improved related item destroy for all entities.

6 years agoMerge pull request #1008 from BookStackApp/revision-deletion
Abijeet Patro [Sun, 16 Sep 2018 16:00:04 +0000 (21:30 +0530)]
Merge pull request #1008 from BookStackApp/revision-deletion

#784 - Adds ability to remove particular revision.

6 years agoAdded ability to click books in shelf-sort
Dan Brown [Sun, 16 Sep 2018 15:59:01 +0000 (16:59 +0100)]
Added ability to click books in shelf-sort

6 years agoChanges as per code review, and fixes failing test cases. 1008/head
Abijeet [Sun, 16 Sep 2018 15:14:09 +0000 (20:44 +0530)]
Changes as per code review, and fixes failing test cases.

Signed-off-by: Abijeet <redacted>
6 years agoFixes issue wth the dropdown list upon double clicking.
Abijeet [Sun, 16 Sep 2018 07:39:21 +0000 (13:09 +0530)]
Fixes issue wth the dropdown list upon double clicking.

Closes #960

Signed-off-by: Abijeet <redacted>
6 years agoFinal tweaks after code review and fixing failing test cases.
Abijeet [Sat, 15 Sep 2018 19:42:36 +0000 (01:12 +0530)]
Final tweaks after code review and fixing failing test cases.

6 years agoRemoves the BadRequestException class added earlier.
Abijeet [Sat, 15 Sep 2018 15:38:00 +0000 (21:08 +0530)]
Removes the BadRequestException class added earlier.

Signed-off-by: Abijeet <redacted>
6 years agoAdds tests and few fixes.
Abijeet [Sat, 15 Sep 2018 15:35:51 +0000 (21:05 +0530)]
Adds tests and few fixes.

Signed-off-by: Abijeet <redacted>
6 years agoAdded a success message on deletion of revision.
Abijeet [Sat, 15 Sep 2018 10:38:20 +0000 (16:08 +0530)]
Added a success message on deletion of revision.

Signed-off-by: Abijeet <redacted>
6 years agoAdding languages for the revision deletion.
Abijeet [Sat, 15 Sep 2018 09:46:04 +0000 (15:16 +0530)]
Adding languages for the revision deletion.

6 years agoAdds code to delete the revision.
Abijeet [Sat, 15 Sep 2018 09:45:42 +0000 (15:15 +0530)]
Adds code to delete the revision.

Signed-off-by: Abijeet <redacted>
6 years agoCopied book content, Added create routes
Dan Brown [Mon, 27 Aug 2018 13:18:09 +0000 (14:18 +0100)]
Copied book content, Added create routes

Added view control
Added pivot table for books relation
Added control to assign books

6 years agoAdds and fixes pt_BR strings 986/head
André Luiz da Silva [Fri, 24 Aug 2018 19:03:04 +0000 (16:03 -0300)]
Adds and fixes pt_BR strings

6 years agoadd missing @param in method comment 966/head
Ibrahim Ennafaa [Tue, 21 Aug 2018 16:44:42 +0000 (12:44 -0400)]
add missing @param in method comment

6 years agoUpdate UserRepo.php
Ibrahim Ennafaa [Tue, 21 Aug 2018 01:19:25 +0000 (21:19 -0400)]
Update UserRepo.php

6 years agoFixed LDAP group sync using wrong user filter
Dan Brown [Sun, 19 Aug 2018 14:24:42 +0000 (15:24 +0100)]
Fixed LDAP group sync using wrong user filter

LDAP group sync was trying to find users based on the external_auth_id
which is not garunteed to match the username entered so somtimes
the search for a user would fail.

This passes the username to the group sync.
Picked up by @yoyokko in #959.

6 years agoattempt to fix unit test error for admin creation
Ibrahim Ennafaa [Thu, 16 Aug 2018 21:52:16 +0000 (21:52 +0000)]
attempt to fix unit test error for admin creation

6 years agoimplement social auto registration feature
Dan Brown [Sun, 29 Jul 2018 19:28:49 +0000 (20:28 +0100)]
implement social auto registration feature

6 years agoMerge pull request #957 from moucho/master
Dan Brown [Sun, 12 Aug 2018 13:20:53 +0000 (14:20 +0100)]
Merge pull request #957 from moucho/master

Updated Spanish translation

6 years agoUpdated composer dependancies
Dan Brown [Sun, 12 Aug 2018 12:42:17 +0000 (13:42 +0100)]
Updated composer dependancies

6 years agoAdded test to cover new language autodetect config option
Dan Brown [Sun, 12 Aug 2018 12:34:14 +0000 (13:34 +0100)]
Added test to cover new language autodetect config option

6 years agoFixed incorrect type error in LDAP group sync
Dan Brown [Sun, 12 Aug 2018 12:28:40 +0000 (13:28 +0100)]
Fixed incorrect type error in LDAP group sync

Should fix #951

6 years agoUpdated Spanish translation 957/head
Marcos [Sun, 12 Aug 2018 12:14:56 +0000 (14:14 +0200)]
Updated Spanish translation

6 years agoTweaked bug report template to request hosting method
Dan Brown [Sun, 12 Aug 2018 12:12:47 +0000 (13:12 +0100)]
Tweaked bug report template to request hosting method

6 years agoAdded option to disable public lang autodetect
Dan Brown [Sun, 12 Aug 2018 12:10:55 +0000 (13:10 +0100)]
Added option to disable public lang autodetect

Also cleaned up localization middleware a little.
Closes #944

6 years agoMerge pull request #942 from marcusforsberg/master
Dan Brown [Sun, 12 Aug 2018 11:51:00 +0000 (12:51 +0100)]
Merge pull request #942 from marcusforsberg/master

Updated Swedish translation

6 years agoMerge pull request #948 from houbaron/fix/Chinese_translation
Dan Brown [Sun, 12 Aug 2018 11:37:35 +0000 (12:37 +0100)]
Merge pull request #948 from houbaron/fix/Chinese_translation

Fix/Chinese translation

6 years agoMerge pull request #952 from leomartinez/master
Dan Brown [Sun, 12 Aug 2018 11:36:28 +0000 (12:36 +0100)]
Merge pull request #952 from leomartinez/master

Updated 'Spanish Argentina' translation.

6 years agoUpdated 'Spanish Argentina' translation. 952/head
Leonardo Martinez [Mon, 6 Aug 2018 13:46:53 +0000 (10:46 -0300)]
Updated 'Spanish Argentina' translation.

6 years agoUpdate Traditional Chinese 948/head
Baron Hou [Sun, 5 Aug 2018 09:07:13 +0000 (17:07 +0800)]
Update Traditional Chinese

6 years agoUpdate Simplified Chinese
Baron Hou [Sun, 5 Aug 2018 09:05:41 +0000 (17:05 +0800)]
Update Simplified Chinese

6 years agoAdded shelve icon, improved migration, added role permission
Dan Brown [Sat, 4 Aug 2018 11:45:45 +0000 (12:45 +0100)]
Added shelve icon, improved migration, added role permission

Icon is placeholder for now
Migration will now copy permissions from Books to apply to shelves.
Role view updated with visibility on shelve permission

6 years agoMerge remote-tracking branch 'origin' into bookshelves
Dan Brown [Sat, 4 Aug 2018 10:35:01 +0000 (11:35 +0100)]
Merge remote-tracking branch 'origin' into bookshelves

6 years agoadded Arabic to locales 945/head
Khalid [Fri, 3 Aug 2018 16:00:51 +0000 (19:00 +0300)]
added Arabic to locales

6 years agoadded Arabic language to drop-down list.
Khalid [Fri, 3 Aug 2018 15:58:27 +0000 (18:58 +0300)]
added Arabic language to drop-down list.

6 years agotranslated
Khalid [Fri, 3 Aug 2018 15:51:18 +0000 (18:51 +0300)]
translated

6 years agotranslated
Khalid [Fri, 3 Aug 2018 15:34:39 +0000 (18:34 +0300)]
translated

6 years agotranslated
Khalid [Thu, 2 Aug 2018 03:38:33 +0000 (06:38 +0300)]
translated

6 years agotranslated
Khalid [Wed, 1 Aug 2018 15:25:44 +0000 (18:25 +0300)]
translated

6 years agotranslated
Khalid [Mon, 30 Jul 2018 09:58:12 +0000 (12:58 +0300)]
translated

6 years agotranslated
Khalid [Mon, 30 Jul 2018 09:54:32 +0000 (12:54 +0300)]
translated

6 years agoUpdated Swedish translation 942/head
marcusforsberg [Mon, 30 Jul 2018 06:35:34 +0000 (09:35 +0300)]
Updated Swedish translation

6 years agoMerge pull request #904 from lommes/903-socialite-discord
Dan Brown [Sun, 29 Jul 2018 15:18:10 +0000 (16:18 +0100)]
Merge pull request #904 from lommes/903-socialite-discord

add everything needed to use discord as social login provider

6 years agoMerge pull request #933 from nicobubulle/master
Dan Brown [Sun, 29 Jul 2018 15:04:39 +0000 (16:04 +0100)]
Merge pull request #933 from nicobubulle/master

French translation update

6 years agoMerge pull request #925 from alex2702/fix/835
Dan Brown [Sun, 29 Jul 2018 15:03:29 +0000 (16:03 +0100)]
Merge pull request #925 from alex2702/fix/835

Fixed German translations for notifications

6 years agoDelete ISSUE_TEMPLATE.md
Dan Brown [Sun, 29 Jul 2018 14:55:13 +0000 (15:55 +0100)]
Delete ISSUE_TEMPLATE.md

6 years agoUpdate issue templates
Dan Brown [Sun, 29 Jul 2018 14:54:53 +0000 (15:54 +0100)]
Update issue templates

6 years agoUpdated pagination to use theme colour
Dan Brown [Sun, 29 Jul 2018 14:44:10 +0000 (15:44 +0100)]
Updated pagination to use theme colour

6 years agoPrevented error notification being visible on load
Dan Brown [Sun, 29 Jul 2018 14:34:54 +0000 (15:34 +0100)]
Prevented error notification being visible on load

Fixes #897

Also made design a little more compact

6 years agoUpdated packages via npm audit
Dan Brown [Sat, 28 Jul 2018 14:03:29 +0000 (15:03 +0100)]
Updated packages via npm audit

6 years agotranslated
Khalid [Sat, 28 Jul 2018 11:13:12 +0000 (14:13 +0300)]
translated

6 years agotranslated
Khalid [Sat, 28 Jul 2018 10:02:19 +0000 (13:02 +0300)]
translated

6 years agotranslated
Khalid [Sat, 28 Jul 2018 09:47:35 +0000 (12:47 +0300)]
translated

6 years agotranslated
Khalid [Fri, 27 Jul 2018 21:13:33 +0000 (00:13 +0300)]
translated

6 years agotranslated
Khalid [Tue, 24 Jul 2018 18:40:49 +0000 (21:40 +0300)]
translated

6 years agotranslated to Arabic
Khalid [Tue, 24 Jul 2018 18:36:12 +0000 (21:36 +0300)]
translated to Arabic

6 years agofully translated "common" and partially translated "entities"
Khalid [Tue, 24 Jul 2018 15:11:55 +0000 (18:11 +0300)]
fully translated "common" and partially translated "entities"

6 years agoUpdate entities.php
kmoj86 [Mon, 23 Jul 2018 15:19:17 +0000 (18:19 +0300)]
Update entities.php

6 years agopartial file translation
Khalid [Mon, 23 Jul 2018 10:08:07 +0000 (13:08 +0300)]
partial file translation

6 years agoFrench translation update 933/head
nicobubulle [Sun, 22 Jul 2018 16:20:09 +0000 (18:20 +0200)]
French translation update

6 years agoFixed German translations for notifications 925/head
alex2702 [Sun, 15 Jul 2018 19:26:55 +0000 (21:26 +0200)]
Fixed German translations for notifications

6 years agoMerge branch 'brennanmurphy-master'
Dan Brown [Sun, 15 Jul 2018 18:36:28 +0000 (19:36 +0100)]
Merge branch 'brennanmurphy-master'

6 years agoAdded ability to set custom ldap group -> role mapping
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.

6 years agoRefactored out the LDAP repo
Dan Brown [Sun, 15 Jul 2018 17:21:45 +0000 (18:21 +0100)]
Refactored out the LDAP repo

6 years agoAdded tests to cover ldap group mapping
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.

6 years agoMerge branch 'master' of git://github.com/brennanmurphy/BookStack into brennanmurphy...
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

6 years agoMerge branch 'master' of github.com:BookStackApp/BookStack
Dan Brown [Sat, 14 Jul 2018 13:14:37 +0000 (14:14 +0100)]
Merge branch 'master' of github.com:BookStackApp/BookStack

6 years agoAllowed creating pages in visible chapters in invisible books
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

6 years agoMerge pull request #918 from DeehSlash/fix/pt_br_locale
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

6 years agoAdded browserlist, Tweaked md scrollToText ot use ES6
Dan Brown [Sat, 14 Jul 2018 09:20:49 +0000 (10:20 +0100)]
Added browserlist, Tweaked md scrollToText ot use ES6

6 years agoMerge branch 'master' into feature/edit-link-headers
Dan Brown [Sat, 14 Jul 2018 08:36:14 +0000 (09:36 +0100)]
Merge branch 'master' into feature/edit-link-headers

6 years agoImproves and adds missing pt_BR strings 918/head
André Luiz da Silva [Tue, 10 Jul 2018 18:10:21 +0000 (15:10 -0300)]
Improves and adds missing pt_BR strings

7 years agoUpdate files to PSR-2 standards 911/head
Brennan Murphy [Mon, 2 Jul 2018 17:27:43 +0000 (17:27 +0000)]
Update files to PSR-2 standards

7 years agoLDAP groups sync to Bookstack roles.
Brennan Murphy [Mon, 2 Jul 2018 17:09:39 +0000 (17:09 +0000)]
LDAP groups sync to Bookstack roles.
Closes #75

7 years agoMerge pull request #907 from BookStackApp/fix/date-image-manager
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.

7 years agoMerge pull request #886 from leomartinez/master
Dan Brown [Sun, 1 Jul 2018 15:21:38 +0000 (16:21 +0100)]
Merge pull request #886 from leomartinez/master

Updated 'Spanish Argentina' translation.

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

7 years agoMerge pull request #906 from BookStackApp/bug/revision-wrap
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.

7 years agoMerge pull request #874 from BookStackApp/fix/gototext
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.

7 years agoChanges the way the date is displayed in image-manager. 907/head
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>