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
2020-04-26Provide links to calendar in event creation/update activitiesThomas Citharel
2020-04-23Use paginated search for contactsJulius Härtl
2020-04-18Allow some apps to have root URLs in their own routing fileJoas Schilling
2020-04-16Merge pull request #20505 from nextcloud/fix/noid/system-credsblizzz
2020-04-16Merge pull request #20511 from nextcloud/fix/cs-fixer-ldapRoeland Jago Douma
2020-04-16PHP-CS-Fixer greenRoeland Jago Douma
2020-04-16Provide the proper language to the mailerRoeland Jago Douma
2020-04-15fix credentialsManager documentation and ensure userId to be used as stringArthur Schiwon
2020-04-14Check all remotes for local accessJoas Schilling
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-10Merge pull request #20422 from nextcloud/techdebt/format-control-structs-clas...Christoph Wurst
2020-04-10Merge pull request #19495 from nextcloud/preview-generate-batchRoeland Jago Douma
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Make sure every file ends with an empty newlineChristoph Wurst
2020-04-09Remove trailing whitespaces from commentsChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09optimize batch generation of previewsRobin Appelman
2020-04-09allow generating multiple preview sizes for a single file at onceRobin Appelman
2020-04-09Use a blank line after the opening tagChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-04-08Fix multiline commentsChristoph Wurst
2020-04-04Properly hint exceptions thrown by getUserFolderJulius Härtl
2020-04-03fixes the return type of BeforeUserLoggedInEventArthur Schiwon
2020-04-02Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling
2020-04-01Merge pull request #20241 from nextcloud/fix/license-headers-19Roeland Jago Douma
2020-03-31[POC] Event for failed login attemptsRoeland Jago Douma
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-31Allow to set and get the reference idJoas Schilling
2020-03-31Add optional column oc_comments.reference_idJoas Schilling
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-03-25Use lowercase true, false and null constantsChristoph Wurst
2020-03-25Add a public event for contacts interactionChristoph Wurst
2020-03-24Added Hook before Message is sendArne Hamann
2020-03-20Expose enumeration config though share managerJulius Härtl
2020-03-17Merge pull request #19967 from roscomputing/enh/19958/usejsnoncedocsRoeland Jago Douma
2020-03-15add docs for useJsNoncePavel Krasikov
2020-03-09Merge pull request #19746 from nextcloud/locked-exception-forward-existingRoeland Jago Douma
2020-03-06Fix mismatching doc block parameter typesChristoph Wurst
2020-03-02pass the existing locks info when making locked exception with absolute pathsRobin Appelman
2020-02-28Merge pull request #19493 from nextcloud/simplefile-new-lazyRoeland Jago Douma
2020-02-28Merge pull request #19321 from nextcloud/enh/allow-to-overwrite-share-target-...Joas Schilling
2020-02-28allow writing content directly when creating new SimpleFileRobin Appelman
2020-02-28Create SimpleFile only when writing the contentRobin Appelman
2020-02-27Merge pull request #19670 from nextcloud/techdebt/noid/allow-to-remove-listenersChristoph Wurst