Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-04Bump guzzlehttp/psr7 from 1.8.3 to 1.8.5dependabot/composer/stable23/guzzlehttp/psr7-1.8.5Carl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-04[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-03[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-02[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-01[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-31Merge pull request #31774 from nextcloud/backport/31737/stable23Louis
[stable23] Wrap oauth2 migrations inside conditions
2022-03-31Merge pull request #31514 from nextcloud/backport/31421/stable23Côme Chilliet
[stable23] user_ldap fix ldap connection resets #31421
2022-03-31Wrap oauth2 migrations inside conditionsLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-03-31[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-31Merge pull request #31740 from nextcloud/backport/stable23/31537Simon L
[stable23] show that the web updater is not recommended on big instances
2022-03-30[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-29Fix $baseDN parameter type in ILDAPWrapper::readbackport/31421/stable23Côme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-29Inherit doc from interface in LDAP classCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-29Fix unit testsCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-29Merge pull request #31730 from nextcloud/backport/30276/stable23Louis
[stable23] Add oauth2_clients migration for Owncloud
2022-03-29Merge pull request #31733 from nextcloud/backport/31221/stable23Louis
[stable23] Don't create cards_abiduri it if already exists
2022-03-29Fix executeRead when connection is reset because of a timeoutCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-29[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-29address reviewsszaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-29show warning in update admin overviewszaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-28Don't create cards_abiduri it if already existsLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-03-28 Add oauth2_clients migration for OwncloudLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-03-28Merge pull request #31705 from nextcloud/backport/30950/stable23Louis
[stable23] Add OPcache recommendations to Transifex
2022-03-28[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-26Merge pull request #31721 from ↵dependabot[bot]
nextcloud/dependabot/npm_and_yarn/stable23/babel-loader-8.2.4
2022-03-26Bump babel-loader from 8.2.3 to 8.2.4dependabot/npm_and_yarn/stable23/babel-loader-8.2.4dependabot[bot]
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.3 to 8.2.4. - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel-loader/compare/v8.2.3...v8.2.4) --- updated-dependencies: - dependency-name: babel-loader dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-03-26[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-25Merge pull request #31624 from nextcloud/backport/29372/stable23Pytal
2022-03-25Add profile default setting for adminChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 108abd77ed0ee29bca4019f6a212ba1b2bdad5e7) Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-25Add global profile toggle configChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 1fc0b4320c8921ad59bf4d41a88bf9936e1f653d)
2022-03-25[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-24Add OPcache recommendations to Transifexbackport/30950/stable23MichaIng
Fixes: https://github.com/nextcloud/server/issues/30941 Signed-off-by: MichaIng <micha@dietpi.com>
2022-03-24[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-23Merge pull request #31666 from nextcloud/backport/31620/stable23blizzz
[stable23] do not forget DB table prefix with truncate query
2022-03-23[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-22Merge pull request #31656 from nextcloud/backport/stable23/30889-2Pytal
2022-03-22do not forget DB table prefix with truncate queryArthur Schiwon
- as used in LDAP's AbstractMapping::clear() method - and in Comment's ManagerTest::setUp() - fixes a DB Exception with Oracle Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-03-22Merge pull request #31536 from nextcloud/backport/31519/stable23Joas Schilling
[stable23] Fix occ user:add-app-password
2022-03-22Build OC\Core\Application when running occ or cron to register listeners ↵Côme Chilliet
correctly Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> (cherry picked from commit 63d7e7c798f6a6cbd56642a287673532b991c5ac)
2022-03-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-22Merge pull request #31518 from nextcloud/backport/31430/stable23Simon L
[stable23] Validate `overwrite.cli.url` to be a url in setup check
2022-03-21improve overwrite cli url setup checkszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-03-21Merge pull request #31645 from nextcloud/release/23.0.3/finalv23.0.3blizzz
23.0.3
2022-03-21Merge pull request #31642 from nextcloud/revert-31529-backport/stable23/30889blizzz
Revert "[stable23] Fix listeners declaration in case of occ usage"
2022-03-21Revert "[stable23] Fix listeners declaration in case of occ usage"blizzz
2022-03-21Merge pull request #31618 from nextcloud/backport/31425/stable23blizzz
[stable23] Update CRL after revoke deckimportfromtrello.csr
2022-03-2123.0.3Arthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-03-21Merge pull request #31529 from nextcloud/backport/stable23/30889Carl Schwan
[stable23] Fix listeners declaration in case of occ usage
2022-03-21[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-20[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>