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-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
2019-12-13flow file entity to provide the internal URLArthur Schiwon
2019-12-10Allow to specify apps that somethign is a dirJoas Schilling
2019-12-10Improve mimetype detection in workflow componentsJoas Schilling
2019-12-06Make sure event names is always an arrayJulius Härtl
2019-11-28Set fileInfo in the rule matcherJulius Härtl
2019-11-28add convenience interfaces so entities can provide presentable detailsArthur Schiwon
2019-11-28expose user of running flowsArthur Schiwon
2019-11-28allow user flows when the acting user is legitimate, but not its ownerArthur Schiwon
2019-11-27Rename to flowJulius Härtl
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-13relax dependency on GenericEvent, instead stay compatible with old eventsArthur Schiwon
2019-11-07Add Flow app iconJan-Christoph Borchardt
2019-10-29do not break on Checkers that do not need specific context infoArthur Schiwon
2019-10-29Adjust user UserWorkflowController methods to AWorflowControllerJulius Härtl
2019-10-29Decode list of events when returning themJulius Härtl
2019-10-15Ignore unavailable entity/operation classesJulius Härtl
2019-10-14Only cache the mimetype if the file existsJoas Schilling
2019-10-01Don't call basename on nullJoas Schilling
2019-09-27Merge pull request #17286 from nextcloud/bugfix/noid/correctly-detect-mimetyp...Joas Schilling
2019-09-26Correctly detect the mimetype from uploadsJoas Schilling
2019-09-26Fix "Cannot add a NOT NULL column with default value NULL"Joas Schilling