Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: use relative paths for upload locksbug/48678/restore-dav-error-response-2 | Robin Appelman | 2025-02-11 | 1 | -2/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: Replace the TypeError to prevent exposing the installation path | Daniel Kesselberg | 2025-02-11 | 1 | -10/+8 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Merge pull request #50739 from nextcloud/feat/share-grid-view | Ferdinand Thiessen | 2025-02-11 | 3 | -19/+103 |
|\ | | | | | feat(sharing): Allow to set default view mode for public shares | ||||
| * | feat(sharing): Allow to set default view mode for public shares | Ferdinand Thiessen | 2025-02-10 | 3 | -19/+103 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-11 | 46 | -50/+52 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #50735 from ↵ | Ferdinand Thiessen | 2025-02-10 | 1 | -1/+12 |
|\ \ | |/ |/| | | | | | nextcloud/bugfix/noid/bump-php-dependency-update-versions fix(setupcheck): Update setup check for PHP version to be more accurate | ||||
| * | fix(setupcheck): Update setup check for PHP version to be more accuratebugfix/noid/bump-php-dependency-update-versions | Joas Schilling | 2025-02-10 | 1 | -1/+12 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-10 | 26 | -16/+154 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-09 | 26 | -60/+816 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(files): only send config update requests if user is logged in | Ferdinand Thiessen | 2025-02-08 | 5 | -127/+126 |
|/ | | | | | | | | | | | | Since we use the files app also for public shares it is not guaranteed that there is a user logged in, in that case the update for user / view config will fail. So ensure there is a user or do not send a request. Also refactor both stores to setup styles to fix (remove) initialization hack, which causes Typescript issues. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-08 | 20 | -2/+168 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #50364 from nextcloud/fix/files-header-submenu | John Molakvoæ | 2025-02-07 | 6 | -61/+203 |
|\ | |||||
| * | chore(files): add actions cypress tests | skjnldsv | 2025-02-07 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | fix(files): support submenu in batch actions header too | skjnldsv | 2025-02-06 | 6 | -61/+203 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-07 | 10 | -6/+152 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | feat(admin_audit): write admin audit log for AnyLoginFailedEventadmin-audit-listen-failed-login | Luka Trovic | 2025-02-06 | 2 | -1/+19 |
|/ | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com> | ||||
* | Merge pull request #50678 from nextcloud/fix/harden-account-properties | Ferdinand Thiessen | 2025-02-06 | 10 | -51/+82 |
|\ | | | | | fix(AccountProperty): better validation of twitter and fediverse handles | ||||
| * | fix(settings): Also sanitize fediverse and twitter handle in the frontend | Ferdinand Thiessen | 2025-02-06 | 6 | -49/+69 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | fix(provisioning_api): Correct limit for `editUser` | Ferdinand Thiessen | 2025-02-06 | 2 | -1/+3 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | fix(AccountManager): Sanitize social media handles | Ferdinand Thiessen | 2025-02-06 | 2 | -1/+10 |
| | | | | | | | | | | | | Ensure to only accept valid X and fediverse handles. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #50655 from nextcloud/fix/share-sidebar-bugs | F. E Noel Nfebe | 2025-02-06 | 6 | -47/+65 |
|\ \ | | | | | | | enh: Fix display default expire date, add tests & tiny refactors | ||||
| * | | fix(files_sharing): Hide internal recommendations in external share input | nfebe | 2025-02-06 | 1 | -1/+4 |
| | | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
| * | | fix(files_sharing): Update `QuickShareSelect` if share is modified | nfebe | 2025-02-06 | 2 | -1/+13 |
| | | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
| * | | test(files_sharing): Check that default expiration date is shown b4 create share | nfebe | 2025-02-06 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
| * | | fix: Show default expiration date before create link share | nfebe | 2025-02-06 | 3 | -20/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since `ShareEntryLink` component is used to both create and display/list the share links, we should only set default expiration date on `share.expireDate` when we know is a new share. Otherwise, we overidding data from the backend. Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
| * | | refactor: Remove some deprecated containers and exceptions | nfebe | 2025-02-06 | 1 | -25/+28 |
| |/ | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | | Merge pull request #50567 from nextcloud/enh/ldap-add-test-settings-command | Côme Chilliet | 2025-02-06 | 7 | -50/+299 |
|\ \ | |/ |/| | Add LDAP test settings command | ||||
| * | feat(user_ldap): Add a --clearcache option to ldap:test-user-settingsenh/ldap-add-test-settings-command | Côme Chilliet | 2025-01-30 | 1 | -0/+9 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix(user_ldap): Remove redundant if check | Côme Chilliet | 2025-01-30 | 1 | -3/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | feat(user_ldap): Add command test-user-settings to test LDAP user settings | Côme Chilliet | 2025-01-30 | 4 | -0/+230 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | feat(user_ldap): upstream common code into Proxy class and add public ↵ | Côme Chilliet | 2025-01-30 | 3 | -47/+59 |
| | | | | | | | | | | | | getters for backends Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | feat(theming): allow to disable standalone windowsenh/noid/allow-disable-pwas | Simon L. | 2025-02-06 | 2 | -3/+16 |
| | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Simon L. <szaimen@e.mail.de> | ||||
* | | Merge pull request #50669 from nextcloud/fix/files-show-details-when-no-action | Ferdinand Thiessen | 2025-02-06 | 2 | -35/+68 |
|\ \ | | | | | | | fix(files): Do not download files with openfile query flag | ||||
| * | | fix(files): Do not download files with `openfile` query flag | Ferdinand Thiessen | 2025-02-06 | 2 | -35/+68 |
| | | | | | | | | | | | | | | | | | | | | | Instead of downloading files, if there is no other default action, we should just open the details tab. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Merge pull request #40105 from nextcloud/sftp-known-mtime | Ferdinand Thiessen | 2025-02-06 | 1 | -3/+22 |
|\ \ \ | |/ / |/| | | don't believe sftp when it tells us the mtime is less than we know it is | ||||
| * | | fix: don't believe sftp when it tells us the mtime is less than we know it issftp-known-mtime | Robin Appelman | 2025-02-05 | 1 | -3/+22 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-06 | 128 | -536/+704 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | fix(files): Correctly scroll selected file into view | Ferdinand Thiessen | 2025-02-05 | 3 | -51/+122 |
|/ / | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #50657 from nextcloud/fix/highcontras-scrollbar | John Molakvoæ | 2025-02-05 | 2 | -2/+2 |
|\ \ | |||||
| * | | fix(theming): high contrast themes scrollbarfix/highcontras-scrollbar | skjnldsv | 2025-02-05 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-05 | 128 | -304/+774 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #50645 from nextcloud/fix/refresh-convert-list | John Molakvoæ | 2025-02-04 | 7 | -83/+65 |
|\ \ \ | |||||
| * | | | fix(files): properly update store on files conversions success | skjnldsv | 2025-02-04 | 7 | -83/+65 |
| |/ / | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* / / | fix(sharing): Ensure download restrictions are not droppedfix/proper-download-check | Ferdinand Thiessen | 2025-02-04 | 2 | -92/+120 |
|/ / | | | | | | | | | | | | | | | When a user receives a share with share-permissions but also with download restrictions (hide download or the modern download permission attribute), then re-shares of that share must always also include those restrictions. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix(files): Fix casing | Christopher Ng | 2025-02-04 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | chore(files): Change "filename" to "file name" | Christopher Ng | 2025-02-04 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-04 | 28 | -10/+140 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(files_sharing): Adjust wrong labeling identified by test | nfebe | 2025-02-03 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | | Merge pull request #50576 from ↵ | Kate | 2025-02-03 | 1 | -7/+12 |
|\ \ | | | | | | | | | | nextcloud/fix/files/favorites-widget-folder-preview | ||||
| * | | fix(files): Fix folder preview for favorites widget | provokateurin | 2025-02-03 | 1 | -7/+12 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> |