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-31Add a trashbin for calendars and calendar objectsChristoph Wurst
2020-12-16Update all license headers for Nextcloud 21Christoph 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-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Remove trailing whitespaces from commentsChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2018-01-27Remove unneeded semicolon and parenthesesMorris Jobke
2018-01-26Use type casting instead of *val() methodMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-04-25Restrict proppatch to the proper nodesVincent Petry
2017-04-23Remove unused use statementsMorris Jobke
2016-12-06Only allow admins to delete tagsJoas Schilling
2016-11-07First list tags the user used latelyJoas Schilling
2016-07-21Fix apps/Joas Schilling
2016-07-18Allow apps to register SystemTags pluginsJoas Schilling
2016-07-18Fix doc blocksJoas Schilling
2016-07-18Fix TODO and bring in abstraction (similar to comments)Joas Schilling
2016-05-26Update license headersLukas Reschke
2016-05-20Adjust DAV SystemTagPlugin unit tests for groupsVincent Petry
2016-05-20Fix system tag update codeVincent Petry
2016-05-20Add admin-only system tag groups propertyVincent Petry
2016-05-20Act on effective system tag canAssign permissionVincent Petry
2016-05-20Fix system tags DAV unit testsVincent Petry
2016-05-20Bring back admin permissions to change system tag permissionsVincent Petry
2016-05-20Updated canUser* functions in SystemTagManager to accept objectsVincent Petry
2016-05-20Add interface methods for permission checkVincent Petry
2016-05-12Move dav app to PSR-4 (#24527)Joas Schilling