Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OC Release - v3.6 #625

Merged
merged 92 commits into from
Feb 23, 2024
Merged

OC Release - v3.6 #625

merged 92 commits into from
Feb 23, 2024

Commits on Dec 19, 2022

  1. Set up next branch

    octoberapp committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    59e5b90 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Configuration menu
    Copy the full SHA
    c6e5a3d View commit details
    Browse the repository at this point in the history
  2. Bump versions

    octoberapp committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    d2a99aa View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    c6f87cd View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    efcc78a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    f6ea2da View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Lower php

    octoberapp committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    6d15c08 View commit details
    Browse the repository at this point in the history
  2. Adds auth facade

    octoberapp committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    2bf101e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Configuration menu
    Copy the full SHA
    2cd84e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Adds agent detection

    octoberapp committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    66160f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Registers auth provider

    octoberapp committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    075798f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Require 2FA lib

    octoberapp committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    d00295f View commit details
    Browse the repository at this point in the history
  2. Adds qr code lib

    octoberapp committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    7d71fa3 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    0bd5aa3 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Adds Url::toSigned

    octoberapp committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    f115c9f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Logic error

    octoberapp committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    6b06350 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    6d3c01a View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    f72f126 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    b62f313 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    441fc96 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    7cb1f80 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    88e4c32 View commit details
    Browse the repository at this point in the history
  2. Refactor

    octoberapp committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    61c6cdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6d15ab View commit details
    Browse the repository at this point in the history
  4. Micro optimization

    octoberapp committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    bd8435d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abe3684 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2777957 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    e096786 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Deprecate

    octoberapp committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    4d37760 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. XT add

    octoberapp committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    4d6ee1a View commit details
    Browse the repository at this point in the history
  2. Replace XT with new method

    This doesn't call rebind since it is only modifying the object
    octoberapp committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    b92fd6e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. field → property

    For consistency, since these functions don't appear to be used anywhere
    octoberapp committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    275df65 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    7d01a39 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Adds "Done" events to models

    This lets ExpandoModel use beforeSaveDone to make its adjustments, and the parent model can use beforeSave() to manipulate attributes. Previously it was locked out since the serialization already occurred via saveInternal.
    octoberapp committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    3a84895 View commit details
    Browse the repository at this point in the history
  2. Make purged attributes available during model events

    This makes getOriginalPurgeValue somewhat deprecated
    octoberapp committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    723a2c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0abdf0 View commit details
    Browse the repository at this point in the history
  4. Refactor to a dedicated event instead

    beforeSaveDone was coming before beforeCreate/beforeUpdate, so, not really "done" at this point
    octoberapp committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    58eeccf View commit details
    Browse the repository at this point in the history
  5. Rem jsonable check

    This no longer throws an error internally since Laravel will automatically json encode the attribute, it now only becomes a problem when reading the value back, where the developer can use $jsonable or casts
    octoberapp committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    1ffd793 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Adds selectOptions to html builder

    This is useful for updating select options via AJAX without replacing the element
    octoberapp committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    3bf277f View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    68d44e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eeeb03 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Deprecate reloadRelations

    octoberapp committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    84104d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    03740c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Adds Str::limitMiddle

    octoberapp committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    37dd8db View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    26029e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Improves eager loading of attachments

    This co-mingles eager loading for attachMany/attachOne relations so multiple common attachment relations are bundled together. This allows a model to have 30+ attach relations without much of a performance impact.
    octoberapp committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    8b5fb1b View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. get|setRelationSimpleValue → get|setRelationValue

    Fixes a collision with Laravel method API
    octoberapp committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    17ce16d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    c6ae411 View commit details
    Browse the repository at this point in the history
  2. Use key name as simple value instead

    This should transfer the object like any other hasMany/hasOne
    octoberapp committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    81f89f1 View commit details
    Browse the repository at this point in the history
  3. Rem deprecated methods

    octoberapp committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    5891497 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d9df49 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    813a587 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72c27a7 View commit details
    Browse the repository at this point in the history
  3. Refit nameToDot

    octoberapp committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    cfcee0d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Adds user footprint trait

    octoberapp committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    89c573a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Adds sendTo hint

    octoberapp committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e084ce8 View commit details
    Browse the repository at this point in the history
  2. Minor bugfix

    octoberapp committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    66ea962 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Minor

    daftspunk committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    babd95c View commit details
    Browse the repository at this point in the history
  2. str_contains in php8

    daftspunk committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    cc1c001 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    68202ef View commit details
    Browse the repository at this point in the history
  2. Minor

    daftspunk committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    c0d8ee7 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    a6d0e56 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    5dceb1b View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    f553365 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    176f23f View commit details
    Browse the repository at this point in the history
  3. Bump wikimedia/less

    daftspunk committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a09af97 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    f4399e0 View commit details
    Browse the repository at this point in the history
  2. Make some facades generic

    daftspunk committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    d863b9a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Merge pull request #622 from octobercms/next

    Backport features from next to develop
    daftspunk authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ab04bb2 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    7117f0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d00c6a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Exception handling

    daftspunk committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    0f640e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Adds helpful doc

    daftspunk committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    c5c5038 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f737c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e014a0d View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Doc blocks

    daftspunk committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    2da0c0f View commit details
    Browse the repository at this point in the history
  2. Syntax

    daftspunk committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d915d72 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Move replication logic to db.replicator

    This gives more room for logic and reduces the memory footprint
    daftspunk committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    87ff998 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99bbedd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e61f195 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    499001c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Adds sync config

    Now you can sync between locale, group and "all"
    daftspunk committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    770eb6d View commit details
    Browse the repository at this point in the history
  2. Propagate multisite deletes

    daftspunk committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    cdf435a View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    c6edb41 View commit details
    Browse the repository at this point in the history
  2. Review logic

    daftspunk committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    e8dafc7 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Fixes duplication of defined constraints

    The custom query logic already has these defined by the relation constructor
    daftspunk committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d200114 View commit details
    Browse the repository at this point in the history
  2. Make pivot data available to existing records via withDeferred

    This uses a left join instead of custom queries to include and exclude deferred records. This is more efficient and a step needed for deferring a sort_order column
    daftspunk committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5a399b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58fcf6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ef7f8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28539e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f05d875 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Doc comments

    daftspunk committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    24af0ca View commit details
    Browse the repository at this point in the history