Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-09 | 72 | -2/+440 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #44073 from nextcloud/fix/provide-correct-icon | Joas Schilling | 2024-03-08 | 1 | -2/+2 |
|\ | | | | | fix(AppManager): Allow to query dark **or** bright icon | ||||
| * | fix(AppManager): Allow to query dark **or** bright icon | Ferdinand Thiessen | 2024-03-08 | 1 | -2/+2 |
| | | | | | | | | | | | | The navigation needs the bright icon, while the notifications and activity need a dark icon. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | feat(files): copy live photos | Maxence Lange | 2024-03-08 | 2 | -17/+65 |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | Merge pull request #44083 from nextcloud/revert-44066-pulsejet/ver-nc | Louis | 2024-03-08 | 1 | -5/+0 |
|\ \ | | | | | | | Revert "files_versions: add missing null check" | ||||
| * | | Revert "files_versions: add missing null check" | Louis | 2024-03-08 | 1 | -5/+0 |
| |/ | |||||
* | | Merge pull request #44082 from nextcloud/fix/setup-checks | Ferdinand Thiessen | 2024-03-08 | 2 | -5/+5 |
|\ \ | | | | | | | fix(settings): Adjust order of parameters for `runRequest` | ||||
| * | | fix(settings): Adjust order of parameters for `runRequest` | Ferdinand Thiessen | 2024-03-08 | 2 | -5/+5 |
| |/ | | | | | | | | | | | Fixing invalid request to host `HEAD`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* / | fix: Use proper path when trying to check if a file needs to get copied | Julius Härtl | 2024-03-08 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | fix(updatenotification): Adjust tests for changed IAppConfig | Ferdinand Thiessen | 2024-03-08 | 4 | -32/+34 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-08 | 396 | -1172/+2648 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files): properly reset preview component | John Molakvoæ (skjnldsv) | 2024-03-07 | 2 | -7/+19 |
| | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | feat(AppManager): Provide `getAppIcon` function | Ferdinand Thiessen | 2024-03-07 | 1 | -10/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(updatenotification): Allow to disable the app updated notifications and ↵ | Ferdinand Thiessen | 2024-03-07 | 3 | -2/+16 |
| | | | | | | allow to en/disable guest users notification Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(updatenotification): Add migration step to replace and remove renamed ↵ | Ferdinand Thiessen | 2024-03-07 | 4 | -1/+76 |
| | | | | | | | | background jobs This can be dropped with Nextcloud 30. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(updatenotification): Resolve static code analysis errors | Ferdinand Thiessen | 2024-03-07 | 3 | -14/+11 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(updatenotification): Update tests to match with changed constructors | Ferdinand Thiessen | 2024-03-07 | 4 | -47/+49 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(updatenotification): Add notification for users when apps are updated | Ferdinand Thiessen | 2024-03-07 | 22 | -65/+1191 |
| | | | | | | | * Open app changelog dialog when available (webui) * Fallback to open changelog page for mobile clients Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(updatenotification): Replace deprecated code and move background jobs ↵ | Ferdinand Thiessen | 2024-03-07 | 5 | -64/+49 |
| | | | | | | into `BackgroundJobs` subfolder Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #44066 from nextcloud/pulsejet/ver-nc | Varun Patil | 2024-03-07 | 1 | -0/+5 |
|\ | | | | | files_versions: add missing null check | ||||
| * | fix(files_versions): Add missing null check | Varun Patil | 2024-03-07 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu> | ||||
* | | Merge pull request #43963 from nextcloud/42915-search-in-folder | F. E Noel Nfebe | 2024-03-07 | 8 | -2/+149 |
|\ \ | | | | | | | feat: allow limit unified search to folder | ||||
| * | | refactor: improve autoload_static formating & update autoloaders | fenn-cs | 2024-03-07 | 3 | -4/+6 |
| | | | | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
| * | | feat(files): add search plugin to search in specified folder exclusively | fenn-cs | 2024-03-07 | 6 | -0/+145 |
| |/ | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
* / | chore: Bump Hub 7 -> Hub 8 | Andy Scherzinger | 2024-03-07 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix: Remove deprecated parts from `AppLevelBadge` | Ferdinand Thiessen | 2024-03-07 | 1 | -7/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(settings): Remove migrated SetupCheck from legacy JS code | Ferdinand Thiessen | 2024-03-07 | 1 | -6/+2 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(settings): Migrate .well-known URL setup check to new API | Côme Chilliet | 2024-03-07 | 6 | -6/+377 |
| | | | | | | Co-authored-by: Côme Chilliet <come.chilliet@nextcloud.com> Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(settings): users settings cypress | John Molakvoæ (skjnldsv) | 2024-03-07 | 1 | -3/+3 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Merge pull request #44012 from nextcloud/feat/live-file-reference | John Molakvoæ | 2024-03-07 | 3 | -47/+188 |
|\ | | | | | feat(files): add Viewer Files ressource handler | ||||
| * | fix: Positioning and active state of viewer components | Julius Härtl | 2024-03-07 | 1 | -3/+10 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | feat(files): add Folder Preview ressource handler | John Molakvoæ (skjnldsv) | 2024-03-07 | 3 | -50/+92 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | feat(files): add Viewer Files ressource handler | John Molakvoæ (skjnldsv) | 2024-03-07 | 2 | -6/+98 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #25109 from nextcloud/external-scan | Robin Appelman | 2024-03-07 | 6 | -74/+295 |
|\ \ | |/ |/| | add command to scan external storages directly | ||||
| * | feat: add command to scan external storages directly | Robin Appelman | 2024-03-06 | 6 | -74/+295 |
| | | | | | | | | | | | | the main use case of this over simply scanning through is the ability to provide a username and/or password for cases where login credentials are used Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #44034 from nextcloud/fix/favorite-color | John Molakvoæ | 2024-03-07 | 8 | -19/+8 |
|\ \ | | | | | | | feat(theming): Provide CSS variable for favorite color and adjust for dark mode | ||||
| * | | feat(theming): Provide CSS variable for favorite color and adjust for dark mode | Ferdinand Thiessen | 2024-03-06 | 8 | -19/+8 |
| | | | | | | | | | | | | | | | Co-authored-by: Simon L <szaimen@e.mail.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Merge pull request #44042 from ↵ | Côme Chilliet | 2024-03-07 | 1 | -7/+5 |
|\ \ \ | |/ / |/| | | | | | | | | nextcloud/fix/fix-erronous-log-on-login-attempt-with-no-password fix(user_ldap): Early failure for empty password login attempt | ||||
| * | | fix(user_ldap): Early failure for empty password login attempt | Côme Chilliet | 2024-03-06 | 1 | -7/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | This avoids user_ldap logging about an invalid configuration with an empty password when the empty password actually comes from a login attempt. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | feat: Allow registration of advanced external share actions | Christopher Ng | 2024-03-06 | 3 | -3/+43 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | chore: Compile assets | Ferdinand Thiessen | 2024-03-06 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | feat: Make the AppScorce component to use SVG icons | Ferdinand Thiessen | 2024-03-06 | 2 | -19/+61 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Merge pull request #43804 from nextcloud/fix/a11y/groups-heading | John Molakvoæ | 2024-03-06 | 1 | -29/+34 |
|\ \ \ | |_|/ |/| | | fix(settings): Split group lists | ||||
| * | | fix(settings): Split group lists | Christopher Ng | 2024-03-06 | 1 | -29/+34 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | Merge pull request #42638 from nextcloud/shares-in-folder-storage | Robin Appelman | 2024-03-06 | 2 | -1/+3 |
|\ \ \ | | | | | | | | | also filter by storage when getting shares in folder | ||||
| * | | | fix: also filter by storage when getting shares in folder | Robin Appelman | 2024-03-06 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | feat: reconfigured NcActions to use MDI's | Eduardo Morales | 2024-03-06 | 3 | -25/+67 |
| | | | | | | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
* | | | | chore: manual linting | Eduardo Morales | 2024-03-06 | 1 | -5/+11 |
| | | | | | | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
* | | | | feat: added new action for qrcode popup linkshare | Eduardo Morales | 2024-03-06 | 1 | -1/+44 |
| |/ / |/| | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
* | | | Merge pull request #44022 from nextcloud/feat/JavaScriptSourceMaps | Côme Chilliet | 2024-03-06 | 4 | -0/+72 |
|\ \ \ | | | | | | | | | feat(settings): add JavaScript Source Maps support `.js.map` setup check |