summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | fix(settings): adjust source maps setup check wording and log levelJohn Molakvoæ2024-03-061-2/+2
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | feat(settings): add JavaScript Source Maps support `.js.map` setup checkJohn Molakvoæ (skjnldsv)2024-03-064-0/+72
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #44000 from nextcloud/more-sharing-cleaupRobin Appelman2024-03-061-59/+0
|\ \ \ \ | | | | | | | | | | cleanup: remove long depricated share code
| * | | | chore: remove long depricated share codeRobin Appelman2024-03-061-59/+0
| | |/ / | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #43770 from nextcloud/enh/split-appstore-app-levelFerdinand Thiessen2024-03-066-72/+104
|\ \ \ \ | | | | | | | | | | feat: Make the `app-level` a component (`AppLevelBadge`)
| * | | | chore: Compile assetsFerdinand Thiessen2024-03-062-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | feat: Make the `app-level` a component (`AppLevelBadge`)Ferdinand Thiessen2024-03-064-70/+102
| |/ / / | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #44029 from nextcloud/share-manager-buildRobin Appelman2024-03-061-2/+0
|\ \ \ \ | |_|_|/ |/| | | refactor: make share manager buildable
| * | | refactor: make share manager buildableRobin Appelman2024-03-061-2/+0
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #43263 from nextcloud/artonge/fix/versions_cleanupLouis2024-03-063-4/+66
|\ \ \ \ | |_|/ / |/| | | Cleanup versions entities in versions:clean command
| * | | fix(files_versions): Improve files version listingLouis Chemineau2024-03-063-4/+66
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #44031 from nextcloud/fix/app-settings-markdownFerdinand Thiessen2024-03-063-2/+10
|\ \ \ \ | | | | | | | | | | fix(settings): Allow to limit markdown heading levels to ensure correct hierarchy