aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1418-6/+78
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix several admin settings problemsSimon L2023-10-134-5/+34
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* feat(OCM): Add a way for apps to create a new IOCMResourceJoas Schilling2023-10-131-4/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(OCM): Make the OCM provider stateful so apps can add resourcesJoas Schilling2023-10-132-9/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1326-4/+172
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* 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
| | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #40864 from ↵Joas Schilling2023-10-123-19/+17
|\ \ | |/ |/| | | | | nextcloud/bugfix/noid/use-allowSelfSignedCertificates-for-all-OCM-requests fix(federation): Use `sharing.federation.allowSelfSignedCertificates` config for all OCM requests
| * Fix unit testsJoas Schilling2023-10-121-1/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(federation): Use `sharing.federation.allowSelfSignedCertificates` config ↵Joas Schilling2023-10-112-18/+13
| | | | | | | | | | | | for all OCM requests Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #40443 from nextcloud/fix/noid/store-lpap-user-groupsArthur Schiwon2023-10-125-416/+442
|\ \ | | | | | | fix(ldap): store last known user groups
| * | fix(LDAP): solve race condition reading groups of disappeared LDAP userArthur Schiwon2023-10-113-7/+131
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | refactor(LDAP): pass IConfig via constructor to Group_LDAPArthur Schiwon2023-10-104-23/+23
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | refactor(tests): simplify code, reduce duplicationArthur Schiwon2023-10-091-425/+257
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | test(Group LDAP): add test for getting groups of OfflineUserArthur Schiwon2023-10-091-0/+45
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | fix(ldap): store last known user groupsArthur Schiwon2023-10-092-2/+27
| | | | | | | | | | | | | | | | | | - for LDAP user life cycle management Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | fix(meta): copyright noteArthur Schiwon2023-10-121-1/+1
| | |
* | | remove unused propertiessorbaugh2023-10-121-29/+1
| | | | | | | | | | | | Signed-off-by: sorbaugh <stephan.orbaugh@nextcloud.com>
* | | Remove unneeded includes.sorbaugh2023-10-121-4/+0
| | | | | | | | | | | | | | | | | | Usage: 1. Type a string in the search bar 2. Add in:users filter to avoid unnecessary searches in other apps
* | | Keep Search Provider but remove actual search and display on the searchlist ↵sorbaugh2023-10-121-29/+1
| | | | | | | | | | | | | | | | | | | | | | | | dialog. Will revisit in future search result list in future issue. Usage: 1. Type a string in the search bar 2. Add in:users filter to avoid unnecessary searches in other apps
* | | Add new user filter to search.sorbaugh2023-10-125-0/+151
| | | | | | | | | | | | | | | | | | | | | | | | Add regex to prevent filter collision in user-list page Usage: 1. Type a string in the search bar 2. Add in:users to display only users in the search result
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-12178-592/+956
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | enh(settings): Move confirm group removal dialog to vueChristopher Ng2023-10-111-43/+107
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | enh(settings): Add groups accessiblyChristopher Ng2023-10-112-47/+54
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #40698 from nextcloud/Valdnet-patch-1Arthur Schiwon2023-10-112-2/+2
|\ \ \ | |_|/ |/| | Correct typos and add quotation marks
| * | Correct typos and add quotation marksValdnet2023-10-112-2/+2
| | | | | | | | | | | | | | | | | | Corrects typos and unifies spelling for "occ" commands. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1126-2/+140
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | feat: allow external drop and add dropzoneJohn Molakvoæ2023-10-108-101/+343
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | 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
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Merge pull request #39756 from nextcloud/enh/add-disabled-users-endpointCôme Chilliet2023-10-103-2/+181
|\ \ \ | |/ / |/| | Add endpoint for getting disabled user list
| * | Check limit and offset parameters sent to controllerCôme Chilliet2023-10-101-0/+7
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix api description for Users#getDisabledUsersCôme Chilliet2023-10-092-3/+6
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Generated openapi.jsonCôme Chilliet2023-10-091-0/+106
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Remove psalm @var annotations which should not be neededCôme Chilliet2023-10-091-2/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Add endpoint for getting disabled user listCôme Chilliet2023-10-092-1/+66
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1010-0/+10
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #40804 from nextcloud/enh/40687/fix-button-textSimon L2023-10-091-1/+1
|\ \ \
| * | | fix text on default background image buttonSimon L2023-10-091-1/+1
| | |/ | |/| | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* / | Fixed mixed translations in sharing detailsfenn-cs2023-10-091-17/+17
|/ / | | | | | | | | | | | | | | | | | | Due to a typo in the app passed to the translation method, some strings translations don't work. This commit corrects the spelling `file_sharing` to `files_sharing` and hence resolves : https://github.com/nextcloud/server/issues/40801 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | Merge pull request #40784 from nextcloud/enh/39414/move-docsSimon L2023-10-093-44/+114
|\ \ | |/ |/|
| * fix double headingSimon L2023-10-061-1/+1
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
| * address reviewSimon L2023-10-064-28/+115
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
| * Move inline docs to online documentationSimon L2023-10-054-68/+51
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-0916-12/+32
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-0834-40/+206
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(comments): move new comment instructions placeholder to descriptionGrigorii K. Shartsev2023-10-072-26/+42
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | fix(ci): Update dav snapshotChristopher Ng2023-10-061-70/+54
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | chore: Adapt to breaking DateTime renameChristopher Ng2023-10-061-2/+2
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #40719 from nextcloud/enh/a11y/semantic-user-tablePytal2023-10-056-214/+361
|\ \