Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #41648 from nextcloud/artonge/feat/restore_openfile | Louis | 2023-11-22 | 1 | -2/+23 | |
|\ \ \ \ | | | | | | | | | | | Trigger default action when open file initial state is set | |||||
| * | | | | Trigger default action when open file initial state is set | Louis Chemineau | 2023-11-21 | 1 | -2/+23 | |
| | |_|/ | |/| | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
* / | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-22 | 16 | -54/+372 | |
|/ / / | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Merge pull request #41637 from nextcloud/artonge/fix/unit_test_sharing_settings | Louis | 2023-11-21 | 1 | -71/+106 | |
|\ \ \ | | | | | | | | | Fix sharing settings unit tests | |||||
| * | | | Fix tests for apps/settings new section | Côme Chilliet | 2023-11-21 | 1 | -72/+76 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | Fix sharing settings unit tests | Louis Chemineau | 2023-11-21 | 1 | -71/+102 | |
| |/ / | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | | Merge pull request #41623 from nextcloud/fix/orphan-share-no-user | Julius Härtl | 2023-11-21 | 1 | -1/+6 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | fix: Also cleanup orphaned shares user cannot be found anymore | Julius Härtl | 2023-11-20 | 1 | -1/+6 | |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | | fix(theming): Adjust config listener to validate `apporder` config | Ferdinand Thiessen | 2023-11-21 | 1 | -6/+10 | |
| |/ |/| | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | Merge pull request #41617 from ↵ | Louis | 2023-11-21 | 1 | -2/+4 | |
|\ \ | | | | | | | | | | | | | nextcloud/artonge/fix/error_files_versions_previews Handle error in previews for files versions | |||||
| * | | Handle error in previews for files versions | Louis Chemineau | 2023-11-20 | 1 | -2/+4 | |
| | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | | Merge pull request #41438 from ↵ | Côme Chilliet | 2023-11-21 | 8 | -120/+249 | |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/feat/migrate-forwarded-for-headers-check Migrate forwarded for headers check | |||||
| * | | | Fix tests for setupchecks | Côme Chilliet | 2023-11-20 | 3 | -4/+4 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | Improve success messages for ForwarderForHeaders setup check | Côme Chilliet | 2023-11-20 | 2 | -7/+8 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | Make it an error if address is not known and we are not in CLI | Côme Chilliet | 2023-11-20 | 2 | -5/+14 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | Improve wrong configuration error message when we know it’s wrong. | Côme Chilliet | 2023-11-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | Migrate tests of forwarded for headers check | Côme Chilliet | 2023-11-20 | 2 | -88/+142 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | Migrate Forwarded For Headers check to new API | Côme Chilliet | 2023-11-20 | 6 | -27/+92 | |
| | |/ | |/| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-21 | 156 | -3552/+3880 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Merge pull request #41601 from nextcloud/enh/noid/named-metadata-event | Maxence Lange | 2023-11-20 | 1 | -6/+14 | |
|\ \ \ | |_|/ |/| | | add named metadata event | |||||
| * | | add named metadata event | Maxence Lange | 2023-11-20 | 1 | -6/+14 | |
| |/ | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* / | enh(settings): Migrate admin settings for sharing to vue | Ferdinand Thiessen | 2023-11-20 | 8 | -479/+602 | |
|/ | | | | | | This is required to get the fixes for a11y from `@nextcloud/vue`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Merge pull request #41435 from nextcloud/feat/migrate-bruteforce-throttle-check | Côme Chilliet | 2023-11-20 | 6 | -16/+74 | |
|\ | | | | | Migrate bruteforce throttle check | |||||
| * | Migrate Bruteforce Throttle check to SetupCheck API | Côme Chilliet | 2023-11-13 | 6 | -16/+74 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-20 | 16 | -2/+162 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | fix: Be less strict about action exec return value | Julius Härtl | 2023-11-19 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-19 | 6 | -10/+32 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #41569 from ↵ | Joas Schilling | 2023-11-18 | 4 | -6/+98 | |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/noid/dont-notify-disabled-users-again fix(2fa-backupcodes): Don't remember disabled and deleted users over … | |||||
| * | | fix(2fa-backupcodes): Don't remember disabled and deleted users over and ↵ | Joas Schilling | 2023-11-17 | 4 | -6/+98 | |
| | | | | | | | | | | | | | | | | | | over again Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-18 | 88 | -64/+222 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | fix(files): make table view a valid html table | Grigorii K. Shartsev | 2023-11-18 | 3 | -33/+38 | |
| | | | | | | | | | | | | | | | | | | <div> is not allowed as a <table> child Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | |||||
* | | | fix(files): make caption a direct child of the files table | Grigorii K. Shartsev | 2023-11-18 | 2 | -7/+20 | |
| | | | | | | | | | | | | | | | | | | Otherwise it is not valid and does not ception the table. Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | |||||
* | | | Merge pull request #41584 from nextcloud/chore/update-vue | Ferdinand Thiessen | 2023-11-17 | 2 | -20/+21 | |
|\ \ \ | | | | | | | | | chore: Update `@nextcloud/vue` to 8.2.0 | |||||
| * | | | fix(cypress): Adjust user settings tests for changed actions component | Ferdinand Thiessen | 2023-11-17 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
| * | | | chore: Update `@nextcloud/vue` to 8.2.0 | Ferdinand Thiessen | 2023-11-17 | 1 | -20/+20 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | | Merge pull request #41573 from ↵ | Ferdinand Thiessen | 2023-11-17 | 1 | -4/+10 | |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | nextcloud/fix/avoid-sending-thumbnail-if-none-available fix(files): avoid sending thumbnail URL for directory as none exists | |||||
| * | | | fix(files): avoid sending thumbnail URL for directory as none exists | Benjamin Gaussorgues | 2023-11-17 | 1 | -4/+10 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | | | | fix: Avoid invisible areas through keyboard navigation | Julius Härtl | 2023-11-17 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
* | | | | Replace ActionLink with ActionButton on sharing tab | julia.kirschenheuter | 2023-11-17 | 2 | -11/+6 | |
|/ / / | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> So-authored-by: Grigorii K. Shartsev <me@shgk.me> | |||||
* | | | Merge pull request #41560 from nextcloud/fix/a11y/advanced-sharing-focus | Ferdinand Thiessen | 2023-11-17 | 1 | -1/+6 | |
|\ \ \ | | | | | | | | | fix(a11y): Focus on sharing quick permission radio | |||||
| * | | | fix(a11y): Focus on sharing quick permission radio | Christopher Ng | 2023-11-16 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | | | | Merge pull request #41561 from nextcloud/fix/user-row-text-field | Marco | 2023-11-17 | 1 | -16/+0 | |
|\ \ \ \ | |_|/ / |/| | | | fix(settings): User row text field styles | |||||
| * | | | fix(settings): User row text field styles | Christopher Ng | 2023-11-16 | 1 | -16/+0 | |
| |/ / | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* / / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-17 | 222 | -1788/+1982 | |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | fix(chore) - built and changed this.source -> source | Eduardo Morales | 2023-11-16 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | | fix(component): changed moment to date object for Nc Component using ↵ | Eduardo Morales | 2023-11-16 | 1 | -15/+2 | |
| | | | | | | | | | | | | Node.mtime returned date object Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | | fix(component): utilized NcDateTime component | Eduardo Morales | 2023-11-16 | 1 | -2/+10 | |
| | | | | | | | | | | | | Resolves #41261 Replaces span element with custom Nc Vue Component Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | | Bump Hub 6 -> Hub 7 | Andy Scherzinger | 2023-11-16 | 1 | -1/+1 | |
| | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | |||||
* | | Merge pull request #41519 from nextcloud/fix/files-sorting | Ferdinand Thiessen | 2023-11-16 | 1 | -16/+35 | |
|\ \ | | | | | | | fix(files): Ensure folders and favorites are sorted first regardless of sorting mode | |||||
| * | | fix(files): Ensure favorites and folders are sorted first regardless or ↵ | Ferdinand Thiessen | 2023-11-16 | 1 | -16/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | sorting order Also fixes `mtime` being wrong sorted, as high mtime means recently edited -> lower Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> |