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 (Collapse)Author
2019-12-05Update license headersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-05Merge pull request #17941 from nextcloud/search-by-ownerRoeland Jago Douma
Allow filtering the search results to the users home storage
2019-12-04Merge pull request #17833 from nextcloud/propagator-no-negative-sizesRoeland Jago Douma
dont set folder size to negative values during propagation
2019-12-03Add missing getUser method to direct editing IToken interfaceJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-03add @since to limitToHomeRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-12-03Allow filtering the search results to the users home storageRobin Appelman
This is done by adding a ```xml <d:eq> <d:prop> <oc:owner-id/> </d:prop> <d:literal>$userId</d:literal> </d:eq> ``` clause to the search query. Searching by `owner-id` can only be done with the current user id and the comparison can not be inside a `<d:not>` or `<d:or>` statement Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-12-03Add typed create user eventsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-28Merge pull request #18134 from nextcloud/enh/noid/flow-extend-scopeRoeland Jago Douma
allow user flows when the acting user is legitimate, but not its owner
2019-11-28Properly anotate LockedException in files node apiJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-28add convenience interfaces so entities can provide presentable detailsArthur Schiwon
the File entity starts with a display text (used by talk) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-28allow user flows when the acting user is legitimate, but not its ownerArthur Schiwon
for instance, when a sharee changes a file, the owner can act upon Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-27Add mimetype to creatorsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-27Code style fixes and cleanupJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-27Direct editing API to allow file editing using a one-time token forJulius Härtl
mobile apps Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-27Merge pull request #18019 from nextcloud/enhancement/password-policy-eventsRoeland Jago Douma
Add typed events for password_policy
2019-11-27Merge pull request #17834 from nextcloud/enh/noid/generic-event-replacement-tk2blizzz
Public API's GenericEvent replacement (take 2)
2019-11-27Add typed events for password_policyChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-11-26Merge pull request #17948 from nextcloud/enh/check-if-property-is-boolRoeland Jago Douma
Make isXXX available for bool properties only
2019-11-26add LEAST and GREATER to db function builderRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-11-26add Nextcloud specific GenericEvent implementationArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-26Merge pull request #18108 from nextcloud/refactor/strict-credential-storeRoeland Jago Douma
Add return type hint to credential store and make it strict
2019-11-25Merge pull request #17896 from nextcloud/fix/noid/consider-create-group-resultblizzz
take group creation result into consideration
2019-11-25Add return type hint to credential store and make it strictChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-11-25fix documentation, get and createGroup may return nullArthur Schiwon
* also have stricter checks in place Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-22Some php-cs fixesRoeland Jago Douma
* Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-20Make the post login event publicChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-11-18Merge pull request #16828 from nextcloud/feature/noid/accept-incoming-sharesRoeland Jago Douma
🔗☑️ Accept all incoming shares
2019-11-18Merge remote-tracking branch 'origin/master' into filecache-extensionRoeland Jago Douma
2019-11-16Make isXXX available for bool properties onlyDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-11-13relax dependency on GenericEvent, instead stay compatible with old eventsArthur Schiwon
* also fixes tagging events Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-13dont expose metadata etag for nowRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-11-13expose filecache extension data in FileInfoRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-11-13store filecache extension fieldsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-11-13add count() as shortcut for count('*') in FunctionBuilderRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-11-13return from QueryBuilder instead of IQueryBuilderRobin Appelman
this make the type hints work properly with querybuilder subclasses Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-11-12Only restrict loading of group and user shares for nowJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-11-12Allow to accept group sharesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-11-12Respect the accepted flag for group and user sharesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-11-08Do not throw an exception for base App classJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-04mark getAppContainer as a valid way to construct app containersRobin Appelman
this is triggerd (and not cought by the query arm) if an item from an app is queried before the app queries it's own Application instance Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-11-04Merge pull request #17506 from nextcloud/bugfix/12790/workflow-frontendblizzz
Workflow frontend polishing
2019-10-30fixup! Get all shares as iterableDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-10-30Get all shares as iterableRoeland Jago Douma
Sometimes we need all shares or rather a specific subset of shares but creating dedicated functions is a pain. This just returns an iterable object for all shares so we can loop over them without allocating all the memory on the system. It should not be used by any user called code. But in an occ command or background job it is fine IMO. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-29Merge pull request #17562 from ↵Roeland Jago Douma
nextcloud/techdebt/17509/log-error-when-setting-up-application-incorrectly Log an error in development cases when the application class was set …
2019-10-29Having the contructor in the interface makes no sense...Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-29do not break on Checkers that do not need specific context infoArthur Schiwon
request time, for example Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-10-28Merge pull request #17173 from nextcloud/feature/event-broadcastingRoeland Jago Douma
Make it possible to broadcast events to (web) clients
2019-10-28Make it possible to broadcast events to (web) clientsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-10-22Add isXXX getter to EntityChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-10-17use OCP\EventDispatcher\Event over Symfony's deprecated EventArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>