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-10-05Merge pull request #23096 from nextcloud/bugfix/noid/mimetypes2Morris Jobke
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-29Make sure to check the mimetype on the path if a secure one could not be dete...Julius Härtl
2020-09-17Update urls to stackoverflow.com to "HTTPS"J0WI
2020-09-07Don't use SELECT DISTINCT when to_char() is used in a WHERE statementJoas Schilling
2020-08-24fix possible leaking scope in FlowArthur Schiwon
2020-08-10Prefer typed event over string based onesMorris Jobke
2020-08-07File entity to implement IIconArthur Schiwon
2020-08-05Flow File entity implements IContextPortationArthur Schiwon
2020-07-21Adjust apps' code to use the ContainerInterfaceChristoph Wurst
2020-07-02Merge pull request #21547 from nextcloud/enhancement/workflowengine-bootstrapRoeland Jago Douma
2020-07-02Merge pull request #21590 from nextcloud/debt/noid/unused-methodRoeland Jago Douma
2020-07-02Merge pull request #21599 from nextcloud/debt/noid/type-to-typesRoeland Jago Douma
2020-07-01Replace TYPE with TYPESDaniel Kesselberg
2020-06-26Also always return in app commandsJoas Schilling
2020-06-26Remove unused method.Daniel Kesselberg
2020-06-24Move the event listener into a dedicated classChristoph Wurst
2020-06-24Migrate WFE to new bootstrap mechanismChristoph Wurst
2020-06-20flow to not use deprecated event dispatcher methodsArthur Schiwon
2020-06-15Flow: Include root folder for shared storages when fetching system tagsJulius Härtl
2020-05-28Move the systemtags to core/srcRoeland Jago Douma
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use a blank line after the opening tagChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-03-21Add app config to disable user flowsJulius Härtl
2020-03-17Annotate $additionalScopes so the IDE knows what type $scopeCandidate is.Daniel Kesselberg
2020-03-17Merge pull request #19989 from nextcloud/fix-single-ScopeContext-passed-to-se...Roeland Jago Douma
2020-03-16Fix single "ScopeContext" passed to "setScopes"Daniel Calviño Sánchez
2020-03-16Hide card for apps store if disabledDaniel Kesselberg
2020-02-17Continue with next foreach iterationJulius Härtl
2020-02-14Reduce flow logging at INFO levelJulius Härtl
2020-02-10Merge pull request #18904 from nextcloud/enh/noid/flow-loggingRoeland Jago Douma
2020-01-29Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()"Joas Schilling
2020-01-28always require a message paramter for data loggingArthur Schiwon
2020-01-28log Flow activityArthur Schiwon
2020-01-09make the mime type checker for flow available to regular usersArthur Schiwon
2020-01-02Use the new Events in FlowRoeland Jago Douma
2020-01-02Remove style loading of non-existing fileJulius Härtl
2019-12-27Validate check array in the backendJulius Härtl
2019-12-21report list of entities without array keys to frontendArthur Schiwon
2019-12-19Merge pull request #18162 from nextcloud/enh/noid/url-fileentityblizzz
2019-12-18Flows that are managing themselves do not necessarily set the entityArthur Schiwon
2019-12-17pass the proper storage-internal pathArthur Schiwon
2019-12-16lower to debug, since we fire two events, so it is legitimateArthur Schiwon
2019-12-16do not add (user) flows twiceArthur Schiwon