Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-26Replace files app ids to classesVincent Petry
Replaced ids to classes for the following: - #filestable -> .files-filestable - #fileList -> .files-fileList - #controls -> .files-controls - #emptycontent -> .emptyfilelist.emptycontent Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-26Merge pull request #33315 from ↵Joas Schilling
nextcloud/bugfix/33314/allow-reseting-status-only-with-message-id Reset user status based on message ID only
2022-07-26Merge pull request #33206 from nextcloud/enh/27869/consolidateVincent Petry
Consolidate account property getters
2022-07-26[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-25Merge pull request #33334 from nextcloud/bugfix/appmenu-textPytal
2022-07-25Merge pull request #33129 from nextcloud/fix-reading-blob-as-resourcesblizzz
Fix reading blob data as resource
2022-07-25Merge pull request #33342 from ↵blizzz
nextcloud/bugfix/delete-comments-that-have-expired-now Delete comments that expired now
2022-07-25Delete comments that expired nowVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-07-25Merge pull request #33338 from nextcloud/fix/contrast-search-iconCarl Schwan
Fix contrast of the search icon
2022-07-25Fix contrast of the search iconCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-25Merge pull request #33321 from ↵Vincent Petry
nextcloud/bugfix/noid/fix-sharing-lighthouse-issues Fix sharing panel lighthouse warnings
2022-07-25Fix reading blob data as resourceThomas Citharel
PostgreSQL returns data as resource when using IQueryBuilder::PARAM_LOB (which is used for QBMapper). Previously we just converted this resource using settype, which produced things like "Resource id #14" instead of the actual resource data. Now we read the stream correctly if the returned data is a resource See context at #22472 Fixes #22439 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-07-25Make sure app menu text opacity matches the iconsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-25[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-24[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-23[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-23Merge pull request #33324 from nextcloud/fix/noid/controller_testsblizzz
fix Controller tests
2022-07-23Merge pull request #32869 from nextcloud/dav-no-deleted-user-activitiesblizzz
Avoid calendar & addressbook activities being created on user being deleted
2022-07-22Merge pull request #33308 from nextcloud/fs-setup-builtin-wrappersblizzz
always triger setup of builtin storage wrappers
2022-07-22fix Controller testsArthur Schiwon
- added pageTitle in code was missing in expectations - fixed warnings of superflouos parameter - fixed wrong type of mock Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-07-22Recompilation attempt with updated npmbugfix/noid/fix-sharing-lighthouse-issuesVincent Petry
node v14.20.0 npm 8.15.0 Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-22Fix sharing panel lighthouse warningsVincent Petry
Replaced h5 with span and adjusted selectors. Fixed ul/li hierarchy of some elements. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-22Merge pull request #33306 from nextcloud/bugfix/32350/rename-files-settingsVincent Petry
Rename files settings on the bottom left
2022-07-22Reset user status based on message ID onlybugfix/33314/allow-reseting-status-only-with-message-idJoas Schilling
Since some statuses (call) can occure with different status (away and dnd) we need to reset only based on the message id. But as it can not be set by the user this is still save and okay. Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-21always triger setup of builtin storage wrappersfs-setup-builtin-wrappersRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-07-21Merge pull request #33297 from nextcloud/fix/filepicker-new-buttonVincent Petry
FilePicker: Hide `newButton` outline if only picking is allowed
2022-07-21Change casing of settings labelbugfix/32350/rename-files-settingsVincent Petry
Co-authored-by: Jan C. Borchardt <hey@jancborchardt.net> Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-21Rename files settings on the bottom leftVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-21Merge pull request #33281 from nextcloud/enh/a11y-login-page-titleVincent Petry
Identify the login page explicitly by the page title
2022-07-21Merge pull request #32646 from jld3103/fix/user-status-heartbeat-apiCarl Schwan
Make user status heartbeat API publicly accessible
2022-07-21Merge pull request #33304 from jld3103/feature/neon-user-agentVincent Petry
Add Neon user-agent
2022-07-21Make user status heartbeat API publicly accessiblejld3103
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2022-07-21Add Neon user-agentjld3103
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2022-07-21Merge pull request #33293 from nextcloud/last-login-minuteVincent Petry
only update last login timestamp with minute percision
2022-07-21Merge pull request #33287 from nextcloud/bugfix/focus-outline-bubble-menuVincent Petry
Add legacy popover focus outline
2022-07-21[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-21Consolidate account property gettersenh/27869/consolidateChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-07-21Merge pull request #33242 from nextcloud/enh/email-material-iconsPytal
2022-07-21Use material design icons in Email componentChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-21Identify the login page explicitly by the page titleenh/a11y-login-page-titleChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-07-20FilePicker: Hide also outline of `new` button if type is `CHOOSE`fix/filepicker-new-buttonFerdinand Thiessen
If the filepicker mode is set to `FILEPICKER_TYPE_CHOOSE` currently only the button but not the outline of it is hidden. This also hides the outline to fix #33142 Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-20only update last login timestamp with minute percisionlast-login-minuteRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-07-20Merge pull request #33266 from nextcloud/bugfix/noid/skip-content-publicVincent Petry
Add skip content buttons to the public page layout
2022-07-20Add legacy popover focus outlinebugfix/focus-outline-bubble-menuJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-20Merge pull request #33286 from nextcloud/dependabot/npm_and_yarn/terser-4.8.1Julius Härtl
Bump terser from 4.8.0 to 4.8.1
2022-07-20Bump terser from 4.8.0 to 4.8.1dependabot/npm_and_yarn/terser-4.8.1dependabot[bot]
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-19Merge pull request #33260 from nextcloud/fix/carl/quotaVincent Petry
Fix quota nav item
2022-07-19Merge pull request #33270 from nextcloud/fix/noid/location-legacy-appfileJulius Härtl
fix loading legacy app.php with multi app dir