]> BookStack Code Mirror - bookstack/log
bookstack
5 years agoMerge branch 'fix-1575' of git://github.com/james-geiger/BookStack into james-geiger...
Dan Brown [Thu, 17 Oct 2019 13:32:39 +0000 (14:32 +0100)]
Merge branch 'fix-1575' of git://github.com/james-geiger/BookStack into james-geiger-fix-1575

5 years agoAdded back in some tabindex that shouldn't have been removed
Dan Brown [Thu, 17 Oct 2019 13:21:13 +0000 (14:21 +0100)]
Added back in some tabindex that shouldn't have been removed

5 years agoRemoved tabindexes where found to be not required
Dan Brown [Thu, 17 Oct 2019 13:19:35 +0000 (14:19 +0100)]
Removed tabindexes where found to be not required

5 years agoMerge branch 'master' of git://github.com/almandin/BookStack into almandin-master
Dan Brown [Thu, 17 Oct 2019 13:09:07 +0000 (14:09 +0100)]
Merge branch 'master' of git://github.com/almandin/BookStack into almandin-master

5 years agoAdded Turkish to locale system
Dan Brown [Thu, 17 Oct 2019 13:01:19 +0000 (14:01 +0100)]
Added Turkish to locale system

5 years agoMerge branch 'master' of git://github.com/oykenfurkan/BookStack into oykenfurkan...
Dan Brown [Thu, 17 Oct 2019 12:56:53 +0000 (13:56 +0100)]
Merge branch 'master' of git://github.com/oykenfurkan/BookStack into oykenfurkan-master

5 years agoMerge pull request #1695 from qligier/master
Dan Brown [Thu, 17 Oct 2019 12:46:33 +0000 (13:46 +0100)]
Merge pull request #1695 from qligier/master

French translation update

5 years agoMerge pull request #1681 from leomartinez/master
Dan Brown [Thu, 17 Oct 2019 12:44:28 +0000 (13:44 +0100)]
Merge pull request #1681 from leomartinez/master

Updated 'Spanish Argentina' translation.

5 years agoMerge pull request #1646 from kostefun/patch-15
Dan Brown [Thu, 17 Oct 2019 12:43:27 +0000 (13:43 +0100)]
Merge pull request #1646 from kostefun/patch-15

Update settings.php

5 years agoAdded editor instance event hooks
Dan Brown [Wed, 16 Oct 2019 17:01:35 +0000 (18:01 +0100)]
Added editor instance event hooks

As per #1721

5 years agoMerge branch 'patching-v0.27'
Dan Brown [Wed, 16 Oct 2019 15:37:29 +0000 (16:37 +0100)]
Merge branch 'patching-v0.27'

5 years agoFixed issue causing text overlap in sort select box
Dan Brown [Mon, 7 Oct 2019 20:06:15 +0000 (21:06 +0100)]
Fixed issue causing text overlap in sort select box

Updated grid columns to be more adaptable to content, with a min-width
of the old value.
Fixes #1654

5 years agoMade JS animation cleanup process more reliable
Dan Brown [Mon, 7 Oct 2019 19:57:25 +0000 (20:57 +0100)]
Made JS animation cleanup process more reliable

Fixes #1643

5 years agoUpdated comment delete action to be a button
Dan Brown [Mon, 7 Oct 2019 19:21:04 +0000 (20:21 +0100)]
Updated comment delete action to be a button

Fixes issue that causes code error when an anchor tag.

Closes #1650

5 years agoAdded zip/unzip to docker dev setup for composer to use
Dan Brown [Sat, 5 Oct 2019 12:21:38 +0000 (13:21 +0100)]
Added zip/unzip to docker dev setup for composer to use

5 years agoMerge pull request #1698 from 3mmarg97/master
Dan Brown [Sat, 5 Oct 2019 12:13:29 +0000 (13:13 +0100)]
Merge pull request #1698 from 3mmarg97/master

Fixing composer install inside docker `app` container

5 years agoEntity Repo & Controller Refactor (#1690)
Dan Brown [Sat, 5 Oct 2019 11:55:01 +0000 (12:55 +0100)]
Entity Repo & Controller Refactor (#1690)

* Started mass-refactoring of the current entity repos

* Rewrote book tree logic

- Now does two simple queries instead of one really complex one.
- Extracted logic into its own class.
- Remove model-level akward union field listing.
- Logic now more readable than being large separate query and
compilation functions.

* Extracted and split book sort logic

* Finished up Book controller/repo organisation

* Refactored bookshelves controllers and repo parts

* Fixed issues found via phpunit

* Refactored Chapter controller

* Updated Chapter export controller

* Started Page controller/repo refactor

* Refactored another chunk of PageController

* Completed initial pagecontroller refactor pass

* Fixed tests and continued reduction of old repos

* Removed old page remove and further reduced entity repo

* Removed old entity repo, split out page controller

* Ran phpcbf and split out some page content methods

* Tidied up some EntityProvider elements

* Fixed issued caused by viewservice change

5 years agoAdd git to the apt-get install packages. 1698/head
Ammar Al-Khawaldeh [Thu, 3 Oct 2019 17:46:49 +0000 (20:46 +0300)]
Add git to the apt-get install packages.

5 years agoFrench translation update 1695/head
Quentin Ligier [Tue, 1 Oct 2019 18:34:54 +0000 (20:34 +0200)]
French translation update

5 years agoUpdated 'Spanish Argentina' translation. 1681/head
Leonardo [Wed, 25 Sep 2019 01:36:08 +0000 (22:36 -0300)]
Updated 'Spanish Argentina' translation.

5 years agoRemoved some unused parameters and fixed env test logic
Dan Brown [Fri, 20 Sep 2019 00:18:59 +0000 (01:18 +0100)]
Removed some unused parameters and fixed env test logic

5 years agoRefactored some core entity actions
Dan Brown [Thu, 19 Sep 2019 23:18:28 +0000 (00:18 +0100)]
Refactored some core entity actions

- Created BookChild class to share some page/chapter logic.
- Gave entities the power to generate their own permissions and slugs.
- Moved bits out of BaseController constructor since it was overly
sticky.
- Moved slug generation logic into its own class.
- Created a facade for permissions due to high use.
- Fixed failing test issues from last commits

5 years agoMoved shelf book append logic
Dan Brown [Thu, 19 Sep 2019 17:20:09 +0000 (18:20 +0100)]
Moved shelf book append logic

5 years agoSimplified activity facade interface
Dan Brown [Thu, 19 Sep 2019 17:03:17 +0000 (18:03 +0100)]
Simplified activity facade interface

Also cleaned up any other bits along the way.

5 years agoRefactored notification showing and global view data
Dan Brown [Thu, 19 Sep 2019 14:12:10 +0000 (15:12 +0100)]
Refactored notification showing and global view data

5 years agoExtracted some methods into a BookRepo
Dan Brown [Sun, 15 Sep 2019 22:28:23 +0000 (23:28 +0100)]
Extracted some methods into a BookRepo

5 years agoSplit out export actions into own controllers
Dan Brown [Sun, 15 Sep 2019 21:33:27 +0000 (22:33 +0100)]
Split out export actions into own controllers

5 years agoStandardised how request is injected into controller methods
Dan Brown [Sun, 15 Sep 2019 17:53:30 +0000 (18:53 +0100)]
Standardised how request is injected into controller methods

Puts it in-line with how Laravel recommend.

5 years agoRan phpcbf and updated helpers typehinting
Dan Brown [Sun, 15 Sep 2019 17:29:51 +0000 (18:29 +0100)]
Ran phpcbf and updated helpers typehinting

5 years agoAdded laravel stats package and enabled debugbar models
Dan Brown [Sun, 15 Sep 2019 17:07:00 +0000 (18:07 +0100)]
Added laravel stats package and enabled debugbar models

5 years agoUpdated twitch provider
Dan Brown [Sun, 15 Sep 2019 16:50:08 +0000 (17:50 +0100)]
Updated twitch provider

5 years agoRan NPM audit fix
Dan Brown [Sun, 15 Sep 2019 16:39:07 +0000 (17:39 +0100)]
Ran NPM audit fix

5 years agoUpdated version and removed travis
Dan Brown [Sat, 14 Sep 2019 13:23:16 +0000 (14:23 +0100)]
Updated version and removed travis

5 years agoMerge branch 'master' of github.com:BookStackApp/BookStack
Dan Brown [Sat, 14 Sep 2019 13:21:35 +0000 (14:21 +0100)]
Merge branch 'master' of github.com:BookStackApp/BookStack

5 years agoMerge branch 'laravel-upgrade'
Dan Brown [Sat, 14 Sep 2019 13:21:24 +0000 (14:21 +0100)]
Merge branch 'laravel-upgrade'

5 years agoRemoved old str_random functions from seeders 1641/head
Dan Brown [Sat, 14 Sep 2019 13:17:55 +0000 (14:17 +0100)]
Removed old str_random functions from seeders

5 years agoUpdated to laravel 6
Dan Brown [Sat, 14 Sep 2019 13:12:39 +0000 (14:12 +0100)]
Updated to laravel 6

5 years agoUpdated to Laravel 5.8
Dan Brown [Fri, 13 Sep 2019 22:58:40 +0000 (23:58 +0100)]
Updated to Laravel 5.8

5 years agoAdded Turkish translations. 1660/head
Furkan [Fri, 13 Sep 2019 12:45:38 +0000 (15:45 +0300)]
Added Turkish translations.

5 years agoDelete tr
oykenfurkan [Fri, 13 Sep 2019 12:32:54 +0000 (15:32 +0300)]
Delete tr

5 years agoCreate tr
oykenfurkan [Fri, 13 Sep 2019 12:32:40 +0000 (15:32 +0300)]
Create tr

Adding Turkish translations

5 years agoAdd testing via GitHub actions (#1657)
Dan Brown [Thu, 12 Sep 2019 20:19:05 +0000 (21:19 +0100)]
Add testing via GitHub actions (#1657)

To replace Travis CI. Travis to be removed after migration to Laravel 6.

5 years agoUpdate settings.php 1646/head
kostefun [Mon, 9 Sep 2019 03:07:16 +0000 (10:07 +0700)]
Update settings.php

fix rus

5 years agoMerge pull request #1637 from kostefun/patch-14
Dan Brown [Sat, 7 Sep 2019 12:22:12 +0000 (13:22 +0100)]
Merge pull request #1637 from kostefun/patch-14

Update validation.php

5 years agoMerge pull request #1636 from kostefun/patch-13
Dan Brown [Sat, 7 Sep 2019 12:21:56 +0000 (13:21 +0100)]
Merge pull request #1636 from kostefun/patch-13

Update passwords.php

5 years agoMerge pull request #1635 from kostefun/patch-12
Dan Brown [Sat, 7 Sep 2019 12:21:37 +0000 (13:21 +0100)]
Merge pull request #1635 from kostefun/patch-12

Update pagination.php

5 years agoMerge pull request #1630 from kostefun/patch-11
Dan Brown [Sat, 7 Sep 2019 12:21:11 +0000 (13:21 +0100)]
Merge pull request #1630 from kostefun/patch-11

Update errors.php

5 years agoMerge pull request #1629 from kostefun/patch-10
Dan Brown [Sat, 7 Sep 2019 12:20:50 +0000 (13:20 +0100)]
Merge pull request #1629 from kostefun/patch-10

Update entities.php

5 years agoMerge pull request #1628 from kostefun/patch-9
Dan Brown [Sat, 7 Sep 2019 12:20:10 +0000 (13:20 +0100)]
Merge pull request #1628 from kostefun/patch-9

Update components.php

5 years agoMerge pull request #1626 from kostefun/patch-7
Dan Brown [Sat, 7 Sep 2019 12:19:39 +0000 (13:19 +0100)]
Merge pull request #1626 from kostefun/patch-7

Update auth.php

5 years agoMerge pull request #1624 from kostefun/patch-6
Dan Brown [Sat, 7 Sep 2019 12:18:55 +0000 (13:18 +0100)]
Merge pull request #1624 from kostefun/patch-6

Update settings.php

5 years agoMerge pull request #1627 from kostefun/patch-8
Dan Brown [Sat, 7 Sep 2019 12:18:01 +0000 (13:18 +0100)]
Merge pull request #1627 from kostefun/patch-8

Update common.php

5 years agoMerge pull request #1633 from moucho/master
Dan Brown [Sat, 7 Sep 2019 12:16:24 +0000 (13:16 +0100)]
Merge pull request #1633 from moucho/master

Updated Spanish translation

5 years agoMerge pull request #1623 from leomartinez/master
Dan Brown [Sat, 7 Sep 2019 12:14:27 +0000 (13:14 +0100)]
Merge pull request #1623 from leomartinez/master

Updated 'Spanish Argentina' translation.

5 years agoFixed issue that caused quick-sort buttons to not be clickable
Dan Brown [Sat, 7 Sep 2019 12:08:55 +0000 (13:08 +0100)]
Fixed issue that caused quick-sort buttons to not be clickable

Fixes #1639

5 years agoAdded mysql service for travis
Dan Brown [Fri, 6 Sep 2019 23:14:19 +0000 (00:14 +0100)]
Added mysql service for travis

5 years agoUpdated travis-ci php versions
Dan Brown [Fri, 6 Sep 2019 23:10:03 +0000 (00:10 +0100)]
Updated travis-ci php versions

5 years agoUpgraded app to Laravel 5.7
Dan Brown [Fri, 6 Sep 2019 22:36:16 +0000 (23:36 +0100)]
Upgraded app to Laravel 5.7

5 years agoUpgraded to Laravel 5.6
Dan Brown [Fri, 6 Sep 2019 21:14:39 +0000 (22:14 +0100)]
Upgraded to Laravel 5.6

5 years agoUpdate entities.php 1629/head
kostefun [Thu, 5 Sep 2019 03:25:17 +0000 (10:25 +0700)]
Update entities.php

fix

5 years agoUpdate entities.php
kostefun [Thu, 5 Sep 2019 03:20:22 +0000 (10:20 +0700)]
Update entities.php

5 years agoUpdate validation.php 1637/head
kostefun [Thu, 5 Sep 2019 03:10:15 +0000 (10:10 +0700)]
Update validation.php

Fix & add Ru

5 years agoUpdate passwords.php 1636/head
kostefun [Thu, 5 Sep 2019 02:52:24 +0000 (09:52 +0700)]
Update passwords.php

Corresponds to the English version

5 years agoUpdate pagination.php 1635/head
kostefun [Thu, 5 Sep 2019 02:46:45 +0000 (09:46 +0700)]
Update pagination.php

Corresponds to the English version

5 years agoUpdate Spanish translation 1633/head
moucho [Wed, 4 Sep 2019 13:40:25 +0000 (15:40 +0200)]
Update Spanish translation

5 years agoUpdate errors.php 1630/head
kostefun [Wed, 4 Sep 2019 09:42:04 +0000 (16:42 +0700)]
Update errors.php

update ru

5 years agoUpdate entities.php
kostefun [Wed, 4 Sep 2019 09:35:44 +0000 (16:35 +0700)]
Update entities.php

Update ru

5 years agoUpdate components.php 1628/head
kostefun [Wed, 4 Sep 2019 09:07:10 +0000 (16:07 +0700)]
Update components.php

update ru

5 years agoUpdate common.php 1627/head
kostefun [Wed, 4 Sep 2019 09:05:20 +0000 (16:05 +0700)]
Update common.php

update ru

5 years agoUpdate auth.php 1626/head
kostefun [Wed, 4 Sep 2019 08:57:29 +0000 (15:57 +0700)]
Update auth.php

update ru

5 years agoUpdate settings.php 1624/head
kostefun [Wed, 4 Sep 2019 08:41:08 +0000 (15:41 +0700)]
Update settings.php

5 years agoUpdated 'Spanish Argentina' translation. 1623/head
Leonardo [Wed, 4 Sep 2019 00:33:37 +0000 (21:33 -0300)]
Updated 'Spanish Argentina' translation.

5 years agoFixed issue preventing FormData posting correctly
Dan Brown [Tue, 3 Sep 2019 20:46:46 +0000 (21:46 +0100)]
Fixed issue preventing FormData posting correctly

- Due to migration from Axios, Instances where we were sending FormData
were not considered and always converted to JSON which resulted in empty
JSON bodies.

Related to #1621

5 years agoMerge remote-tracking branch 'upstream/master'
Leonardo [Mon, 2 Sep 2019 20:04:11 +0000 (17:04 -0300)]
Merge remote-tracking branch 'upstream/master'

5 years agoFixed URL gen issue causing incorrect scheme to be used
Dan Brown [Sun, 1 Sep 2019 11:07:51 +0000 (12:07 +0100)]
Fixed URL gen issue causing incorrect scheme to be used

For #1613

5 years agoUpdated pointer button styles so icon not hidden
Dan Brown [Sun, 1 Sep 2019 10:06:19 +0000 (11:06 +0100)]
Updated pointer button styles so icon not hidden

Related to #1616

5 years agoUpdated export styles to remove grey bg
Dan Brown [Sun, 1 Sep 2019 09:55:00 +0000 (10:55 +0100)]
Updated export styles to remove grey bg

5 years agoFixed no md editor preview in FireFox
Dan Brown [Sun, 1 Sep 2019 09:51:52 +0000 (10:51 +0100)]
Fixed no md editor preview in FireFox

5 years agoAdded mailhog to the docker-compose setup
Dan Brown [Sat, 31 Aug 2019 17:09:40 +0000 (18:09 +0100)]
Added mailhog to the docker-compose setup

5 years agoMerge branch 'timoschwarzer-docker-development-environment'
Dan Brown [Mon, 26 Aug 2019 21:01:19 +0000 (22:01 +0100)]
Merge branch 'timoschwarzer-docker-development-environment'

5 years agoAdded ldap and moved compose for docker-dev setup
Dan Brown [Mon, 26 Aug 2019 21:01:10 +0000 (22:01 +0100)]
Added ldap and moved compose for docker-dev setup

- Also tweaked readme a little to fit this is with more recent changes.

5 years agoMerge branch 'docker-development-environment' of git://github.com/timoschwarzer/BookS...
Dan Brown [Mon, 26 Aug 2019 20:24:56 +0000 (21:24 +0100)]
Merge branch 'docker-development-environment' of git://github.com/timoschwarzer/BookStack into timoschwarzer-docker-development-environment

5 years agoMerge pull request #1573 from miles75/lang-hu
Dan Brown [Mon, 26 Aug 2019 15:07:45 +0000 (16:07 +0100)]
Merge pull request #1573 from miles75/lang-hu

Typo fix

5 years agoMade it possible to drag in template content
Dan Brown [Mon, 26 Aug 2019 14:34:03 +0000 (15:34 +0100)]
Made it possible to drag in template content

5 years agoTweaked entity color palette for accessibility
Dan Brown [Mon, 26 Aug 2019 13:37:53 +0000 (14:37 +0100)]
Tweaked entity color palette for accessibility

Also converted entity colors to CSS variables for easier
instance customization.

Related to #1320

5 years agoImproved accessibility for many editor page components
Dan Brown [Mon, 26 Aug 2019 11:47:04 +0000 (12:47 +0100)]
Improved accessibility for many editor page components

Related to #1320

5 years agoMade MD editor display a sandboxed iframe
Dan Brown [Mon, 26 Aug 2019 11:16:50 +0000 (12:16 +0100)]
Made MD editor display a sandboxed iframe

- Also added escaping of srcdoc elements in escape logic.

Related to #1531

5 years agoFixed failing test and added more accessibility improvements
Dan Brown [Sun, 25 Aug 2019 16:21:25 +0000 (17:21 +0100)]
Fixed failing test and added more accessibility improvements

- Updated linked images to have obvious focus styles
- Added proper role to notifications
- Made dropdown list focus styles a bit nicer.
- Updated book list chapter child slide down to be keyboard activatable.

Related to #1320

5 years agoRe-orged readme and added a11y info
Dan Brown [Sun, 25 Aug 2019 15:19:56 +0000 (16:19 +0100)]
Re-orged readme and added a11y info

- Also tweaked default theme color a tad to better fit in Level A
standard.

5 years agoMade another mass of accessibility improvements
Dan Brown [Sun, 25 Aug 2019 14:44:51 +0000 (15:44 +0100)]
Made another mass of accessibility improvements

- Set proper semantic tags for main parts of content.
- Removed focus-trap from tag manager/autosuggest.
- Set better accessibility labelling on tag manager.
- Updated collapsible sections to be keyboard navigatable.
- Improved input focus styling to better fit theme.
- Updated custom styled file picker to be accessible via keyboard.

Related to #1320

5 years agoConverted primary color use to css variable
Dan Brown [Sun, 25 Aug 2019 11:40:04 +0000 (12:40 +0100)]
Converted primary color use to css variable

- Removed all existing SCSS usage of primary color.
- Cut down custom styles injection to just be css vars.
- Reduced button styles so default button is primary.
- Updated button styles to lighten/brighten on hover & active states even
when a custom color is set.
- Removed unused scss color vars.
- Updated default BookStack blue to achieve better accessibility.

5 years agoUpdated print css for recent redesign
Dan Brown [Sun, 25 Aug 2019 10:30:26 +0000 (11:30 +0100)]
Updated print css for recent redesign

Fixes #1472

5 years agoSet comment add box to show with correct permissions
Dan Brown [Sun, 25 Aug 2019 10:02:58 +0000 (11:02 +0100)]
Set comment add box to show with correct permissions

- Also fixed const assignment issue in translations.js

5 years agoRemoved console.log
Dan Brown [Sat, 24 Aug 2019 17:39:38 +0000 (18:39 +0100)]
Removed console.log

5 years agoMade a mass of accessibility improvements
Dan Brown [Sat, 24 Aug 2019 17:26:28 +0000 (18:26 +0100)]
Made a mass of accessibility improvements

- Changed default focus styles
- Updated dropdowns with keyboard navigation
- Updated modals with esc exiting
- Added accessibility attirbutes where needed
- Made many more elements focusable
- Updated hover effects of many items to also apply when focused within

Related to #1320 and #1198

5 years agoAdded labels and tweaked muted colors for accessibility
Dan Brown [Sun, 18 Aug 2019 18:17:43 +0000 (19:17 +0100)]
Added labels and tweaked muted colors for accessibility

Home now passing automated checks in accessibility insights for web.

5 years agoMerge branch 'kostasdizas-unicode'
Dan Brown [Sun, 18 Aug 2019 17:58:06 +0000 (18:58 +0100)]
Merge branch 'kostasdizas-unicode'

5 years agoRemoved html dir tag for now, Updated lang format
Dan Brown [Sun, 18 Aug 2019 17:57:35 +0000 (18:57 +0100)]
Removed html dir tag for now, Updated lang format

5 years agoMerge branch 'unicode' of git://github.com/kostasdizas/BookStack into kostasdizas...
Dan Brown [Sun, 18 Aug 2019 17:51:20 +0000 (18:51 +0100)]
Merge branch 'unicode' of git://github.com/kostasdizas/BookStack into kostasdizas-unicode

5 years agoCovered new invite system with testing
Dan Brown [Sun, 18 Aug 2019 12:55:28 +0000 (13:55 +0100)]
Covered new invite system with testing

Closes #316

Morty Proxy This is a proxified and sanitized view of the page, visit original site.