summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge pull request #37958 from nextcloud/artonge/fix/better_handle_expireDate...Arthur Schiwon2023-05-031-30/+19
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Mutualize expireDate handling when creating and updating a shareLouis Chemineau2023-04-271-30/+19
* | | | | | | | | | | | Merge pull request #37943 from nextcloud/fix/fix-getcontent-return-typeArthur Schiwon2023-05-0310-13/+16
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix file_get_content signatures to make it clear it can return falseCôme Chilliet2023-04-2710-13/+16
* | | | | | | | | | | | | Merge pull request #38024 from nextcloud/fix/fix-32bits-ciArthur Schiwon2023-05-032-6/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Put back file cleanups, and remove dead code in tests/lib/Template/JSResource...Côme Chilliet2023-05-021-3/+2
| * | | | | | | | | | | | | Run 32bit CI on workflow modifications and new releasesCôme Chilliet2023-05-021-0/+4
| * | | | | | | | | | | | | Remove the array_pop failing tests on 32bit CICôme Chilliet2023-05-021-3/+1
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #33106 from nextcloud/feature/update-expire-dateArthur Schiwon2023-05-032-3/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Cover expire_date with unit testsVitor Mattos2023-04-261-2/+28
| * | | | | | | | | | | | Update expire_date column of table commentsVitor Mattos2023-04-261-1/+2
* | | | | | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-034-2/+4
| |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #37903 from nextcloud/fix/user_ldap-fix-multiple-ldap-supportCôme Chilliet2023-05-023-23/+6
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add comment about Manager instance not being sharedCôme Chilliet2023-04-271-0/+1
| * | | | | | | | | | | | Adapt Sync job tests to the constructor changeCôme Chilliet2023-04-271-2/+1
| * | | | | | | | | | | | Fix multiple LDAP configuration support by fixing AccessFactoryCôme Chilliet2023-04-242-21/+4
* | | | | | | | | | | | | Merge pull request #32866 from nextcloud/performance/searchInGroup-displaynam...Côme Chilliet2023-05-0217-138/+221
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Fix tests, and fix Group::searchUsers to avoid duplicatesCôme Chilliet2023-05-023-16/+17
| * | | | | | | | | | | | Use the searchDisplayName recommended method in user:listCôme Chilliet2023-04-271-1/+1
| * | | | | | | | | | | | Update version number in since and deprecated annotationsCôme Chilliet2023-04-274-5/+5
| * | | | | | | | | | | | Clear up return typesCôme Chilliet2023-04-2710-16/+21
| * | | | | | | | | | | | Let OC\Group\Group handle the fallback and remove default implementation from...Côme Chilliet2023-04-273-30/+3
| * | | | | | | | | | | | Make code clearer and bump @ deprecated annotationsCôme Chilliet2023-04-272-5/+7
| * | | | | | | | | | | | Split new method in a new group backend interfaceCarl Schwan2023-04-279-90/+82
| * | | | | | | | | | | | Optimize retrieving display name when searching for users in a groupCarl Schwan2023-04-2713-100/+210
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #37962 from JL102/scrollbarsDaniel2023-05-025-4/+8
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Update autogenerated filesJL1022023-04-284-4/+4
| * | | | | | | | | | | | Stopped scrollbar being hidden by rounded cornersJL1022023-04-271-0/+4
* | | | | | | | | | | | | Merge pull request #38014 from nextcloud/norm-logicSimon L2023-05-021-13/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Normalize logical operatorsGit'Fellow2023-05-021-13/+13
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #32877 from nextcloud/mount-cache-unique-mountpointRobin Appelman2023-05-028-19/+85
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | add new index in repair step instead of on-migrateRobin Appelman2023-04-283-1/+12
| * | | | | | | | | | | allow storing multiple mounts for the same rootid in the mount cacheRobin Appelman2023-04-286-19/+74
* | | | | | | | | | | | Merge pull request #37390 from nextcloud/update/psalm-5Kate2023-05-026-1285/+2016
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Use psalm 5jld31032023-05-026-1285/+2016
* | | | | | | | | | | | | Merge pull request #38019 from nextcloud/enh/noid/disable-contactsmenu-testsSimon L2023-05-021-8/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | disable contacts menu features that regularly fail on droneSimon L2023-05-021-8/+10
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #37985 from nextcloud/dependabot/npm_and_yarn/vue/vue2-jes...dependabot[bot]2023-05-022-8/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | bump @vue/vue2-jest from 29.2.3 to 29.2.4dependabot[bot]2023-05-022-8/+8
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #38008 from nextcloud/dependabot/npm_and_yarn/typescript-e...John Molakvoæ2023-05-022-48/+48
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | chore(deps-dev): bump @typescript-eslint/parser from 5.59.0 to 5.59.2dependabot[bot]2023-05-012-48/+48
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #37938 from nextcloud/feat/tags-files-inlineJohn Molakvoæ2023-05-0210-6/+180
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | feat(system-tags): show inline in filesJohn Molakvoæ2023-05-0210-6/+180
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #37980 from nextcloud/automated/noid/master-update-psalm-b...Côme Chilliet2023-05-021-29/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Update psalm baselinenextcloud-command2023-05-021-29/+0
| | |/ / / / / / / / / | |/| | | | | | | | |
* / | | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-024-2/+4
|/ / / / / / / / / /
* | | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-012-2/+2
* | | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-304-4/+2
* | | | | | | | | | Merge pull request #37979 from nextcloud/dependabot/npm_and_yarn/cypress-12.11.0dependabot[bot]2023-04-292-8/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | chore(deps-dev): bump cypress from 12.10.0 to 12.11.0dependabot[bot]2023-04-292-8/+8
|/ / / / / / / / / /