]>
BookStack Code Mirror - bookstack/log
Dan Brown [Sat, 22 Sep 2018 15:36:35 +0000 (16:36 +0100)]
Tried to make chapter toggles a little smoother in FF
Dan Brown [Sat, 22 Sep 2018 14:57:53 +0000 (15:57 +0100)]
Merge branch 'master' into fix/#960
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
Dan Brown [Sat, 22 Sep 2018 13:55:33 +0000 (14:55 +0100)]
Only show codeblock copy icon on hover
Fixes #980
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
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.
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
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.
Dan Brown [Sat, 22 Sep 2018 10:41:46 +0000 (11:41 +0100)]
Made bookstack cookie name configurable
Closes #1018
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
Dan Brown [Fri, 21 Sep 2018 17:48:47 +0000 (18:48 +0100)]
Fixed formatting via phpcbf
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.
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
Dan Brown [Fri, 21 Sep 2018 14:29:52 +0000 (15:29 +0100)]
Merge pull request #947 from BookStackApp/bookshelves
Bookshelves
Dan Brown [Fri, 21 Sep 2018 14:24:29 +0000 (15:24 +0100)]
Updated 404 test to not fail based on random long name
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.
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.
Dan Brown [Thu, 20 Sep 2018 18:16:11 +0000 (19:16 +0100)]
Added bookshelf permission control UI and copy-down ability
Dan Brown [Thu, 20 Sep 2018 15:03:01 +0000 (16:03 +0100)]
Removed joint_permission generation in older migration
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
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.
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.
Dan Brown [Sun, 16 Sep 2018 15:59:01 +0000 (16:59 +0100)]
Added ability to click books in shelf-sort
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>
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>
Abijeet [Sat, 15 Sep 2018 19:42:36 +0000 (01:12 +0530)]
Final tweaks after code review and fixing failing test cases.
Abijeet [Sat, 15 Sep 2018 15:38:00 +0000 (21:08 +0530)]
Removes the BadRequestException class added earlier.
Signed-off-by: Abijeet <redacted>
Abijeet [Sat, 15 Sep 2018 15:35:51 +0000 (21:05 +0530)]
Adds tests and few fixes.
Signed-off-by: Abijeet <redacted>
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>
Abijeet [Sat, 15 Sep 2018 09:46:04 +0000 (15:16 +0530)]
Adding languages for the revision deletion.
Abijeet [Sat, 15 Sep 2018 09:45:42 +0000 (15:15 +0530)]
Adds code to delete the revision.
Signed-off-by: Abijeet <redacted>
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
André Luiz da Silva [Fri, 24 Aug 2018 19:03:04 +0000 (16:03 -0300)]
Adds and fixes pt_BR strings
Ibrahim Ennafaa [Tue, 21 Aug 2018 16:44:42 +0000 (12:44 -0400)]
add missing @param in method comment
Ibrahim Ennafaa [Tue, 21 Aug 2018 01:19:25 +0000 (21:19 -0400)]
Update UserRepo.php
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.
Ibrahim Ennafaa [Thu, 16 Aug 2018 21:52:16 +0000 (21:52 +0000)]
attempt to fix unit test error for admin creation
Dan Brown [Sun, 29 Jul 2018 19:28:49 +0000 (20:28 +0100)]
implement social auto registration feature
Dan Brown [Sun, 12 Aug 2018 13:20:53 +0000 (14:20 +0100)]
Merge pull request #957 from moucho/master
Updated Spanish translation
Dan Brown [Sun, 12 Aug 2018 12:42:17 +0000 (13:42 +0100)]
Updated composer dependancies
Dan Brown [Sun, 12 Aug 2018 12:34:14 +0000 (13:34 +0100)]
Added test to cover new language autodetect config option
Dan Brown [Sun, 12 Aug 2018 12:28:40 +0000 (13:28 +0100)]
Fixed incorrect type error in LDAP group sync
Should fix #951
Marcos [Sun, 12 Aug 2018 12:14:56 +0000 (14:14 +0200)]
Updated Spanish translation
Dan Brown [Sun, 12 Aug 2018 12:12:47 +0000 (13:12 +0100)]
Tweaked bug report template to request hosting method
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
Dan Brown [Sun, 12 Aug 2018 11:51:00 +0000 (12:51 +0100)]
Merge pull request #942 from marcusforsberg/master
Updated Swedish 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
Dan Brown [Sun, 12 Aug 2018 11:36:28 +0000 (12:36 +0100)]
Merge pull request #952 from leomartinez/master
Updated 'Spanish Argentina' translation.
Leonardo Martinez [Mon, 6 Aug 2018 13:46:53 +0000 (10:46 -0300)]
Updated 'Spanish Argentina' translation.
Baron Hou [Sun, 5 Aug 2018 09:07:13 +0000 (17:07 +0800)]
Update Traditional Chinese
Baron Hou [Sun, 5 Aug 2018 09:05:41 +0000 (17:05 +0800)]
Update Simplified Chinese
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
Dan Brown [Sat, 4 Aug 2018 10:35:01 +0000 (11:35 +0100)]
Merge remote-tracking branch 'origin' into bookshelves
Khalid [Fri, 3 Aug 2018 16:00:51 +0000 (19:00 +0300)]
added Arabic to locales
Khalid [Fri, 3 Aug 2018 15:58:27 +0000 (18:58 +0300)]
added Arabic language to drop-down list.
Khalid [Fri, 3 Aug 2018 15:51:18 +0000 (18:51 +0300)]
translated
Khalid [Fri, 3 Aug 2018 15:34:39 +0000 (18:34 +0300)]
translated
Khalid [Thu, 2 Aug 2018 03:38:33 +0000 (06:38 +0300)]
translated
Khalid [Wed, 1 Aug 2018 15:25:44 +0000 (18:25 +0300)]
translated
Khalid [Mon, 30 Jul 2018 09:58:12 +0000 (12:58 +0300)]
translated
Khalid [Mon, 30 Jul 2018 09:54:32 +0000 (12:54 +0300)]
translated
marcusforsberg [Mon, 30 Jul 2018 06:35:34 +0000 (09:35 +0300)]
Updated Swedish translation
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
Dan Brown [Sun, 29 Jul 2018 15:04:39 +0000 (16:04 +0100)]
Merge pull request #933 from nicobubulle/master
French translation update
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
Dan Brown [Sun, 29 Jul 2018 14:55:13 +0000 (15:55 +0100)]
Delete ISSUE_TEMPLATE.md
Dan Brown [Sun, 29 Jul 2018 14:54:53 +0000 (15:54 +0100)]
Update issue templates
Dan Brown [Sun, 29 Jul 2018 14:44:10 +0000 (15:44 +0100)]
Updated pagination to use theme colour
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
Dan Brown [Sat, 28 Jul 2018 14:03:29 +0000 (15:03 +0100)]
Updated packages via npm audit
Khalid [Sat, 28 Jul 2018 11:13:12 +0000 (14:13 +0300)]
translated
Khalid [Sat, 28 Jul 2018 10:02:19 +0000 (13:02 +0300)]
translated
Khalid [Sat, 28 Jul 2018 09:47:35 +0000 (12:47 +0300)]
translated
Khalid [Fri, 27 Jul 2018 21:13:33 +0000 (00:13 +0300)]
translated
Khalid [Tue, 24 Jul 2018 18:40:49 +0000 (21:40 +0300)]
translated
Khalid [Tue, 24 Jul 2018 18:36:12 +0000 (21:36 +0300)]
translated to Arabic
Khalid [Tue, 24 Jul 2018 15:11:55 +0000 (18:11 +0300)]
fully translated "common" and partially translated "entities"
kmoj86 [Mon, 23 Jul 2018 15:19:17 +0000 (18:19 +0300)]
Update entities.php
Khalid [Mon, 23 Jul 2018 10:08:07 +0000 (13:08 +0300)]
partial file translation
nicobubulle [Sun, 22 Jul 2018 16:20:09 +0000 (18:20 +0200)]
French translation update
alex2702 [Sun, 15 Jul 2018 19:26:55 +0000 (21:26 +0200)]
Fixed German translations for notifications
Dan Brown [Sun, 15 Jul 2018 18:36:28 +0000 (19:36 +0100)]
Merge branch 'brennanmurphy-master'
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.
Dan Brown [Sun, 15 Jul 2018 17:21:45 +0000 (18:21 +0100)]
Refactored out the LDAP repo
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.
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
Dan Brown [Sat, 14 Jul 2018 13:14:37 +0000 (14:14 +0100)]
Merge branch 'master' of github.com:BookStackApp/BookStack
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
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
Dan Brown [Sat, 14 Jul 2018 09:20:49 +0000 (10:20 +0100)]
Added browserlist, Tweaked md scrollToText ot use ES6
Dan Brown [Sat, 14 Jul 2018 08:36:14 +0000 (09:36 +0100)]
Merge branch 'master' into feature/edit-link-headers
André Luiz da Silva [Tue, 10 Jul 2018 18:10:21 +0000 (15:10 -0300)]
Improves and adds missing pt_BR strings
Brennan Murphy [Mon, 2 Jul 2018 17:27:43 +0000 (17:27 +0000)]
Update files to PSR-2 standards
Brennan Murphy [Mon, 2 Jul 2018 17:09:39 +0000 (17:09 +0000)]
LDAP groups sync to Bookstack roles.
Closes #75
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.
Dan Brown [Sun, 1 Jul 2018 15:21:38 +0000 (16:21 +0100)]
Merge pull request #886 from leomartinez/master
Updated 'Spanish Argentina' translation.
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
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.
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.
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>