aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #40931 from nextcloud/bugfix/noid/fix-unit-tests-on-8.3Joas Schilling2023-10-161-0/+3
|\
| * Fix unit tests on PHP 8.3Joas Schilling2023-10-161-0/+3
* | Merge pull request #40927 from nextcloud/allow-expiry-dates-less-than-enforce...F. E Noel Nfebe2023-10-161-8/+12
|\ \ | |/ |/|
| * Allow share expiry dates lower than enforced limitsfenn-cs2023-10-161-8/+12
* | Merge pull request #40367 from nextcloud/fix/user_ldap-update-groups-on-loginCôme Chilliet2023-10-168-5/+188
|\ \ | |/ |/|
| * Fix LDAP LoginListener by adding new group relationships to caches before fir...Côme Chilliet2023-10-123-3/+38
| * Fire group events at login for LDAP groupsCôme Chilliet2023-10-127-183/+149
| * Add logging to be able to debug FirstLoginListenerCôme Chilliet2023-10-121-0/+21
| * Move event listener registration to register()Côme Chilliet2023-10-121-12/+8
| * Use a standard array for the stateful cacheCôme Chilliet2023-10-121-6/+18
| * Add FirstLoginListener to accept shares upon first ldap user loginCôme Chilliet2023-10-122-0/+153
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1666-308/+314
* | Merge pull request #40893 from nextcloud/enh/a11y/files-header-sortJohn Molakvoæ2023-10-155-531/+15
|\ \
| * | chore(files): Clean up unused componentsChristopher Ng2023-10-143-523/+0
| * | fix(files): Remove unnecessary sort direction from labelChristopher Ng2023-10-141-5/+1
| * | enh(files): Add accessible sort directionChristopher Ng2023-10-141-3/+14
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-156-0/+58
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1418-6/+78
* | fix several admin settings problemsSimon L2023-10-134-5/+34
* | feat(OCM): Add a way for apps to create a new IOCMResourceJoas Schilling2023-10-131-4/+2
* | fix(OCM): Make the OCM provider stateful so apps can add resourcesJoas Schilling2023-10-132-9/+9
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1326-4/+172
* | Merge pull request #40871 from nextcloud/enh/36965/fix-my-apps-viewSimon L2023-10-124-10/+20
|\ \
| * | Fix my-apps view on mobileSimon L2023-10-124-10/+20
* | | Merge pull request #40864 from nextcloud/bugfix/noid/use-allowSelfSignedCerti...Joas Schilling2023-10-123-19/+17
|\ \ \ | |/ / |/| |
| * | Fix unit testsJoas Schilling2023-10-121-1/+4
| * | fix(federation): Use `sharing.federation.allowSelfSignedCertificates` config ...Joas Schilling2023-10-112-18/+13
* | | Merge pull request #40443 from nextcloud/fix/noid/store-lpap-user-groupsArthur Schiwon2023-10-125-416/+442
|\ \ \
| * | | fix(LDAP): solve race condition reading groups of disappeared LDAP userArthur Schiwon2023-10-113-7/+131
| * | | refactor(LDAP): pass IConfig via constructor to Group_LDAPArthur Schiwon2023-10-104-23/+23
| * | | refactor(tests): simplify code, reduce duplicationArthur Schiwon2023-10-091-425/+257
| * | | test(Group LDAP): add test for getting groups of OfflineUserArthur Schiwon2023-10-091-0/+45
| * | | fix(ldap): store last known user groupsArthur Schiwon2023-10-092-2/+27
* | | | fix(meta): copyright noteArthur Schiwon2023-10-121-1/+1
* | | | remove unused propertiessorbaugh2023-10-121-29/+1
* | | | Remove unneeded includes.sorbaugh2023-10-121-4/+0
* | | | Keep Search Provider but remove actual search and display on the searchlist d...sorbaugh2023-10-121-29/+1
* | | | Add new user filter to search.sorbaugh2023-10-125-0/+151
| |_|/ |/| |
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-12178-592/+956
* | | enh(settings): Move confirm group removal dialog to vueChristopher Ng2023-10-111-43/+107
* | | enh(settings): Add groups accessiblyChristopher Ng2023-10-112-47/+54
* | | Merge pull request #40698 from nextcloud/Valdnet-patch-1Arthur Schiwon2023-10-112-2/+2
|\ \ \ | |_|/ |/| |
| * | Correct typos and add quotation marksValdnet2023-10-112-2/+2
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1126-2/+140
|/ /
* | feat: allow external drop and add dropzoneJohn Molakvoæ2023-10-108-101/+343
* | Merge pull request #40782 from nextcloud/fix/auth-ext-strgJohn Molakvoæ2023-10-102-3/+6
|\ \
| * | fix(files_external): basic auth user storage triggerJohn Molakvoæ2023-10-102-3/+6
* | | Merge pull request #39756 from nextcloud/enh/add-disabled-users-endpointCôme Chilliet2023-10-103-2/+181
|\ \ \ | |/ / |/| |
| * | Check limit and offset parameters sent to controllerCôme Chilliet2023-10-101-0/+7
| * | Fix api description for Users#getDisabledUsersCôme Chilliet2023-10-092-3/+6