summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Fix share input idChristopher Ng2023-05-023-4/+4
* | | | | | | Merge pull request #37967 from nextcloud/fix/36926-The_visually_hidden_elemen...Julia Kirschenheuter2023-05-033-3/+11
|\ \ \ \ \ \ \
| * | | | | | | Add `aria-hidden` attr to the whole navigation depending on a sidebar statejulia.kirschenheuter2023-05-033-3/+11
* | | | | | | | Merge pull request #38025 from nextcloud/enh/37800/write-profile-prop-to-syst...Johannes2023-05-031-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | enh(contacts): write profile prop and backend prop to system addressbookJohannes Merkel2023-05-021-0/+6
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #37787 from nextcloud/fix/rollback-files-locked-by-appsJulius Härtl2023-05-032-16/+67
|\ \ \ \ \ \ \ \
| * | | | | | | | fix: catch ManuallyLockedException and use app contextMax2023-05-032-16/+67
* | | | | | | | | Merge pull request #37937 from nextcloud/artonge/feat/remove_non_existing_jobsArthur Schiwon2023-05-031-1/+2
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Remove job from oc_jobs when the file is not findableLouis Chemineau2023-05-031-1/+2
* | | | | | | | | Merge pull request #38003 from nextcloud/bugfix/noid/improve-translations-apiJoas Schilling2023-05-036-12/+73
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | feat(translation): Return the detected language so clients can show more detailsJoas Schilling2023-05-026-9/+62
| * | | | | | | | | fix(translation): Detect the language first and then ask all providers for tr...Joas Schilling2023-05-021-3/+11
* | | | | | | | | | Merge pull request #37385 from nextcloud/bugfix/noid/dont-allow-adding-the-sa...Joas Schilling2023-05-033-15/+194
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix(tests): Fix new integration testsJoas Schilling2023-04-261-13/+13
| * | | | | | | | | | fix(provisioning_api): Don't allow to configure the same additional email mul...Joas Schilling2023-04-263-4/+183
* | | | | | | | | | | Merge pull request #37802 from nextcloud/fix/37729Marcel Klehr2023-05-033-4/+4
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Compile assetsnextcloud-command2023-05-022-3/+3
| * | | | | | | | | | fix(files_sharing): Don't show copy action when !canDownload and no update pe...Marcel Klehr2023-05-021-1/+1
* | | | | | | | | | | 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