summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-0972-2/+440
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #44073 from nextcloud/fix/provide-correct-iconJoas Schilling2024-03-081-2/+2
|\ | | | | fix(AppManager): Allow to query dark **or** bright icon
| * fix(AppManager): Allow to query dark **or** bright iconFerdinand Thiessen2024-03-081-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 photosMaxence Lange2024-03-082-17/+65
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Merge pull request #44083 from nextcloud/revert-44066-pulsejet/ver-ncLouis2024-03-081-5/+0
|\ \ | | | | | | Revert "files_versions: add missing null check"
| * | Revert "files_versions: add missing null check"Louis2024-03-081-5/+0
| |/
* | Merge pull request #44082 from nextcloud/fix/setup-checksFerdinand Thiessen2024-03-082-5/+5
|\ \ | | | | | | fix(settings): Adjust order of parameters for `runRequest`
| * | fix(settings): Adjust order of parameters for `runRequest`Ferdinand Thiessen2024-03-082-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 copiedJulius Härtl2024-03-081-1/+1
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix(updatenotification): Adjust tests for changed IAppConfigFerdinand Thiessen2024-03-084-32/+34
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-08396-1172/+2648
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): properly reset preview componentJohn Molakvoæ (skjnldsv)2024-03-072-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` functionFerdinand Thiessen2024-03-071-10/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(updatenotification): Allow to disable the app updated notifications and ↵Ferdinand Thiessen2024-03-073-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 Thiessen2024-03-074-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 errorsFerdinand Thiessen2024-03-073-14/+11
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(updatenotification): Update tests to match with changed constructorsFerdinand Thiessen2024-03-074-47/+49
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(updatenotification): Add notification for users when apps are updatedFerdinand Thiessen2024-03-0722-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 Thiessen2024-03-075-64/+49
| | | | | | into `BackgroundJobs` subfolder Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #44066 from nextcloud/pulsejet/ver-ncVarun Patil2024-03-071-0/+5
|\ | | | | files_versions: add missing null check
| * fix(files_versions): Add missing null checkVarun Patil2024-03-071-0/+5
| | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* | Merge pull request #43963 from nextcloud/42915-search-in-folderF. E Noel Nfebe2024-03-078-2/+149
|\ \ | | | | | | feat: allow limit unified search to folder
| * | refactor: improve autoload_static formating & update autoloadersfenn-cs2024-03-073-4/+6
| | | | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * | feat(files): add search plugin to search in specified folder exclusivelyfenn-cs2024-03-076-0/+145
| |/ | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* / chore: Bump Hub 7 -> Hub 8Andy Scherzinger2024-03-071-1/+1
|/ | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Remove deprecated parts from `AppLevelBadge`Ferdinand Thiessen2024-03-071-7/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Remove migrated SetupCheck from legacy JS codeFerdinand Thiessen2024-03-071-6/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(settings): Migrate .well-known URL setup check to new APICôme Chilliet2024-03-076-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 cypressJohn Molakvoæ (skjnldsv)2024-03-071-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #44012 from nextcloud/feat/live-file-referenceJohn Molakvoæ2024-03-073-47/+188
|\ | | | | feat(files): add Viewer Files ressource handler
| * fix: Positioning and active state of viewer componentsJulius Härtl2024-03-071-3/+10
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * feat(files): add Folder Preview ressource handlerJohn Molakvoæ (skjnldsv)2024-03-073-50/+92
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * feat(files): add Viewer Files ressource handlerJohn Molakvoæ (skjnldsv)2024-03-072-6/+98
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #25109 from nextcloud/external-scanRobin Appelman2024-03-076-74/+295
|\ \ | |/ |/| add command to scan external storages directly
| * feat: add command to scan external storages directlyRobin Appelman2024-03-066-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-colorJohn Molakvoæ2024-03-078-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 modeFerdinand Thiessen2024-03-068-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 Chilliet2024-03-071-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 attemptCôme Chilliet2024-03-061-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 actionsChristopher Ng2024-03-063-3/+43
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | chore: Compile assetsFerdinand Thiessen2024-03-062-2/+2
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | feat: Make the AppScorce component to use SVG iconsFerdinand Thiessen2024-03-062-19/+61
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #43804 from nextcloud/fix/a11y/groups-headingJohn Molakvoæ2024-03-061-29/+34
|\ \ \ | |_|/ |/| | fix(settings): Split group lists
| * | fix(settings): Split group listsChristopher Ng2024-03-061-29/+34
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #42638 from nextcloud/shares-in-folder-storageRobin Appelman2024-03-062-1/+3
|\ \ \ | | | | | | | | also filter by storage when getting shares in folder
| * | | fix: also filter by storage when getting shares in folderRobin Appelman2024-03-062-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | feat: reconfigured NcActions to use MDI'sEduardo Morales2024-03-063-25/+67
| | | | | | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | | | chore: manual lintingEduardo Morales2024-03-061-5/+11
| | | | | | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | | | feat: added new action for qrcode popup linkshareEduardo Morales2024-03-061-1/+44
| |/ / |/| | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | | Merge pull request #44022 from nextcloud/feat/JavaScriptSourceMapsCôme Chilliet2024-03-064-0/+72
|\ \ \ | | | | | | | | feat(settings): add JavaScript Source Maps support `.js.map` setup check