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
2020-08-21Update psalm baselineNextcloud-PR-Bot
Signed-off-by: GitHub <noreply@github.com>
2020-08-21[tx-robot] updated from transifexNextcloud bot
2020-08-20Merge pull request #22340 from nextcloud/dashboard/design-polishingJan C. Borchardt
Some more Dashboard design polishing
2020-08-20Merge pull request #22345 from nextcloud/fix/noid/psalm-warningsMorris Jobke
Fix psalm warnings
2020-08-20Fix psalm warningsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-20Dashboard: Fix status bubbles open but unfocused backgroundJan C. Borchardt
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-08-20Merge pull request #20891 from cuppett/cuppett/issue#19790Roeland Jago Douma
Resolves #19790, Provides Support for IAM Credentials
2020-08-20Merge pull request #22331 from ↵Roeland Jago Douma
nextcloud/bugfix/noid/dont-use-deprecated-inigetwrapper Don't use deprecated getIniWrapper() anymore
2020-08-20Merge pull request #22342 from nextcloud/fix/noid/psalm-warningsMorris Jobke
Fix psalm warnings
2020-08-20Dashboard: Suppress scrollbars inside widgetsJan C. Borchardt
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-08-20Fix psalm warningsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-20Merge pull request #22335 from nextcloud/fix/16017/remove_nc_encryptionMorris Jobke
Remove encryption option for nextcloud external storage
2020-08-20Dashboard: Fix text on background choicesJan C. Borchardt
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-08-20Adjust design of 'Get more widgets' buttonJan C. Borchardt
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-08-20Dashboard: Move panels to more semantically correct h2Jan C. Borchardt
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-08-20Merge pull request #21529 from nextcloud/enh/encryption/improve_key_formatMorris Jobke
New SSE key format
2020-08-20Merge pull request #22284 from nextcloud/feature/noid/status_dashboardJohn Molakvoæ
"Recent status changes" Dashboard
2020-08-20Merge pull request #22327 from nextcloud/dashboard/design-detailsJan C. Borchardt
Dashboard design details
2020-08-20Merge pull request #22322 from ↵John Molakvoæ
nextcloud/bugfix/noid/only-copy-share-link-when-not-forced-password
2020-08-20Remove unneeded importMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-20Merge pull request #20724 from nextcloud/remove-children-non-recursiveMorris Jobke
Make Cache::removeChildren non recursive
2020-08-20Accept psalm warning for nowMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-20Fix unit testsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-20Use the DI container also for the Install command registrationMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-20Don't use deprecated getIniWrapper() anymoreJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-20Remove encryption option for nextcloud external storageRoeland Jago Douma
Fixes #16017 Since it never worked we should not show it. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-08-20Merge pull request #21797 from rawtaz/patch-1Morris Jobke
Include e-mail shares when transferring ownership
2020-08-20Merge pull request #21734 from nextcloud/external-s3-no-touchMorris Jobke
disable touch to update mtime for external s3 storage
2020-08-20build dashboard jsJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-08-20Dashboard: Ellipsize widget headings to one lineJan C. Borchardt
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-08-20Dashboard: No need to extend height of widgets if only one column is shownJan C. Borchardt
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-08-20Resolves #19790, Provides Support for IAM CredentialsStephen Cuppett
Includes support for either leveraging environment variables passed to the PHP runtime or IAM instance profile present on the host being used. The default and first choice is still the parameter file as documented. See also: https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/guide_credentials_provider.html#chaining-providers Signed-off-by: Stephen Cuppett <steve@cuppett.com>
2020-08-20Add Status DashboardGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-08-20New SSE key formatRoeland Jago Douma
* Encrypt the keys with the instance secret * Store them as json (so we can add other things if needed) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-08-20Make Cache::removeChildren non recursiveRobin Appelman
Currently the "add new files during scanning" call stack is smaller than the "remove deleted files during scanning" call stack. This can lead to the scanner adding folders in the folder tree that are to deep to be removed. This changes the `removeChildren` logic to be non recursive so there is no limit to the depth of the folder tree during removal Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-08-20Only copy the link when updating a share or no password was forcedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-08-20Merge pull request #22307 from nextcloud/bugfix/noid/dashboard-backgroundJohn Molakvoæ
2020-08-20Merge pull request #22332 from nextcloud/fix/noid/psalm-warningsMorris Jobke
Extend psalm baseline to ignore errors for now
2020-08-20Merge pull request #13712 from nextcloud/bugfix/noid/do-not-load-all-routesMorris Jobke
Only load routes of the app which is requested
2020-08-20Extend psalm baseline to ignore errors for nowMorris Jobke
One is a false positive - see https://github.com/vimeo/psalm/pull/4032 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-20Merge pull request #22321 from nextcloud/status/iconsGeorg Ehrke
User status: Update icons for better visibility
2020-08-20Run psalm-baseline.xml update once a dayMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-20Revert "This is just to trigger the GitHub scheduled actions registration"Morris Jobke
This reverts commit 2e912990ff63ca364a070243594b174e0ec9868b.
2020-08-20This is just to trigger the GitHub scheduled actions registrationMorris Jobke
It is needed for #22314 and I will revert it right away afterwards. Sorry for the trouble. See the answer in https://stackoverflow.com/questions/59560214/github-action-works-on-push-but-not-scheduled
2020-08-20Run update-psalm-baseline action every 5 minutesMorris Jobke
For debugging purposed due to a GitHub bug. See #22325 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-20Merge pull request #22326 from nextcloud/revert-22325-MorrisJobke-patch-1Morris Jobke
Revert "This is just to trigger the GitHub scheduled actions registration"
2020-08-20Revert "This is just to trigger the GitHub scheduled actions registration"Morris Jobke
2020-08-20Merge pull request #22325 from nextcloud/MorrisJobke-patch-1Morris Jobke
This is just to trigger the GitHub scheduled actions registration
2020-08-20This is just to trigger the GitHub scheduled actionsMorris Jobke
It is needed for https://github.com/nextcloud/server/pull/22314 and I will revert it right away afterwards. Sorry for the trouble.
2020-08-20Merge pull request #22314 from ↵Morris Jobke
nextcloud/ci/noid/run-daily-updates-of-psalm-baseline Generate psalm-baseline.xml PR instead of requiring this from the PR …