summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Fix ldap wizard stylingRichard Steinmetz2022-04-141-1/+7
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #31540 from nextcloud/backport/31454/stable23blizzz2022-04-147-35/+148
|\ \ \ \ \ \ \
| * | | | | | | Fix the logger that is imported for critical actionsCarl Schwan2022-03-117-35/+148
* | | | | | | | Merge pull request #31521 from nextcloud/backport/31491/stable23blizzz2022-04-144-7/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix similar potential problems with fetchOne loopsCôme Chilliet2022-03-104-6/+6
| * | | | | | | | Fix duplicated UUID detection when there are empty uuidsCôme Chilliet2022-03-101-1/+1
* | | | | | | | | Merge pull request #31453 from nextcloud/s3-primary-ci-23blizzz2022-04-146-8/+111
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | also handle expired pre-write shared lock on dav upload when not using part f...Robin Appelman2022-03-101-1/+17
| * | | | | | | | skip localstorage dependend user test when not using local user storageRobin Appelman2022-03-101-0/+12
| * | | | | | | | make share cache test resilient against skeleton files not being thereRobin Appelman2022-03-101-5/+3
| * | | | | | | | skip localstorage dependend trashbin test when not using local user storageRobin Appelman2022-03-101-0/+4
| * | | | | | | | return dummy availability if storage is not found in cacheRobin Appelman2022-03-101-2/+5
| * | | | | | | | run ci with primary s3 setupRobin Appelman2022-03-101-0/+70
| |/ / / / / / /
* | | | / / / / [tx-robot] updated from transifexNextcloud bot2022-04-1424-8/+76
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #31862 from nextcloud/update-autoloaders-and-nodeJohn Molakvoæ2022-04-13179-478/+346
|\ \ \ \ \ \ \
| * | | | | | | Update autoloaders and Node package-lock.jsonMichaIng2022-04-13179-478/+346
* | | | | | | | Merge pull request #31946 from nextcloud/s3-versioning-not-implemented-23Vincent Petry2022-04-131-2/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | AmazonS3: allow not implemented versioningErik van Velzen2022-04-121-2/+14
| |/ / / / / / /
* | | | | | | | Merge pull request #31940 from nextcloud/backport/31907/stable23Vincent Petry2022-04-132-0/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | confirm user is internal to globalscaleMaxence Lange2022-04-122-0/+13
| |/ / / / / / /
* | | | | | | | Merge pull request #31846 from nextcloud/backport/31684/stable23Vincent Petry2022-04-132-11/+66
|\ \ \ \ \ \ \ \
| * | | | | | | | take permissions from multiple paths into account for share permissionsRobin Appelman2022-04-052-11/+66
* | | | | | | | | Merge pull request #31955 from nextcloud/backport/31933/stable23blizzz2022-04-131-12/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update root.crtVitor Mattos2022-04-131-12/+12
|/ / / / / / / / /
* | / / / / / / / [tx-robot] updated from transifexNextcloud bot2022-04-1354-442/+106
| |/ / / / / / / |/| | | | | | |
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-04-1254-66/+102
* | | | | | | | Merge pull request #31882 from nextcloud/backport/31876/stable23Joas Schilling2022-04-111-1/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Log exceptionJoas Schilling2022-04-071-0/+1
| * | | | | | | | Fix \OC_App::getCurrentApp() when being called from CLI or phpunitJoas Schilling2022-04-071-1/+10
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-04-1114-46/+64
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-04-108-0/+14
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-04-09158-230/+322
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-04-0810-0/+10
|/ / / / / / /
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-04-078-0/+66
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-04-0660-60/+60
|/ / / / / /
* | | / / / [tx-robot] updated from transifexNextcloud bot2022-04-0572-60/+124
| |_|/ / / |/| | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2022-04-0410-8/+52
* | | | | [tx-robot] updated from transifexNextcloud bot2022-04-0320-10/+142
* | | | | [tx-robot] updated from transifexNextcloud bot2022-04-02108-554/+160
* | | | | [tx-robot] updated from transifexNextcloud bot2022-04-0148-28/+42
* | | | | Merge pull request #31774 from nextcloud/backport/31737/stable23Louis2022-03-311-13/+24
|\ \ \ \ \
| * | | | | Wrap oauth2 migrations inside conditionsLouis Chemineau2022-03-311-13/+24
* | | | | | Merge pull request #31514 from nextcloud/backport/31421/stable23Côme Chilliet2022-03-3111-147/+128
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix $baseDN parameter type in ILDAPWrapper::readCôme Chilliet2022-03-291-1/+1
| * | | | | Inherit doc from interface in LDAP classCôme Chilliet2022-03-291-66/+22
| * | | | | Fix unit testsCôme Chilliet2022-03-2910-44/+81
| * | | | | Fix executeRead when connection is reset because of a timeoutCôme Chilliet2022-03-291-36/+24
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-03-3116-74/+98
* | | | | | Merge pull request #31740 from nextcloud/backport/stable23/31537Simon L2022-03-315-5/+176
|\ \ \ \ \ \
| * | | | | | address reviewsszaimen2022-03-283-18/+6