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
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
2021-06-08Merge pull request #26494 from rigrig/fix-php8-deprecationsMorris Jobke
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-06-03allow interacting with IAccountPropertyCollectionsArthur Schiwon
2021-06-03add IAccountPropertyCollection with implementationArthur Schiwon
2021-06-03extend AccountManager API with collection constArthur Schiwon
2021-06-02Escape filename in Content-DispositionLukas Reschke
2021-05-29Fix a usort comparison function returning a boolean instead of an integerRichard de Boer
2021-05-26Merge pull request #27117 from nextcloud/fix/add-exception-doc-to-qbmapperkesselb
2021-05-26Add DB exception throws tag to QBMapper PHPDocAnna Larch
2021-05-25Merge pull request #27035 from nextcloud/techdebt/26866/userscontroller-accou...blizzz
2021-05-25executeUpdate is also deprecatedLukas Reschke
2021-05-25Merge pull request #26600 from hosting-de/feature/occ-tagsMorris Jobke
2021-05-25do not use private AccountManager in UsersControllerArthur Schiwon
2021-05-25Add commands to manage tags via OCCJohannes Leuker
2021-05-21Merge pull request #26727 from nextcloud/group-exclude-link-shareMorris Jobke
2021-05-21Merge pull request #25679 from nextcloud/drop/ocp-userMorris Jobke
2021-05-21Drop \OCP\UserChristoph Wurst
2021-05-21Merge pull request #27032 from nextcloud/bugfix/noid/log-rotation-errorblizzz