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
path: root/lib
AgeCommit message (Collapse)Author
2021-05-21Merge pull request #26727 from nextcloud/group-exclude-link-shareMorris Jobke
Add option to exclude groups from creating link shares
2021-05-21Merge pull request #25679 from nextcloud/drop/ocp-userMorris Jobke
Drop \OCP\User
2021-05-21Drop \OCP\UserChristoph Wurst
Inlines and remaining usages and drops the deprecated public API. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-05-21Merge pull request #27032 from nextcloud/bugfix/noid/log-rotation-errorblizzz
Fix filesize error on log rotation, if file does not exist
2021-05-21Merge pull request #26832 from nextcloud/object-close-stream-non-countJulius Härtl
explicitly close source stream on object store upload even if count…
2021-05-21Merge pull request #27039 from nextcloud/fix/2973/rename-external-storagesMorris Jobke
Rename External storages to External storage
2021-05-21[tx-robot] updated from transifexNextcloud bot
2021-05-20Rename External storages to External storageszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-05-20l10n: Unify spellingValdnet
Spelling unification in Nextcloud applications.
2021-05-20l10n: Unify spellingValdnet
Spelling unification in Nextcloud applications.
2021-05-20l10n: Unify spellingValdnet
Spelling unification in Nextcloud applications.
2021-05-20l10n: Unify spellingValdnet
Spelling unification in Nextcloud applications.
2021-05-19better cleanup of filecache when deleting an external storageRobin Appelman
this way it can delete the cache entries even with per-user credentials Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-05-19typodartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-19fix #25813dartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-19Refine version comparision for repair job for major version updatesMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-05-19Merge pull request #26834 from nextcloud/enh/only_run_onceJoas Schilling
Inject the repair job only once
2021-05-19Merge pull request #26852 from nextcloud/fix-noauth-corsJoas Schilling
fix error when using CORS with no auth credentials
2021-05-19Merge pull request #26963 from nextcloud/bugfix/noid/empty-template-errorRoeland Jago Douma
Fix log error when creating files from an empty template
2021-05-18Fix log error when creating files from an empty templateJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-05-18Merge pull request #26322 from nextcloud/recent-searchJulius Härtl
Use file search for recent files and optimize getting share types
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-16[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-12Repair job to use public AccoutManager APIArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
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-12Merge pull request #26923 from ↵blizzz
nextcloud/techdebt/noid/provapi-no-private-accountmanager provisioning API to use only public API of IAccountManager
2021-05-12Fix unauthorized OCS status in provisioningJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
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-08[tx-robot] updated from transifexNextcloud bot
2021-05-07Merge pull request #26848 from ↵Morris Jobke
nextcloud/bugfix/noid/add-datetime-support-to-qbmapper Add datetime support to QBMapper
2021-05-06[tx-robot] updated from transifexNextcloud bot
2021-05-05Merge pull request #26877 from nextcloud/chore/query-builder-execute-statementMorris Jobke
Rename IQueryBuilder::executeUpdate to IQueryBuilder::executeStatement
2021-05-05Don't break OCC if an app is breaking in it's Application classJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-05Rename IQueryBuilder::executeUpdate to IQueryBuilder::executeStatementChristoph Wurst
Because executeUpdate wasn't a great name. And in DBAL they also use executeStatement more consistently now. Ref https://github.com/doctrine/dbal/issues/4607 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-05-04[tx-robot] updated from transifexNextcloud bot
2021-05-02[tx-robot] updated from transifexNextcloud bot
2021-05-01Add datetime support to QBMapperJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-30Filter mounts for file id before trying to get user informationJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-04-30[tx-robot] updated from transifexNextcloud bot
2021-04-29Inject the repair job only onceRoeland Jago Douma
Since we backproted we should do a better check. Else we run the code again for everybody upgrading to 22. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-04-29explicitly close source stream on object store upload even if count wrapper ↵Robin Appelman
isn't needed Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-04-29[tx-robot] updated from transifexNextcloud bot
2021-04-28Do not try to contact lookup server if not neededRoeland Jago Douma
In some cases (for example you never send data to the lookup server) there is no need for this job to even try. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-04-28Merge pull request #26758 from J0WI/more-strictChristoph Wurst
Some more strict_types
2021-04-28[tx-robot] updated from transifexNextcloud bot
2021-04-27Merge pull request #26591 from nextcloud/techdebt/noid/less-iloggerChristoph Wurst
Less ILogger