]> BookStack Code Mirror - bookstack/log
bookstack
3 years agoAligned notification capitalisation 3099/head
Dan Brown [Sat, 18 Dec 2021 11:24:58 +0000 (11:24 +0000)]
Aligned notification capitalisation

3 years agoAllowed database queue usage where desired
Dan Brown [Mon, 13 Dec 2021 18:34:18 +0000 (18:34 +0000)]
Allowed database queue usage where desired

3 years agoAdded testing to cover webhook calling
Dan Brown [Sun, 12 Dec 2021 19:01:50 +0000 (19:01 +0000)]
Added testing to cover webhook calling

Migrated call logic to Laravel's HTTP client for easier testing
capabilities.

3 years agoUpdated REST API docs with links to webhooks & theme-systems
Dan Brown [Sun, 12 Dec 2021 18:14:22 +0000 (18:14 +0000)]
Updated REST API docs with links to webhooks & theme-systems

3 years agoAdded webhook format example to webhook management views
Dan Brown [Sun, 12 Dec 2021 18:02:08 +0000 (18:02 +0000)]
Added webhook format example to webhook management views

3 years agoAdded active toggle to webhooks
Dan Brown [Sun, 12 Dec 2021 17:39:06 +0000 (17:39 +0000)]
Added active toggle to webhooks

To allow easy temporary de-activation without deletion or other
workarounds. Updated tests to cover.

3 years agoAdded webhook call functionality
Dan Brown [Sat, 11 Dec 2021 22:29:33 +0000 (22:29 +0000)]
Added webhook call functionality

3 years agoRefactored the activity service
Dan Brown [Sat, 11 Dec 2021 17:29:33 +0000 (17:29 +0000)]
Refactored the activity service

- Renamed to "ActivityLogger" to be more focused in usage.
- Extracted out query elements to seperate "ActivityQueries" class.
- Removed old 'addForEntity' activity method to limit activity record
  points.

3 years agoAdded missing migration down table drop
Dan Brown [Fri, 10 Dec 2021 14:58:14 +0000 (14:58 +0000)]
Added missing migration down table drop

3 years agoAdded testing for webhook management interface
Dan Brown [Fri, 10 Dec 2021 14:54:58 +0000 (14:54 +0000)]
Added testing for webhook management interface

3 years agoCompleted webhook management interface
Dan Brown [Wed, 8 Dec 2021 17:35:58 +0000 (17:35 +0000)]
Completed webhook management interface

Got webhook CRUD actions in place within the interface.
Quick manual test pass done, Needs automated tests.

3 years agoInitial controller/views for webhooks management
Dan Brown [Wed, 8 Dec 2021 14:29:42 +0000 (14:29 +0000)]
Initial controller/views for webhooks management

3 years agoStarted webhook implementation
Dan Brown [Tue, 7 Dec 2021 14:55:11 +0000 (14:55 +0000)]
Started webhook implementation

3 years agoAdded link to OIDC docs in .env.example.complete
Dan Brown [Tue, 7 Dec 2021 13:45:43 +0000 (13:45 +0000)]
Added link to OIDC docs in .env.example.complete

3 years agoAdded url and preview_html params to search API results
Dan Brown [Mon, 6 Dec 2021 20:42:04 +0000 (20:42 +0000)]
Added url and preview_html params to search API results

Allows easy direct linking and usage of the HTML preview content
we show in the UI when viewing search results.
Note: preview_html content is a rough representation only, it does not
match exactly what was matched in the database-search-operation which
finds the results.

For #3096 and #3080

3 years agoMerge branch 'master' of github.com:BookStackApp/BookStack
Dan Brown [Tue, 30 Nov 2021 14:25:27 +0000 (14:25 +0000)]
Merge branch 'master' of github.com:BookStackApp/BookStack

3 years agoApplied StyleCI changes
Dan Brown [Tue, 30 Nov 2021 14:25:09 +0000 (14:25 +0000)]
Applied StyleCI changes

3 years agoNew Crowdin updates (#3076)
Dan Brown [Tue, 30 Nov 2021 14:24:35 +0000 (14:24 +0000)]
New Crowdin updates (#3076)

* New translations entities.php (Chinese Simplified)

* New translations settings.php (Portuguese, Brazilian)

* New translations validation.php (Portuguese, Brazilian)

* New translations common.php (Chinese Simplified)

* New translations settings.php (Chinese Simplified)

* New translations auth.php (Turkish)

3 years agoUpdated API session auth to consider public access setting
Dan Brown [Tue, 30 Nov 2021 13:55:56 +0000 (13:55 +0000)]
Updated API session auth to consider public access setting

For #3091

3 years agoFixed related permissions query not considering drafts
Dan Brown [Tue, 30 Nov 2021 00:06:17 +0000 (00:06 +0000)]
Fixed related permissions query not considering drafts

Page-related items added on drafts could be visible in certain scenarios
since the applied permissions query filters would not consider
page draft visibility.
This commit alters queries on related items to apply such filtering.

Included test to cover API scenario.
Thanks to @haxatron for reporting.

3 years agoTweaked pdf export iframe replacement to fix compatibility
Dan Brown [Sun, 28 Nov 2021 21:01:35 +0000 (21:01 +0000)]
Tweaked pdf export iframe replacement to fix compatibility

Was using a method that wasn't a proper available part of the
DomElement API.

3 years agoAdded conversion of iframes to anchors on PDF export
Dan Brown [Thu, 25 Nov 2021 15:12:32 +0000 (15:12 +0000)]
Added conversion of iframes to anchors on PDF export

- Replaced iframe elements with anchor elements wrapped in a paragraph.
- Extracted PDF generation action to seperate class for easier mocking
  within testing.
- Added test to cover.

For #3077

3 years agoFixed up logical theme docs a tad
Dan Brown [Wed, 24 Nov 2021 18:58:46 +0000 (18:58 +0000)]
Fixed up logical theme docs a tad

- Added link to video guide on YouTube.
- Formalised the customCommand docs parts I hastily added before.

3 years agoUpdated translators and merged styleci fixes
Dan Brown [Tue, 23 Nov 2021 20:41:12 +0000 (20:41 +0000)]
Updated translators and merged styleci fixes

3 years agoNew Crowdin updates (#3057)
Dan Brown [Tue, 23 Nov 2021 20:38:52 +0000 (20:38 +0000)]
New Crowdin updates (#3057)

* New translations auth.php (Chinese Simplified)

* New translations common.php (Chinese Simplified)

* New translations entities.php (Chinese Simplified)

* New translations common.php (Chinese Simplified)

* New translations settings.php (Chinese Simplified)

* New translations activities.php (Chinese Simplified)

* New translations entities.php (Chinese Simplified)

* New translations auth.php (Russian)

* New translations common.php (Russian)

* New translations common.php (Russian)

* New translations entities.php (Russian)

* New translations errors.php (Russian)

* New translations settings.php (Russian)

* New translations auth.php (Italian)

* New translations common.php (Italian)

* New translations entities.php (Italian)

* New translations entities.php (Italian)

* New translations auth.php (Estonian)

3 years agoChanged homepage card header links to be bottom-card-links
Dan Brown [Tue, 23 Nov 2021 18:18:49 +0000 (18:18 +0000)]
Changed homepage card header links to be bottom-card-links

The old links in the headers were not obvious. This changes the
header-based links to instead be a link at the bottom of the card.

Related to #3046

3 years agoAdded use of the prefers-contrast media query
Dan Brown [Tue, 23 Nov 2021 15:48:55 +0000 (15:48 +0000)]
Added use of the prefers-contrast media query

Used upon areas we usually fade-out to provide a focused user
experience. If the user desires more contrasted we prevent this
behaviour using the prefers-contrast media query.

Related to #2634

3 years agoApplied another round of static analysis updates
Dan Brown [Mon, 22 Nov 2021 23:33:55 +0000 (23:33 +0000)]
Applied another round of static analysis updates

3 years agoTweaked custom command registration, Added StyleCI fixes
Dan Brown [Mon, 22 Nov 2021 22:22:31 +0000 (22:22 +0000)]
Tweaked custom command registration, Added StyleCI fixes

Old command registration method was interfering with default commands,
causing only a limited subset of commands to show overall.
This change follows the method the frameworks uses when loading in from a
directory to prevent issues with run/load order.

3 years agoMerge pull request #3072 from BookStackApp/logical_theme_commands
Dan Brown [Mon, 22 Nov 2021 19:08:15 +0000 (19:08 +0000)]
Merge pull request #3072 from BookStackApp/logical_theme_commands

Support custom commands via logical theme system

3 years agoAdded test for logical-theme-system command registration 3072/head
Dan Brown [Mon, 22 Nov 2021 19:03:04 +0000 (19:03 +0000)]
Added test for logical-theme-system command registration

Changed how the command registration was handled due to complications of
action order found during testing. Now the theme service will resolve
and directly register the command on the Kernel instead of them being
fetched from the ThemeService from within Kernel.
More direct, Seems to work.

3 years agoSupport custom commands via logical theme system
Dan Brown [Mon, 22 Nov 2021 18:30:58 +0000 (18:30 +0000)]
Support custom commands via logical theme system

Added initial work to support registering commands through the logical
theme system. Includes docs changes and example.

Not yet covered via testing.

3 years agoMerge branch 'assign_ids_to_nested_headers' of https://github.com/Julesdevops/BookSta...
Dan Brown [Mon, 22 Nov 2021 16:34:28 +0000 (16:34 +0000)]
Merge branch 'assign_ids_to_nested_headers' of https://github.com/Julesdevops/BookStack into Julesdevops-assign_ids_to_nested_headers

3 years agoUpdated test to ensure autofocus is set on TOTP input
Dan Brown [Mon, 22 Nov 2021 13:28:46 +0000 (13:28 +0000)]
Updated test to ensure autofocus is set on TOTP input

3 years agoUpdate verify-totp.blade.php 3068/head
Robert Accettura [Mon, 22 Nov 2021 04:15:37 +0000 (23:15 -0500)]
Update verify-totp.blade.php

3 years agofeat(PageContent): set unique ids on nested headers 3069/head
julesdevops [Thu, 18 Nov 2021 22:01:37 +0000 (23:01 +0100)]
feat(PageContent): set unique ids on nested headers

3 years agoSet taborder for TOTP Verification
Robert Accettura [Sun, 21 Nov 2021 20:40:11 +0000 (15:40 -0500)]
Set taborder for TOTP Verification

Adding tabindex=0 means when pressing tab the focus goes right to the TOTP input field.  When using a Password Manager this makes it easier than having to hit tab 3X to get the right focus.

3 years agoApplied another set of static analysis improvements
Dan Brown [Sat, 20 Nov 2021 14:03:56 +0000 (14:03 +0000)]
Applied another set of static analysis improvements

3 years agoAdded video guide link to visual theme system docs
Dan Brown [Thu, 18 Nov 2021 21:04:25 +0000 (21:04 +0000)]
Added video guide link to visual theme system docs

3 years agoNew Crowdin updates (#3040)
Dan Brown [Tue, 16 Nov 2021 12:31:37 +0000 (12:31 +0000)]
New Crowdin updates (#3040)

3 years agoUpdated translators and made StyleCI changes
Dan Brown [Tue, 16 Nov 2021 12:29:50 +0000 (12:29 +0000)]
Updated translators and made StyleCI changes

3 years agoFixed tags listing grouping by name only on search
Dan Brown [Mon, 15 Nov 2021 19:00:37 +0000 (19:00 +0000)]
Fixed tags listing grouping by name only on search

Included test to cover case

3 years agoUpdated php packages
Dan Brown [Mon, 15 Nov 2021 18:39:38 +0000 (18:39 +0000)]
Updated php packages

3 years agoRemoved extra border around markdown editor box
Dan Brown [Mon, 15 Nov 2021 11:37:17 +0000 (11:37 +0000)]
Removed extra border around markdown editor box

3 years agoFixed page editor back button sometimes going nowhere
Dan Brown [Mon, 15 Nov 2021 11:17:27 +0000 (11:17 +0000)]
Fixed page editor back button sometimes going nowhere

Updated the back button to be a proper link instead of a reference to
the last viewed URL since it could break if the last page was the
current one (On validation for example).

Includes test to cover.
Also applied some styleCI changes.

Fixes #2834

3 years agoPrevented auto-login from direct email confirmation actions
Dan Brown [Mon, 15 Nov 2021 10:50:28 +0000 (10:50 +0000)]
Prevented auto-login from direct email confirmation actions

Was done for convenience but could potentially be exploited by an
attacker using signing up via one of these routes, then forwarding
an email confirmation to another user so they unknowingly utilise
an account someone else controls.

Tweaks the flow of confirming email, and the user invite flow.

For #3050

3 years agoUpdated page includes to be top-level for code blocks
Dan Brown [Mon, 15 Nov 2021 00:48:05 +0000 (00:48 +0000)]
Updated page includes to be top-level for code blocks

This change means that code blocks are now included still wrapped in
their pre tags, as we do for tables and lists.
Previously the <code> inner content would be included which would lead
to a generally bad/broken presentation.

Hopefully should not be a breaking change as section include tags for
code was tricky to get to, and it was in a semi-broken state.

For #2406

3 years agoAdded an env configurable file upload size limit
Dan Brown [Sun, 14 Nov 2021 22:03:22 +0000 (22:03 +0000)]
Added an env configurable file upload size limit

Replaces the old suggestion of setting JS head 'window.uploadLimit'
variable. This new env option will be used by back-end validation and
front-end libs/logic too.

Limits already likely exist within prod environments at a PHP and
webserver level but this allows an app-level limit and centralises the
option on the BookStack side into the .env

Closes #3033

3 years agoChanged logout routes to POST instead of GET
Dan Brown [Sun, 14 Nov 2021 21:13:24 +0000 (21:13 +0000)]
Changed logout routes to POST instead of GET

As per #3047.

Also made some SAML specific fixes:
- IDP initiated login was broken due to forced default session value.
  Double checked against OneLogin lib docs that this reverted logic was fine.
- Changed how the saml login flow works to use 'withoutMiddleware' on
  the route instead of hacking out the session driver. This was due to
  the array driver (previously used for the hack) no longer being
  considered non-persistent.

3 years agoFixed sponsor image logo paths
Dan Brown [Sun, 14 Nov 2021 16:53:01 +0000 (16:53 +0000)]
Fixed sponsor image logo paths

Broke due to website branch name change

3 years agoAdded API search endpoint
Dan Brown [Sun, 14 Nov 2021 16:28:01 +0000 (16:28 +0000)]
Added API search endpoint

Is a little awkward, emulates a 'list' API endpoint but has unstable
paging and does not support filters/sort. This is detailed on the
endpoint though.

Made some updates to the docs system to better support parameters
and examples on GET requests.

Includes tests to cover.

For #909

3 years agoAdded /api => /api/docs redirect for convenience.
Dan Brown [Sun, 14 Nov 2021 15:20:04 +0000 (15:20 +0000)]
Added /api => /api/docs redirect for convenience.

3 years agoRemoved prefix route groups, applyed styleci changes
Dan Brown [Sun, 14 Nov 2021 15:16:18 +0000 (15:16 +0000)]
Removed prefix route groups, applyed styleci changes

Removing prefix route groups out of visual preference.
Those don't really save much and I prefer seeing the complete
paths when going down the list to better guage where I am.

3 years agoPrevented created/update_by filters be wiped in search
Dan Brown [Sun, 14 Nov 2021 15:07:13 +0000 (15:07 +0000)]
Prevented created/update_by filters be wiped in search

Updating filters via sidebar would wipe the created_by/update_by filters
since these were not part of the sidebar filter form.
This adds them, if existing, as hidden inputs.
Includes tests to cover.

Closes #2736

3 years agoFixed issue where markdown drafts showed as HTML
Dan Brown [Sun, 14 Nov 2021 12:17:22 +0000 (12:17 +0000)]
Fixed issue where markdown drafts showed as HTML

Markdown content was not being stored, only the sent
HTML representation, causing the draft to show as HTML upon next edit.
Added test to cover.

Fixes #3054

3 years agoHid skip-to-content for print media
Dan Brown [Sun, 14 Nov 2021 11:50:13 +0000 (11:50 +0000)]
Hid skip-to-content for print media

Fixes #3051

3 years agoMerge pull request #3043 from BookStackApp/search_improvements_a
Dan Brown [Sat, 13 Nov 2021 15:13:29 +0000 (15:13 +0000)]
Merge pull request #3043 from BookStackApp/search_improvements_a

Search Engine Improvement

3 years agoFixed occurances of altered titles in search results 3043/head
Dan Brown [Sat, 13 Nov 2021 15:04:04 +0000 (15:04 +0000)]
Fixed occurances of altered titles in search results

3 years agoAttempted to make test a bit less flaky
Dan Brown [Sat, 13 Nov 2021 14:51:59 +0000 (14:51 +0000)]
Attempted to make test a bit less flaky

3 years agoMade further tweaks to search results formatting
Dan Brown [Sat, 13 Nov 2021 14:37:40 +0000 (14:37 +0000)]
Made further tweaks to search results formatting

- Updated page names to not be limited to a certain length.
- Added better start/end fill logic.
- Prevented <strong> tags from being counted towards the target content
  length desired from the formatter.

3 years agoFixed failing tests due to search highlighting changes
Dan Brown [Sat, 13 Nov 2021 13:43:41 +0000 (13:43 +0000)]
Fixed failing tests due to search highlighting changes

3 years agoApplied StyleCI changes
Dan Brown [Sat, 13 Nov 2021 13:28:17 +0000 (13:28 +0000)]
Applied StyleCI changes

3 years agoAdded testing to cover search result highlighting
Dan Brown [Sat, 13 Nov 2021 13:26:11 +0000 (13:26 +0000)]
Added testing to cover search result highlighting

3 years agoAdded tag highlighting in search
Dan Brown [Sat, 13 Nov 2021 13:02:32 +0000 (13:02 +0000)]
Added tag highlighting in search

Using basic match of name or value containing a general term.

3 years agoAdded name highlighting in search results
Dan Brown [Sat, 13 Nov 2021 12:44:27 +0000 (12:44 +0000)]
Added name highlighting in search results

3 years agoAdded search result preview text highlighting
Dan Brown [Fri, 12 Nov 2021 22:57:50 +0000 (22:57 +0000)]
Added search result preview text highlighting

Created a new class to manage formatting of content for search results.
Turned out to be quite a complex task. This only does the preview text
so far, not titles or tags.

Not yet tested.

3 years agoAdded auto-conversion of search terms to exact values
Dan Brown [Fri, 12 Nov 2021 18:03:44 +0000 (18:03 +0000)]
Added auto-conversion of search terms to exact values

Will occur when a search term contains a character that's used to split
content into search terms.
Added testing to cover.

3 years agoAdded tag values as part of the indexed search terms
Dan Brown [Fri, 12 Nov 2021 17:06:01 +0000 (17:06 +0000)]
Added tag values as part of the indexed search terms

This allows finding content via tag name/values when just searching
using normal seach terms.
Added testing to cover.

Related to #1577

3 years agoAdded page content parsing to up-rank header text in search
Dan Brown [Fri, 12 Nov 2021 13:47:23 +0000 (13:47 +0000)]
Added page content parsing to up-rank header text in search

This adds parsing of page content so that headers apply a boost to
scores in the search term index.
Additionally, this merges title and content terms to reduce the amount
of stored terms a little.
Includes testing to cover.

3 years agoUpdated regen-search command to show some level of progress
Dan Brown [Thu, 11 Nov 2021 14:10:11 +0000 (14:10 +0000)]
Updated regen-search command to show some level of progress

3 years agoRefactored search indexer, Increase title/name score boost
Dan Brown [Thu, 11 Nov 2021 13:36:49 +0000 (13:36 +0000)]
Refactored search indexer, Increase title/name score boost

- Title score boost changed from 5 to 40 (8x increase).
- Extracted entity parsing to its own function

3 years agoAdded missing comments or types
Dan Brown [Tue, 9 Nov 2021 15:13:15 +0000 (15:13 +0000)]
Added missing comments or types

Checked over latest changes for potential SQL injection, all variable
usages are either (from trusted sourced AND case) or using
parameters/bindings to ensure it's handled at driver/lib level.

3 years agoAdded test to cover search frquency rank changes
Dan Brown [Tue, 9 Nov 2021 15:05:02 +0000 (15:05 +0000)]
Added test to cover search frquency rank changes

3 years agoImproved relation loading during search
Dan Brown [Mon, 8 Nov 2021 15:24:49 +0000 (15:24 +0000)]
Improved relation loading during search

Relations now loaded during back-end query phase instead of being lazy
loaded one-by-one within views.

Reduced queries in testing from ~60 to ~20.

Need to check other areas list-item.php's "showPath" option is used to
ensure relations are properly loaded for those listings.

3 years agoApplied styleci fixes and pluck improvement as per larastan
Dan Brown [Mon, 8 Nov 2021 15:00:47 +0000 (15:00 +0000)]
Applied styleci fixes and pluck improvement as per larastan

3 years agoAdded search term score popularity adjustment
Dan Brown [Mon, 8 Nov 2021 14:12:40 +0000 (14:12 +0000)]
Added search term score popularity adjustment

Adds adjustment of search term 'score' (Using in result ranking) so that
a relative 0.3 to 1.3 mulitplier is applied based upon relative
popularity within the whole database. At this point the term popularity
is still done via a prefix match against the search term.

Uses a SUM(IF(cond, a, IF(cond, a, ...))) chain to produce the scoring
result in the select query.

3 years agoReduced data retreived from database on page search
Dan Brown [Mon, 8 Nov 2021 11:41:14 +0000 (11:41 +0000)]
Reduced data retreived from database on page search

3 years agoFurther search system refactorings
Dan Brown [Mon, 8 Nov 2021 11:29:25 +0000 (11:29 +0000)]
Further search system refactorings

- Moved search term querying to its own method.
- Updated Large content seeder to be more performant

3 years agoRefactored search runner a little to be neater
Dan Brown [Mon, 8 Nov 2021 11:04:27 +0000 (11:04 +0000)]
Refactored search runner a little to be neater

3 years agoApplied latest StyleCI changes
Dan Brown [Sat, 6 Nov 2021 22:00:33 +0000 (22:00 +0000)]
Applied latest StyleCI changes

3 years agoMerge pull request #3042 from BookStackApp/tags_view
Dan Brown [Sat, 6 Nov 2021 21:59:34 +0000 (21:59 +0000)]
Merge pull request #3042 from BookStackApp/tags_view

Tag view

3 years agoAdded testing coverage for tag index 3042/head
Dan Brown [Sat, 6 Nov 2021 21:54:02 +0000 (21:54 +0000)]
Added testing coverage for tag index

Also:
- Extracted out index table row to its own view.
- Added empty state.
- Ensured query params are set on pagination links.

3 years agoAdded links to tag page
Dan Brown [Sat, 6 Nov 2021 20:21:11 +0000 (20:21 +0000)]
Added links to tag page

- Added from books/shelves listings and within the tag-edit view for all
  entities.

3 years agoStarted build of tag view
Dan Brown [Sat, 6 Nov 2021 16:30:20 +0000 (16:30 +0000)]
Started build of tag view

- Created listing
- Allows drilldown to tag name
- Shows totals

Not yet covered via testing

3 years agoDone a round of phpstan fixes
Dan Brown [Sat, 6 Nov 2021 00:32:01 +0000 (00:32 +0000)]
Done a round of phpstan fixes

3 years agoApplied StyleCI changes, added php/larastan to attribution 3039/head
Dan Brown [Fri, 5 Nov 2021 16:27:59 +0000 (16:27 +0000)]
Applied StyleCI changes, added php/larastan to attribution

3 years agoAdded inital phpstan/larastan setup
Dan Brown [Fri, 5 Nov 2021 16:18:06 +0000 (16:18 +0000)]
Added inital phpstan/larastan setup

3 years agoApplied styleci changes
Dan Brown [Fri, 5 Nov 2021 00:28:41 +0000 (00:28 +0000)]
Applied styleci changes

3 years agoStandardised laravel validation to be array based
Dan Brown [Fri, 5 Nov 2021 00:26:55 +0000 (00:26 +0000)]
Standardised laravel validation to be array based

Converted from string-only-based validation.
Array based validation works nicer once you have validation classess or
advanced validation options.

3 years agoUpdated npm deps
Dan Brown [Thu, 4 Nov 2021 23:07:36 +0000 (23:07 +0000)]
Updated npm deps

3 years agoMerge branch 'master' of github.com:BookStackApp/BookStack
Dan Brown [Thu, 4 Nov 2021 22:58:15 +0000 (22:58 +0000)]
Merge branch 'master' of github.com:BookStackApp/BookStack

3 years agoApplied latest styleci changes
Dan Brown [Thu, 4 Nov 2021 22:57:49 +0000 (22:57 +0000)]
Applied latest styleci changes

3 years agoNew Crowdin updates (#3038)
Dan Brown [Thu, 4 Nov 2021 22:57:04 +0000 (22:57 +0000)]
New Crowdin updates (#3038)

Just crowdin aligning string quote styles

3 years agoRemoved style in discord logo to prevent clash with twitter logo
Dan Brown [Thu, 4 Nov 2021 22:52:35 +0000 (22:52 +0000)]
Removed style in discord logo to prevent clash with twitter logo

Both were using the same class names causing a quadrant of the slack logo
to be the discord brand color.

Related to #3032

3 years agoMerge branch 'modernize-3rd-party-service-logos' of https://github.com/na3shkw/BookSt...
Dan Brown [Thu, 4 Nov 2021 22:45:57 +0000 (22:45 +0000)]
Merge branch 'modernize-3rd-party-service-logos' of https://github.com/na3shkw/BookStack into na3shkw-modernize-3rd-party-service-logos

3 years agoMerge branch 'laravel_upgrade'
Dan Brown [Thu, 4 Nov 2021 22:42:35 +0000 (22:42 +0000)]
Merge branch 'laravel_upgrade'

3 years agoReverted shift change to old migration 3012/head
Dan Brown [Thu, 4 Nov 2021 22:38:55 +0000 (22:38 +0000)]
Reverted shift change to old migration

3 years agoUpdated php packages, Added php8.1 to GH actions
Dan Brown [Thu, 4 Nov 2021 22:29:36 +0000 (22:29 +0000)]
Updated php packages, Added php8.1 to GH actions

3 years agoUpdated API examples with date format changes
Dan Brown [Thu, 4 Nov 2021 22:02:21 +0000 (22:02 +0000)]
Updated API examples with date format changes

Updated to full ISO-8601 to reflect change in Laravel 7.

3 years agoApplied latest styleci changes
Dan Brown [Mon, 1 Nov 2021 13:26:02 +0000 (13:26 +0000)]
Applied latest styleci changes

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