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 (Expand)Author
2022-01-17Merge pull request #30684 from nextcloud/backport/30531/stable23Carl Schwan
2022-01-15updateEncryptedVersion: cleanup on target if cache already got renamedJonas Meurer
2022-01-14Fix psalm issuesCarl Schwan
2022-01-14Add helper method in WrapperCarl Schwan
2022-01-14Merge pull request #30659 from nextcloud/backport/29622/stable23Julius Härtl
2022-01-14Implement multibucket shift for ObjectStoreJohn Molakvoæ
2022-01-13Fix idn emails not working in sharesCarl Schwan
2022-01-12Merge pull request #30621 from nextcloud/backport/30358/stable23MichaIng
2022-01-12Merge pull request #30611 from nextcloud/backport/30588/stable23Joas Schilling
2022-01-12Reset job disabling timer on adding the job againJulius Härtl
2022-01-11Fix undefined/unset scope in account propertiesJoas Schilling
2022-01-11Prevent loading images that would require too much memory.Joachim Bauch
2022-01-11Fix fail when keys/files folder already existsVincent Petry
2022-01-07Fix email verificationChristopher Ng
2022-01-07Merge pull request #30486 from nextcloud/backport/29780/stable23Joas Schilling
2022-01-04Run migrations fully when reenabling an appJoas Schilling
2022-01-04[stable23] Remove iconv from dependencies and testsMichaIng
2021-12-21Merge pull request #30026 from nextcloud/backport/30013/stable23Joas Schilling
2021-12-16fix translation source in directEditing templatesAzul
2021-12-15Migrate profile_config id column to bigintChristopher Ng
2021-12-13Merge pull request #30236 from nextcloud/backport/30200/stable23MichaIng
2021-12-13Make psalm more happyJoas Schilling
2021-12-13Fix docs to make Psalm happierJoas Schilling
2021-12-13Convert strict_search to wildcard property and add psalm docsJoas Schilling
2021-12-13Limit more contact searchesJoas Schilling
2021-12-13Only limit search in the system address bookJoas Schilling
2021-12-13Only wildcard search if enumeration is allowedJoas Schilling
2021-12-13Don't check the configvalue for lastLogin which is never nullJoas Schilling
2021-12-10Merge pull request #30180 from nextcloud/backport/30160/stable23Vincent Petry
2021-12-10Check resource before closing in encryption wrapperVincent Petry
2021-12-10Fix relation "user_id" already exists migration errorChristopher Ng
2021-12-06Avoid assignment in if clauseCôme Chilliet
2021-12-06Fix typing problems in OC_ImageCôme Chilliet
2021-12-06Avoid calling image* methods on booleanCôme Chilliet
2021-12-06Merge pull request #30025 from nextcloud/backport/30012/stable23Christoph Wurst
2021-12-03Merge pull request #30036 from nextcloud/backport/30011/stable23blizzz
2021-12-02code checker fixes for instanceOfStorageRobin Appelman
2021-12-02background scan the source storage when a background scan on a storage jail i...Robin Appelman
2021-12-02teach psalm about `Storage::instanceOfStorage`Robin Appelman
2021-12-02Fix log_query config flagJoas Schilling
2021-12-02Allow to log DB, redis and LDAP requests into filesJoas Schilling
2021-12-01Don't query the bruteforce attempts when we just deleted themJoas Schilling
2021-12-01Only check the twofactor state once per requestJoas Schilling
2021-11-30Merge pull request #29967 from nextcloud/backport/29917/stable23blizzz
2021-11-30Include previous execption for repair steps that don't existChristoph Wurst
2021-11-30Let repair step query exceptions bubble upChristoph Wurst
2021-11-29Fix source of translationsChristopher Ng
2021-11-29Interpolate the log message also for logged exceptionsChristoph Wurst
2021-11-26Obey col length of 255 to insert and search in accounts_dataArthur Schiwon
2021-11-26add method to shorten a string to given byte size to UtilsArthur Schiwon