]>
BookStack Code Mirror - bookstack/log
Justin Stein [Sat, 13 Oct 2018 21:31:29 +0000 (14:31 -0700)]
Revert "Added else clause"
This reverts commit
77d7f764f1321fda7a2731c8c7ef50cecdea1af8 .
justein230 [Sat, 13 Oct 2018 05:50:02 +0000 (22:50 -0700)]
Added else clause
Justin Stein [Fri, 12 Oct 2018 18:52:13 +0000 (11:52 -0700)]
Add select account parameter for google authorization
Useful for choosing an account if a default account is outside the scope of a G Suite organization.
Dan Brown [Tue, 25 Sep 2018 17:00:40 +0000 (18:00 +0100)]
Updated various classes to take EntityProvider instead of separate entities
Dan Brown [Tue, 25 Sep 2018 15:58:03 +0000 (16:58 +0100)]
Fleshed out entity provided and optimized imports
Dan Brown [Tue, 25 Sep 2018 11:30:50 +0000 (12:30 +0100)]
Re-structured the app code to be feature based rather than code type based
Dan Brown [Tue, 25 Sep 2018 09:00:09 +0000 (10:00 +0100)]
Incremented dev version
Dan Brown [Mon, 24 Sep 2018 15:30:08 +0000 (16:30 +0100)]
Added null role check to migrate path
Also added check for existing bookshelf role_permissions
in the event the user got that for.
Also related to #1027
Dan Brown [Mon, 24 Sep 2018 14:58:40 +0000 (15:58 +0100)]
Updated migration to convert MyISAM tables to InnoDB
New bookshelves_books tables requires foreign constraints which error on MyISAM.
For #1027
Dan Brown [Mon, 24 Sep 2018 09:35:22 +0000 (10:35 +0100)]
Merge pull request #1026 from vriic/master
Update german translation
Nikolai Nikolajevic [Mon, 24 Sep 2018 07:55:37 +0000 (09:55 +0200)]
Update german translation
Dan Brown [Sun, 23 Sep 2018 16:18:41 +0000 (17:18 +0100)]
Merge pull request #1025 from moucho/master
Spanish translation
Marcos [Sun, 23 Sep 2018 15:31:41 +0000 (17:31 +0200)]
Spanish translation
Dan Brown [Sun, 23 Sep 2018 14:15:44 +0000 (15:15 +0100)]
Made search test a little more consistent
Dan Brown [Sun, 23 Sep 2018 13:07:50 +0000 (14:07 +0100)]
Updated TinyMCE config to end containers on empty blocks
Makes it easier to escape out of blockquote sections.
Fixes #961
Dan Brown [Sun, 23 Sep 2018 12:24:58 +0000 (13:24 +0100)]
Removed search indexing from migration path to prevent Bookshelf issue
Dan Brown [Sun, 23 Sep 2018 11:34:30 +0000 (12:34 +0100)]
Added Bookshelves to search system.
Also cleaned up and made search indexing system a little more efficient.
Closes #1023
Dan Brown [Sat, 22 Sep 2018 23:30:48 +0000 (00:30 +0100)]
Removed old fulltext indexes from migrations
Prevents forcing of MyISAM for some databases
Removed old code to add indexes and added checks for existing indexes before removal.
Should still allow upgrades, rollbacks to old bookstack versions may be funky but
should not be high use-case.
Dan Brown [Sat, 22 Sep 2018 22:40:04 +0000 (23:40 +0100)]
Extracted search sidebar text to translation file
Closes #864
Dan Brown [Sat, 22 Sep 2018 22:24:51 +0000 (23:24 +0100)]
Made it possible to scroll past the end of the markdown editor
Closes #1020
Dan Brown [Sat, 22 Sep 2018 22:12:39 +0000 (23:12 +0100)]
Prevented TinyMCE clear-color option having scrollbar
Was covering the option if showing and prevented the option being pressed.
Fixes #999
Dan Brown [Sat, 22 Sep 2018 21:58:06 +0000 (22:58 +0100)]
Updated tinymce to v4.8.3
Dan Brown [Sat, 22 Sep 2018 21:29:03 +0000 (22:29 +0100)]
Merge branch 'fix/ru-locale' of git://github.com/mullinsmikey/BookStack into mullinsmikey-fix/ru-locale
Dan Brown [Sat, 22 Sep 2018 21:09:34 +0000 (22:09 +0100)]
Prevented attachDefaultRole from trying to re-attach if already existing
Fixes #1003
Added test to cover
Dan Brown [Sat, 22 Sep 2018 20:43:19 +0000 (21:43 +0100)]
Merge pull request #1021 from moucho/master
Spanish translation
Marcos [Sat, 22 Sep 2018 16:36:52 +0000 (18:36 +0200)]
Spanish translation
Dan Brown [Sat, 22 Sep 2018 16:30:42 +0000 (17:30 +0100)]
Added ability to configure revision limit
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>
Michael Mullins [Tue, 11 Sep 2018 18:42:25 +0000 (22:42 +0400)]
UTF-8 slugs & UI fixes
Michael Mullins [Mon, 10 Sep 2018 18:28:47 +0000 (22:28 +0400)]
Ru locale fix
Fixed russian translations, added several missing strings
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