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
2019-12-05Update license headersChristoph Wurst
2019-12-05Merge pull request #17941 from nextcloud/search-by-ownerRoeland Jago Douma
2019-12-04Merge pull request #17833 from nextcloud/propagator-no-negative-sizesRoeland Jago Douma
2019-12-03Add missing getUser method to direct editing IToken interfaceJulius Härtl
2019-12-03add @since to limitToHomeRobin Appelman
2019-12-03Allow filtering the search results to the users home storageRobin Appelman
2019-12-03Add typed create user eventsChristoph Wurst
2019-11-28Merge pull request #18134 from nextcloud/enh/noid/flow-extend-scopeRoeland Jago Douma
2019-11-28Properly anotate LockedException in files node apiJulius Härtl
2019-11-28add convenience interfaces so entities can provide presentable detailsArthur Schiwon
2019-11-28allow user flows when the acting user is legitimate, but not its ownerArthur Schiwon
2019-11-27Add mimetype to creatorsJulius Härtl
2019-11-27Code style fixes and cleanupJulius Härtl
2019-11-27Direct editing API to allow file editing using a one-time token forJulius Härtl
2019-11-27Merge pull request #18019 from nextcloud/enhancement/password-policy-eventsRoeland Jago Douma
2019-11-27Merge pull request #17834 from nextcloud/enh/noid/generic-event-replacement-tk2blizzz
2019-11-27Add typed events for password_policyChristoph Wurst
2019-11-26Merge pull request #17948 from nextcloud/enh/check-if-property-is-boolRoeland Jago Douma
2019-11-26add LEAST and GREATER to db function builderRobin Appelman
2019-11-26add Nextcloud specific GenericEvent implementationArthur Schiwon
2019-11-26Merge pull request #18108 from nextcloud/refactor/strict-credential-storeRoeland Jago Douma
2019-11-25Merge pull request #17896 from nextcloud/fix/noid/consider-create-group-resultblizzz
2019-11-25Add return type hint to credential store and make it strictChristoph Wurst
2019-11-25fix documentation, get and createGroup may return nullArthur Schiwon
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-20Make the post login event publicChristoph Wurst
2019-11-18Merge pull request #16828 from nextcloud/feature/noid/accept-incoming-sharesRoeland Jago Douma
2019-11-18Merge remote-tracking branch 'origin/master' into filecache-extensionRoeland Jago Douma
2019-11-16Make isXXX available for bool properties onlyDaniel Kesselberg
2019-11-13relax dependency on GenericEvent, instead stay compatible with old eventsArthur Schiwon
2019-11-13dont expose metadata etag for nowRobin Appelman
2019-11-13expose filecache extension data in FileInfoRobin Appelman
2019-11-13store filecache extension fieldsRobin Appelman
2019-11-13add count() as shortcut for count('*') in FunctionBuilderRobin Appelman
2019-11-13return from QueryBuilder instead of IQueryBuilderRobin Appelman
2019-11-12Only restrict loading of group and user shares for nowJoas Schilling
2019-11-12Allow to accept group sharesJoas Schilling
2019-11-12Respect the accepted flag for group and user sharesJoas Schilling
2019-11-08Do not throw an exception for base App classJulius Härtl
2019-11-04mark getAppContainer as a valid way to construct app containersRobin Appelman
2019-11-04Merge pull request #17506 from nextcloud/bugfix/12790/workflow-frontendblizzz
2019-10-30fixup! Get all shares as iterableDaniel Calviño Sánchez
2019-10-30Get all shares as iterableRoeland Jago Douma
2019-10-29Merge pull request #17562 from nextcloud/techdebt/17509/log-error-when-settin...Roeland Jago Douma
2019-10-29Having the contructor in the interface makes no sense...Roeland Jago Douma
2019-10-29do not break on Checkers that do not need specific context infoArthur Schiwon
2019-10-28Merge pull request #17173 from nextcloud/feature/event-broadcastingRoeland Jago Douma
2019-10-28Make it possible to broadcast events to (web) clientsChristoph Wurst
2019-10-22Add isXXX getter to EntityChristoph Wurst
2019-10-17use OCP\EventDispatcher\Event over Symfony's deprecated EventArthur Schiwon