aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move inline tag rendering to the systemtags appLucas Azevedo2023-09-135-1/+1
* Add testsLucas Azevedo2023-09-135-2/+191
* Render inline system tags using new DAV properties APILucas Azevedo2023-09-136-163/+121
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-138-2/+104
* Merge pull request #40372 from nextcloud/40172-polish-sharing-flow-bugsF. E Noel Nfebe2023-09-1211-32/+52
|\
| * Consistent delete button in share detailsfenn-cs2023-09-128-8/+7
| * Enfore allowPublicShares admin settingfenn-cs2023-09-124-6/+30
| * Refactor migrated addShare methodfenn-cs2023-09-121-18/+15
|/
* Merge pull request #40378 from nextcloud/enh/38362/add-new-user-button-iconSimon L2023-09-125-7/+11
|\
| * chore(assets): Recompile assetsnextcloud-command2023-09-124-6/+6
| * add plus icon to new user buttonSimon L2023-09-121-1/+5
* | Merge pull request #40376 from nextcloud/test/noid/dns-pin-middlewareDaniel2023-09-122-2/+572
|\ \ | |/ |/|
| * test: add tests for dns pin middlewareDaniel Kesselberg2023-09-122-2/+572
|/
* Merge pull request #39856 from nextcloud/testing/translate-text-processing-pr...Julius Härtl2023-09-125-0/+95
|\
| * feat(testing): Add fake providers for translations and text processingJulius Härtl2023-09-125-0/+95
* | Merge pull request #40360 from nextcloud/automated/noid/master-fix-npm-auditAndy Scherzinger2023-09-121-3/+3
|\ \
| * | chore(deps): fix npm auditnextcloud-command2023-09-101-3/+3
* | | Merge pull request #40356 from nextcloud/dependabot/github_actions/actions/up...Andy Scherzinger2023-09-122-4/+4
|\ \ \
| * | | chore(deps): Bump actions/upload-artifact from 3.1.2 to 3.1.3dependabot[bot]2023-09-092-4/+4
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-1212-0/+38
* | | | Merge pull request #40354 from nextcloud/dependabot/npm_and_yarn/vueuse/compo...dependabot[bot]2023-09-114-24/+24
|\ \ \ \
| * | | | chore(deps): Bump @vueuse/components from 10.3.0 to 10.4.1dependabot[bot]2023-09-114-24/+24
| |/ / /
* | | | Merge pull request #39128 from nextcloud/fix/35319/ldap-missing-avatarJulius Härtl2023-09-112-5/+22
|\ \ \ \
| * | | | fix(LDAP): add return type hint and descriptionArthur Schiwon2023-07-071-2/+2
| * | | | fix(ldap): avatar is not being fetchedArthur Schiwon2023-07-052-3/+20
* | | | | Merge pull request #40345 from nextcloud/bugfix/noid/update-headersJulius Härtl2023-09-113-3/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | chore(assets): Recompile assetsnextcloud-command2023-09-112-3/+3
| * | | | fix: Update file list headers on breadcrumb navigationJulius Härtl2023-09-111-0/+3
|/ / / /
* | | | Merge pull request #40328 from nextcloud/fix/admin-ai-settingsArthur Schiwon2023-09-113-4/+7
|\ \ \ \
| * | | | Fix eslint errorMarcel Klehr2023-09-083-4/+4
| * | | | Fix Admin AI settings javascript errorMarcel Klehr2023-09-081-1/+4
* | | | | Merge pull request #32912 from nextcloud/group-backend-batch-methodCôme Chilliet2023-09-1113-35/+292
|\ \ \ \ \
| * | | | | Build query once instead of in-loopCôme Chilliet2023-09-071-5/+6
| * | | | | Fix psalm spotted type errorsCôme Chilliet2023-09-052-12/+12
| * | | | | Move new methods to a new interface in OCPCôme Chilliet2023-09-059-37/+87
| * | | | | Fix psalm errors about groupExists return typeCôme Chilliet2023-09-053-17/+9
| * | | | | Add batch methods in user backendsCarl Schwan2023-09-059-32/+246
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-1112-4/+104
| |_|_|_|/ |/| | | |
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-1016-0/+44
* | | | | Merge pull request #39211 from shdehnavi/refactor_themes_defaultsJulius Härtl2023-09-091-12/+12
|\ \ \ \ \
| * | | | | Add return typesHamid Dehnavi2023-07-171-12/+12
* | | | | | Merge pull request #39226 from shdehnavi/null_coalescing_conversion_testsJulius Härtl2023-09-092-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Convert isset ternary to null coalescing operatorHamid Dehnavi2023-08-172-2/+2
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-09186-184/+140
* | | | | | Merge pull request #40349 from nextcloud/fix/noid/autoloader-no-apcuJulius Härtl2023-09-082-6/+4
|\ \ \ \ \ \
| * | | | | | fix(autoloader): no apcu no side effectsArthur Schiwon2023-09-082-6/+4
* | | | | | | Merge pull request #40341 from nextcloud/fix/hide-set-reminder-publicPytal2023-09-081-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | fix: Hide set reminder action on public sharesChristopher Ng2023-09-071-1/+1
* | | | | | | Merge pull request #40340 from nextcloud/artonge/fix/fileInfo_accessLouis2023-09-083-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Fix access to fileInfo in VersionTab.vueLouis Chemineau2023-09-073-4/+4
| |/ / / / / /