summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | | Merge pull request #35820 from ↵Julien Veyssier2023-01-021-2/+2
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/enh/noid/wording-new-app-password-activity Avoid using the word 'password' in the APP_TOKEN_CREATED activity
| * | | avoid using the word 'password' in the APP_TOKEN_CREATED activityJulien Veyssier2023-01-021-2/+2
| |/ / | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | Merge pull request #28117 from nextcloud/bugfix/noid/dav-checksum-valuesJulius Härtl2023-01-021-1/+1
|\ \ \ | |/ / |/| | Align checksum dav property with desktop client parsing
| * | Align checksum dav property with desktop client parsingJulius Härtl2022-12-301-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-316-0/+6
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix psalm issues related to signature changes from PHP 8.0Côme Chilliet2022-12-294-31/+21
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-292-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #35897 from nextcloud/fix/35896/fix-video-fullscreenSimon L2022-12-285-2/+14
|\ \ | | | | | | fix video fullscreen on public page
| * | fix video fullscreen on public pageSimon L2022-12-275-2/+14
| | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #35870 from quentinguidee/refine-about-filesSimon L2022-12-281-72/+84
|\ \ \ | |/ / |/| | Refine file comments design
| * | Refine file comments designQuentin Guidée2022-12-221-72/+84
| | | | | | | | | | | | Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-2722-20/+40
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-2614-0/+34
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-2514-0/+14
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-24154-300/+302
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #35795 from ↵Julia Kirschenheuter2022-12-238-49/+10
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/enh/35770-Replace_custom_tooltips_with_native_one_for_files Replace custom tooltips with native ones in files
| * | | Replace custom tooltips with native ones in filesjulia.kirschenheuter2022-12-229-51/+11
| | |/ | |/| | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | Merge pull request #35785 from ↵Julia Kirschenheuter2022-12-236-15/+8
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/enh/35654-js-files/replace_custom_tooltips_with_native_one_for_files_sharing Replace custom tooltips with native one for files sharing
| * | | Replace custom tooltips with native ones in files_sharingjulia.kirschenheuter2022-12-226-15/+8
| | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-2376-212/+212
| |_|/ |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #35213 from PLUTEX/32611-ocs-api-share-permissionsJulius Härtl2022-12-223-9/+13
|\ \ \ | |_|/ |/| | Honor permissions of new link share via OCS API
| * | Honor permissions of new link share via OCS APIJan-Philipp Litza2022-12-063-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The API currently overrides the supplied permissions with "read only" when a file is shared via link. It allows to update the permissions later, however. This keeps the default to "read only" but honors the permissions supplied by API call if any. Signed-off-by: Jan-Philipp Litza <jpl@plutex.de>
* | | Merge pull request #35761 from nextcloud/fix/remove-guests-commentsJulius Härtl2022-12-223-33/+4
|\ \ \ | |_|/ |/| | Remove comment and guests option from Invitations UI
| * | Remove comment and guests option from Invitations UIAnna Larch2022-12-203-33/+4
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>