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 (Expand)Author
2022-03-10Merge pull request #31122 from nextcloud/backport/30945/stable22blizzz
2022-03-10Adjust since versionJoas Schilling
2022-03-04Fix avatar file return typeChristopher Ng
2022-03-02Merge pull request #31243 from nextcloud/backport/31141/stable22Carl Schwan
2022-02-22Allow apps to specify if their background job can be delayedJoas Schilling
2022-02-18Improve caching policybackport/31141/stable22Carl Schwan
2022-02-16Allow to get custom loggers for syslog, errorlog and systemdlog tooJoas Schilling
2022-01-29Fix psalm warning related to registerEventListenerCarl Schwan
2022-01-24Fix psalmCarl Schwan
2022-01-05Merge pull request #29324 from nextcloud/backport/28541/stable22blizzz
2021-12-13Convert strict_search to wildcard property and add psalm docsJoas Schilling
2021-12-13Only limit search in the system address bookJoas Schilling
2021-12-13Only wildcard search if enumeration is allowedJoas Schilling
2021-12-13Fix typing problems in OC_ImageCôme Chilliet
2021-12-06code checker fixes for instanceOfStorageRobin Appelman
2021-12-06teach psalm about `Storage::instanceOfStorage`Robin Appelman
2021-11-27update @since for getDatabasePlatformRobin Appelman
2021-11-27disable path prefix index on postgresql for nowRobin Appelman
2021-11-15Apply changes from master's update to 3.1.3Joas Schilling
2021-11-15Allow NULL as well for limit, not integer onlyJoas Schilling
2021-11-02Fix resource usages in OC_ImageCôme Chilliet
2021-10-14Default message for ShareNotFound exceptionJohn Molakvoæ (skjnldsv)
2021-10-13Keep group restrictions when reenabling apps after an updateJoas Schilling
2021-10-07generate a better optimized query for path prefix search filtersRobin Appelman
2021-09-24Allow casting query functions as wellJoas Schilling
2021-09-21Use IRoomMetadata as source of truth for supported room typesRichard Steinmetz
2021-09-10enable the user to set a primary (notification) email address (backend)Arthur Schiwon
2021-09-10Confirm mails only per POSTArthur Schiwon
2021-09-10add a job to clean up expired verification tokensArthur Schiwon
2021-09-10fix parameter type hint in phpdocArthur Schiwon
2021-09-10implement verification for additional mailsArthur Schiwon
2021-09-10move verification token logic out of lost password controllerArthur Schiwon
2021-08-24use case insensitive like when limiting search to jailRobin Appelman
2021-08-16Use IURLGenerator function to get value of `\OC::$WEBROOT` globalJonas Meurer
2021-06-30adjust internal data handling logic to fix store and loadArthur Schiwon
2021-06-30prov api to be able to edit multivalue propertiesArthur Schiwon
2021-06-23Merge pull request #27635 from nextcloud/fix/datetime-constantsPytal
2021-06-23Move DateTime::RFC2822 to DateTimeInterface::2822Christoph Wurst
2021-06-23Add security.txtLukas Reschke
2021-06-17Phase out the controller reflectorChristoph Wurst
2021-06-16Let apps toggle an unread counter on app iconsJulius Härtl
2021-06-16Merge pull request #27515 from nextcloud/enh/noid/read-multi-value-user-attri...Christoph Wurst
2021-06-16Add dedicated product name to OCP\DefaultsJulius Härtl
2021-06-16Add method to read multi-value attributes from ldap.Daniel Kesselberg
2021-06-16Merge pull request #26430 from nextcloud/enh/dashboard-apiJulius Härtl
2021-06-15implement dashboard API for clients, new WidgetItem class, new IAPIWidget int...Julien Veyssier
2021-06-14use searchoperation for storage filter instead of db expressionRobin Appelman
2021-06-14rework search api to allow searching on multiple caches at onceRobin Appelman
2021-06-09Correctly check the reception of a remote feedbackLouis Chemineau
2021-06-08Merge pull request #27189 from nextcloud/feat/26866/account-collection-proper...blizzz