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-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-25Add commands to manage tags via OCCJohannes Leuker
2021-01-29The objectid is a stringRoeland Jago Douma
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-19Use matching parameter names form interfaces and implementationsMorris Jobke
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Add visibility to all constantsChristoph 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-08Fix multiline commentsChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-08-21Only trigger the events with tags that where actually assignedJoas Schilling
2018-11-08Use the defined func()->count() instead of manual countingJoas Schilling
2018-02-22Make SystemTag strictRoeland Jago Douma
2017-11-06Update license headersMorris Jobke
2017-07-24More phpstorm inspection fixesRoeland Jago Douma
2017-04-23Remove unused use statementsMorris Jobke
2017-03-20don't store empty groupidsJörn Friedrich Dreyer
2016-07-21Fix othersJoas Schilling
2016-07-06Use named parameter instead of direct value for system tags search param (#25...Vincent Petry
2016-05-20Some tweaks for systemtagmanagerVincent Petry
2016-05-20Act on effective system tag canAssign permissionVincent Petry
2016-05-20Add system tag assignability check with groupsVincent Petry
2016-05-20Add systemtag_group table and get/set methodsVincent Petry
2016-05-20Updated canUser* functions in SystemTagManager to accept objectsVincent Petry
2016-05-20Add interface methods for permission checkVincent Petry
2016-04-22Move \OC\SystemTag to PSR-4Roeland Jago Douma