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
2021-05-18Merge pull request #26580 from castillo92/patch-2Morris Jobke
Fix casing of exception string
2021-05-18Merge pull request #27000 from nextcloud/enh/apptoken/check_apptokenRoeland Jago Douma
Harden apptoken check
2021-05-18Prefer string $file over 1-element array in script()François Freitag
The string syntax is more obvious. There should be one (and preferably only one) way of doing things. Signed-off-by: François Freitag <mail@franek.fr>
2021-05-18Merge pull request #26896 from nextcloud/Valdnet-patch-8Roeland Jago Douma
l10n: Replace the apostrophe with double quotation
2021-05-18Merge pull request #26626 from J0WI/strict-securityRoeland Jago Douma
Make Security module strict
2021-05-18fix error when using CORS with no auth credentialskorelstar
2021-05-17Harden apptoken checkRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-05-17Merge pull request #26998 from ↵Roeland Jago Douma
nextcloud/dependabot/npm_and_yarn/babel/core-7.14.2 Bump @babel/core from 7.13.16 to 7.14.2
2021-05-17Merge pull request #26946 from ↵Lukas Reschke
nextcloud/enh/fed_share/respect_default_permissions Respect default share permissions for federated reshares
2021-05-17Bump @babel/core from 7.13.16 to 7.14.2dependabot-preview[bot]
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.16 to 7.14.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.14.2/packages/babel-core) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-05-17Respect default share permissions for federated resharesRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-05-17Merge pull request #26846 from ↵Morris Jobke
nextcloud/followup/26572/reply-with-json-when-not-accepting-html Reply with json when not accepting html on LoginException
2021-05-17[tx-robot] updated from transifexNextcloud bot
2021-05-16[tx-robot] updated from transifexNextcloud bot
2021-05-15Remove unused apps/dav/js/schedule-response.jsFrançois Freitag
File is not included in the schedule-response-options template and is commented out. The commented code relies on the buttonset() jQuery plugin, which is deprecated. https://api.jqueryui.com/buttonset/ If this code was to be re-introduced, it would take a different form. Signed-off-by: François Freitag <mail@franek.fr>
2021-05-15[tx-robot] updated from transifexNextcloud bot
2021-05-15Bump node-sass from 5.0.0 to 6.0.0 in /builddependabot-preview[bot]
Bumps [node-sass](https://github.com/sass/node-sass) from 5.0.0 to 6.0.0. - [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/v5.0.0...v6.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-14Use parent wrapper to properly handle moves on the same source/target storageJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-05-14[tx-robot] updated from transifexNextcloud bot
2021-05-14Merge pull request #26679 from ↵blizzz
nextcloud/bugfix/noid/fix-unauthorized-ocs-status-in-provisioning Fix unauthorized OCS status in provisioning
2021-05-13Merge pull request #26959 from ↵blizzz
nextcloud/techdebt/noid/verifiyuserdata-iaccountmanager VerifyUserData shall use IAccountManager, not private API
2021-05-13Merge pull request #26961 from nextcloud/techdet/noid/lib-accountmanager-apiblizzz
ValidatePhoneNumber and PersonalInfo to use public IAccountManager
2021-05-12VerifyUserData shall use IAccountManager, not private APIArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-05-12PersonalInfo settings to use public AccoutManager APIArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-05-12Repair job to use public AccoutManager APIArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-05-12Merge pull request #26958 from ↵Roeland Jago Douma
nextcloud/enh/MountPublicLinkController/throttling Throttle MountPublicLinkController when share is not found
2021-05-12Throttle MountPublicLinkController when share is not foundRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-05-12Merge pull request #26962 from nextcloud/fix-csRoeland Jago Douma
Fix CS check
2021-05-12fmtRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-05-12update public interface with new methodsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-05-12allow excluding groups from creating link sharesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-05-12load share settings from the share manager in more placesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-05-12Fix CS checkRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-05-12Merge pull request #26923 from ↵blizzz
nextcloud/techdebt/noid/provapi-no-private-accountmanager provisioning API to use only public API of IAccountManager
2021-05-12Merge pull request #26941 from nextcloud/enh/register-multiselect-fileactionsRoeland Jago Douma
Allow apps to register a file action for multiselect
2021-05-12Merge pull request #26922 from nextcloud/techdebt/noid/dav-no-private-classRoeland Jago Douma
dav: Converter & SyncService shall not use private AccountManager
2021-05-12Merge pull request #26945 from nextcloud/enh/shareinfo/throttleRoeland Jago Douma
Add bruteforce protection to the shareinfo endpoint
2021-05-12Allow apps to register a file action for multiselectJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-05-12Add bruteforce protection to the shareinfo endpointRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-05-12Fix unauthorized OCS status in provisioningJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-12Reply with JSON when html is not accepted like in SecurityMiddlewareJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-12Reply with UNAUTHORIZED like on APIs when login exception was thrownJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-12Merge pull request #26949 from nextcloud/fix-add-app-passwordJulius Härtl
fix occ command user:add-app-password
2021-05-12[tx-robot] updated from transifexNextcloud bot
2021-05-12allow to set valid scopes only in AccountPropertyArthur Schiwon
the auto-fallback to v2-local is removed as well to react on wrong input Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-05-12remove private AccountManager from SyncServiceArthur Schiwon
and fix test Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-05-11use the UID as loginName and not the display name.Bjoern Schiessle
Otherwise the app password will not work for users with a display name different to the UID. Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2021-05-11Merge pull request #26751 from nextcloud/3rdparty/archive_tar/1.4.13Roeland Jago Douma
[3rdparty] Archive tar 1.4.13 bump
2021-05-11[tx-robot] updated from transifexNextcloud bot
2021-05-10[3rdparty] Archive tar 1.4.13 bumpRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>