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-04-13Default to permanent link passwordsVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-04-13Properly reset pw expirationVincent Petry
When requesting a new password for share by mail link, now we correctly reset the expiration date. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-04-13Add a metadata service to store file metadataCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-1324.0.0 RC1Arthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-04-13Make typeahead and search limit/length configurableenh/search-loadJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-13Increase debounce timeout to be more realistic with real typing behaviorJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-13Merge pull request #31932 from nextcloud/feat/ignore_second_dnVincent Petry
Add settings to ignore second display name in search
2022-04-13Merge pull request #31933 from nextcloud/updateCrlblizzz
update CRL after revocation of socialsharing_telegram.csr
2022-04-13Add stale actionJohn Molakvoæ
2022-04-13Merge pull request #31889 from ↵Joas Schilling
nextcloud/feature/noid/allow-to-autocomplete-user-and-group-commands Allow to autocomplete user and group ids in commands
2022-04-13Merge pull request #31942 from nextcloud/fix/dav-deprecated-warningJoas Schilling
Fix warning about optional parameter before required one
2022-04-13[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-12Merge pull request #31910 from MSe1969/masterSimon L
Fix accept/reject remote share action #31301
2022-04-12Fix accept/reject remote share actionMSe1969
This is the fix for the described problem in https://github.com/nextcloud/server/issues/31301 Signed-off-by: MSe1969 <mse1969@posteo.de>
2022-04-12Merge pull request #31937 from nextcloud/Valdnet-patch-1Pytal
2022-04-12Add settings to ignore second display name in searchLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-04-12Fix warning about optional parameter before required oneCôme Chilliet
Fixes this warning: PHP Deprecated: Required parameter $logger follows optional parameter $principalPrefix in /var/www/html/apps/dav/lib/CalDAV/CalendarRoot.php on line 37 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-12Merge pull request #31929 from nextcloud/enh/noid/zip-expose-statCôme Chilliet
Expose ZIP stat information
2022-04-12Merge pull request #31907 from nextcloud/enh/noid/tag-remote-as-globalscaleMaxence Lange
confirm user is internal to globalscale
2022-04-12confirm user is internal to globalscaleMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-04-12Fix ZipArchive::addEmptyDir stubCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-12Add stubs for ZipArchiveCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-12Merge pull request #31934 from nextcloud/getbyid-setup-fallbackJulius Härtl
perform a setup if we can't find any mounts containing a file
2022-04-12l10n: Remove commaValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-04-12Merge pull request #31220 from nextcloud/enhancement/31005/temporary-passwordsVincent Petry
Temporary passwords for public non-anonymous protected shares (ie: files shared with an email recipient).
2022-04-12Merge pull request #31927 from nextcloud/feat/dont_match_userid_testsVincent Petry
Tweak tests to include shareapi_restrict_user_enumeration_full_match_userid
2022-04-12[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-11Adds a "Request password" button to the public share authentication page for ↵Cyrille Bollu
shares of type TYPE_EMAIL, when the "video verification" checkbox isn't checked. Users accessing non-anonymous public shares (TYPE_EMAIL shares) can now request a temporary password themselves. - Creates a migration step for the files_sharing app to add the 'password_expiration_time' attribute to the oc_shares table. - Makes share temporary passwords' expiration time configurable via a system value. - Adds a system config value to allow permanent share passwords -Fixes a typo in a comment in apps/files_sharing/src/components/SharingEntryLink.vue See https://github.com/nextcloud/server/issues/31005 Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2022-04-11Merge pull request #31916 from nextcloud/enh/noid/template-picker-sizeSimon L
fix size of template picker
2022-04-11Merge pull request #31866 from nextcloud/test-avatar-migrationPytal
2022-04-11Merge pull request #31931 from nextcloud/contact-popover-hyperlink-issue-2Pytal
2022-04-11perform a setup if we can't find any mounts containing a fileRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-11Expose ZIP stat informationVincent Petry
Add getStat to OC\Archive\Zip Required to be able to read the mtime and other metadata. To give direct access to mtime Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-11Wrap contact search result in a linkGnana Sekar
Signed-off-by: Gnana Sekar <developersekar1992@gmail.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-04-11Merge pull request #31925 from nextcloud/fix/user_migration-use-id-for-migratorsCôme Chilliet
Use Migrators id instead of class names
2022-04-11Update root.crtVitor Mattos
Reference: https://github.com/nextcloud/app-certificate-requests/pull/515 Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-11Adapt AccountMigratorTest to id changeCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-11Use Migrators id instead of class namesCôme Chilliet
This will help with UI and means migrators can move in namespaces without changing export format. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-11Tweak tests to include shareapi_restrict_user_enumeration_full_match_useridLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-04-11Merge pull request #31848 from ↵Carl Schwan
nextcloud/performance/trottling-capability-frontent Don't inject Bruteforce capability info in the webui
2022-04-11Merge pull request #31610 from nextcloud/shares-in-folder-mountsVincent Petry
fix shared mount roots not being returned from `getSharesInFolder`
2022-04-11Merge pull request #31857 from nextcloud/feat/dont_match_useridVincent Petry
Add settings to not match userID during full match
2022-04-11Merge pull request #31911 from nextcloud/enh/extend-migratorsVincent Petry
Extend migrators needed for implementation of the API
2022-04-11Merge pull request #31884 from ↵Côme Chilliet
nextcloud/automated/noid/psalm-baseline-update-1649391092 [Automated] Update psalm-baseline.xml
2022-04-11Merge pull request #31903 from nextcloud/bugfix/noid/fix-missing-elseJoas Schilling
Fix case also when the table existed already
2022-04-11[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-10Merge pull request #31899 from nextcloud/dependabot/npm_and_yarn/marked-4.0.13Carl Schwan
Bump marked from 4.0.12 to 4.0.13
2022-04-10[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-10Bump marked from 4.0.12 to 4.0.13dependabot[bot]
Bumps [marked](https://github.com/markedjs/marked) from 4.0.12 to 4.0.13. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v4.0.12...v4.0.13) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-10Merge pull request #31897 from nextcloud/dependabot/npm_and_yarn/moment-2.29.2dependabot[bot]