]>
source.dussan.org Git - nextcloud-server.git/log
Christopher Ng [Fri, 16 Sep 2022 19:56:42 +0000 (19:56 +0000)]
Fix test failure introduced in https://github.com/nextcloud/server/pull/33819
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Thu, 11 Aug 2022 05:54:08 +0000 (05:54 +0000)]
Remake locale saving with Vue
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Carl Schwan [Fri, 16 Sep 2022 16:07:22 +0000 (18:07 +0200)]
Merge pull request #34113 from nextcloud/dependabot/npm_and_yarn/scss-tokenizer-and-node-sass-0.4.3
Bump scss-tokenizer and node-sass
dependabot[bot] [Fri, 16 Sep 2022 13:29:32 +0000 (13:29 +0000)]
Bump scss-tokenizer and node-sass
Bumps [scss-tokenizer](https://github.com/sasstools/scss-tokenizer) and [node-sass](https://github.com/sass/node-sass). These dependencies needed to be updated together.
Updates `scss-tokenizer` from 0.3.0 to 0.4.3
- [Release notes](https://github.com/sasstools/scss-tokenizer/releases)
- [Commits](https://github.com/sasstools/scss-tokenizer/compare/v0.3.0...v0.4.3)
Updates `node-sass` from 7.0.1 to 7.0.3
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v7.0.1...v7.0.3)
---
updated-dependencies:
- dependency-name: scss-tokenizer
dependency-type: indirect
- dependency-name: node-sass
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Vincent Petry [Fri, 16 Sep 2022 13:27:02 +0000 (15:27 +0200)]
Merge pull request #34110 from nextcloud/update-nextcloud-vue-7.0.0-beta.4
Bump @nextcloud/vue from 7.0.0-beta.2 to 7.0.0-beta.4
Vincent Petry [Fri, 16 Sep 2022 12:57:59 +0000 (14:57 +0200)]
Merge pull request #33819 from nextcloud/fix/user-exists-l10n
Fix translation of user exists error server-side
Vincent Petry [Fri, 16 Sep 2022 12:54:24 +0000 (14:54 +0200)]
Merge pull request #34073 from nextcloud/login-email-filter
dont try email login if the provider username is not a valid email
Vincent Petry [Fri, 16 Sep 2022 12:53:12 +0000 (14:53 +0200)]
Merge pull request #34096 from nextcloud/bug/noid/tag-loading
Tag loading
Vincent Petry [Fri, 16 Sep 2022 12:39:13 +0000 (14:39 +0200)]
Merge pull request #24596 from kofemann/dcache-worm
make NextCloud WORM file system friendly
Vincent Petry [Fri, 16 Sep 2022 11:47:40 +0000 (13:47 +0200)]
Bump @nextcloud/vue from 7.0.0-beta.2 to 7.0.0-beta.4
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Vincent Petry [Fri, 16 Sep 2022 11:35:19 +0000 (13:35 +0200)]
Merge pull request #34020 from nextcloud/logical-op
Switch logical operators (and|or)
Vincent Petry [Fri, 16 Sep 2022 10:18:24 +0000 (12:18 +0200)]
Merge pull request #33658 from nextcloud/dashboard-api-widgets
Extend dashboard api to allow listing of widgets
Vincent Petry [Fri, 16 Sep 2022 09:49:45 +0000 (11:49 +0200)]
Merge pull request #34050 from nextcloud/bug/noid/login-form-focus
Set focus to input field for login form
Joas Schilling [Fri, 16 Sep 2022 09:40:22 +0000 (11:40 +0200)]
Merge pull request #34108 from nextcloud/Valdnet-patch-3
l10n: Correct error messages
Tigran Mkrtchyan [Thu, 31 Mar 2022 08:38:25 +0000 (10:38 +0200)]
config: add a switch to control truncate before update
To avoid extra truncate on non WORM file systems, add a new config
option `localstorage.unlink_on_truncate`, which defaults to false.
The OC\Files\Storage\Local is update to respect that option.
Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
Joas Schilling [Fri, 16 Sep 2022 09:03:44 +0000 (11:03 +0200)]
Fix phpunit
Signed-off-by: Joas Schilling <coding@schilljs.com>
Carl Schwan [Fri, 16 Sep 2022 08:57:22 +0000 (10:57 +0200)]
Merge pull request #34105 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
Tigran Mkrtchyan [Mon, 7 Mar 2022 09:15:53 +0000 (10:15 +0100)]
files: remove destination file before copying new content (WORM)
Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
Daniel Kesselberg [Tue, 13 Sep 2022 12:53:10 +0000 (14:53 +0200)]
Set focus to input field
Fix:
- TypeError: this.$refs.user.focus is not a function
- TypeError: this.$refs.password.focus is not a function
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Carl Schwan [Fri, 16 Sep 2022 08:50:54 +0000 (10:50 +0200)]
Merge pull request #34097 from nextcloud/Rello-patch-1
'overview:hidden' cutting navigation menu
nextcloud-command [Fri, 16 Sep 2022 07:59:21 +0000 (07:59 +0000)]
Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Valdnet [Fri, 16 Sep 2022 07:33:53 +0000 (09:33 +0200)]
l10n: Remove spaces
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Valdnet [Fri, 16 Sep 2022 07:22:01 +0000 (09:22 +0200)]
l10n: Correct error messages
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Valdnet [Fri, 16 Sep 2022 07:18:24 +0000 (09:18 +0200)]
l10n: Correct error messages
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
John Molakvoæ [Fri, 16 Sep 2022 06:43:47 +0000 (08:43 +0200)]
Merge pull request #34091 from nextcloud/feature/noid/update-ca-cert
Update CA cert bundle
Vincent Petry [Fri, 16 Sep 2022 06:32:30 +0000 (08:32 +0200)]
Merge pull request #34100 from nextcloud/fix/reset-global-search
Reset global search on files sidebar navigation change
Joas Schilling [Fri, 16 Sep 2022 06:23:04 +0000 (08:23 +0200)]
Add since tags
Signed-off-by: Joas Schilling <coding@schilljs.com>
nextcloud-command [Fri, 16 Sep 2022 04:45:10 +0000 (04:45 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Fri, 16 Sep 2022 02:26:19 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Pytal [Thu, 15 Sep 2022 23:37:38 +0000 (16:37 -0700)]
Merge pull request #33512 from nextcloud/enh/27869/details
Remake group and quota details section with Vue
Pytal [Thu, 15 Sep 2022 23:36:41 +0000 (16:36 -0700)]
Merge pull request #34101 from nextcloud/fix/dashboard-controller-typo
Fix initial state typo in dashboard controller
Christopher Ng [Thu, 1 Sep 2022 19:00:48 +0000 (19:00 +0000)]
Fix translation of user exists error server-side
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Vincent Petry [Thu, 15 Sep 2022 20:53:23 +0000 (22:53 +0200)]
Merge pull request #34098 from nextcloud/fix/test/updatenotifications
Fix test update notification
Vincent Petry [Thu, 15 Sep 2022 20:03:12 +0000 (22:03 +0200)]
Merge pull request #34072 from nextcloud/enh/noid/default-enabled-2
set defaultEnabled in shipped.json
Vincent Petry [Thu, 15 Sep 2022 20:02:24 +0000 (22:02 +0200)]
Merge pull request #33718 from nextcloud/seekable-http-fseek-end
fix using FSEEK_END with SeekableHttpStream to get file size
Christopher Ng [Fri, 12 Aug 2022 01:30:42 +0000 (01:30 +0000)]
Remake group and quota details section with Vue
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Thu, 15 Sep 2022 19:02:23 +0000 (19:02 +0000)]
Fix initial state typo in dashboard controller
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Thu, 15 Sep 2022 17:57:10 +0000 (17:57 +0000)]
Reset global search on files sidebar navigation change
Signed-off-by: Christopher Ng <chrng8@gmail.com>
nextcloud-command [Thu, 15 Sep 2022 16:59:51 +0000 (16:59 +0000)]
Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Julien Veyssier [Thu, 15 Sep 2022 16:24:43 +0000 (18:24 +0200)]
adjust empty array check
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Carl Schwan [Thu, 15 Sep 2022 16:17:54 +0000 (18:17 +0200)]
Fix test update notification
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Robin Appelman [Tue, 13 Sep 2022 11:54:42 +0000 (13:54 +0200)]
set round item icons for user status widget
Signed-off-by: Robin Appelman <robin@icewind.nl>
Julien Veyssier [Wed, 7 Sep 2022 11:11:44 +0000 (13:11 +0200)]
implement IButtonWidget and IIconWidget in user_status
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Julien Veyssier [Wed, 7 Sep 2022 10:46:56 +0000 (12:46 +0200)]
implement IAPIWidget in user_status
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Robin Appelman [Tue, 13 Sep 2022 11:03:35 +0000 (13:03 +0200)]
move widget options into a Option class
Signed-off-by: Robin Appelman <robin@icewind.nl>
Julien Veyssier [Thu, 8 Sep 2022 09:48:00 +0000 (11:48 +0200)]
add IItemOptionWidget to define some item-related parameters, only getItemIconsRound() for now
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Robin Appelman [Thu, 1 Sep 2022 15:12:43 +0000 (17:12 +0200)]
change widget button api to support multiple button types
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Mon, 29 Aug 2022 14:12:43 +0000 (16:12 +0200)]
allow adding button to dashboard api output
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Tue, 23 Aug 2022 13:04:13 +0000 (15:04 +0200)]
allow filtering dashboard items api by widgets
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Tue, 23 Aug 2022 13:03:41 +0000 (15:03 +0200)]
add dashboard api to list widgets
Signed-off-by: Robin Appelman <robin@icewind.nl>
Vincent Petry [Thu, 15 Sep 2022 15:26:02 +0000 (17:26 +0200)]
Merge pull request #34048 from nextcloud/feat/add-nodeFilter-to-user_migration
Add a nodeFilter parameter for IExportDestination::copyFolder
Robin Appelman [Fri, 26 Aug 2022 13:59:29 +0000 (15:59 +0200)]
fix using FSEEK_END with SeekableHttpStream to get file size
Signed-off-by: Robin Appelman <robin@icewind.nl>
Vincent Petry [Thu, 15 Sep 2022 15:10:15 +0000 (17:10 +0200)]
Increase timeout for apps management
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Daniel Kesselberg [Thu, 15 Sep 2022 15:10:02 +0000 (17:10 +0200)]
Compile core-systemtags.js and systemtags-systemtags.js
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel Kesselberg [Thu, 15 Sep 2022 14:31:40 +0000 (16:31 +0200)]
Rewrite OC.SystemTags.getDescriptiveTag to vanilla js
For every tag a deprecation warning is emitted.
With 10k tags the ui becomes unresponsive and inspector crashed occasionally.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Rello [Thu, 15 Sep 2022 15:03:03 +0000 (17:03 +0200)]
overview:hidden cutting menu
'overview: hidden' is cutting the app-navigation-entry-menu.
see https://user-images.githubusercontent.com/
13385119 /
190428421 -
b6f08498 -779e-4ee7-9518-
7c6a68e890e4 .png
Signed-off-by: Rello <Rello@users.noreply.github.com>
Carl Schwan [Thu, 15 Sep 2022 14:43:01 +0000 (16:43 +0200)]
Merge pull request #33941 from nextcloud/fix/public-sharing
Only normalize data in public shares and not crud
Joas Schilling [Thu, 15 Sep 2022 13:28:40 +0000 (15:28 +0200)]
Update CA cert bundle
Signed-off-by: Joas Schilling <coding@schilljs.com>
Côme Chilliet [Thu, 15 Sep 2022 13:00:40 +0000 (15:00 +0200)]
Merge pull request #34009 from andrey-utkin/safe-config-update
Make config file saving safe against write failures
Vincent Petry [Thu, 15 Sep 2022 12:12:00 +0000 (14:12 +0200)]
Merge pull request #33947 from nextcloud/updatenotificaiton-cleanup
Cleanup updatenotification
Vincent Petry [Thu, 15 Sep 2022 12:07:40 +0000 (14:07 +0200)]
Merge pull request #33964 from nextcloud/search-limit-operators
add a limit to the amount of operators a client can add to a search query
Vincent Petry [Thu, 15 Sep 2022 12:05:10 +0000 (14:05 +0200)]
Merge pull request #34060 from andyxheli/patch-5
Fixed LDAP Copy Button Size
Vincent Petry [Thu, 15 Sep 2022 12:04:34 +0000 (14:04 +0200)]
Merge pull request #34065 from nextcloud/bug/noid/main-scrollbar
Fix scrollbar apperance
Vincent Petry [Thu, 15 Sep 2022 12:03:30 +0000 (14:03 +0200)]
Merge pull request #34067 from nextcloud/timm2k-patch-1
Convert file_metadata.id from int(11) to bigint(20)
Maxence Lange [Thu, 15 Sep 2022 11:53:38 +0000 (10:53 -0100)]
fix phpdoc
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Maxence Lange [Thu, 15 Sep 2022 11:46:39 +0000 (10:46 -0100)]
Merge pull request #33793 from nextcloud/fix/noid/rtrim-cloud-id
rtrim cloudId url earlier
Vincent Petry [Thu, 15 Sep 2022 11:42:35 +0000 (13:42 +0200)]
Merge pull request #34035 from nextcloud/fix/do-not-log-warning-on-404
Do not output a warning when a file is not found
Joas Schilling [Thu, 15 Sep 2022 11:09:11 +0000 (13:09 +0200)]
Merge pull request #34081 from nextcloud/bugfix/noid/add-global-shortcuts-setting
Add global setting to disable keyboad shortcuts
Daniel Kesselberg [Thu, 15 Sep 2022 09:57:23 +0000 (11:57 +0200)]
Improve loading for tags
When opening the tag select and type something the tags are loaded.
If you continue to type but the tags are not finally loaded yet (the first xhr request is still running)
another xhr request is triggered. This happens for every keystroke.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel Kesselberg [Thu, 15 Sep 2022 09:56:03 +0000 (11:56 +0200)]
Add minimumInputLength for tags select
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Joas Schilling [Thu, 15 Sep 2022 09:28:40 +0000 (11:28 +0200)]
Fix psalm parameter type
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 14 Sep 2022 14:46:24 +0000 (16:46 +0200)]
Add an OCP method to check the shortcut state and use it for global search and menu control
Signed-off-by: Joas Schilling <coding@schilljs.com>
Maxence Lange [Thu, 15 Sep 2022 09:15:25 +0000 (08:15 -0100)]
set defaultEnabled in shipped.json
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Joas Schilling [Wed, 14 Sep 2022 14:39:00 +0000 (16:39 +0200)]
Add a global setting to disable keyboard shortcuts
Signed-off-by: Joas Schilling <coding@schilljs.com>
Vincent Petry [Thu, 15 Sep 2022 08:22:47 +0000 (10:22 +0200)]
Merge pull request #34084 from nextcloud/bundling-adjustments-25
Adjust recommended apps page
Carl Schwan [Wed, 7 Sep 2022 16:04:23 +0000 (18:04 +0200)]
Cleanup updatenotification
- Port away from jquery inside vue
- Use modern vue components when possible
- Fix some readability isssues particularly on dark theme
- Use IInitialState
- Use php7.4
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
dartcafe [Thu, 15 Sep 2022 06:25:10 +0000 (08:25 +0200)]
server.scss
dartcafe [Thu, 15 Sep 2022 06:24:10 +0000 (08:24 +0200)]
Merge branch 'bug/noid/main-scrollbar' of https://github.com/nextcloud/server into pr-34065/nextcloud/bug/noid/main-scrollbar
dartcafe [Thu, 15 Sep 2022 06:12:59 +0000 (08:12 +0200)]
scss and compile
Signed-off-by: dartcafe <github@dartcafe.de>
René Gieling [Wed, 14 Sep 2022 06:20:30 +0000 (08:20 +0200)]
Fix scrollbar apperance
fix #34064
Signed-off-by: René Gieling <github@dartcafe.de>
Signed-off-by: dartcafe <github@dartcafe.de>
dartcafe [Thu, 15 Sep 2022 06:12:59 +0000 (08:12 +0200)]
scss and compile
timm2k [Thu, 15 Sep 2022 05:58:32 +0000 (07:58 +0200)]
Update Version24000Date20220404230027.php
Signed-off-by: timm2k <timm2k@gmx.de>
Nextcloud bot [Thu, 15 Sep 2022 02:31:48 +0000 (02:31 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Wed, 14 Sep 2022 22:36:51 +0000 (00:36 +0200)]
Merge pull request #33733 from nextcloud/change/appearance-accessibility-settings
Move background settings from dashboard app to Appearance and accessibility settings
greta [Mon, 29 Aug 2022 13:11:41 +0000 (15:11 +0200)]
Move background settings from dashboard app to Appearance and accessibility settings
Signed-off-by: greta <gretadoci@gmail.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Pytal [Wed, 14 Sep 2022 19:54:21 +0000 (12:54 -0700)]
Merge pull request #34044 from nextcloud/fix/password-confirmation
Vincent Petry [Wed, 14 Sep 2022 18:20:50 +0000 (20:20 +0200)]
Merge pull request #34071 from nextcloud/bug/33847/fix-grid-view-toggle
Fix grid view toggle
Christopher Ng [Tue, 13 Sep 2022 18:38:36 +0000 (18:38 +0000)]
Fix unresponsive legacy password confirmation dialog with new dialog in Vue
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Vincent Petry [Wed, 14 Sep 2022 15:22:01 +0000 (17:22 +0200)]
Adjust recommended apps page
Removed collabora code.
Added description for richdocuments as the name will be "Nextcloud
Office" pulled from the app store.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Simon L [Wed, 14 Sep 2022 15:33:31 +0000 (17:33 +0200)]
Merge pull request #34076 from nextcloud/enh/34070/header-appereance
fix header menu appereance
Simon L [Wed, 14 Sep 2022 14:17:45 +0000 (16:17 +0200)]
Merge pull request #34069 from nextcloud/enh/33736/add-accessibility-in-user-menu
Add accessibility entry in user menu
nextcloud-command [Wed, 14 Sep 2022 12:51:20 +0000 (12:51 +0000)]
Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Vincent Petry [Wed, 14 Sep 2022 09:24:11 +0000 (11:24 +0200)]
Add accessibility entry in user menu
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
szaimen [Wed, 14 Sep 2022 12:40:12 +0000 (14:40 +0200)]
fix header menu appereance
Signed-off-by: szaimen <szaimen@e.mail.de>
Vincent Petry [Wed, 14 Sep 2022 10:03:13 +0000 (12:03 +0200)]
Fix grid view toggle
Move grid view logic to the files app itself because the button does not
belong to any specific file list.
Then inject the grid view state when switching file lists.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Robin Appelman [Wed, 14 Sep 2022 12:04:13 +0000 (14:04 +0200)]
dont try email login if the provider username is not a valid email
Signed-off-by: Robin Appelman <robin@icewind.nl>
Carl Schwan [Wed, 14 Sep 2022 11:35:31 +0000 (13:35 +0200)]
Merge pull request #34042 from nextcloud/profile/section-plugin
Add api to load additional section in profile page
Simon L [Wed, 14 Sep 2022 10:59:35 +0000 (12:59 +0200)]
Merge pull request #34068 from nextcloud/fix/only-apply-margin-to-audio
fix: also apply top margin to audio in firefox
Carl Schwan [Mon, 12 Sep 2022 20:58:53 +0000 (22:58 +0200)]
Add api to load additional section in profile page
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Max [Wed, 14 Sep 2022 09:11:43 +0000 (11:11 +0200)]
fix: also apply top margin to audio in firefox
Based on https://github.com/nextcloud/viewer/pull/1371 .
If we are displaying an audio file in a single page share
provide enough margin to display the speed settings.
Signed-off-by: Max <max@nextcloud.com>