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-04-16Allow registering NotifierServices trough IBootstrapRoeland Jago Douma
2021-04-15Separate settings for remote share expirationVincent Petry
2021-04-15Implement expiration date for federated sharesVincent Petry
2021-04-14Merge pull request #26551 from nextcloud/fix/noid/redis-exists-boolRoeland Jago Douma
2021-04-14ensure redis returns bool for hasKeyArthur Schiwon
2021-04-12Use correct getSystemValue typeJ0WI
2021-04-12Merge pull request #26266 from nextcloud/future-proof-networkingRoeland Jago Douma
2021-04-08Merge pull request #26439 from nextcloud/increase-subnet-matcherRoeland Jago Douma
2021-04-08Limit size of properties to 2048 charactersLukas Reschke
2021-04-07Increase subnet matcherLukas Reschke
2021-04-06Merge pull request #24966 from nextcloud/jknockaert-patch-1Lukas Reschke
2021-04-06Strictify null checkLukas Reschke
2021-04-06Improve networking checksLukas Reschke
2021-04-01Merge pull request #24055 from nextcloud/bugfix/noid/enfore-no-notnull-for-bo...Morris Jobke
2021-04-01Properly handle creating the template directory in a subfolder (fixes #25787)Julius Härtl
2021-04-01Get the parent directory before creating a file from a templateJulius Härtl
2021-04-01Merge pull request #26394 from nextcloud/feature/noid/updatable-account-dataJulius Härtl
2021-03-31make ILDAPProviderFactory usable when there is no ldap setupRobin Appelman
2021-03-31Allow apps to write/update account dataJoas Schilling
2021-03-31Rename the method to match what it doesJoas Schilling
2021-03-31Don't allow Notnull for boolean columnsJoas Schilling
2021-03-31Document the constraints we test againstJoas Schilling
2021-03-31Fix exception messages spacingJoas Schilling
2021-03-31Merge pull request #25961 from nextcloud/enh/events/2fa_providerkesselb
2021-03-30Merge pull request #25280 from nextcloud/explicit-file-permissionsRoeland Jago Douma
2021-03-30Merge pull request #26219 from nextcloud/relative-path-nullRoeland Jago Douma
2021-03-30gracefully handle deleteFromSelf when share is already goneArthur Schiwon
2021-03-29Merge pull request #26243 from nextcloud/enh/noid/avatar-privacy-new-scopeJoas Schilling
2021-03-26fix return value of Root::getRobin Appelman
2021-03-26Add known user check in avatar when v2-private scopeVincent Petry
2021-03-26Added PlaceholderAvatar with own cached imagesVincent Petry
2021-03-26Add property scope tests for AccountManagerVincent Petry
2021-03-26OCS allow reading and writing account property scopesVincent Petry
2021-03-26Map old account scope properties to new namesVincent Petry
2021-03-26Add new v2-private account scopeVincent Petry
2021-03-25Log when a storage is marked as unavailableMorris Jobke
2021-03-25Merge pull request #26285 from nextcloud/techdebt/noid/cleanup-update-eventsRoeland Jago Douma
2021-03-25Merge pull request #21484 from nextcloud/better-forbidden-path-errorsMorris Jobke
2021-03-25Remove event listener to udpate events that are not present anymoreMorris Jobke
2021-03-25Merge pull request #21641 from nextcloud/techdebt/noid/bye-bye-database-xmlRoeland Jago Douma
2021-03-25Cleanup unneeded code around database.xmlMorris Jobke
2021-03-24Bye bye database.xmlJoas Schilling
2021-03-24show better error messages when a file with a forbidden path is encounteredRobin Appelman
2021-03-24improve type handling of Avatar::generateAvatarFromSvRobin Appelman
2021-03-24getStorage can also return nullRobin Appelman
2021-03-24proper error for search results outside user folderRobin Appelman
2021-03-24getRelativePath can return nullRobin Appelman
2021-03-24Catch invalid cache source storage pathJohn Molakvoæ (skjnldsv)
2021-03-23Set umask before operations that create local filesRobin Appelman
2021-03-22Merge pull request #26198 from nextcloud/unified-search-nodeMorris Jobke