ViMa, Open Sources make your business betters

Overview

NOTES

Completed project will be upload after finish implementation & website will be can be access contain all information may be in September 21, 2021 or soon.

License for Developer & Corporate : will be updated.

ViMa

ViMa is a suite of web based open source business apps.

Built on Laravel 8.

The Main ViMa Apps will be include : Advance Management, Warehouse Management, Project Management, Billing & Accounting, Sales Management, Human Resources, Procurement Management, Manufacturing, Asset Management

Database Requirement

PostgreSQL

Must be add on server : wkhtmltopdf
imagick

Tujuan

Aplikasi ini ditujukan supaya Indonesia mempunyai ERP yang dapat dibanggakan dan memberdayakan sumber daya dan potensi anak-anak muda Indonesia.

Getting started with ViMa


For a standard installation please follow the Setup instructions from the documentation.

To learn the software, we recommend the ViMa eLearning, or Scale-up. Developers can start with the developer tutorials

Contributor

Comments
  • [Snyk] Upgrade imask from 6.4.2 to 6.4.3

    [Snyk] Upgrade imask from 6.4.2 to 6.4.3

    Snyk has created this PR to upgrade imask from 6.4.2 to 6.4.3.

    merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 2 versions ahead of your current version.
    • The recommended version was released 23 days ago, on 2022-09-19.
    Release notes
    Package name: imask
    • 6.4.3 - 2022-09-19
      • fix bugs
    • 6.4.3-alpha.0 - 2022-09-14

      v6.4.3-alpha.0

    • 6.4.2 - 2022-02-09
      • React: now possible to pass ref to IMaskInput and get access to internal instance of Masked
      • React: fix types for IMaskInput #608
      • fix bugs around using eager with dynamic mask
      • update deps
    from imask GitHub release notes
    Commit messages
    Package name: imask

    Compare


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by snyk-bot 1
  • Bump symfony/http-kernel from 5.2.9 to 5.4.2

    Bump symfony/http-kernel from 5.2.9 to 5.4.2

    Bumps symfony/http-kernel from 5.2.9 to 5.4.2.

    Release notes

    Sourced from symfony/http-kernel's releases.

    v5.4.2

    Changelog (https://github.com/symfony/http-kernel/compare/v5.4.1...v5.4.2)

    • bug #44838 Fix enum typed bindings (ogizanagi)
    • bug #44826 Do not attempt to register enum arguments in controller service locator (ogizanagi)
    • bug #44809 relax return type for memory data collector (94noni)
    • bug #44618 Fix SessionListener without session in request (shyim)
    • bug #44518 Take php session.cookie settings into account (simonchrz)
    • bug #44649 fix how configuring log-level and status-code by exception works (nicolas-grekas)

    v5.4.1

    Changelog (https://github.com/symfony/http-kernel/compare/v5.4.0...v5.4.1)

    • bug #44437 Fix wrong usage of SessionUtils::popSessionCookie (simonchrz)
    • bug #44395 fix sending Vary: Accept-Language when appropriate (nicolas-grekas)

    v5.4.0

    Changelog (https://github.com/symfony/http-kernel/compare/v5.4.0-RC1...v5.4.0)

    • no significant changes

    v5.4.0-RC1

    Changelog (https://github.com/symfony/http-kernel/compare/v5.4.0-BETA3...v5.4.0-RC1)

    • no significant changes

    v5.4.0-BETA3

    Changelog (https://github.com/symfony/http-kernel/compare/v6.0.0-BETA2...v5.4.0-BETA3)

    • no significant changes

    v5.4.0-BETA2

    Changelog (https://github.com/symfony/http-kernel/compare/v5.4.0-BETA1...v5.4.0-BETA2)

    • feature #43983 allow ignoring kernel.reset methods that don't exist (nicolas-grekas)

    v5.4.0-BETA1

    Changelog (https://github.com/symfony/http-kernel/compare/v5.3.10...v5.4.0-BETA1)

    • feature #42471 Add generic types to traversable implementations (derrabus)
    • feature #43138 Add the ability to enable the profiler using a parameter (dunglas)
    • feature #43411 Deprecate passing null as $requestIp in IpUtils (W0rma)
    • feature #43108 Add basic support for language negotiation (GregoireHebert)
    • feature #42244 Add support for configuring log level, and status code by exception class (lyrixx)
    • feature #42532 Sort services in service locator according to priority (BoShurik)
    • feature #41390 Add session cookie handling in cli context (alexander-schranz, Nyholm)
    • feature #42195 Redesigned the log section (javiereguiluz)

    v5.3.13

    Changelog (https://github.com/symfony/http-kernel/compare/v5.3.12...v5.3.13)

    ... (truncated)

    Changelog

    Sourced from symfony/http-kernel's changelog.

    CHANGELOG

    5.4

    • Add the ability to enable the profiler using a request query parameter, body parameter or attribute
    • Deprecate AbstractTestSessionListener::getSession inject a session in the request instead
    • Deprecate the fileLinkFormat parameter of DebugHandlersListener
    • Add support for configuring log level, and status code by exception class
    • Allow ignoring "kernel.reset" methods that don't exist with "on_invalid" attribute

    5.3

    • Deprecate ArgumentInterface
    • Add ArgumentMetadata::getAttributes()
    • Deprecate ArgumentMetadata::getAttribute(), use getAttributes() instead
    • Mark the class Symfony\Component\HttpKernel\EventListener\DebugHandlersListener as internal
    • Deprecate returning a ContainerBuilder from KernelInterface::registerContainerConfiguration()
    • Deprecate HttpKernelInterface::MASTER_REQUEST and add HttpKernelInterface::MAIN_REQUEST as replacement
    • Deprecate KernelEvent::isMasterRequest() and add isMainRequest() as replacement
    • Add #[AsController] attribute for declaring standalone controllers on PHP 8
    • Add FragmentUriGeneratorInterface and FragmentUriGenerator to generate the URI of a fragment

    5.2.0

    • added session usage
    • made the public http_cache service handle requests when available
    • allowed enabling trusted hosts and proxies using new kernel.trusted_hosts, kernel.trusted_proxies and kernel.trusted_headers parameters
    • content of request parameter _password is now also hidden in the request profiler raw content section
    • Allowed adding attributes on controller arguments that will be passed to argument resolvers.
    • kernels implementing the ExtensionInterface will now be auto-registered to the container
    • added parameter kernel.runtime_environment, defined as %env(default:kernel.environment:APP_RUNTIME_ENV)%
    • do not set a default Accept HTTP header when using HttpKernelBrowser

    5.1.0

    • allowed to use a specific logger channel for deprecations
    • made WarmableInterface::warmUp() return a list of classes or files to preload on PHP 7.4+; not returning an array is deprecated
    • made kernels implementing WarmableInterface be part of the cache warmup stage
    • deprecated support for service:action syntax to reference controllers, use serviceOrFqcn::method instead
    • allowed using public aliases to reference controllers
    • added session usage reporting when the _stateless attribute of the request is set to true
    • added AbstractSessionListener::onSessionUsage() to report when the session is used while a request is stateless

    ... (truncated)

    Commits
    • 35b7e98 Update VERSION for 5.4.2
    • 08eab60 Merge branch '5.3' into 5.4
    • fa8db48 Merge branch '4.4' into 5.3
    • c528c20 [DependencyInjection][HttpKernel] Fix enum typed bindings
    • a0d8297 Merge branch '5.3' into 5.4
    • fa04d14 Merge branch '4.4' into 5.3
    • 504310b expand uninitialized session tests
    • 1f0c4e1 cs fix
    • f2c0df0 [HttpKernel] Do not attempt to register enum arguments in controller service ...
    • 13303cf Merge branch '5.3' into 5.4
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies php 
    opened by dependabot[bot] 1
  • Migration Failed

    Migration Failed

    Migration error at 2021_08_04_083715_add_field_status_to_item_outs.php

    To Reproduce Steps to reproduce the behavior:

    1. Clone project
    2. Install everything
    3. Set env
    4. Run migration

    Expected behavior All migration done normally

    Screenshots image

    Desktop (please complete the following information):

    • OS: Windows
    • Browser chrome

    Additional context db_acc.item_outs' doesn't exist, fix by add this migration before 2021_08_04_083715_add_field_status_to_item_outs.php

    opened by herhand 1
  • [Snyk] Upgrade js-beautify from 1.14.4 to 1.14.6

    [Snyk] Upgrade js-beautify from 1.14.4 to 1.14.6

    Snyk has created this PR to upgrade js-beautify from 1.14.4 to 1.14.6.

    :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 2 versions ahead of your current version.
    • The recommended version was released a month ago, on 2022-08-21.
    Release notes
    Package name: js-beautify from js-beautify GitHub release notes
    Commit messages
    Package name: js-beautify
    • c098626 Release: 1.14.6
    • ca6dca7 Merge remote-tracking branch 'origin/staging/main' into staging/release
    • d86a249 Bump version numbers for 1.14.6
    • 7bd7fc1 Update Changelog
    • b1ccd70 Merge pull request #2094 from HitkoDev/fix-windows-glob-issue
    • 86cde3e Fix glob issue on Windows
    • 218252e Fix Windows CI
    • fa4412a Merge pull request #2090 from beautify-web/staging/release
    • 5d3ef45 Merge pull request #2089 from beautify-web/staging/main
    • df35cc5 Release: 1.14.5
    • eb4767b Merge remote-tracking branch 'origin/staging/main' into staging/release
    • b7917f4 Bump version numbers for 1.14.5
    • 7e32c13 Update Changelog
    • a0f3d12 Merge pull request #2088 from bitwiseman/issue/web-ui
    • e7c9dcb Further tweaks to Web UI
    • 0a462a8 Update dependencies
    • 4addbe4 Merge pull request #2073 from adityakush24/dark-mode
    • 8011f80 Update web/onload.js
    • a2dcf1e Merge pull request #2087 from havardAasen/fix-python-test-issue-1950
    • 26039eb Merge pull request #2085 from raizapw19/fix-language-names
    • fc2a584 Merge pull request #2072 from SimaDovakin/main
    • 968e9a6 Merge pull request #2084 from beautify-web/dependabot/npm_and_yarn/terser-5.14.2
    • 457c571 Fix test 'Do not remove whitespace after number'
    • cbdc4a8 Update README.md

    Compare


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by snyk-bot 0
  • [Snyk] Upgrade @fullcalendar/list from 5.11.0 to 5.11.3

    [Snyk] Upgrade @fullcalendar/list from 5.11.0 to 5.11.3

    This PR was automatically created by Snyk using the credentials of a real user.


    Snyk has created this PR to upgrade @fullcalendar/list from 5.11.0 to 5.11.3.

    :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 2 versions ahead of your current version.
    • The recommended version was released a month ago, on 2022-08-23.
    Release notes
    Package name: @fullcalendar/list
    • 5.11.3 - 2022-08-23
      • fixed: timeline view (without resources) problem with expanding height (#5792)
      • fixed: locales not working in IE11 (#6790)
    • 5.11.2 - 2022-07-27
      • fixed: React Strict Mode, dateSet, and "Maximum update depth exceeded error" (#5935, react-185)
      • fixed: React Strict Mode, timeline scrolling not synced (react-192)
      • fixed: React, datesSet with object-like dateIncrement, "Maximum update depth..." (react-131)
    • 5.11.0 - 2022-04-08

      internal changes for compatibility with React 18

    from @fullcalendar/list GitHub release notes

    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by vm0993 0
  • [Snyk] Upgrade toastify-js from 1.11.2 to 1.12.0

    [Snyk] Upgrade toastify-js from 1.11.2 to 1.12.0

    This PR was automatically created by Snyk using the credentials of a real user.


    Snyk has created this PR to upgrade toastify-js from 1.11.2 to 1.12.0.

    merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 1 version ahead of your current version.
    • The recommended version was released 22 days ago, on 2022-07-21.
    Release notes
    Package name: toastify-js
    • 1.12.0 - 2022-07-21
      • Accessibility fix: Support aria-live for the toast
      • Accessibility fix: Add aria-label for close icon
    • 1.11.2 - 2021-10-06
      • Bugfix: Style Options: backgroundColor not working! (#81)
      • Bugfix: ShadowRoot is undefined in older browsers (#83)
    from toastify-js GitHub release notes
    Commit messages
    Package name: toastify-js
    • a907853 Bump version to v1.12.0
    • 5b8fe2a Merge pull request #106 from nickvergessen/feature/105/support-aria-live-attribute
    • e94359e Support aria-live attribute
    • 5725170 Merge pull request #88 from l3szcz/master
    • d21c577 Merge pull request #89 from creationx/patch-1
    • 59b2c4c Update README.md
    • 5a1333e Fix close button to be semantic html

    Compare


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by vm0993 0
  • [Snyk] Upgrade @fullcalendar/timegrid from 5.10.1 to 5.11.0

    [Snyk] Upgrade @fullcalendar/timegrid from 5.10.1 to 5.11.0

    This PR was automatically created by Snyk using the credentials of a real user.


    Snyk has created this PR to upgrade @fullcalendar/timegrid from 5.10.1 to 5.11.0.

    :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 1 version ahead of your current version.
    • The recommended version was released 4 months ago, on 2022-04-08.
    Release notes
    Package name: @fullcalendar/timegrid
    • 5.11.0 - 2022-04-08

      internal changes for compatibility with React 18

    • 5.10.1 - 2021-11-03
      • locale strings for the recent WAI-ARIA improvements:
    from @fullcalendar/timegrid GitHub release notes

    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by vm0993 0
  • [Snyk] Upgrade js-beautify from 1.14.2 to 1.14.4

    [Snyk] Upgrade js-beautify from 1.14.2 to 1.14.4

    This PR was automatically created by Snyk using the credentials of a real user.


    Snyk has created this PR to upgrade js-beautify from 1.14.2 to 1.14.4.

    merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 2 versions ahead of your current version.
    • The recommended version was released 2 months ago, on 2022-06-20.
    Release notes
    Package name: js-beautify from js-beautify GitHub release notes
    Commit messages
    Package name: js-beautify
    • 2689316 Release: 1.14.4
    • 3fb3f02 Merge remote-tracking branch 'origin/staging/main' into staging/release
    • 3256a5a Bump version numbers for 1.14.4
    • 94b2a43 Update Changelog
    • bb8fdc5 Try another way of updating pip
    • b7ff83b Ignore pip upgrade failure to allow windows builds to run
    • 145ffa0 Merge pull request #2064 from bitwiseman/issue/2051
    • 19e9521 Merge branch 'main' into issue/2051
    • 87bdfd0 Fix two spacing issue in CSS
    • ba2236a Merge pull request #2063 from beautify-web/revert-2058-feature-dark-mode
    • a187f22 Revert "Dark mode"
    • 4132fe1 Merge pull request #2058 from ilancohen/feature-dark-mode
    • 53ae8b6 Fix lock file
    • 559aa72 Merge branch 'main' into feature-dark-mode
    • d7db71f Merge pull request #2047 from beautify-web/issue/rawgit
    • 5f8aeda Update index.html
    • b80f848 fix for compilation
    • a41899b Dark mode
    • 435680d Remove rawgit from script
    • 6d5c622 Remove rawgit
    • ffd14ab Merge pull request #2033 from mhnaeem/feature/space-after-named-function-classes
    • 4cc5e6e Merge branch 'main' into feature/space-after-named-function-classes
    • 3f22fa1 Merge pull request #2004 from kcamsanc/in-class-method
    • 4b6ba1b Merge branch 'main' into in-class-method

    Compare


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by vm0993 0
  • [Snyk] Upgrade dayjs from 1.11.0 to 1.11.4

    [Snyk] Upgrade dayjs from 1.11.0 to 1.11.4

    This PR was automatically created by Snyk using the credentials of a real user.


    Snyk has created this PR to upgrade dayjs from 1.11.0 to 1.11.4.

    merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 4 versions ahead of your current version.
    • The recommended version was released 24 days ago, on 2022-07-19.
    Release notes
    Package name: dayjs
    • 1.11.4 - 2022-07-19

      1.11.4 (2022-07-19)

      Bug Fixes

      • correct past property in ku (kurdish) locale (#1916) (74e82b9)
      • fix French [fr] local ordinal (#1932) (8f09834)
      • fix objectSupport plugin ConfigTypeMap type (#1441) (#1990) (fd51fe4)
      • fix type error to add ordianl property in InstanceLocaleDataReturn and GlobalLocaleDataReturn types (#1931) (526f0ae)
      • update locale ar-* meridiem function (#1954) (3d31611)
      • zh-tw / zh-hk locale ordinal error (#1976) (0a1bd08)
    • 1.11.3 - 2022-06-06

      1.11.3 (2022-06-06)

      Bug Fixes

      • customParseFormat plugin to parse comma as a separator character (#1913) (41b1405)
      • update Dutch [nl] locale ordinal (#1908) (5da98f8)
    • 1.11.2 - 2022-05-06

      1.11.2 (2022-05-06)

      Bug Fixes

      • add OpUnitType (week) to quarterOfYear startOf/endOf types (#1865) (400bc3e)
      • Fix type issue with ManipulateType (#1864) (d033dfc)
      • fix UTC plugin .valueOf not taking DST into account (#1448) (27d1c50)
    • 1.11.1 - 2022-04-15

      1.11.1 (2022-04-15)

      Bug Fixes

      • add Bengali (Bangladesh) [bn-bd] locale (#1806) (840ed76)
      • refactor replace deprecated String.prototype.substr() (#1836) (627fa39)
      • Update German [de] locale, adds the abbreviations for month including a . in the end, as in September -> Sept. (#1831) (4e2802c)
      • update Italian (Switzerland) [it-ch] locale relativeTime (#1829) (8e6d11d)
      • update Kurdish [ku] locale strings and formatted output contains non-standard kurdish characters (#1848) (a597d0b)
      • update locale bo [Tibetan]: corrected the orders in formats (#1823) (e790516)
    • 1.11.0 - 2022-03-14

      1.11.0 (2022-03-14)

      Bug Fixes

      Features

      • Fallback to language only locale + support uppercase locales (#1524) (9138dc2)
    from dayjs GitHub release notes
    Commit messages
    Package name: dayjs
    • fdf648b chore(release): 1.11.4 [skip ci]
    • c004fe6 Merge pull request #1993 from iamkun/dev
    • 7151139 ci: fix node 18 travis issue
    • d02ec4b Merge pull request #1992 from iamkun/dev
    • 79a3c19 ci: fix node 18 travis issue
    • 5585cc0 test: update test case
    • 9276274 Merge branch 'master' into dev
    • 0a1bd08 fix: zh-tw / zh-hk locale ordinal error (#1976)
    • fd51fe4 fix: fix objectSupport plugin ConfigTypeMap type (#1441) (#1990)
    • 22cbeab chore: update avatar
    • 3d31611 fix: update locale ar-* meridiem function (#1954)
    • 36662dc Add & update Sinhala README (#1958)
    • 74e82b9 fix: correct past property in ku (kurdish) locale (#1916)
    • 47f5b69 chore(release): 1.11.3 [skip ci]
    • 526f0ae fix: fix type error to add ordianl property in InstanceLocaleDataReturn and GlobalLocaleDataReturn types (#1931)
    • 8f09834 fix: fix French [fr] local ordinal (#1932)
    • 7b4a99c chore: add action lint & test (#1939)
    • c0e8e6c chore(release): 1.11.3 [skip ci]
    • 29a5c40 Merge pull request #1928 from iamkun/dev
    • fff66d1 Merge branch 'master' into dev
    • 40e4e2f chore: fix lint issue
    • 5da98f8 fix: update Dutch [nl] locale ordinal (#1908)
    • 41b1405 fix: customParseFormat plugin to parse comma as a separator character (#1913)
    • 12ab114 chore(release): 1.11.2 [skip ci]

    Compare


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by vm0993 0
  • Bump minimist from 1.2.5 to 1.2.6

    Bump minimist from 1.2.5 to 1.2.6

    Bumps minimist from 1.2.5 to 1.2.6.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies javascript 
    opened by dependabot[bot] 0
  • Bump node-forge from 1.2.1 to 1.3.1

    Bump node-forge from 1.2.1 to 1.3.1

    Bumps node-forge from 1.2.1 to 1.3.1.

    Changelog

    Sourced from node-forge's changelog.

    1.3.1 - 2022-03-29

    Fixes

    • RFC 3447 and RFC 8017 allow for optional DigestAlgorithm NULL parameters for sha* algorithms and require NULL paramters for md2 and md5 algorithms.

    1.3.0 - 2022-03-17

    Security

    • Three RSA PKCS#1 v1.5 signature verification issues were reported by Moosa Yahyazadeh ([email protected]).
    • HIGH: Leniency in checking digestAlgorithm structure can lead to signature forgery.
    • HIGH: Failing to check tailing garbage bytes can lead to signature forgery.
    • MEDIUM: Leniency in checking type octet.
      • DigestInfo is not properly checked for proper ASN.1 structure. This can lead to successful verification with signatures that contain invalid structures but a valid digest.
      • CVE ID: CVE-2022-24773
      • GHSA ID: GHSA-2r2c-g63r-vccr

    Fixed

    • [asn1] Add fallback to pretty print invalid UTF8 data.
    • [asn1] fromDer is now more strict and will default to ensuring all input bytes are parsed or throw an error. A new option parseAllBytes can disable this behavior.
      • NOTE: The previous behavior is being changed since it can lead to security issues with crafted inputs. It is possible that code doing custom DER parsing may need to adapt to this new behavior and optional flag.
    • [rsa] Add and use a validator to check for proper structure of parsed ASN.1

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies javascript 
    opened by dependabot[bot] 0
  • [Snyk] Upgrade dayjs from 1.11.4 to 1.11.6

    [Snyk] Upgrade dayjs from 1.11.4 to 1.11.6

    This PR was automatically created by Snyk using the credentials of a real user.


    Snyk has created this PR to upgrade dayjs from 1.11.4 to 1.11.6.

    :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 2 versions ahead of your current version.
    • The recommended version was released a month ago, on 2022-10-21.
    Release notes
    Package name: dayjs from dayjs GitHub release notes
    Commit messages
    Package name: dayjs
    • eaab7d5 chore(release): 1.11.6 [skip ci]
    • 168aa14 Merge pull request #2088 from iamkun/dev
    • d3a4b5e Merge branch 'master' into dev
    • f6dce48 fix: add BigIntSupport plugin (#2087)
    • 7ae1a1d refactor: move declaration for english 'ordinal' to 'en' locale file (#2071)
    • c9370ea fix: Fix objectSupport collides with Duration plugin - issue #2027 (#2038)
    • e3777ed chore(release): 1.11.5 [skip ci]
    • 78df01b Merge pull request #2024 from iamkun/dev
    • 6c2a517 Merge branch 'master' into dev
    • c93c85e fix: ordinal for nl not working (#2011)
    • dd192a7 fix: wrong ordinal for french locale (#2010)
    • b5b7be1 Update README.md

    Compare


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by vm0993 0
  • [Snyk] Upgrade @fullcalendar/timegrid from 5.11.0 to 5.11.3

    [Snyk] Upgrade @fullcalendar/timegrid from 5.11.0 to 5.11.3

    This PR was automatically created by Snyk using the credentials of a real user.


    Snyk has created this PR to upgrade @fullcalendar/timegrid from 5.11.0 to 5.11.3.

    merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 2 versions ahead of your current version.
    • The recommended version was released a month ago, on 2022-08-23.
    Release notes
    Package name: @fullcalendar/timegrid
    • 5.11.3 - 2022-08-23
      • fixed: timeline view (without resources) problem with expanding height (#5792)
      • fixed: locales not working in IE11 (#6790)
    • 5.11.2 - 2022-07-27
      • fixed: React Strict Mode, dateSet, and "Maximum update depth exceeded error" (#5935, react-185)
      • fixed: React Strict Mode, timeline scrolling not synced (react-192)
      • fixed: React, datesSet with object-like dateIncrement, "Maximum update depth..." (react-131)
    • 5.11.0 - 2022-04-08

      internal changes for compatibility with React 18

    from @fullcalendar/timegrid GitHub release notes

    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by vm0993 0
  • [Snyk] Upgrade @fullcalendar/interaction from 5.11.0 to 5.11.3

    [Snyk] Upgrade @fullcalendar/interaction from 5.11.0 to 5.11.3

    This PR was automatically created by Snyk using the credentials of a real user.


    Snyk has created this PR to upgrade @fullcalendar/interaction from 5.11.0 to 5.11.3.

    merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 2 versions ahead of your current version.
    • The recommended version was released a month ago, on 2022-08-23.
    Release notes
    Package name: @fullcalendar/interaction
    • 5.11.3 - 2022-08-23
      • fixed: timeline view (without resources) problem with expanding height (#5792)
      • fixed: locales not working in IE11 (#6790)
    • 5.11.2 - 2022-07-27
      • fixed: React Strict Mode, dateSet, and "Maximum update depth exceeded error" (#5935, react-185)
      • fixed: React Strict Mode, timeline scrolling not synced (react-192)
      • fixed: React, datesSet with object-like dateIncrement, "Maximum update depth..." (react-131)
    • 5.11.0 - 2022-04-08

      internal changes for compatibility with React 18

    from @fullcalendar/interaction GitHub release notes

    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by vm0993 0
  • [Snyk] Upgrade @fullcalendar/core from 5.11.0 to 5.11.3

    [Snyk] Upgrade @fullcalendar/core from 5.11.0 to 5.11.3

    This PR was automatically created by Snyk using the credentials of a real user.


    Snyk has created this PR to upgrade @fullcalendar/core from 5.11.0 to 5.11.3.

    merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 2 versions ahead of your current version.
    • The recommended version was released a month ago, on 2022-08-23.
    Release notes
    Package name: @fullcalendar/core
    • 5.11.3 - 2022-08-23
      • fixed: timeline view (without resources) problem with expanding height (#5792)
      • fixed: locales not working in IE11 (#6790)
    • 5.11.2 - 2022-07-27
      • fixed: React Strict Mode, dateSet, and "Maximum update depth exceeded error" (#5935, react-185)
      • fixed: React Strict Mode, timeline scrolling not synced (react-192)
      • fixed: React, datesSet with object-like dateIncrement, "Maximum update depth..." (react-131)
    • 5.11.0 - 2022-04-08

      internal changes for compatibility with React 18

    from @fullcalendar/core GitHub release notes

    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by vm0993 0
  • [Snyk] Upgrade @fullcalendar/daygrid from 5.10.1 to 5.11.0

    [Snyk] Upgrade @fullcalendar/daygrid from 5.10.1 to 5.11.0

    Snyk has created this PR to upgrade @fullcalendar/daygrid from 5.10.1 to 5.11.0.

    merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 1 version ahead of your current version.
    • The recommended version was released 3 months ago, on 2022-04-08.
    Release notes
    Package name: @fullcalendar/daygrid
    • 5.11.0 - 2022-04-08

      internal changes for compatibility with React 18

    • 5.10.1 - 2021-11-03
      • locale strings for the recent WAI-ARIA improvements:
    from @fullcalendar/daygrid GitHub release notes

    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by snyk-bot 0
LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like Advanced CRUD Generation, Module Manager, Backups and many more.

LaraAdmin 1.0 LaraAdmin is a Open source CRM for quick-start Admin based applications with features like Advanced CRUD Generation, Schema Manager and

Dwij IT Solutions 1.5k Dec 29, 2022
a free, open-source dashboard panel starter kit for Laravel

QAdmin a free, open-source dashboard panel starter kit for Laravel. Just intall and everything is ready Tech Stack Client: ruangAdmin, Bootstrap, Jque

null 30 Oct 11, 2022
A Web Artisan list of categorized OPEN SOURCE PROJECTS built with Laravel PHP Framework.

Laravel-Open-Source-Projects A Web Artisan list of categorized OPEN SOURCE PROJECTS built with Laravel PHP Framework. This repository includes a compr

Goodness Toluwanimi Kayode 833 Dec 26, 2022
Pterodactyl is an open-source game server management panel built with PHP 7, React, and Go

Pterodactyl Panel Pterodactyl is an open-source game server management panel built with PHP 7, React, and Go. Designed with security in mind, Pterodac

Pterodactyl 4.5k Dec 31, 2022
An open source blog, made using Laravel, Inertia.js, and React.js. Also a learning repository.

Blog An open source Laravel-based blog. Still in progress, will be updated regularly as I wrote articles on my blog. Configurations Shared-hosting, an

Aghits Nidallah 8 Dec 6, 2022
Laravel CRUD Generator This Generator package provides various generators like CRUD, API, Controller, Model, Migration, View for your painless development of your applications.

Laravel CRUD Generator This Generator package provides various generators like CRUD, API, Controller, Model, Migration, View for your painless develop

AppzCoder 1.3k Jan 2, 2023
Prepare your Laravel apps incredibly fast, with various commands, services, facades and boilerplates.

Grafite Builder Grafite has archived this project and no longer supports or develops the code. We recommend using only as a source of ideas for your o

Grafite Inc 997 Dec 22, 2022
:computer: :octocat: A hackathon/MVP boilerplate for laravel web applications. Start your hackathons without hassle.

Laravel Hackathon Starter - SUSUMU 進 If you have attended any hackathons in the past, then you know how much time it takes to get a project started: d

Prosper Otemuyiwa 1.6k Dec 17, 2022
A boilerplate single php file for all your needs, no frameworks, no libraries.

SINGLE PHP FILE A boilerplate single php file for all your needs, no frameworks, no libraries. Avoid repetitive work It is a well known architecture d

null 15 Dec 30, 2022
A plugin to purge your unused assets, disabled products, and more.

Purge Assets for Craft CMS Purge Assets is a Craft plugin for super-simple purge of assets and products, either via the control panel or with console

Bram Beekman 4 Oct 10, 2021
A package for adding loading spinners to your Laravel Artisan commands

Table of Contents Overview Installation Requirements Install the Package Usage Adding Loading Spinners to Commands Adding Text to the Spinner Customis

Ash Allen 9 Oct 19, 2022
Your laravel maps libary.

Laravel map This package allows you to easily use leaflet.js or google maps to create a map in your laravel project. Installation You can install the

Lars Wiegers 204 Dec 8, 2022
A lightweight full-stack component layer that doesn't dictate your front-end framework

Airwire A lightweight full-stack component layer that doesn't dictate your front-end framework Demo Introduction Airwire is a thin layer between your

ARCHTECH 199 Nov 23, 2022
Syntax-aware proofreading for your Laravel application.

Laravel Prose Linter Syntax-aware proofreading for your Laravel application. The Laravel Prose Linter helps you to polish the texts of your Laravel ap

Beyond Code 97 Dec 18, 2022
A package for building Admin-Interfaces that help maintaining the data of your applications

A package for building Admin-Interfaces that help maintaining the data of your applications. It provides an intuitive interface and the tools needed to manage your project's Users, Models and free Forms for Pages, Settings etc.

null 808 Dec 31, 2022
Wave - The Software as a Service Starter Kit, designed to help you build the SAAS of your dreams 🚀 💰

Introduction Wave is a Software as a Service Starter Kit that can help you build your next great idea ?? . Wave is built with Laravel, Voyager, Tailwi

null 4.2k Jan 4, 2023
Scaffolding to add some Mojo to your Drupal projects.

mojo-drupal-scaffold Scaffolding to add some Mojo to your Drupal projects. This package adds scaffolding files for your Drupal project by integrating

Bluehorn Digital 5 Mar 15, 2022
A Laravel admin panel which is creating CRUD for your application automatically.

Adds a zero configuration Admin Panel to your Laravel Application Installation You can install the package via composer: composer require max-hutschen

42coders 10 Aug 24, 2022