Source code of Strm.pl, brand-new social service.

Overview

Strimoid

Build Status Test Coverage Code Climate Docker Repository on Quay

Source code of Strm.pl, brand-new social service.

API documentation

You can find API documentation at https://developers.strm.pl

How to start

You'll need to get Docker and docker-compose, if you don't have them already installed.

docker-compose up -d --build

Then go to http://localhost:8000 and enjoy. You can use admin/admin or user/user credentials to sign in.

To do

  • Tests, tests, tests!
  • Better frontend, with support for i18n
  • Improve API
  • Many many other things...

Any questions?

Just join any of following channels and please feel free to ask, we will try to answer as soon as possible.

  • Telegram: @strimoid
Comments
  • Bump jeremykendall/php-domain-parser from 3.0.0 to 5.4.0

    Bump jeremykendall/php-domain-parser from 3.0.0 to 5.4.0

    Bumps jeremykendall/php-domain-parser from 3.0.0 to 5.4.0.

    Release notes

    Sourced from jeremykendall/php-domain-parser's releases.

    version 5.4.0

    Added

    • Pdp\TopLevelDomains to allow resolving domain againts IANA Root zone database
    • Pdp\TLDConverter converts the IANA Root Zones database into an associative array
    • Pdp\Manager::getTLDs a service to return a cache version of the IANA Root zone database
    • Pdp\Manager::refreshTLDs a service to refresh the cache version of the IANA Root zone database
    • added a new $ttl parameter to improve PSR-16 supports to
    • Pdp\Manager::__construct
    • Pdp\Manager::getRules
    • Pdp\Manager::refreshRules
    • Pdp\Exception\CouldNotLoadTLDs exception

    Fixed

    • Pdp\IDNAConverterTrait::setLabels improve IDN domain handling
    • Pdp\IDNAConverterTrait throws a UnexpectedValueException if the Intl extension is misconfigured see #230

    Deprecated

    • None

    Removed

    • None

    version 5.3.0

    Added

    • Pdp\PublicSuffixListSection interface implemented by Pdp\Rules and Pdp\PublicSuffix
    • Pdp\DomainInterface interface implemented by Pdp\Domain and Pdp\PublicSuffix
    • Pdp\Domain::getContent replaces Pdp\Domain::getDomain
    • Pdp\Domain::withLabel adds a new label to the Pdp\Domain.
    • Pdp\Domain::withoutLabel removes labels from the Pdp\Domain.
    • Pdp\Domain::withPublicSuffix updates the Pdp\Domain public suffix part.
    • Pdp\Domain::withSubDomain updates the Pdp\Domain sub domain part.
    • Pdp\Domain::append appends a label to Pdp\Domain.
    • Pdp\Domain::prepend prepends a label to Pdp\Domain.
    • Pdp\Domain::resolve attach a public suffix to the Pdp\Domain.
    • Pdp\Domain::isResolvable tells whether the current Pdp\Domain can have a public suffix attached to it or not.
    • Pdp\PublicSuffix::createFromDomain returns a new Pdp\PublicSuffix object from a Pdp\Domainobject
    • Pdp\Exception sub namespace to organize exception. All exception extends the Pdp\Exception class to prevent BC break.

    Fixed

    • Pdp\Domain domain part computation (public suffix, registrable domain and sub domain)
    • Pdp\Domain and Pdp\PublicSuffix host validation compliance to RFC improved
    • Improve Pdp\Converter and Pdp\Manager class to better report error on IDN conversion.
    • Improve Pdp\Installer vendor directory resolution see [PR #222](https://github-redirect.dependabot.com/jeremykendall/php-domain-parser/pull/222)
    • Pdp\Exception nows extends InvalidArgumentException instead of RuntimeException
    ... (truncated)
    Changelog

    Sourced from jeremykendall/php-domain-parser's changelog.

    5.4.0 - 2018-11-22

    Added

    • Pdp\TopLevelDomains to allow resolving domain againts IANA Root zone database
    • Pdp\TLDConverter converts the IANA Root Zones database into an associative array
    • Pdp\Manager::getTLDs a service to return a cache version of the IANA Root zone database
    • Pdp\Manager::refreshTLDs a service to refresh the cache version of the IANA Root zone database
    • added a new $ttl parameter to improve PSR-16 supports to
    • Pdp\Manager::__construct
    • Pdp\Manager::getRules
    • Pdp\Manager::refreshRules
    • Pdp\Exception\CouldNotLoadTLDs exception

    Fixed

    • Pdp\IDNAConverterTrait::setLabels improve IDN domain handling
    • Pdp\IDNAConverterTrait throws a UnexpectedValueException if the Intl extension is misconfigured see #230

    Deprecated

    • None

    Removed

    • None

    5.3.0 - 2018-05-22

    Added

    • Pdp\PublicSuffixListSection interface implemented by Pdp\Rules and Pdp\PublicSuffix
    • Pdp\DomainInterface interface implemented by Pdp\Domain and Pdp\PublicSuffix
    • Pdp\Domain::getContent replaces Pdp\Domain::getDomain
    • Pdp\Domain::withLabel adds a new label to the Pdp\Domain.
    • Pdp\Domain::withoutLabel removes labels from the Pdp\Domain.
    • Pdp\Domain::withPublicSuffix updates the Pdp\Domain public suffix part.
    • Pdp\Domain::withSubDomain updates the Pdp\Domain sub domain part.
    • Pdp\Domain::append appends a label to Pdp\Domain.
    • Pdp\Domain::prepend prepends a label to Pdp\Domain.
    • Pdp\Domain::resolve attach a public suffix to the Pdp\Domain.
    • Pdp\Domain::isResolvable tells whether the current Pdp\Domain can have a public suffix attached to it or not.
    • Pdp\PublicSuffix::createFromDomain returns a new Pdp\PublicSuffix object from a Pdp\Domainobject
    • Pdp\Exception sub namespace to organize exception. All exception extends the Pdp\Exception class to prevent BC break.

    Fixed

    • Pdp\Domain domain part computation (public suffix, registrable domain and sub domain)
    • Pdp\Domain and Pdp\PublicSuffix host validation compliance to RFC improved
    • Improve Pdp\Converter and Pdp\Manager class to better report error on IDN conversion.
    ... (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.


    Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

    You can always request more updates by clicking Bump now in your Dependabot dashboard.

    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
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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
    • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Automerge options (never/patch/minor, and dev/runtime dependencies)
    • Pull request limits (per update run and/or open at any time)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)

    Finally, you can contact us by mentioning @dependabot.

    dependencies 
    opened by dependabot-preview[bot] 8
  • Bump expose-loader from 1.0.0 to 1.0.3

    Bump expose-loader from 1.0.0 to 1.0.3

    Bumps expose-loader from 1.0.0 to 1.0.3.

    Release notes

    Sourced from expose-loader's releases.

    v1.0.3

    1.0.3 (2020-11-26)

    Bug Fixes

    v1.0.2

    1.0.2 (2020-11-25)

    Bug Fixes

    • don't strip loader "ref" from import string (6271fc4)

    v1.0.1

    1.0.1 (2020-10-09)

    Chore

    • update schema-utils
    Changelog

    Sourced from expose-loader's changelog.

    1.0.3 (2020-11-26)

    Bug Fixes

    1.0.2 (2020-11-25)

    Bug Fixes

    • don't strip loader "ref" from import string (6271fc4)

    1.0.1 (2020-10-09)

    Chore

    • update schema-utils
    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
    • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Pull request limits (per update run and/or open at any time)
    • Automerge options (never/patch/minor, and dev/runtime dependencies)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies javascript 
    opened by dependabot-preview[bot] 5
  • Bump @babel/core from 7.11.6 to 7.12.9

    Bump @babel/core from 7.11.6 to 7.12.9

    Bumps @babel/core from 7.11.6 to 7.12.9.

    Release notes

    Sourced from @babel/core's releases.

    v7.12.9 (2020-11-24)

    :bug: Bug Fix

    • babel-traverse

    Committers: 1

    v7.12.8 (2020-11-23)

    Thanks @Hypnosphi for your first PR!

    :bug: Bug Fix

    :house: Internal

    Committers: 3

    v7.12.7 (2020-11-20)

    Thanks @fraywing for your first PR!

    :eyeglasses: Spec Compliance

    • babel-parser

    :bug: Bug Fix

    • babel-parser
    • babel-helper-optimise-call-expression, babel-plugin-proposal-class-properties
    • babel-compat-data, babel-preset-env
    • babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-preset-env, babel-traverse
    • babel-plugin-proposal-numeric-separator
      • #12311 Adding includes fix for plugin-proposal-numeric-separator (@fraywing)
    Changelog

    Sourced from @babel/core's changelog.

    v7.12.9 (2020-11-24)

    :bug: Bug Fix

    • babel-plugin-transform-typescript, babel-traverse

    v7.12.8 (2020-11-23)

    :bug: Bug Fix

    :house: Internal

    v7.12.7 (2020-11-20)

    :eyeglasses: Spec Compliance

    • babel-parser

    :bug: Bug Fix

    • babel-parser
    • babel-helper-optimise-call-expression, babel-plugin-proposal-class-properties
    • babel-compat-data, babel-preset-env
    • babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-preset-env, babel-traverse
    • babel-plugin-proposal-numeric-separator
      • #12311 Adding includes fix for plugin-proposal-numeric-separator (@fraywing)

    :nail_care: Polish

    • babel-preset-react, babel-preset-typescript
      • #12347 refactor: use option-validator in preset-typescript (@JLHwung)
    • babel-types
      • #12341 improve asserts in generated typescript definitions (@zxbodya)

    :house: Internal

    • babel-helper-regex
    • babel-helper-create-regexp-features-plugin, babel-plugin-transform-sticky-regex
    • babel-core
    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
    • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Pull request limits (per update run and/or open at any time)
    • Automerge options (never/patch/minor, and dev/runtime dependencies)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies javascript 
    opened by dependabot-preview[bot] 4
  • Bump @babel/preset-env from 7.11.5 to 7.12.7

    Bump @babel/preset-env from 7.11.5 to 7.12.7

    Bumps @babel/preset-env from 7.11.5 to 7.12.7.

    Release notes

    Sourced from @babel/preset-env's releases.

    v7.12.7 (2020-11-20)

    Thanks @fraywing for your first PR!

    :eyeglasses: Spec Compliance

    • babel-parser

    :bug: Bug Fix

    • babel-parser
    • babel-helper-optimise-call-expression, babel-plugin-proposal-class-properties
    • babel-compat-data, babel-preset-env
    • babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-preset-env, babel-traverse
    • babel-plugin-proposal-numeric-separator
      • #12311 Adding includes fix for plugin-proposal-numeric-separator (@fraywing)

    :nail_care: Polish

    • babel-preset-react, babel-preset-typescript
      • #12347 refactor: use option-validator in preset-typescript (@JLHwung)
    • babel-types
      • #12341 improve asserts in generated typescript definitions (@zxbodya)

    :house: Internal

    • babel-helper-regex
    • babel-helper-create-regexp-features-plugin, babel-plugin-transform-sticky-regex
    • babel-core
    • babel-preset-env
    • Other
    • babel-types
      • #11883 feat(babel‑types): Add type definitions for Node assertion methods (@ExE-Boss)
    • babel-cli
    • babel-parser
    • babel-traverse
    Changelog

    Sourced from @babel/preset-env's changelog.

    v7.12.7 (2020-11-20)

    :eyeglasses: Spec Compliance

    • babel-parser

    :bug: Bug Fix

    • babel-parser
    • babel-helper-optimise-call-expression, babel-plugin-proposal-class-properties
    • babel-compat-data, babel-preset-env
    • babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-preset-env, babel-traverse
    • babel-plugin-proposal-numeric-separator
      • #12311 Adding includes fix for plugin-proposal-numeric-separator (@fraywing)

    :nail_care: Polish

    • babel-preset-react, babel-preset-typescript
      • #12347 refactor: use option-validator in preset-typescript (@JLHwung)
    • babel-types
      • #12341 improve asserts in generated typescript definitions (@zxbodya)

    :house: Internal

    • babel-helper-regex
    • babel-helper-create-regexp-features-plugin, babel-plugin-transform-sticky-regex
    • babel-core
    • babel-preset-env
    • Other
    • babel-types
      • #11883 feat(babel‑types): Add type definitions for Node assertion methods (@ExE-Boss)
    • babel-cli
    • babel-parser
    • babel-traverse
      • #12309 test: add tests about behaviour of replaceWithMultiple (@JLHwung)
    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
    • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Pull request limits (per update run and/or open at any time)
    • Automerge options (never/patch/minor, and dev/runtime dependencies)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies javascript 
    opened by dependabot-preview[bot] 4
  • Bump @babel/preset-env from 7.13.10 to 7.13.15

    Bump @babel/preset-env from 7.13.10 to 7.13.15

    Bumps @babel/preset-env from 7.13.10 to 7.13.15.

    Release notes

    Sourced from @babel/preset-env's releases.

    v7.13.15 (2021-04-08)

    :eyeglasses: Spec Compliance

    • babel-parser
      • #13099 fix: raise SyntaxError for unparenthesized assert and assign (@fedeci)
      • #13049 fix: the LHS in for-of loop should not start with let (@JLHwung)

    :bug: Bug Fix

    • babel-parser
      • #13101 fix(ts): allow trailing comma after rest parameter in TSDeclareFunction (@fedeci)
    • babel-plugin-proposal-do-expressions, babel-traverse
    • Other
      • #13106 fix: do not filter report from functions within class elements (@JLHwung)
    • babel-compat-data, babel-preset-env

    :nail_care: Polish

    :memo: Documentation

    :house: Internal

    • babel-plugin-transform-regenerator, babel-standalone
    • babel-helper-transform-fixture-test-runner

    :running_woman: Performance

    • babel-preset-env

    Committers: 5

    v7.13.14 (2021-03-29)

    Thanks @charlessuh for your first PR to Babel!

    :bug: Bug Fix

    • babel-core
      • #13068 fix(core): make sure "clone-deep-browser" code path is used on browsers (@charlessuh)

    ... (truncated)

    Changelog

    Sourced from @babel/preset-env's changelog.

    v7.13.15 (2021-04-08)

    :eyeglasses: Spec Compliance

    • babel-parser
      • #13099 fix: raise SyntaxError for unparenthesized assert and assign (@fedeci)
      • #13049 fix: the LHS in for-of loop should not start with let (@JLHwung)

    :bug: Bug Fix

    • babel-parser
      • #13101 fix(ts): allow trailing comma after rest parameter in TSDeclareFunction (@fedeci)
    • babel-plugin-proposal-do-expressions, babel-traverse
    • Other
      • #13106 fix: do not filter report from functions within class elements (@JLHwung)
    • babel-compat-data, babel-preset-env

    :nail_care: Polish

    :memo: Documentation

    :house: Internal

    • babel-plugin-transform-regenerator, babel-standalone
    • babel-helper-transform-fixture-test-runner

    :running_woman: Performance

    • babel-preset-env

    v7.13.14 (2021-03-29)

    :bug: Bug Fix

    • babel-core
      • #13068 fix(core): make sure "clone-deep-browser" code path is used on browsers (@charlessuh)

    :house: Internal

    • Other
    • babel-cli, babel-core, babel-helper-transform-fixture-test-runner, babel-register, babel-types

    :running_woman: Performance

    v7.13.13 (2021-03-26)

    ... (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
    • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Pull request limits (per update run and/or open at any time)
    • Automerge options (never/patch/minor, and dev/runtime dependencies)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies javascript 
    opened by dependabot-preview[bot] 2
  • Bump bootbox from 5.4.1 to 5.5.2

    Bump bootbox from 5.4.1 to 5.5.2

    Bumps bootbox from 5.4.1 to 5.5.2.

    Release notes

    Sourced from bootbox's releases.

    Adds Vietnamese locale

    • Adds Vietnamese locale

    Adds reusable option

    • Adds new option, reusable. When set to true, the modal generated by Bootbox is not destroyed when dismissed.
    • Updates bootbox.all.js to include fix for clickable backdrop
    Changelog

    Sourced from bootbox's changelog.

    5.5.2 (Latest Release)

    • Adds Vietnamese locale

    5.5.0

    • Adds reusable option, which allows an instance of a Bootbox modal to be reused.
    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
    • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Pull request limits (per update run and/or open at any time)
    • Automerge options (never/patch/minor, and dev/runtime dependencies)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies javascript 
    opened by dependabot-preview[bot] 2
  • Bump bootstrap from 4.5.2 to 4.5.3

    Bump bootstrap from 4.5.2 to 4.5.3

    Bumps bootstrap from 4.5.2 to 4.5.3.

    Release notes

    Sourced from bootstrap's releases.

    v4.5.3

    CSS

    • #31653: Add a comment to our escape-svg function to note that data URIs must be quoted.
    • #31693: Use the custom-control shadow variable instead of the generic input-focus-box-shadow.
    • #31793: Backport some v5 changes (improved th styling in Reboot, custom form field styling when printing, and improvements to .text-break).
      • #29714: Keep custom check, radio, and switch theme when printing.
      • #30781: Reboot's th updates: Inherit font-weight: bold that comes from user agent stylesheets.
      • #30932: .text-break changes to drop overflow-wrap and use word-wrap once again
      • #31754: Improve versions page rendering (also reversed the order while I was here)
    • #31846: Backports the z-index change to .close buttons in dismissible .alerts.

    JS

    • #31000: Avoid multiple change event trigger in buttons plugin. Not applicable to v5 since our button JS plugin has been mostly replaced with pure CSS.
    • #31673: Fix dropdown variable always evaluating to true.
    • #31696: Ensure hidePrevented.bs.modal can be prevented.
    • #31718: Backports new $dropdown-padding-x variable from v5.

    Docs

    • #30811: Mention GPU acceleration fix in docs callout for popovers. Doesn't apply to v5 since we're updating to Popper v2.
    • #30838: Explain the dispose method more appropriately.
    • #31706: Backports updated margins for code snippets for improved readability.
    • #31769: Backports JS bundle guidance from v5.
    • #31851: Backports mention of missing to and nextwhenvisible methods.

    Misc

    • #31297: Switch to xo ESLint config
    • Updated devDependencies versions
    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
    • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Pull request limits (per update run and/or open at any time)
    • Automerge options (never/patch/minor, and dev/runtime dependencies)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies javascript 
    opened by dependabot-preview[bot] 2
  • Bump react from 16.13.1 to 16.14.0

    Bump react from 16.13.1 to 16.14.0

    Bumps react from 16.13.1 to 16.14.0.

    Release notes

    Sourced from react's releases.

    16.14.0 (October 14, 2020)

    React

    Changelog

    Sourced from react's changelog.

    16.14.0 (October 14, 2020)

    React

    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
    • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Pull request limits (per update run and/or open at any time)
    • Automerge options (never/patch/minor, and dev/runtime dependencies)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies javascript 
    opened by dependabot-preview[bot] 2
  • Bump laravel-echo from 1.8.1 to 1.9.0

    Bump laravel-echo from 1.8.1 to 1.9.0

    Bumps laravel-echo from 1.8.1 to 1.9.0.

    Changelog

    Sourced from laravel-echo's changelog.

    Release Notes

    Unreleased

    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
    • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Pull request limits (per update run and/or open at any time)
    • Automerge options (never/patch/minor, and dev/runtime dependencies)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies javascript 
    opened by dependabot-preview[bot] 2
  • [Security] Bump lodash from 4.17.11 to 4.17.13

    [Security] Bump lodash from 4.17.11 to 4.17.13

    Bumps lodash from 4.17.11 to 4.17.13.

    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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
    • @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
    • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Automerge options (never/patch/minor, and dev/runtime dependencies)
    • Pull request limits (per update run and/or open at any time)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)

    Finally, you can contact us by mentioning @dependabot.

    dependencies security javascript 
    opened by dependabot-preview[bot] 2
  • Bump codeception/codeception from 2.4.1 to 2.4.2

    Bump codeception/codeception from 2.4.1 to 2.4.2

    Bumps codeception/codeception from 2.4.1 to 2.4.2.

    Commits
    • bc8433e Merge branch '2.4' of github.com:Codeception/Codeception into 2.4
    • 356c286 Preparing 2.4.2 release; Updated changelog (#4990)
    • f280db9 removed incorrect coverage tests
    • 8fa27b7 Features: Allow PRESETs for codeception and suite config files (#4984)
    • e7ef7a2 Fix error on single file test: headers already sent (#4986)
    • 8b3e3b4 Stub 2.0 (#4981)
    • 4364068 Respect absolute paths in Yii2 module (#4961)
    • 889a32f added support for null (#4987)
    • fd45d57 Fix memory leak when using Laravel factories inside Codeception (#4971)
    • c498dcb Handle absolute paths in ParamsLoader properly (#4960)
    • 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.


    Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

    You can always request more updates by clicking Bump now in your Dependabot dashboard.

    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 (this|these) label[s] will set the current labels as the default for future PRs for this repo and language
    • @dependabot use (this|these) reviewer[s] will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use (this|these) assignee[s] will set the current assignees as the default for future PRs for this repo and language

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Automerge options (never/patch/minor, and dev/runtime dependencies)
    • Pull request limits (per update run and/or open at any time)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)

    Finally, you can contact us by mentioning @dependabot.

    dependencies 
    opened by dependabot-preview[bot] 2
  • Bump doctrine/dbal from 3.4.5 to 3.5.2

    Bump doctrine/dbal from 3.4.5 to 3.5.2

    Bumps doctrine/dbal from 3.4.5 to 3.5.2.

    Release notes

    Sourced from doctrine/dbal's releases.

    3.5.2

    Release 3.5.2

    3.5.2

    • Total issues resolved: 0
    • Total pull requests resolved: 8
    • Total contributors: 2

    Static Analysis

    Static Analysis,Test Suite

    Test Suite

    Documentation

    Bug,sqlite3

    CI,MariaDB

    3.5.1

    Release 3.5.1

    3.5.1

    ... (truncated)

    Commits
    • 63e513c Merge pull request #5834 from derrabus/improvement/cache-keys
    • 9c02717 Document tuple return type of generateCacheKeys()
    • b50fbfe Merge pull request #5831 from derrabus/bump/cs-11
    • 2045d02 Doctrine CS 11.0
    • db3ad9c Merge pull request #5828 from derrabus/bump/tools
    • c610708 Bump tools and workflows
    • 8248359 Merge pull request #5810 from derrabus/tests/merge-freed-result-tests
    • 92ddda8 Merge tests for fetch behavior of freed results
    • 0fbb1f2 Merge pull request #5807 from derrabus/bump/phpstan
    • 8c9e2d1 PHPStan 1.9.1
    • 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)
    dependencies php 
    opened by dependabot[bot] 0
  • Bump rector/rector from 0.14.5 to 0.15.2

    Bump rector/rector from 0.14.5 to 0.15.2

    Bumps rector/rector from 0.14.5 to 0.15.2.

    Release notes

    Sourced from rector/rector's releases.

    Released Rector 0.15.2

    New Features :partying_face:

    • [TypeDeclaration] Add FalseReturnClassMethodToNullableRector (#3229)
    • [DeadCode] Add TargetRemoveClassMethodRector (#3240)
    • Adapt PrivateConstantToSelfRector to work on non-final classes, too (#3198), Thanks @​alfredbez!
    • [CodingStyle] Add NullifyUnionNullableRector (#3231)
    • [TypeCoverage] Add EmptyOnNullableObjectToInstanceOfRector (#3230)
    • RenameClassRector with callback support (#3023), Thanks @​dorrogeray!

    Bugfixes :bug:

    • [Php82] Handle parent already readonly on ReadOnlyClassRector (#3199)
    • [DeadCode] Skip append array data on RemoveJustPropertyFetchRector (#3201)
    • [DeadCode] Skip standalone @​return false or true on RemoveUselessReturnTagRector (#3202)
    • Fix wrong reference to replacement rule (#3203), Thanks @​jlherren!
    • [Privatization] Do not remove comment on ChangeReadOnlyPropertyWithDefaultValueToConstantRector (#3204)
    • [Naming] Skip Doctrine collection with @​var Collection on RenamePropertyToMatchTypeRector (#3209)
    • [Core] Performance improvement: Remove unnecessary re-call FileFactory::createFileInfosFromPaths() (#3210)
    • [Php71] Skip defer() function on RemoveExtraParametersRector (#3211)
    • [Core] Improve performance: remove repetitive currentFileProvider->setFile() call on PhpFileProcessor (#3213)
    • [Php81] Allow explicit mixed processed on trait on NullToStrictStringFuncCallArgRector (#3212)
    • [Privatization] Skip used by heredoc on ChangeReadOnlyVariableWithDefaultValueToConstantRector (#3216)
    • [Parallel] Fix missing process RemovedAndAddedFilesProcessor->run() on parallel process on WorkerRunner (#3218)
    • [parallel] Improve performance: Run RemovedAndAddeedFileProcessor after loop (#3219)
    • [CodeQuality] Add empty() check to FlipTypeControlToUseExclusiveTypeRector (#3224)
    • [CodeQuality][TypeDeclaration] Handle default value from constructor removed on InlineConstructorDefaultToPropertyRector+TypedPropertyFromStrictConstructorRector (#3225)
    • [TypeDeclaration] Skip yield return on AddClosureReturnTypeRector (#3227)
    • [TypeDeclaration] Skip optional yield on AddReturnTypeDeclarationFromYieldsRector (#3228)
    • [NodeTraverser] Use NodeTraverser::DONT_TRAVERSE_CURRENT_AND_CHILDREN instead of NodeTraverser::DONT_TRAVERSE__CHILDREN (#3233)
    • [Core] Improve performance on AstResolver and ClassLikeAstResolver (#3234)
    • [Php81] Skip ReadOnlyPropertyRector on read only class (#3236)
    • [CodingStyle] Skip new line /\r\n|\r|\n/i on ConsistentPregDelimiterRector (#3241)
    • [CodingStyle] Skip EncapsedStringsToSprintfRector on heredoc (#3242)

    Released Rector 0.15.1

    New Features :partying_face:

    • [CodingStyle] Split SplitGroupedConstantsAndPropertiesRector to SplitGroupedClassConstantsRector and SplitGroupedPropertiesRector (#3158)
    • Add compatible phpstan/phpdoc-parser 0.15 (#3157)

    Bugfixes :bug:

    • Skip short class names in UseClassKeywordForClassNameResolutionRector (#3156)
    • [Core] Fix crash indentation on indent(\t, 1) config (#3155)
    • [TypeDeclaration] Skip union mixed on TypedPropertyFromAssignsRector (#3160)

    ... (truncated)

    Commits
    • 5bc89fa Rector 0.15.2
    • 5b34b97 Updated Rector to commit f8814b1d707d72e284870759d1f446848fa003b2
    • 374d2f5 Updated Rector to commit f8814b1d707d72e284870759d1f446848fa003b2
    • 5003a01 Updated Rector to commit e920ade7b67a17dbf7e6129585a3261f1fd1540e
    • f233f27 Updated Rector to commit ab3ad293122bafa96d9e8fc64ac15f0220aa9ecc
    • 727b9f4 Updated Rector to commit bfa1891c50677b01136a9308fd3c3ecc12e267d9
    • 680ba23 Updated Rector to commit 88629427917b7d359beeb1a0b34d39d2127472b9
    • e4dc601 Updated Rector to commit 3c168f03d38bb967a5e65e453f82adf120ef4eba
    • 96d8a22 Updated Rector to commit 70fea54e77ffd186e41540d2b36c5362b073fbc4
    • d72c810 Updated Rector to commit c78e255cf9cb17cedead84ff8a54f421f563942d
    • 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)
    dependencies php 
    opened by dependabot[bot] 0
  • Bump nunomaduro/larastan from 2.2.0 to 2.3.3

    Bump nunomaduro/larastan from 2.2.0 to 2.3.3

    Bumps nunomaduro/larastan from 2.2.0 to 2.3.3.

    Release notes

    Sourced from nunomaduro/larastan's releases.

    2.3.3

    What's Changed?

    Fixed

    Full Changelog: https://github.com/nunomaduro/larastan/compare/2.3.2...2.3.3

    2.3.2

    What's Changed

    Fixed

    Full Changelog: https://github.com/nunomaduro/larastan/compare/2.3.1...2.3.2

    2.3.1

    What's Changed

    New Contributors

    Full Changelog: https://github.com/nunomaduro/larastan/compare/2.3.0...2.3.1

    2.3.0

    What's Changed

    Added

    Fixed

    Internal

    ... (truncated)

    Changelog

    Sourced from nunomaduro/larastan's changelog.

    Changelog

    All notable changes to this project will be documented in this file.

    The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

    [Unreleased]

    Commits
    • 8558ec3 fix: correct generic static return type for Collection methods
    • f5103aa fix: keep original type in collect function in some cases (#1495)
    • d304b77 fix: make, makeWith and resolve methods not resolving to correct type o...
    • 7751e4b fix: use DIRECTORY_SEPARATOR
    • b09aee1 fix: use concrete class for View
    • 2217d07 Fix for issue #1487 (#1488)
    • f4ffec0 fix: handle enum db columns correctly
    • 2e4317c fix: remove duplicate rule
    • 8343ce5 feat(docs): add docs for UnusedViewsRule
    • 40c8124 fix: replace instanceof ObjectType with TypeWithClassName
    • 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)
    dependencies php 
    opened by dependabot[bot] 0
  • Bump laravel/passport from 11.2.0 to 11.3.1

    Bump laravel/passport from 11.2.0 to 11.3.1

    Bumps laravel/passport from 11.2.0 to 11.3.1.

    Release notes

    Sourced from laravel/passport's releases.

    v11.3.1

    Changed

    v11.3.0

    Added

    Changed

    v11.2.1

    Fixed

    Changelog

    Sourced from laravel/passport's changelog.

    v11.3.1 - 2022-12-02

    Changed

    v11.3.0 - 2022-10-22

    Added

    Changed

    v11.2.1 - 2022-09-29

    Fixed

    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)
    dependencies php 
    opened by dependabot[bot] 0
  • Bump symplify/easy-coding-standard from 11.1.10 to 11.1.24

    Bump symplify/easy-coding-standard from 11.1.10 to 11.1.24

    Bumps symplify/easy-coding-standard from 11.1.10 to 11.1.24.

    Commits
    • 7d7eda3 ECS 11.1.24
    • f52ea59 Updated ECS to commit e7d96a7dfd795520ad08435cb2897e9d28b4c988
    • e8375ba Updated ECS to commit 62255cdce388b1400823cc7d2fcb14f8d90de27a
    • 7665ee8 Updated ECS to commit 135963f4b32460458687773d8a9b329ed294839b
    • e178b2d Updated ECS to commit 647df06f871ef918c3f19b6ddaf718ee1ad8d4d1
    • 8b1a56e Updated ECS to commit ff5196e6770803da6de97d76ae1e1d748cbe393b
    • 2f39451 ECS 11.1.22
    • 347ea8c Updated ECS to commit 42fae563fd05222336b3d007f0847cf1764d429e
    • ff3f1ce Updated ECS to commit 34ca4b3156cc939bd85bbbf3ca80df94d22435e3
    • 9f4e9d9 Updated ECS to commit b3a3105fd6955c318da2cff5823f48d46140a3c2
    • 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)
    dependencies php 
    opened by dependabot[bot] 0
  • Bump symfony/dom-crawler from 6.1.4 to 6.2.3

    Bump symfony/dom-crawler from 6.1.4 to 6.2.3

    Bumps symfony/dom-crawler from 6.1.4 to 6.2.3.

    Release notes

    Sourced from symfony/dom-crawler's releases.

    v6.2.3

    Changelog (https://github.com/symfony/dom-crawler/compare/v6.2.2...v6.2.3)

    • no significant changes

    v6.2.0

    Changelog (https://github.com/symfony/dom-crawler/compare/v6.2.0-RC2...v6.2.0)

    • no significant changes

    v6.2.0-RC1

    Changelog (https://github.com/symfony/dom-crawler/compare/v6.2.0-BETA3...v6.2.0-RC1)

    • no significant changes

    v6.2.0-BETA3

    Changelog (https://github.com/symfony/dom-crawler/compare/v6.2.0-BETA2...v6.2.0-BETA3)

    • no significant changes

    v6.2.0-BETA2

    Changelog (https://github.com/symfony/dom-crawler/compare/v6.2.0-BETA1...v6.2.0-BETA2)

    • no significant changes

    v6.2.0-BETA1

    Changelog (https://github.com/symfony/dom-crawler/compare/v6.1.6...v6.2.0-BETA1)

    • no significant changes

    v6.1.9

    Changelog (https://github.com/symfony/dom-crawler/compare/v6.1.8...v6.1.9)

    • no significant changes

    v6.1.7

    Changelog (https://github.com/symfony/dom-crawler/compare/v6.1.6...v6.1.7)

    • no significant changes
    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)
    dependencies php 
    opened by dependabot[bot] 0
Owner
Strimoid
Social news aggregator connected with a microblogging platform
Strimoid
Social Network - Social Media App

Social Network Social Network - Social Media App. Demo Features Auth System (Login, Register, Forgot Password, Password Reset & Email Verification) Us

Noval 2 Jan 18, 2022
Hakkie is a social networking service on which users post and interact with messages

Hakkie Hakkie is a social networking service on which users post and interact with eachother with comments, likes, messages, blocks and silencing, ins

Felipe_Estevanatto 3 Sep 20, 2022
Known: a social group platform

Known: a social group platform Installation One-click Known sites If you want to install on your own web space, we recommend Reclaim Hosting, which in

Known 972 Dec 28, 2022
Project Website Social Network Laravel, Vue3

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Old Wolf 1 Nov 4, 2021
A mini social media like web app built using Laravel 8 & Vue JS 3

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Davidson Ramos 2 Feb 1, 2022
Social media network with laravel

Social Network Tech Includes Front End: Post CSS Tailwind CSS v3 Back End: Laravel v8 PHP v8 MySQL v8 Asset Bundling: Laravel Mix Features How to use

Noval 3 Apr 20, 2022
Interface Network is an application about social media

Interface Network is an application about social media

Noval 3 Apr 20, 2022
Cruuzr is a social network with a target demographic of motor vehicle enthusiasts.

Cruuzr Social Network Cruuzr is a social network with a target demographic of motor enthusiasts. The website was designed using bootstrap to allow for

Orson Hannath 1 Apr 5, 2022
Linkfyle is a system that allows you to collect your social media accounts in one place and be reachable.

Linkfyle About Linkfyle is a system that allows you to collect your social media accounts in one place and be reachable. Features Login and Registrati

null 6 Dec 15, 2022
This is the source code to my website built with the Laravel framework.

About This is the source code to my website built with the Laravel framework. Set-up Simply clone this repository, install composer and node dependenc

Octanna 6 Dec 29, 2021
Infopanel is a simple tool getting some information from source. It works basically like a slider that shows only title, image, a little bit description and QR-Code for links.

Infopanel is a simple tool getting some information from source. It works basically like a slider that shows only title, image, a little bit description and QR-Code for links. It has its own GUI for the editing. The GUI provides a very simple role concept. This tool can be used for digital signage, Information panels, News or Events or similar.

null 4 Aug 22, 2022
The source code to Charlie’s old website.

About This is the source code to my website built with the Laravel framework. Set-up Simply clone this repository, install composer and node dependenc

Charlie Joseph 6 Dec 29, 2021
The source code for the Laravel Tricks website

Laravel-Tricks Laravel-Tricks is now under the ownership of Tighten, and all development is taking place under a private repo until we can extract som

CodepadME 973 Dec 27, 2022
This repository contains source code of my personal portfolio at naurislinde.com

The source code of naurislinde.com This repository contains source code of my personal portfolio at naurislinde.com Getting Started These instructions

Nauris Linde 7 Sep 12, 2022
Schedule your OLX searches and get notified by email when something new is published 📆

Olx.ba search scheduler Missing scheduler for Olx.ba searches. Production-ready small web application which notifies you by email when something new i

Benjamin Fajić 8 Nov 8, 2022
Downloads new lessons and series from laracasts if there are updates. Or the whole catalogue.

Laracasts Downloader Downloads new lessons and series from laracasts if there are updates. Or the whole catalogue. Currently looking for maintainers.

Carlos Florêncio 634 Jan 1, 2023
Avant-Garde - about pushing boundaries and experimenting with new ideas

Avant-Garde is about pushing boundaries and experimenting with new ideas. It’s about dreaming, thinking outside the box, and creating something unique.

Brian Gardner 10 Aug 30, 2022
Now Introducing a new and easy way to manage your clients and MyOwnFreeHost hosting accounts.

Warning This is a beta version of Xera. Use it for testing purpose only. You are be responsible for any loss or damages that may occor from using this

Mahtab Hassan 23 Dec 15, 2022
amadeus-ws-client: PHP client for the Amadeus GDS SOAP Web Service interface

amadeus-ws-client: PHP client for the Amadeus GDS SOAP Web Service interface This client library provides access to the Amadeus GDS SOAP Web Service i

Amadeus Benelux 164 Nov 18, 2022