]> BookStack Code Mirror - bookstack/log
bookstack
4 years agoUpdated deps based on changes done for php8 readiness
Dan Brown [Sun, 13 Dec 2020 15:07:58 +0000 (15:07 +0000)]
Updated deps based on changes done for php8 readiness

Commit cherry-picked from branch then made further changes.
Updates min php version.

4 years agoFixed changed namespaces for merged test
Dan Brown [Fri, 18 Dec 2020 20:04:48 +0000 (20:04 +0000)]
Fixed changed namespaces for merged test

4 years agoMerge branch 'v0.30.x'
Dan Brown [Fri, 18 Dec 2020 14:16:13 +0000 (14:16 +0000)]
Merge branch 'v0.30.x'

4 years agoFixed issue where restricted page content in plaintext export
Dan Brown [Fri, 18 Dec 2020 13:56:00 +0000 (13:56 +0000)]
Fixed issue where restricted page content in plaintext export

The content of pages made non-viewable to a user via permissions, within a visible parent, could be seen via the plaintext export option. Before v0.30.6 this would have applied only to scenarios where all pages within the chapter were made non-visible. In v0.30.6 this would make all pages within the chapter visible.

As per #2414

4 years agoMerge branch 'v0.30.x'
Dan Brown [Thu, 17 Dec 2020 21:47:59 +0000 (21:47 +0000)]
Merge branch 'v0.30.x'

4 years agoFixed book-tree-gen page visibility issue
Dan Brown [Thu, 17 Dec 2020 17:31:18 +0000 (17:31 +0000)]
Fixed book-tree-gen page visibility issue

When book trees were generated, pages in chapters where ALL pages within
were not supposed to be visibile, would be visible due to the code
falling back on the raw relation which would not account for
permissions.

This has now been changed so that a custom 'visible_pages' attribute is set and used by any book tree structures, to ensure it does not fall back to the raw relation.

Added an extra test to cover.

For #2414

4 years agoFix issue with viewing export dropdown list
shubhamosmosys [Thu, 17 Dec 2020 14:17:15 +0000 (19:47 +0530)]
Fix issue with viewing export dropdown list

There is issue with viewing all the export list

4 years agoUpdated chapter delete wording to fit with new logic
Dan Brown [Thu, 17 Dec 2020 02:29:53 +0000 (02:29 +0000)]
Updated chapter delete wording to fit with new logic

4 years agoCleaned up some user/image areas of the app
Dan Brown [Tue, 8 Dec 2020 23:46:38 +0000 (23:46 +0000)]
Cleaned up some user/image areas of the app

Further cleanup of docblocks and standardisation of repos.

4 years agoFixed issue where page export contain system would miss images
Dan Brown [Sun, 6 Dec 2020 22:23:21 +0000 (22:23 +0000)]
Fixed issue where page export contain system would miss images

4 years agoMerge branch 'v0.30.x'
Dan Brown [Sun, 6 Dec 2020 21:32:01 +0000 (21:32 +0000)]
Merge branch 'v0.30.x'

4 years agoEnsured base64 images are read from image upload folder
Dan Brown [Sun, 6 Dec 2020 15:34:18 +0000 (15:34 +0000)]
Ensured base64 images are read from image upload folder

Also removed unused storage systems and updated testing.

4 years agoRemoved http fetching from image base64 generation
Dan Brown [Sun, 6 Dec 2020 14:24:22 +0000 (14:24 +0000)]
Removed http fetching from image base64 generation

4 years agoRemoved generic "UploadService" which was doing very little
Dan Brown [Sun, 6 Dec 2020 12:58:40 +0000 (12:58 +0000)]
Removed generic "UploadService" which was doing very little

4 years agoUpdated .env.example to encorage use of setting APP_URL
Dan Brown [Sun, 6 Dec 2020 12:31:36 +0000 (12:31 +0000)]
Updated .env.example to encorage use of setting APP_URL

For the purposes of secure URL generation and to avoid common problems
found when people are using reverse proxies.

4 years agoSwapped out HTML diff implementation for own, removes tidy depdendancy
Dan Brown [Sun, 29 Nov 2020 19:08:13 +0000 (19:08 +0000)]
Swapped out HTML diff implementation for own, removes tidy depdendancy

4 years agoFixed bad collection/array mixing causing error on seed
Dan Brown [Sat, 28 Nov 2020 16:42:12 +0000 (16:42 +0000)]
Fixed bad collection/array mixing causing error on seed

4 years agoMerge pull request #2382 from BookStackApp/pages_api
Dan Brown [Sat, 28 Nov 2020 16:31:35 +0000 (16:31 +0000)]
Merge pull request #2382 from BookStackApp/pages_api

Pages API

4 years agoAdded testing to cover the pages API 2382/head
Dan Brown [Sat, 28 Nov 2020 16:30:30 +0000 (16:30 +0000)]
Added testing to cover the pages API

4 years agoAdded page export API controller
Dan Brown [Sat, 28 Nov 2020 15:39:40 +0000 (15:39 +0000)]
Added page export API controller

4 years agoMade docs sidebar a slight bit easier to scroll
Dan Brown [Sat, 28 Nov 2020 15:28:44 +0000 (15:28 +0000)]
Made docs sidebar a slight bit easier to scroll

Now it easily goes off the page, made it indapentally scrollable.
Will probably do something different in future as it grows more.

4 years agoAdded pages API doc examples
Dan Brown [Sat, 28 Nov 2020 15:21:54 +0000 (15:21 +0000)]
Added pages API doc examples

Made some tweaks to related content and other examples while there.

4 years agoStarted pages API
Dan Brown [Sun, 22 Nov 2020 14:56:19 +0000 (14:56 +0000)]
Started pages API

4 years agoUpdated old exportService name in controllers
Dan Brown [Sun, 22 Nov 2020 01:26:14 +0000 (01:26 +0000)]
Updated old exportService name in controllers

4 years agoFocused base Entity class cleanup
Dan Brown [Sun, 22 Nov 2020 01:20:38 +0000 (01:20 +0000)]
Focused base Entity class cleanup

Removed some common functions from other entities.
Aligned implementation of getUrl()
Cleaned phpdocs and added typehinting.
Also extracted sibling search logic out of controller.

4 years agoFixed some mis-refactoring and split search service
Dan Brown [Sun, 22 Nov 2020 00:17:45 +0000 (00:17 +0000)]
Fixed some mis-refactoring and split search service

Search service broken into index and runner tools.

4 years agoMoved models to folder, renamed managers to tools
Dan Brown [Sat, 21 Nov 2020 23:20:54 +0000 (23:20 +0000)]
Moved models to folder, renamed managers to tools

Tools seems to fit better since the classes were a bit of a mixed bunch
and did not always manage.
Also simplified the structure of the SlugGenerator class.
Also focused EntityContext on shelves and simplified to use session
helper.

4 years agoService provider and other cleanup
Dan Brown [Sat, 21 Nov 2020 17:52:49 +0000 (17:52 +0000)]
Service provider and other cleanup

- Removed old 'exposeTranslations' system to instead use new component
 option system.
- Extracted validation rules into their own service provider.
- Cleaned up some formatting/comments in the repos.

4 years agoAligned constructors across controller classes
Dan Brown [Sat, 21 Nov 2020 17:08:37 +0000 (17:08 +0000)]
Aligned constructors across controller classes

Since they no longer needed to run the parent contructor
since the parent constructor was no longer needed.

4 years agoCleaned up api docs implementation, added missing titles
Dan Brown [Sat, 21 Nov 2020 17:03:24 +0000 (17:03 +0000)]
Cleaned up api docs implementation, added missing titles

4 years agoMerge pull request #2360 from BookStackApp/activity_revamp
Dan Brown [Sat, 21 Nov 2020 16:12:25 +0000 (16:12 +0000)]
Merge pull request #2360 from BookStackApp/activity_revamp

Tracked activity update

4 years agoAdded latest activity into users list view 2360/head
Dan Brown [Fri, 20 Nov 2020 20:10:18 +0000 (20:10 +0000)]
Added latest activity into users list view

4 years agoImplemented remainder of activity types
Dan Brown [Fri, 20 Nov 2020 19:33:11 +0000 (19:33 +0000)]
Implemented remainder of activity types

Also fixed audit log to work for non-entity items.

4 years agoImplemented user, api_tokem & role activity logging
Dan Brown [Fri, 20 Nov 2020 18:53:01 +0000 (18:53 +0000)]
Implemented user, api_tokem & role activity logging

Also refactored some role content, primarily updating the permission
controller to be RoleController since it only dealt with roles.

4 years agoStarted widening of activity logging
Dan Brown [Wed, 18 Nov 2020 23:38:44 +0000 (23:38 +0000)]
Started widening of activity logging

In progress, Need to implement much of the logging in controllers.
Also cleaned up base controller along the way.

4 years agoLDAP: Added TLS support 2376/head
Boddy4 [Wed, 18 Nov 2020 00:05:29 +0000 (01:05 +0100)]
LDAP: Added TLS support

4 years agoUpdated activities table format
Dan Brown [Sun, 8 Nov 2020 00:03:19 +0000 (00:03 +0000)]
Updated activities table format

Renamed some columns to be more generic and applicable.
Removed now redundant book_id column.
Allowed nullable entity morph columns for non-entity activity.

Ran tests and made required changes.

4 years agoRemoved use of book_id in activity
Dan Brown [Sat, 7 Nov 2020 23:15:13 +0000 (23:15 +0000)]
Removed use of book_id in activity

4 years agoOrganised activity types and moved most to repos
Dan Brown [Sat, 7 Nov 2020 22:37:27 +0000 (22:37 +0000)]
Organised activity types and moved most to repos

Repos are generally better since otherwise we end up duplicating
things between front-end and API.

Types moved to by CONST values within a class for better visibilty
of usage and listing of types.

4 years agoMerge pull request #2283 from BookStackApp/recycle_bin
Dan Brown [Sat, 7 Nov 2020 15:10:17 +0000 (15:10 +0000)]
Merge pull request #2283 from BookStackApp/recycle_bin

Recycle Bin Implementation

4 years agoChecked over recycle bin parent/child flows 2283/head
Dan Brown [Sat, 7 Nov 2020 15:05:13 +0000 (15:05 +0000)]
Checked over recycle bin parent/child flows

4 years agoEnhanced how activities are shown on items in recycle bin
Dan Brown [Sat, 7 Nov 2020 14:28:50 +0000 (14:28 +0000)]
Enhanced how activities are shown on items in recycle bin

4 years agoAdded recycle bin auto-clear lifetime functionality
Dan Brown [Sat, 7 Nov 2020 13:58:23 +0000 (13:58 +0000)]
Added recycle bin auto-clear lifetime functionality

4 years agoAdded test coverage of recycle bin actions
Dan Brown [Sat, 7 Nov 2020 13:19:23 +0000 (13:19 +0000)]
Added test coverage of recycle bin actions

4 years agoStarted testing work for recycle bin implementation
Dan Brown [Fri, 6 Nov 2020 12:54:39 +0000 (12:54 +0000)]
Started testing work for recycle bin implementation

4 years agoAutomatic Restored Revision Changelog Summary Text 2353/head
Anthony Ronda [Wed, 4 Nov 2020 01:46:47 +0000 (20:46 -0500)]
Automatic Restored Revision Changelog Summary Text

4 years agoCleaned up duplicate code in recycle-bin restore
Dan Brown [Mon, 2 Nov 2020 22:54:00 +0000 (22:54 +0000)]
Cleaned up duplicate code in recycle-bin restore

4 years agoAdded per-item recycle-bin delete and restore
Dan Brown [Mon, 2 Nov 2020 22:47:48 +0000 (22:47 +0000)]
Added per-item recycle-bin delete and restore

4 years agoRe-aligned init files with Laravel default
Dan Brown [Sat, 31 Oct 2020 23:05:48 +0000 (23:05 +0000)]
Re-aligned init files with Laravel default

Removed the custom init elements that we added in 2017 to
custom load the helpers file and instead load via composer.

Also removed laravel-microscope package due to not running due to
helpers file.

4 years agoMerge branch 'fixes' of git://github.com/imanghafoori1/BookStack into imanghafoori1...
Dan Brown [Sat, 31 Oct 2020 22:11:27 +0000 (22:11 +0000)]
Merge branch 'fixes' of git://github.com/imanghafoori1/BookStack into imanghafoori1-fixes

4 years agoMerge pull request #2298 from timoschwarzer/composer-install-in-entrypoint
Dan Brown [Sat, 31 Oct 2020 21:56:48 +0000 (21:56 +0000)]
Merge pull request #2298 from timoschwarzer/composer-install-in-entrypoint

Install composer dependencies in Docker entrypoint

4 years agoMerge branch 'xss_and_redir_patch' of git://github.com/PercussiveElbow/BookStack...
Dan Brown [Sat, 31 Oct 2020 15:19:33 +0000 (15:19 +0000)]
Merge branch 'xss_and_redir_patch' of git://github.com/PercussiveElbow/BookStack into xss_and_redirect

4 years agoPrevented possible XSS via link attachments
Dan Brown [Sat, 31 Oct 2020 15:01:52 +0000 (15:01 +0000)]
Prevented possible XSS via link attachments

This filters out potentially malicious javascript: or data: uri's coming
through to be attached to attachments.
Added tests to cover.

Thanks to Yassine ABOUKIR (@yassineaboukir on twitter) for reporting this
vulnerability.

4 years agoXSS and redirect fixes with test cases
PercussiveElbow [Tue, 27 Oct 2020 01:34:51 +0000 (01:34 +0000)]
XSS and redirect fixes with test cases

4 years agoUpdate Localization.php in Middleware with "no" tag for estimate. 2336/head
Ole Aldric [Mon, 19 Oct 2020 10:43:41 +0000 (12:43 +0200)]
Update Localization.php in Middleware with "no" tag for estimate.

4 years agoupdated config to also include Norwegian 2334/head
Ole Aldric [Mon, 19 Oct 2020 10:35:05 +0000 (12:35 +0200)]
updated config to also include Norwegian

4 years agoadded missing comma that caused the testprocess to fail. 2333/head
Ole Aldric [Mon, 19 Oct 2020 10:26:18 +0000 (12:26 +0200)]
added missing comma that caused the testprocess to fail.

4 years agoAdded translation for Norwegian (Bokmål)
Ole Aldric [Mon, 19 Oct 2020 09:43:43 +0000 (11:43 +0200)]
Added translation for Norwegian (Bokmål)

This will add translations for Norwegian to BookStack. It is identified by the langID no_NB

4 years agoAdds laravel-microscope package 2328/head
imanghafoori [Fri, 16 Oct 2020 15:10:44 +0000 (18:40 +0330)]
Adds laravel-microscope package

4 years agofixes from laravel-microscope
imanghafoori [Thu, 15 Oct 2020 23:27:36 +0000 (02:57 +0330)]
fixes from laravel-microscope

4 years agoMerge pull request #2296 from timoschwarzer/esbuild-watch-first-time-fix
Dan Brown [Tue, 13 Oct 2020 22:17:23 +0000 (23:17 +0100)]
Merge pull request #2296 from timoschwarzer/esbuild-watch-first-time-fix

Fix build:js:watch not building at first launch in Docker

4 years agoUpdated translator attribution before release v0.30.3
Dan Brown [Tue, 13 Oct 2020 21:49:55 +0000 (22:49 +0100)]
Updated translator attribution before release v0.30.3

4 years agoAdded alias for vbscript
Dan Brown [Tue, 13 Oct 2020 21:44:33 +0000 (22:44 +0100)]
Added alias for vbscript

4 years agoMerge pull request #2302 from nutsflag/master
Dan Brown [Tue, 13 Oct 2020 21:41:09 +0000 (22:41 +0100)]
Merge pull request #2302 from nutsflag/master

Add VBScript Codemirror

4 years agoMerge pull request #2303 from BookStackApp/l10n_master
Dan Brown [Tue, 13 Oct 2020 21:39:52 +0000 (22:39 +0100)]
Merge pull request #2303 from BookStackApp/l10n_master

New Crowdin updates

4 years agoFixed error on drawing edit on markdown editor
Dan Brown [Tue, 13 Oct 2020 21:36:07 +0000 (22:36 +0100)]
Fixed error on drawing edit on markdown editor

Was preventing save of drawings.
For #2313

4 years agoNew translations settings.php (Chinese Simplified) 2303/head
Dan Brown [Mon, 5 Oct 2020 05:26:38 +0000 (06:26 +0100)]
New translations settings.php (Chinese Simplified)

4 years agoAdded recycle bin empty notification response with count
Dan Brown [Sat, 3 Oct 2020 17:53:09 +0000 (18:53 +0100)]
Added recycle bin empty notification response with count

4 years agoStarted work on the recycle bin interface
Dan Brown [Sat, 3 Oct 2020 17:44:12 +0000 (18:44 +0100)]
Started work on the recycle bin interface

4 years agoNew translations settings.php (Spanish)
Dan Brown [Fri, 2 Oct 2020 16:18:27 +0000 (17:18 +0100)]
New translations settings.php (Spanish)

4 years agoNew translations settings.php (Chinese Simplified)
Dan Brown [Fri, 2 Oct 2020 14:55:46 +0000 (15:55 +0100)]
New translations settings.php (Chinese Simplified)

4 years agoUpdate code.js 2302/head
nutsflag [Fri, 2 Oct 2020 13:14:29 +0000 (15:14 +0200)]
Update code.js

4 years agoUpdate code-editor.blade.php
nutsflag [Fri, 2 Oct 2020 13:13:31 +0000 (15:13 +0200)]
Update code-editor.blade.php

4 years agoInstall composer dependencies in Docker entrypoint 2298/head
Timo Schwarzer [Thu, 1 Oct 2020 09:34:56 +0000 (11:34 +0200)]
Install composer dependencies in Docker entrypoint

4 years agoFix build:js:watch not building at first launch in Docker 2296/head
Timo Schwarzer [Thu, 1 Oct 2020 09:25:22 +0000 (11:25 +0200)]
Fix build:js:watch not building at first launch in Docker

4 years agoUpdated http service to not read 204 response data
Dan Brown [Wed, 30 Sep 2020 21:32:03 +0000 (22:32 +0100)]
Updated http service to not read 204 response data

4 years agoUpdated esbuild options and version & updated npm deps
Dan Brown [Wed, 30 Sep 2020 21:28:53 +0000 (22:28 +0100)]
Updated esbuild options and version & updated npm deps

Had to change way sortable is imported due to changes, Still
seemed to have functioning multi-select.

4 years agoUpdated page content related links on content id changes
Dan Brown [Mon, 28 Sep 2020 21:26:50 +0000 (22:26 +0100)]
Updated page content related links on content id changes

For #2278

4 years agoFixed duplicate requests in attachment manager issue
Dan Brown [Mon, 28 Sep 2020 20:55:24 +0000 (21:55 +0100)]
Fixed duplicate requests in attachment manager issue

Closes #2286

4 years agoMerge pull request #2272 from jakubboucek/feature/fix-invalid-canonical-redirect
Dan Brown [Mon, 28 Sep 2020 20:15:23 +0000 (21:15 +0100)]
Merge pull request #2272 from jakubboucek/feature/fix-invalid-canonical-redirect

Fixed canonical redirects on non-root url app instances

4 years agoUpdated draw.io references to diagrams.net
Dan Brown [Mon, 28 Sep 2020 19:45:38 +0000 (20:45 +0100)]
Updated draw.io references to diagrams.net

Related to #2044

4 years agoStarted implementation of recycle bin functionality
Dan Brown [Sun, 27 Sep 2020 22:24:33 +0000 (23:24 +0100)]
Started implementation of recycle bin functionality

4 years agoFixed canonical redirects on non-root url app instances 2272/head
Jakub Bouček [Tue, 22 Sep 2020 23:22:03 +0000 (01:22 +0200)]
Fixed canonical redirects on non-root url app instances

If BookStack instance is deployed to any non-root path, e.g. http://example.com/wiki/,
requests for http://example.com/wiki/shelves/
was redirected to http://example.com/shelves
instead of http://example.com/wiki/shelves

Synced with: https://github.com/laravel/laravel/blob/master/public/.htaccess

4 years agoRemoved redundant test
Dan Brown [Sat, 26 Sep 2020 17:24:05 +0000 (18:24 +0100)]
Removed redundant test

Now replaced in recent commit by one that checks actual message gets
displayed on the redirect page.
Redirect page changed to login page.

4 years agoUpdated translators fiel with latest
Dan Brown [Sat, 26 Sep 2020 16:48:02 +0000 (17:48 +0100)]
Updated translators fiel with latest

4 years agoNew Crowdin updates (#2262)
Dan Brown [Sat, 26 Sep 2020 16:46:32 +0000 (17:46 +0100)]
New Crowdin updates (#2262)

* New translations entities.php (Russian)

* New translations settings.php (Russian)

* New translations entities.php (Chinese Simplified)

* New translations settings.php (Chinese Simplified)

* New translations settings.php (Chinese Simplified)

* New translations entities.php (Czech)

* New translations common.php (Czech)

* New translations components.php (Czech)

* New translations settings.php (Czech)

* New translations errors.php (Czech)

* New translations settings.php (Czech)

* New translations settings.php (Czech)

* New translations settings.php (Czech)

* New translations settings.php (German)

* New translations settings.php (German)

* New translations entities.php (German)

* New translations validation.php (Czech)

* New translations entities.php (Spanish, Argentina)

* New translations entities.php (German Informal)

* New translations settings.php (German Informal)

* New translations auth.php (Czech)

4 years agoUpdated codemirror and updated codemirror base styles
Dan Brown [Sat, 26 Sep 2020 16:33:43 +0000 (17:33 +0100)]
Updated codemirror and updated codemirror base styles

Aligns styles with current release, since was causing overflow
with scrollbars.

Fixes #2267

4 years agoUpdated PR code to use isA and updated that function definition
Dan Brown [Sat, 26 Sep 2020 16:00:17 +0000 (17:00 +0100)]
Updated PR code to use isA and updated that function definition

Related to #2227

4 years agoMerge branch 'renderpages' of git://github.com/mr-vinn/BookStack into mr-vinn-renderpages
Dan Brown [Sat, 26 Sep 2020 15:55:05 +0000 (16:55 +0100)]
Merge branch 'renderpages' of git://github.com/mr-vinn/BookStack into mr-vinn-renderpages

4 years agoAdded test for includes on book export
Dan Brown [Sat, 26 Sep 2020 15:54:24 +0000 (16:54 +0100)]
Added test for includes on book export

Related to #2227

4 years agoFixed issue where SAML login not notifiy on existing user
Dan Brown [Sat, 26 Sep 2020 15:43:06 +0000 (16:43 +0100)]
Fixed issue where SAML login not notifiy on existing user

Added testing to cover

Fixes #2263

4 years agoUpdated settings nav to be more flexible
Dan Brown [Sat, 26 Sep 2020 15:26:30 +0000 (16:26 +0100)]
Updated settings nav to be more flexible

Uses flexbox layout, flexed to content instead of rigid thirds like
before. Also extracted row into own file

4 years agoUpdated callout links to be correct colors
Dan Brown [Sat, 26 Sep 2020 14:40:51 +0000 (15:40 +0100)]
Updated callout links to be correct colors

- Also updated to be underlined instead of bold

4 years agoMerge branch 'master' of git://github.com/alexmannuk/BookStack into alexmannuk-master
Dan Brown [Sat, 26 Sep 2020 14:35:13 +0000 (15:35 +0100)]
Merge branch 'master' of git://github.com/alexmannuk/BookStack into alexmannuk-master

4 years agoMerge pull request #2270 from gertjankrol/feature/test-migrations-workflow
Dan Brown [Sat, 26 Sep 2020 14:25:17 +0000 (15:25 +0100)]
Merge pull request #2270 from gertjankrol/feature/test-migrations-workflow

Add `test-migrations` workflow

4 years agoMerge pull request #2268 from gertjankrol/master
Dan Brown [Sat, 26 Sep 2020 14:21:21 +0000 (15:21 +0100)]
Merge pull request #2268 from gertjankrol/master

Fix the `AddActivityIndexes` migration's `down()` method

4 years agoMerge pull request #2274 from abulgatz/patch-1
Dan Brown [Sat, 26 Sep 2020 11:11:53 +0000 (12:11 +0100)]
Merge pull request #2274 from abulgatz/patch-1

Fixed "Ubunto Mono" $mono type misspelling

4 years agoFixed markdown iframe loading and content alignment
Dan Brown [Sat, 26 Sep 2020 11:01:01 +0000 (12:01 +0100)]
Fixed markdown iframe loading and content alignment

Fixes #2280

4 years agoFix "Ubunto Mono" $mono type misspelling 2274/head
Adam [Wed, 23 Sep 2020 21:19:30 +0000 (16:19 -0500)]
Fix "Ubunto Mono" $mono type misspelling

4 years agoAdded the `test-migrations` workflow 2270/head
Gertjan Krol [Tue, 22 Sep 2020 17:53:45 +0000 (19:53 +0200)]
Added the `test-migrations` workflow