aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix(files): selected files actions position on scroll/with readme blockGrigorii K. Shartsev2024-01-302-9/+16
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* chore: Update `@nextcloud/vue` to 8.5.1Ferdinand Thiessen2024-01-301-35/+35
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #43194 from ↵Côme Chilliet2024-01-3057-36/+78
|\ | | | | | | nextcloud/fix/fix-psalm-missing-template-parameter
| * chore: Fix twofactor_backupcodes testsCôme Chilliet2024-01-302-24/+12
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * fix: Fix template parameter for some listenersCôme Chilliet2024-01-302-3/+4
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * fix(twofactor_backupcodes): Mirate away from deprecated eventCôme Chilliet2024-01-303-9/+10
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-3054-4/+56
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix(files): Improve inaccessible files message in file reference widgetJonas2024-01-301-1/+1
|/ | | | Signed-off-by: Jonas <jonas@freesources.org>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-3080-0/+140
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42331 from nextcloud/fix/auth-token-settingsFerdinand Thiessen2024-01-292-1/+2
|\ | | | | fix(settings): Disable renaming for tokens marked to be wiped
| * fix(settings): Disable renaming for tokens marked to be wipedFerdinand Thiessen2024-01-292-1/+2
| | | | | | | | | | | | This otherwise a WipeException will be thrown when trying to rename Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Migrate debug mode check to new SetupCheck APICôme Chilliet2024-01-294-0/+59
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2910-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-28118-142/+106
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): Consistent sorting for folders before files (user configurable)Ferdinand Thiessen2024-01-274-4/+15
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(assets): Recompile assetsJohn Molakvoæ2024-01-272-35/+11
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): disable `Unshare` until proper fixJohn Molakvoæ2024-01-272-7/+9
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix: added a label element to the NcSelect in update settingsEduardo Morales2024-01-271-4/+10
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: Update `@nextcloud/dialogs` to 5.1.1Ferdinand Thiessen2024-01-271-2/+6
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-27104-270/+984
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #41003 from nextcloud/chore/migrate-behat-to-githubJoas Schilling2024-01-263-5/+20
|\ | | | | chore(tests): Run all unit tests on GitHub instead of Drone
| * fix(tests): Make PHP 8.1.2 with Datetime Diff Bug pass the notifier testJoas Schilling2024-01-261-3/+11
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(CS): Fix coding styleJoas Schilling2024-01-261-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(encryption): Fix deprecated syntax in encryption testsFerdinand Thiessen2024-01-261-1/+7
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(user_ldap): Ensure host is a string when checking if `ldapi`Ferdinand Thiessen2024-01-261-1/+2
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(files_sharing): Return focus to trigger element on sharing details closeChristopher Ng2024-01-263-62/+91
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Move modal outside of the Version component.Louis Chemineau2024-01-264-237/+290
|/ | | | | | This is for accessibility, to have the NcListItem (<li>) as a direct child of the <ul> Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-26538-2436/+2534
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(tests): Adjust legacy tests for nextcloud-router updateFerdinand Thiessen2024-01-251-3/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #43078 from nextcloud/version-expire-handle-storageRobin Appelman2024-01-251-0/+5
|\ | | | | handle storage not available when expiring versions
| * handle storage not available when expiring versionsRobin Appelman2024-01-241-0/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #42939 from ↵Côme Chilliet2024-01-256-25/+91
|\ \ | | | | | | | | | nextcloud/enh/migrate-fairuseoffreepushservice-setupcheck
| * | Rename to "Push service" and enable on all instances to avoid troubleCôme Chilliet2024-01-254-10/+16
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Migrate fair use of free push service check to new SetupCheck APICôme Chilliet2024-01-256-25/+85
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #43104 from nextcloud/chore/cleanupJohn Molakvoæ2024-01-2513-515/+0
|\ \ \
| * | | chore(files): cleanup old templatesJohn Molakvoæ2024-01-2513-515/+0
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | Merge pull request #42552 from ↵Ferdinand Thiessen2024-01-253-44/+36
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/41849/theming--change-color-button-contrast fix(theming): change color button contrast
| * | | | fix(theming): change color button contrast on admin settingsGrigorii K. Shartsev2024-01-242-29/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | | fix(theming): change color button contrast on user settingsGrigorii K. Shartsev2024-01-241-15/+22
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | | fix(files): Ensure the correct `dir` query is set on folder actionFerdinand Thiessen2024-01-251-3/+2
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | fix(files): Make sure to add the `fileid` on favorite folders navigation entriesFerdinand Thiessen2024-01-255-53/+90
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | fix(files): Make sure `$navigation` is observable to react on changesFerdinand Thiessen2024-01-252-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | fix(files): Set default view and match also child routesFerdinand Thiessen2024-01-253-18/+29
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | fix(files): Add declaration for `$navigation`Ferdinand Thiessen2024-01-251-0/+7
| |_|/ |/| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #42839 from nextcloud/enh/migrate-s3tempspace-setupcheckJoas Schilling2024-01-256-110/+130
|\ \ \ | | | | | | | | Migrate available temp space check to new SetupCheck API
| * | | Merge writable temporary space check with the s3 one, and improveCôme Chilliet2024-01-256-40/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It will now show available space and path of both PHP and Nextcloud temporary directories if they differ. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Remove old version of temporary space setup check and fix testsCôme Chilliet2024-01-252-88/+0
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Migrate available temp space check to new SetupCheck APICôme Chilliet2024-01-254-0/+97
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #42896 from nextcloud/fix/42451/revert-in-a-meeting-statusChristoph Wurst2024-01-253-25/+110
|\ \ \ \ | | | | | | | | | | fix(userstatus): CALL status should overwrite MEETING status
| * | | | fix(userstatus): Also set the user status when the user has no status at allJoas Schilling2024-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>