Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-12 | 80 | -170/+184 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-11 | 48 | -58/+156 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-10 | 104 | -96/+120 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #49148 from nextcloud/backport/49115/stable28 | F. E Noel Nfebe | 2024-11-09 | 1 | -7/+41 |
|\ | | | | | [stable28] fix(SharingEntryLink): Show default password before create if any | ||||
| * | fix(files_sharing): share assignment issue in SharingEntryLink | skjnldsv | 2024-11-08 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | fix(SharingEntryLink): Show default password before create if any | fenn-cs | 2024-11-08 | 1 | -7/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | Prevent silent addition of expiration date to shares. Prevent silent addition for password to shares. Both now have a `shareRequiresReview` check Resolves : https://github.com/nextcloud/server/issues/48860 Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-09 | 180 | -252/+310 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files_sharing): note icon color on public pagesbackport/49153/stable28 | skjnldsv | 2024-11-08 | 5 | -4/+9 |
| | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | Merge pull request #49135 from nextcloud/backport/49112/stable28 | Kate | 2024-11-08 | 2 | -12/+12 |
|\ | |||||
| * | fix(theming): Return default theme if the user never selected a themebackport/49112/stable28 | provokateurin | 2024-11-07 | 2 | -12/+12 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-08 | 6 | -4/+162 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-07 | 86 | -278/+300 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-06 | 34 | -34/+10 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-05 | 52 | -82/+68 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-04 | 108 | -376/+7174 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-03 | 16 | -18/+110 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-02 | 8 | -0/+36 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-01 | 60 | -172/+382 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files-external): set password as sensitivebackport/49009/stable28 | Maxence Lange | 2024-10-31 | 1 | -0/+3 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-31 | 98 | -102/+362 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(provisioning_api): Fix getting disabled users for group adminsbackport/48766/stable28 | Côme Chilliet | 2024-10-30 | 2 | -5/+5 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore(provisioning_api): Add tests for getDisabledUserDetails | Côme Chilliet | 2024-10-30 | 1 | -0/+125 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(ShareEntryLinkList): Append new links to the end of list | fenn-cs | 2024-10-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Currently new shares are added to beginning of the share list in the UI messing up the ordering with the original (first) looking like the most recent and the most recent looking like the original share. This error disappears on refresh. Resolves : https://github.com/nextcloud/server/issues/48415 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
* | Merge pull request #49007 from nextcloud/backport/48992/stable28 | yemkareems | 2024-10-30 | 2 | -12/+21 |
|\ | | | | | [stable28] fix: add PasswordConfirmationRequired to saveGlobalCredentials | ||||
| * | fix: resolve conflict add PasswordConfirmationRequired to saveGlobalCredentialsbackport/48992/stable28 | yemkareems | 2024-10-30 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
| * | fix: add PasswordConfirmationRequired to saveGlobalCredentials | yemkareems | 2024-10-30 | 1 | -10/+17 |
| | | | | | | | | | | | | | | | | Co-authored-by: yemkareems <yemkareems@gmail.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> [skip ci] | ||||
* | | fix(dav): Try basic auth for ajax WebDAV requests | Ferdinand Thiessen | 2024-10-30 | 2 | -33/+72 |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #48472 from nextcloud/backport/47846/stable28 | Hamza | 2024-10-30 | 2 | -14/+14 |
|\ | | | | | [stable28] fix: provision api's status codes | ||||
| * | fix: provision api's status codesbackport/47846/stable28 | Hamza Mahjoubi | 2024-10-09 | 2 | -14/+14 |
| | | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-30 | 426 | -2898/+3734 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix: conflicts resolved by adding PasswordConfirmationRequired to update methodbackport/48788/stable28 | yemkareems | 2024-10-29 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | | fix: add PasswordConfirmationRequired to the eternal storages mentioned in ↵ | yemkareems | 2024-10-29 | 2 | -0/+5 |
| | | | | | | | | | | | | review Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | | Merge pull request #48569 from nextcloud/backport/48532/stable28 | Joas Schilling | 2024-10-29 | 1 | -6/+0 |
|\ \ | | | | | | | [stable28] fix: do not reduce count for subadmins if they are members of group | ||||
| * | | fix: do not reduce count for subadmins if they are members of groupbackport/48532/stable28 | Maksim Sukharev | 2024-10-04 | 1 | -6/+0 |
| | | | | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | ||||
* | | | fix(files_sharing): federated shares avatar | skjnldsv | 2024-10-29 | 2 | -5/+55 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-29 | 96 | -94/+2 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #48938 from nextcloud/backport/48934/stable28 | Grigorii K. Shartsev | 2024-10-28 | 4 | -51/+85 |
|\ \ \ | | | | | | | | | [stable28] fix(files): handle empty view with error | ||||
| * | | | refactor(files): migrate to @nextcloud/sharing | Grigorii K. Shartsev | 2024-10-28 | 2 | -21/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
| * | | | fix(files): handle empty view with error | Grigorii K. Shartsev | 2024-10-28 | 2 | -17/+77 |
| | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
| * | | | chore(files): migrate davUtils to TS | Grigorii K. Shartsev | 2024-10-28 | 2 | -31/+23 |
| | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | | | | fix(files_sharing): Cleanup error messagesbackport/48918/stable28 | provokateurin | 2024-10-28 | 3 | -11/+12 |
|/ / / | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | Merge pull request #48929 from nextcloud/backport/48917/stable28 | Kate | 2024-10-28 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | fix(dav): Cleanup view-only checkbackport/48917/stable28 | provokateurin | 2024-10-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | fix(files): add title for files list table header button | Grigorii K. Shartsev | 2024-10-28 | 1 | -0/+1 |
|/ / / | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | | | Merge pull request #48744 from nextcloud/backport/46124/stable28 | Julius Knorr | 2024-10-28 | 1 | -3/+5 |
|\ \ \ | | | | | | | | | [stable28] fix: Fix "Unknown path" error when source user `files` folder has not been initialized | ||||
| * | | | refactor: Inject IRootFolderbackport/46124/stable28 | Christopher Ng | 2024-10-16 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | | fix: Fix "Unknown path" error when source user `files` folder has not been ↵ | Christopher Ng | 2024-10-16 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | initialized Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-28 | 12 | -8/+26 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-27 | 50 | -84/+162 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-26 | 138 | -392/+658 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |