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-21Merge pull request #31047 from nextcloud/enh/preferences-indexJulius Härtl
Additional index on oc_preferences to make queries without a user filter faster
2022-04-20Merge pull request #30311 from nextcloud/enh/search-loadJulius Härtl
Add unified search options
2022-04-20Merge pull request #32024 from nextcloud/local-metadata-forbiddenRobin Appelman
ignore forbidden files while scanning local storage
2022-04-20ignore forbidden files while scanning local storageRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-20log stacktrace for 'Backends provided no user object'Arthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-04-19Additional index on oc_preferences to make sure that gettingh values without ↵Julius Härtl
a user filter is fast Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-14Merge pull request #31826 from nextcloud/fix/log-why-credential-token-invalidVincent Petry
Log why the login token can't be used for credentials
2022-04-14Merge pull request #31975 from ↵Vincent Petry
nextcloud/bugfix/31952/fix-mail-link-share-password-expiration-settings Adjust settings for mail link password
2022-04-14Adjust settings for mail link passwordVincent Petry
Rename the settings and invert the meaning. Increase default interval to one hour. Changed the interval to be a number of seconds, to align with other setting styles. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-04-14Merge pull request #31839 from nextcloud/feat/metadata-serverVincent Petry
Add a metadata service to store file metadata
2022-04-14Fix an issue with the search backend updateCarl Schwan
And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu>
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-13Make typeahead and search limit/length configurableenh/search-loadJulius 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-12Add settings to ignore second display name in searchLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
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-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-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-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-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-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-08Merge pull request #31901 from nextcloud/fs-setup-tweaksVincent Petry
Filesystem setup tweaks
2022-04-08Merge pull request #31676 from nextcloud/enh/ocp-owner-lockVincent Petry
Add public API for owner based file locking
2022-04-08more preset metadata for LazyUserFolderRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-08always do full setup for home folder with submountsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-08add missing returnRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-08Log missing primary key until we make it a requirementJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-07Merge pull request #31713 from nextcloud/fed-performanceRobin Appelman
Federated share performance improvements
2022-04-07Merge pull request #31847 from nextcloud/performance/user-status-retrivalVincent Petry
Retrieve user status only once when displaying page
2022-04-07Don't inject Bruteforce capability info in the webuiperformance/trottling-capability-frontentCarl Schwan
This capability do DB access and as far I know is not used by the webui. This remove one DB query for each page load. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-07Merge pull request #31877 from ↵Côme Chilliet
nextcloud/fix/no-console-formatting-if-decoration-off Do not decorate the CLI output if it's explicitly turned off
2022-04-07Merge pull request #31876 from nextcloud/bugfix/noid/fix-getCurrentApp-from-cliVincent Petry
Fix \OC_App::getCurrentApp() when being called from CLI or phpunit
2022-04-07Add missing doc changesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-07Merge pull request #25747 from nextcloud/XAccelBufferingblizzz
Add X-Accel-Buffering header to downloads
2022-04-07Merge pull request #31872 from nextcloud/fix/oracle-contrainstblizzz
Ensure schema change before checking OracleConstraints
2022-04-07Log exceptionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-07Do not decorate the CLI output if it's explicitly turned offChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-04-07Fix \OC_App::getCurrentApp() when being called from CLI or phpunitJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-07Fix typos and empty tabsfix/oracle-contrainstJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-07Adapt LockScope to LockContext renameenh/ocp-owner-lockJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-07Merge pull request #31864 from nextcloud/fix/preview-generate-imaginary-requestJohn Molakvoæ
2022-04-07Improve error logging on migration failureJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-07Ensure schema change before checking OracleConstraintsJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>