Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nextcloud/activity
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 027dc8d
Choose a base ref
...
head repository: nextcloud/activity
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: adefc2c
Choose a head ref
  • 16 commits
  • 145 files changed
  • 5 contributors

Commits on Jan 31, 2022

  1. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    9871c3c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    765feab View commit details
    Browse the repository at this point in the history
  2. Use QueryBuilder for delete queries

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    653568b View commit details
    Browse the repository at this point in the history
  3. Remove hardcoded test

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    395ffcb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #719 from nextcloud/techdebt/noid/use-querybuilder…

    …-for-delete
    
    Use QueryBuilder for delete queries
    nickvergessen authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    c3bfd5a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    973ccc5 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Shorten mail subject

    Signed-off-by: Tobias Kaminsky <tobias@kaminsky.me>
    tobiasKaminsky committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    083cf34 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #723 from nextcloud/shortenSubject

    Shorten mail subject
    nickvergessen authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    ebbf81a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    bd02184 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    e99d259 View commit details
    Browse the repository at this point in the history
  2. Bump cypress from 9.3.1 to 9.4.1

    Bumps [cypress](https://github.com/cypress-io/cypress) from 9.3.1 to 9.4.1.
    - [Release notes](https://github.com/cypress-io/cypress/releases)
    - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
    - [Commits](cypress-io/cypress@v9.3.1...v9.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: cypress
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 5, 2022
    Configuration menu
    Copy the full SHA
    dcac9c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c243b0e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    b060464 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Wrap writing with a transaction

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    e0dea69 View commit details
    Browse the repository at this point in the history
  2. Reuse the insert QueryBuilders

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    d622ac7 View commit details
    Browse the repository at this point in the history
  3. Also defer notification sending to make less connections to the push

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    adefc2c View commit details
    Browse the repository at this point in the history
Loading