Skip to content

Releases: Leantime/leantime

Leantime v3.5.11

31 Jul 12:52
3132027
Compare
Choose a tag to compare

Highlights

  • Fix for API Key authentication not working when url path was not api/jsonrpc preventing mcp from working
  • Removed transitions to improve rendering performance

What's Changed

c920c63 Merge pull request #3080 from Leantime/dependabot/npm_and_yarn/multi-96c788614a
0605649 Merge pull request #3089 from MeatyFresh/patch-3
35b14e3 Clear out previously defined sections
b24b38b feat/fix: Remove css transitions as they reduce performance on various browsers.
c461c48 feat: Ensure efficient use of database connections
f44ccd8 fix: api authentication not working when request was anything other than /api/jsonrpc
4b643bf build(deps): bump on-headers and compression
0b1ec69 task: update gitignore

Other Changes

  • Clear out previously defined sections in web.config to resolve 500 on / by @MeatyFresh in #3089
  • build(deps): bump on-headers and compression by @dependabot[bot] in #3080

Full Changelog: v3.5.10...v3.5.11

Leantime v3.5.10

14 Jul 18:33
28b5cd0
Compare
Choose a tag to compare

Highlights

What's Changed

09731cd fix: company managers should only be able to change projects in their own org
5c88b82 task: version bump
c98aa02 feat: group changes via drag and drop
bae8cfe task: remove junie file
27553ea task: update unit test
4d88d5d task: improve claude code prompt
781e6a3 task: code cleanup
3857ca2 fix: resolve issue with composer loading for phar plugins
7105207 fix: improved filename sanitizer
8b03391 fix: datetime formatting issue on project settings
ebdf2bd fix: delete goal board issue
981b103 fix: error when saving idea without title
eb1c076 fix: Ensure api users remain on project after save
5b54b2d fix: typos
6abbdc0 feat: allow setting redis db
dfae805 fix: edge case where autosave retention of editor is too long
4f43795 task: add class to appsLink menu point
063fe14 fix: load more ticket loader unset variable
036c0ff Merge branch 'master' of https://github.com/Leantime/leantime
db98d25 fix: Fix exception handler when logger facade not available
6850290 task: update packages
1a02581 feat: Improve ticket search query
1dd92a4 Applied coding standards
36d47e9 Made it possible to get all comments
ae8fdca Fixed JSON RPC acceptance tests
a7b3147 Updated type declaration for id parameter
11bcaeb fix: revert sql based limit setting in todo widget since we need to verify done/open tasks afterwards
9c30c28 Merge branch 'master' of https://github.com/Leantime/leantime
4ddb8b7 fix: broken twoFA qr code generation fixed

Full Changelog: v3.5.9...v3.5.10

Leantime v3.5.9

30 Jun 16:32
fc8633e
Compare
Choose a tag to compare

Changes in this Release

History from v3.5.8 to @

Commits

  • c72d3d9 [Changelog CI] Add Changelog for Version 3.5.9
  • 1f45dc0 task: version bump
  • 2c0279a task: reduce plugin route loader prority in even call stack so that config updates load before route files
  • 4dd0895 feat: allow removing all new line characters from string sanitizer
  • bb31269 task: Update php-mcp to latest version
  • f9749e8 [Changelog CI] Add Changelog for Version 3.5.8
  • 8de91c0 [Changelog CI] Add Changelog for Version 3.5.7

Contributors

  • Marcel Folaron (4 commits)

Files

 .idea/leantime-oss.iml                     |   1 +
 CHANGELOG.md                               |  19 ++
 app/Core/Configuration/AppSettings.php     |   2 +-
 app/Core/Routing/RouteLoader.php           |   4 +-
 app/Core/Support/String/SanitizeForLLM.php |   7 +-
 composer.json                              |   4 +-
 composer.lock                              | 421 +++++++++++++++++------------
 package-lock.json                          |   4 +-
 package.json                               |   2 +-
 public/dist/mix-manifest.json              |  32 +--
 10 files changed, 296 insertions(+), 200 deletions(-)

Leantime v3.5.8

25 Jun 17:37
bc1cd0b
Compare
Choose a tag to compare

Changes in this Release

History from v3.5.7 to @

Commits

  • f9749e8 [Changelog CI] Add Changelog for Version 3.5.8
  • 7474171 task: version bump
  • 99275ca fix: allow loading commands from phar files
  • 1c49f48 [Changelog CI] Add Changelog for Version 3.5.7

Contributors

  • Marcel Folaron (2 commits)

Files

 CHANGELOG.md                           | 29 +++++++++++++++++++++
 app/Core/Configuration/AppSettings.php |  2 +-
 app/Core/Console/ConsoleKernel.php     | 46 ++++++++++++++++++++++++++++++++++
 app/Plugins                            |  2 +-
 package-lock.json                      |  4 +--
 package.json                           |  2 +-
 public/dist/mix-manifest.json          | 32 +++++++++++------------
 7 files changed, 96 insertions(+), 21 deletions(-)

Leantime v3.5.7

20 Jun 16:44
92d1521
Compare
Choose a tag to compare

Highlights

  • Adds support for Leantime MCP Plugin
  • MyTodoWidget enhancements (infinity scroll)

Changes in this Release

History from v3.5.6 to @

Commits

  • 1c49f48 [Changelog CI] Add Changelog for Version 3.5.7
  • 92d1521 task: version bump
  • 0485867 fix: Todowidget hierarchy issue with nested milestones
  • 4cb4de5 task: update packages
  • 9e7dda0 task: Claude code updates
  • e496168 feat: Infinity scroll for tasks in todowidget to reduce html bloat
  • 9d748a0 fix: dispatchFilter should return and not just echo
  • 819fe66 feat: new countNested macros for collections
  • a24ad44 fix: Ensure jsonrpc requests can be made from frontend
  • ba55c55 Update Plugins
  • f69ec85 task: update min stability setting
  • 5e4f875 task: revert reverts
  • 335b8e4 feat: claude code helpers
  • 92168b9 feat: add link to marketplace in plugin news dropdown
  • 7cec492 feat: add flag to allow turning off sortable via event filter
  • 318182e task: add additional template events to mytodo widget
  • 02aeb7b feat: new string mixins for AI support
  • a8338bb task: clean up how we load plugin paths
  • 818c7ac feat: Add support for routes.php files in plugins and modules (takes precedence over frontcontroller routing)
  • a816dfb task: move config attribute to the appropriate folder
  • 193b00c [Changelog CI] Add Changelog for Version 3.5.6

Contributors

  • Marcel Folaron (19 commits)

Files

 .claude/commands/conversation-analysis-system.md   |   49 +
 .idea/php.xml                                      |   17 +-
 CHANGELOG.md                                       |   51 +
 CLAUDE.md                                          |  262 ++-
 app/Command/ClearAll.php                           |    2 +-
 app/Command/ClearLanguage.php                      |    2 +-
 app/Core/Bootstrap/LoadConfig.php                  |    2 +-
 app/Core/Configuration/AppSettings.php             |    2 +-
 .../Attributes/LaravelConfig.php                   |    2 +-
 app/Core/Configuration/DefaultConfig.php           |    2 +-
 app/Core/Console/ConsoleKernel.php                 |   21 +-
 app/Core/Events/EventDispatcher.php                |   15 +-
 app/Core/Http/HttpKernel.php                       |   38 +-
 app/Core/Middleware/StartSession.php               |    4 +-
 app/Core/Plugins/Plugins.php                       |   68 +
 app/Core/Routing/RouteLoader.php                   |  106 ++
 app/Core/Support/LoadMacrosServiceProvider.php     |   25 +-
 app/Core/Support/StrMacros.php                     |   98 --
 app/Core/Support/String/AlphaNumeric.php           |   34 +
 app/Core/Support/String/BeautifyFilename.php       |   41 +
 app/Core/Support/String/SanitizeFilename.php       |   51 +
 app/Core/Support/String/SanitizeForLLM.php         |   94 ++
 app/Core/Support/String/ToMarkdown.php             |  126 ++
 app/Core/UI/ViewsServiceProvider.php               |   70 +-
 app/Domain/Dashboard/Templates/home.blade.php      |    2 +-
 .../Templates/partials/latestPlugins.blade.php     |    3 +-
 app/Domain/Tickets/Repositories/Tickets.php        |   11 +-
 app/Domain/Tickets/Services/Tickets.php            |  213 ++-
 app/Domain/Widgets/Hxcontrollers/MyToDos.php       |   47 +
 .../Widgets/Templates/partials/myToDos.blade.php   |   49 +-
 .../Templates/partials/myToDosLoadMore.blade.php   |  105 ++
 .../Widgets/Templates/partials/todoItem.blade.php  |  234 +--
 app/Language/en-US.ini                             |    3 +
 app/Plugins                                        |    2 +-
 blocklist.json                                     |    2 +
 composer.json                                      |   19 +-
 composer.lock                                      | 1705 +++++++++++---------
 package-lock.json                                  |    4 +-
 package.json                                       |    2 +-
 public/dist/mix-manifest.json                      |   32 +-
 40 files changed, 2489 insertions(+), 1126 deletions(-)

Leantime v3.5.6

12 Jun 16:25
1c8c3cc
Compare
Choose a tag to compare

Changes in this Release

Highlighys

  • Updated database index strategy which significantly improved performance for various screens
  • Added updated plugins list to review latest versions
  • Fixes for project permission issues when user was only assigned to client and readonly users
  • Minor CSS updates

History from v3.5.5 to @

Commits

  • 193b00c [Changelog CI] Add Changelog for Version 3.5.6
  • 1c8c3cc task: fix code style
  • 98ce4c0 fix: project selector tabs break design in german
  • 740fba1 task: version bump
  • a17ee45 feat: add menu link to show latest plugin updates
  • 8d0fcfd feat: preload tasks on kanban board
  • f01b11c feat: Show plugin updates
  • b8ccaeb feat: optimize sql indexes across the system
  • 36fefc7 fix: readonly/commenter users were not able to see milestone cards and link was broken #3047
  • 2975e15 feat: update progress bar animation to be continuous
  • 26efe4a fix: show loading bar when reloading tasks on dashboard
  • 10c4f5a task: add logging to failed event dispatches
  • a399425 fix: users with project access through clients did not see all tasks due to wrong string comparison
  • 465d1f2 task: webpack udpate
  • 1c06042 fix: project redirect for client assigned projects was not working correctly.
  • 8371932 task: Clean code style
  • 8b56da3 task: add logging to composer loaded plugin init
  • aeb889f task: update claude code instructions
  • c946869 fix: minor css upate for mermaid support
  • 9c34b99 feat: improved subtask handling including htmx events and additional properties for creation
  • ecfa46a feat: create project model through constructor
  • 62b136b fix: object parameter breaks jsonrpc usage
  • db42edd feat: add unique user id to session
  • 7d8d54d fix: Inconsistent datetime handling of ical events
  • b6ba0f5 fix: Welcome widget ticket counter should not count milestones as tasks left to do
  • 0884e87 [Changelog CI] Add Changelog for Version 3.5.5

Contributors

  • Marcel Folaron (24 commits)

Files

 .idea/leantime-oss.iml                             |    2 -
 .idea/php.xml                                      |    5 -
 CHANGELOG.md                                       |   40 +
 CLAUDE.md                                          |    6 +
 app/Core/Configuration/AppSettings.php             |    4 +-
 app/Core/Events/EventDispatcher.php                |    3 +
 app/Core/Support/DateTimeHelper.php                |    2 +-
 app/Domain/Auth/Services/Auth.php                  |    2 +
 app/Domain/Calendar/Services/Calendar.php          |   43 +-
 app/Domain/Clients/Services/Clients.php            |    4 +-
 app/Domain/Comments/Repositories/Comments.php      |    2 +-
 app/Domain/Goalcanvas/Repositories/Goalcanvas.php  |    2 +-
 app/Domain/Ideas/Repositories/Ideas.php            |    2 +-
 app/Domain/Install/Repositories/Install.php        |  139 +-
 app/Domain/Menu/Templates/headMenu.blade.php       |   24 +
 .../Templates/partials/latestNews.blade.php        |    1 +
 .../Plugins/Hxcontrollers/Marketplaceplugins.php   |   13 +
 app/Domain/Plugins/Services/Plugins.php            |   64 +
 .../Templates/partials/latestPlugins.blade.php     |   40 +
 .../Projects/Controllers/ChangeCurrentProject.php  |    2 +-
 app/Domain/Projects/Models/Project.php             |   53 +-
 app/Domain/Projects/Repositories/Projects.php      |    2 +-
 app/Domain/Reports/Templates/show.tpl.php          |    1 -
 app/Domain/Setting/Services/Setting.php            |    8 +
 app/Domain/Tickets/Htmx/HtmxTicketEvents.php       |    2 +
 app/Domain/Tickets/Hxcontrollers/Subtasks.php      |    2 +-
 app/Domain/Tickets/Js/ticketsController.js         |   36 +-
 app/Domain/Tickets/Repositories/Tickets.php        |   34 +-
 app/Domain/Tickets/Services/Tickets.php            |   12 +-
 app/Domain/Tickets/Templates/showKanban.tpl.php    |    2 +-
 .../Templates/submodules/ticketDetails.sub.php     |    2 +-
 app/Domain/Timesheets/Repositories/Timesheets.php  |    2 +-
 app/Domain/Widgets/Hxcontrollers/Welcome.php       |    2 +-
 .../Widgets/Templates/partials/myToDos.blade.php   |    6 +-
 app/Language/en-US.ini                             |    3 +-
 composer.json                                      |    2 +-
 composer.lock                                      | 1622 ++++++++------------
 package-lock.json                                  |    4 +-
 package.json                                       |    2 +-
 public/assets/css/components/dropdowns.css         |    3 +-
 public/assets/css/components/mermaid.css           |    2 +-
 public/assets/css/components/nav.css               |    6 +-
 public/assets/css/components/progressbars.css      |   68 +-
 .../js/libs/tinymce-plugins/aiTools/plugin.js      |  267 ++++
 .../js/libs/tinymce-plugins/llamadorian/plugin.js  |  147 --
 public/dist/mix-manifest.json                      |   32 +-
 webpack.mix.js                                     |    2 +-
 47 files changed, 1434 insertions(+), 1290 deletions(-)

Leantime v3.5.5

01 Jun 15:50
d2d20da
Compare
Choose a tag to compare

Highlights

We removed all premium links in favor of a single reference in the user submenu. Thank you for all your input and feedback as we determine the best path to sustain the project. 🚀 ❤️

Please consider sponsoring us via GitHub
or by purchasing plugins on our marketplace

Changes in this Release

History from v3.5.4 to @

Commits

  • 0884e87 [Changelog CI] Add Changelog for Version 3.5.5
  • 359825a fix: decimal issue on report screen
  • f68be31 fix: automatic handling of invalid filenames
  • ba21c52 feat: Improve plugin marketplace url handling
  • 7fe069c feat: Remove premium links and replace with one link to support site

Contributors

  • Marcel Folaron (8 commits)

Files

 CHANGELOG.md                                       |  26 ++++
 CLAUDE.md                                          | 156 +++++++++++++++++++-
 app/Core/Configuration/AppSettings.php             |   2 +-
 app/Core/Configuration/laravelConfig.php           |   1 -
 app/Core/Files/FileManager.php                     |  12 +-
 .../Auth/Templates/partials/loginInfo.blade.php    |  25 +++-
 app/Domain/Help/Controllers/Support.php            |  27 ++++
 app/Domain/Help/Templates/support.blade.php        | 161 +++++++++++++++++++++
 app/Domain/Menu/Composers/Menu.php                 |   2 +-
 app/Domain/Menu/Composers/ProjectSelector.php      |   2 +-
 app/Domain/Menu/Hxcontrollers/ProjectSelector.php  |   2 +-
 app/Domain/Menu/Repositories/Menu.php              |   1 -
 app/Domain/Menu/Templates/headMenu.blade.php       |  17 ---
 app/Domain/Plugins/Services/Plugins.php            |  21 ++-
 app/Domain/Reports/Templates/show.tpl.php          |   8 +-
 app/Language/en-US.ini                             |   1 +
 app/Plugins                                        |   2 +-
 app/Views/Templates/layouts/app.blade.php          |   2 +
 app/Views/Templates/sections/header.blade.php      |  20 +--
 blocklist.json                                     |   2 +
 package-lock.json                                  |   4 +-
 package.json                                       |   2 +-
 public/assets/images/gloria.png                    | Bin 0 -> 442448 bytes
 public/assets/images/marcel.png                    | Bin 0 -> 373512 bytes
 .../images/svg/undraw_football-with-dad_w7m1.svg   |   1 +
 .../images/svg/undraw_showing-support_ixfc.svg     |   1 +
 .../images/svg/undraw_unexpected-friends_42mc.svg  |   1 +
 public/dist/mix-manifest.json                      |  37 +++--
 28 files changed, 454 insertions(+), 82 deletions(-)

Leantime v3.5.4

17 May 16:25
72bea52
Compare
Choose a tag to compare

Changes in this Release

History from v3.5.3 to @

Commits

  • 8dd47b6 task: adding claude.md which can be used for claude code or other development environments
  • dbe2293 fix: Fix broken file upload and refactor file management to use laravel file storage class
  • c6aed5f feat: Calendar improvements

Contributors

  • Marcel Folaron (10 commits)

Files

 .gitignore                                         |   2 +
 .idea/leantime-oss.iml                             |   3 +
 .idea/php.xml                                      |  11 +
 .idea/webServers.xml                               |  10 +
 .junie/guidelines.md                               | 165 ++++
 .phpstan/Rules/FacadeRule.php                      |  44 ++
 .phpstan/phpstan.neon                              |   6 +
 CHANGELOG.md                                       |  25 +
 CLAUDE.md                                          | 195 +++++
 CONTRIBUTING.md                                    |  12 +
 app/Command/CleanupOrphanedFilesCommand.php        | 139 ++++
 app/Core/Configuration/AppSettings.php             |   2 +-
 app/Core/Configuration/DefaultConfig.php           |   2 +-
 app/Core/Configuration/laravelConfig.php           | 100 ++-
 app/Core/Db/Repository.php                         |   5 +
 app/Core/Files/Contracts/FileManagerInterface.php  |  41 +
 .../Files/Exceptions/FileValidationException.php   |  71 ++
 app/Core/Files/FileManager.php                     | 356 +++++++++
 app/Core/Files/FileSystemServiceProvider.php       | 133 +---
 app/Core/Files/Fileupload.php                      | 429 -----------
 app/Core/Support/Avatarcreator.php                 |  18 +-
 app/Core/Support/Format.php                        |  18 +
 app/Core/UI/Theme.php                              |  40 +-
 app/Domain/Api/Controllers/Files.php               |  22 +-
 app/Domain/Api/Controllers/Projects.php            |  68 +-
 app/Domain/Api/Controllers/Users.php               |  75 +-
 .../Auth/Templates/partials/loginInfo.blade.php    |   2 +-
 app/Domain/Calendar/Services/Calendar.php          |  10 +
 app/Domain/Clients/Controllers/ShowClient.php      |   7 +-
 app/Domain/CsvImport/Templates/upload.tpl.php      |   4 +-
 app/Domain/Files/Controllers/Browse.php            |  11 +-
 app/Domain/Files/Controllers/Get.php               |  22 +-
 app/Domain/Files/Controllers/ShowAll.php           |  11 +-
 app/Domain/Files/Events/FileUploaded.php           |  33 +
 app/Domain/Files/Repositories/Files.php            |  92 ++-
 app/Domain/Files/Services/Files.php                | 170 +++--
 app/Domain/Files/Templates/browse.tpl.php          |  10 +-
 .../Files/Templates/submodules/showAll.sub.php     |   3 +-
 app/Domain/Menu/Repositories/Menu.php              |   5 -
 app/Domain/Projects/Repositories/Projects.php      |  74 +-
 app/Domain/Projects/Services/Projects.php          |  68 +-
 .../Setting/Controllers/EditCompanySettings.php    |  19 +-
 app/Domain/Setting/Services/Setting.php            |  48 +-
 app/Domain/Tickets/Controllers/ShowTicket.php      |   2 +-
 app/Domain/Users/Repositories/Users.php            |  78 +-
 app/Domain/Users/Services/Users.php                |  86 ++-
 app/Language/en-US.ini                             |   3 +
 app/Plugins                                        |   2 +-
 app/Views/Templates/sections/footer.blade.php      |   6 +-
 composer.json                                      |  12 +-
 composer.lock                                      | 829 +++++++++++++++++++--
 config/filesystems.php                             |  60 ++
 package-lock.json                                  |   4 +-
 package.json                                       |   2 +-
 public/assets/css/components/nav.css               |   1 +
 public/dist/mix-manifest.json                      |  32 +-
 public/download.php                                |  19 -
 public/theme/default/css/dark.css                  |   2 +-
 public/theme/minimal/css/dark.css                  |   2 +-
 tests/Unit/app/Core/ExampleTest.php                |  22 +
 tests/Unit/app/Core/Files/FileManagerTest.php      | 371 +++++++++
 tests/Unit/app/Core/Support/AvatarcreatorTest.php  |  10 +-
 tests/Unit/app/Core/UI/ThemeTest.php               |  13 +-
 .../Menu/Repositories/MenuRepositoryTest.php       |   1 -
 64 files changed, 3091 insertions(+), 1047 deletions(-)

Leantime v3.5.3

08 May 20:37
98cdaa0
Compare
Choose a tag to compare

Changes in this Release

History from v3.5.2 to @

Commits

  • 8da7ba2 task: Improve db integration with laravel
  • d91eb6a fix: Theme colors
  • 6e90139 fix: Theme not saving reliably
  • f0e7716 task: New Screenshot

Contributors

  • Marcel Folaron (7 commits)

Files

 CHANGELOG.md                                       |  27 ++++++++
 README.md                                          |   9 ++-
 app/Core/Configuration/AppSettings.php             |   2 +-
 app/Core/Configuration/laravelConfig.php           |   1 +
 app/Core/Database/DatabaseServiceProvider.php      |   6 +-
 app/Core/Db/Db.php                                 |  71 ++++++++++-----------
 app/Core/Db/Repository.php                         |   3 +-
 app/Core/UI/ThemeServiceProvider.php               |   2 +-
 app/Domain/Users/Controllers/EditOwn.php           |   1 -
 .../Widgets/Templates/partials/todoItem.blade.php  |   2 +-
 app/Plugins                                        |   2 +-
 app/Views/Templates/sections/header.blade.php      |   8 +--
 package-lock.json                                  |   4 +-
 package.json                                       |   2 +-
 public/assets/images/Screenshots/mywork-v3.4.png   | Bin 685404 -> 0 bytes
 public/assets/images/Screenshots/mywork-v3.5.png   | Bin 0 -> 649431 bytes
 public/dist/mix-manifest.json                      |  33 +++++-----
 public/theme/default/theme.ini                     |   4 +-
 public/theme/minimal/theme.ini                     |   4 +-
 19 files changed, 106 insertions(+), 75 deletions(-)

Leantime v3.5.2

08 May 15:22
3de0011
Compare
Choose a tag to compare

Changes in this Release

History from v3.5.1 to @

Commits

  • d6e3aef fix: performance issue due to datetimeparsing
  • 15d9a0d fix: Moved class back to where it belongs
  • bd52903 fix: Update dropdown menu design on header menu
  • 56ad95f fix: GetUserByEmail fails due to wrong user status #3034
  • ecb5893 feat: calendar css improvements
  • ddb45b3 feat: update default widget positions
  • f8e9b89 fix: Ensure session folder exists

Contributors

  • Marcel Folaron (10 commits)

Files

 .ddev/.env                                         |   8 -
 .ddev/config.yaml                                  | 280 ---------------------
 CHANGELOG.md                                       |  89 +++++++
 app/Core/Configuration/AppSettings.php             |   2 +-
 app/Core/Controller/Controller.php                 |   2 +-
 app/Core/Controller/HtmxController.php             |   2 +-
 app/Core/Exceptions/ExceptionHandler.php           |   2 +-
 app/Core/Sessions/SessionServiceProvider.php       |  13 +
 app/Core/Support/DateTimeHelper.php                | 101 +++++---
 app/Core/{ => UI}/Template.php                     |   4 +-
 app/Core/UI/TemplateServiceProvider.php            |   1 -
 app/Domain/Canvas/Controllers/EditCanvasItem.php   |   2 +-
 app/Domain/Clients/Services/Clients.php            |   2 +-
 app/Domain/Connector/Services/Connector.php        |   2 +-
 app/Domain/Help/Services/InviteTeamStep.php        |   2 +-
 app/Domain/Menu/Templates/headMenu.blade.php       |   2 +-
 app/Domain/Reports/Services/Reports.php            |   2 +-
 app/Domain/Tickets/Services/Tickets.php            |   2 +-
 app/Domain/Users/Controllers/Import.php            |   2 +-
 app/Domain/Widgets/Services/Widgets.php            |   8 +-
 app/Domain/Wiki/Templates/show.tpl.php             |   2 +-
 app/Domain/Wiki/Templates/wikiDialog.tpl.php       |   2 +-
 package-lock.json                                  |   4 +-
 package.json                                       |   2 +-
 public/assets/css/components/calendar.css          |  12 +
 public/assets/css/components/style.default.css     |   4 +-
 public/dist/mix-manifest.json                      |  32 +--
 .../app/Domain/Api/Controllers/JsonrpcTest.php     |   2 +-
 28 files changed, 225 insertions(+), 363 deletions(-)