summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #36047 from nextcloud/share-mount-check-cache-keyVincent Petry2023-01-091-1/+1
|\ | | | | fix cache key used to verify shared mountpoints
| * fix cache key used to verify shared mountpointsRobin Appelman2023-01-091-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #35655 from ↵Julia Kirschenheuter2023-01-099-85/+38
|\ \ | | | | | | | | | | | | nextcloud/enh/35654-Replace_custom_tooltips_with_native_one_for_files_sharing Replace custom tooltips with native one in vue components and views
| * | Replace custom tooltips with native one in vue components and viewsjulia.kirschenheuter2023-01-059-85/+38
| | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-0916-18/+52
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-088-6/+8
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-07102-236/+136
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36027 from ↵Simon L2023-01-063-4/+4
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bug/noid/toggle-grid-invisible-sidebar-open fix: show toggle grid view button with open sidebar
| * | | fix: show toggle grid view button with open sidebarDaniel Kesselberg2023-01-053-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-068-2/+20
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix scrolling while dragging in file list viewLouis Chemineau2023-01-051-17/+19
|/ / / | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #35973 from nextcloud/fix/hook-into-event-lifecycleJohn Molakvoæ2023-01-052-4/+5
|\ \ \ | | | | | | | | Hook into sabre event lifecycle for iMip Messages
| * | | Hook into sabre event lifecycle for iMip MessagesAnna Larch2023-01-052-4/+5
| | |/ | |/| | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* / | Fix sync errors for duplicate cards with the same UID for different backendsAnna Larch2023-01-052-2/+4
|/ / | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #36008 from nextcloud/bugfix/noid/files-routesJohn Molakvoæ2023-01-051-12/+12
|\ \
| * | fix(files): Make sure that static routes on /apps/files still workJulius Härtl2023-01-051-12/+12
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #36005 from nextcloud/fix/default-phone-regionSimon L2023-01-052-1/+8
|\ \ | |/ |/| Fix default phone region validation
| * Fix default phone region validationChristopher Ng2023-01-052-1/+8
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #35981 from ↵Joas Schilling2023-01-052-4/+4
|\ \ | | | | | | | | | | | | nextcloud/followup/35965/const-for-max-password-length Add a const for the max user password length
| * | Add a const for the max user password lengthJoas Schilling2023-01-042-4/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-05262-572/+948
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Bump @nextcloud/vue from 7.2.0 to 7.3.0Vincent Petry2023-01-051-20/+20
| |/ |/| | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #34865 from nextcloud/enh/log-log-itip-message-responseAnna2023-01-045-9/+23
|\ \ | | | | | | Add logging to Scheduling Plugin
| * | [WIP] Add logging to Scheduling PluginAnna Larch2023-01-045-9/+23
| |/ | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Remove jstz usage from serverThomas Citharel2023-01-041-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | Every proper browser has this kind of data now, with more up-to-date data than what's inside this package, which hasn't been updated in 3 years. https://github.com/pellepim/jstimezonedetect/issues/6 https://github.com/pellepim/jstimezonedetect/issues/9 Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | feat(files): Add clipboard copy to webdav url in files settingsJohn Molakvoæ2023-01-041-3/+36
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | fix(files): Settings & cypress fixesJohn Molakvoæ2023-01-042-3/+1
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Hide settings when emptyJohn Molakvoæ2023-01-041-1/+3
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Fix favourite openingJohn Molakvoæ2023-01-045-33/+48
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Fixing testsJohn Molakvoæ2023-01-049-300/+55
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Add component testingJohn Molakvoæ2023-01-047-32/+161
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Fix preview cropJohn Molakvoæ2023-01-0415-54/+119
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Port settings to ModalJohn Molakvoæ2023-01-0416-229/+421
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Port Files navigation to vueJohn Molakvoæ2023-01-0416-93/+610
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Merge pull request #35972 from nextcloud/fix/34777/improve-app-sidebarVincent Petry2023-01-041-1/+12
|\ \ | |/ |/| appsidebar should be compact when opened on small heights
| * appsidebar should be compact when opened on small heightsSimon L2023-01-041-1/+12
| | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #35876 from bennet0496/patch-mail-headerJoas Schilling2023-01-043-0/+9
|\ \ | |/ |/| Adding option to set Auto-Submitted email header
| * fix missing class in NewUserMailHelper and static code analysis errorsBennet Becker2023-01-031-1/+1
| | | | | | | | Signed-off-by: Bennet Becker <dev@bennet.cc>
| * update usages of AutoSubmittedValue to AutoSubmitted::VALUE_Bennet Becker2023-01-033-6/+6
| | | | | | | | Signed-off-by: Bennet Becker <dev@bennet.cc>
| * Revert "ran build/autoloaderchecker.sh after adding AutoSubmittedValue class"Bennet Becker2022-12-2448-600/+384
| | | | | | | | | | | | This reverts commit 77569bae4511c057e3023c01fa247aae60a0a3a3. Signed-off-by: Bennet Becker <dev@bennet.cc>
| * Updating unit test for NewUserMailHelper, to test for autosumbittedBennet Becker2022-12-231-0/+5
| | | | | | | | | | | | header Signed-off-by: Bennet Becker <bbecker@pks.mpg.de>
| * ran build/autoloaderchecker.sh after adding AutoSubmittedValue classBennet Becker2022-12-2348-384/+600
| | | | | | | | Signed-off-by: Bennet Becker <bbecker@pks.mpg.de>
| * Setting Auto-Submitted header for calendar events and new user mailBennet Becker2022-12-232-0/+4
| | | | | | | | Signed-off-by: Bennet Becker <bbecker@pks.mpg.de>
* | Merge pull request #35943 from nextcloud/fix/code-fixes-from-34997Côme Chilliet2023-01-038-40/+34
|\ \ | | | | | | Code fixes from PR 34997
| * | Fix typing errors in settings testsCôme Chilliet2023-01-021-6/+4
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix files_external tests with phpunit 9Côme Chilliet2023-01-021-2/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Remove redundant cast to string in user_ldapCôme Chilliet2023-01-021-2/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix psalm spotted errors with new requirementsCôme Chilliet2023-01-025-30/+26
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #35939 from ↵Joas Schilling2023-01-027-30/+31
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/update-status-dashboard-widget Update the user status dashboard widget and fix the icon color
| * | | Update the user status dashboard widget and fix the icon colorJoas Schilling2023-01-027-30/+31
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>