Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-14 | 18 | -6/+78 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix several admin settings problems | Simon L | 2023-10-13 | 4 | -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 IOCMResource | Joas Schilling | 2023-10-13 | 1 | -4/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(OCM): Make the OCM provider stateful so apps can add resources | Joas Schilling | 2023-10-13 | 2 | -9/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-13 | 26 | -4/+172 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #40871 from nextcloud/enh/36965/fix-my-apps-view | Simon L | 2023-10-12 | 4 | -10/+20 |
|\ | |||||
| * | Fix my-apps view on mobile | Simon L | 2023-10-12 | 4 | -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 Schilling | 2023-10-12 | 3 | -19/+17 |
|\ \ | |/ |/| | | | | | nextcloud/bugfix/noid/use-allowSelfSignedCertificates-for-all-OCM-requests fix(federation): Use `sharing.federation.allowSelfSignedCertificates` config for all OCM requests | ||||
| * | Fix unit tests | Joas Schilling | 2023-10-12 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | fix(federation): Use `sharing.federation.allowSelfSignedCertificates` config ↵ | Joas Schilling | 2023-10-11 | 2 | -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-groups | Arthur Schiwon | 2023-10-12 | 5 | -416/+442 |
|\ \ | | | | | | | fix(ldap): store last known user groups | ||||
| * | | fix(LDAP): solve race condition reading groups of disappeared LDAP user | Arthur Schiwon | 2023-10-11 | 3 | -7/+131 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | refactor(LDAP): pass IConfig via constructor to Group_LDAP | Arthur Schiwon | 2023-10-10 | 4 | -23/+23 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | refactor(tests): simplify code, reduce duplication | Arthur Schiwon | 2023-10-09 | 1 | -425/+257 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | test(Group LDAP): add test for getting groups of OfflineUser | Arthur Schiwon | 2023-10-09 | 1 | -0/+45 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | fix(ldap): store last known user groups | Arthur Schiwon | 2023-10-09 | 2 | -2/+27 |
| | | | | | | | | | | | | | | | | | | - for LDAP user life cycle management Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | fix(meta): copyright note | Arthur Schiwon | 2023-10-12 | 1 | -1/+1 |
| | | | |||||
* | | | remove unused properties | sorbaugh | 2023-10-12 | 1 | -29/+1 |
| | | | | | | | | | | | | Signed-off-by: sorbaugh <stephan.orbaugh@nextcloud.com> | ||||
* | | | Remove unneeded includes. | sorbaugh | 2023-10-12 | 1 | -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 ↵ | sorbaugh | 2023-10-12 | 1 | -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. | sorbaugh | 2023-10-12 | 5 | -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 Transifex | Nextcloud bot | 2023-10-12 | 178 | -592/+956 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | enh(settings): Move confirm group removal dialog to vue | Christopher Ng | 2023-10-11 | 1 | -43/+107 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | enh(settings): Add groups accessibly | Christopher Ng | 2023-10-11 | 2 | -47/+54 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | Merge pull request #40698 from nextcloud/Valdnet-patch-1 | Arthur Schiwon | 2023-10-11 | 2 | -2/+2 |
|\ \ \ | |_|/ |/| | | Correct typos and add quotation marks | ||||
| * | | Correct typos and add quotation marks | Valdnet | 2023-10-11 | 2 | -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 Transifex | Nextcloud bot | 2023-10-11 | 26 | -2/+140 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | feat: allow external drop and add dropzone | John Molakvoæ | 2023-10-10 | 8 | -101/+343 |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #40782 from nextcloud/fix/auth-ext-strg | John Molakvoæ | 2023-10-10 | 2 | -3/+6 |
|\ \ | |||||
| * | | fix(files_external): basic auth user storage trigger | John Molakvoæ | 2023-10-10 | 2 | -3/+6 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | | Merge pull request #39756 from nextcloud/enh/add-disabled-users-endpoint | Côme Chilliet | 2023-10-10 | 3 | -2/+181 |
|\ \ \ | |/ / |/| | | Add endpoint for getting disabled user list | ||||
| * | | Check limit and offset parameters sent to controller | Côme Chilliet | 2023-10-10 | 1 | -0/+7 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Fix api description for Users#getDisabledUsers | Côme Chilliet | 2023-10-09 | 2 | -3/+6 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Generated openapi.json | Côme Chilliet | 2023-10-09 | 1 | -0/+106 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Remove psalm @var annotations which should not be needed | Côme Chilliet | 2023-10-09 | 1 | -2/+0 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Add endpoint for getting disabled user list | Côme Chilliet | 2023-10-09 | 2 | -1/+66 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-10 | 10 | -0/+10 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #40804 from nextcloud/enh/40687/fix-button-text | Simon L | 2023-10-09 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | fix text on default background image button | Simon L | 2023-10-09 | 1 | -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 details | fenn-cs | 2023-10-09 | 1 | -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-docs | Simon L | 2023-10-09 | 3 | -44/+114 |
|\ \ | |/ |/| | |||||
| * | fix double heading | Simon L | 2023-10-06 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
| * | address review | Simon L | 2023-10-06 | 4 | -28/+115 |
| | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
| * | Move inline docs to online documentation | Simon L | 2023-10-05 | 4 | -68/+51 |
| | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-09 | 16 | -12/+32 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-08 | 34 | -40/+206 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(comments): move new comment instructions placeholder to description | Grigorii K. Shartsev | 2023-10-07 | 2 | -26/+42 |
| | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | | fix(ci): Update dav snapshot | Christopher Ng | 2023-10-06 | 1 | -70/+54 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | chore: Adapt to breaking DateTime rename | Christopher Ng | 2023-10-06 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Merge pull request #40719 from nextcloud/enh/a11y/semantic-user-table | Pytal | 2023-10-05 | 6 | -214/+361 |
|\ \ |