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-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-19Use matching parameter names form interfaces and implementationsMorris Jobke
2020-07-30Move event listener to dedicated classMorris Jobke
2020-07-30update saved credentials on password changeRobin Appelman
2020-07-30Only save login credentials in database once there is an external storage tha...Robin Appelman
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-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-02-06do not overwrite global user auth credentials with empty valuesArthur Schiwon
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-09-09allow setting user provided global credentials trough credentials popupRobin Appelman
2019-09-09Allow admin configured mounts to use user configured global credentialsRobin Appelman
2018-02-14Remove unused import statementsMorris Jobke
2018-01-27Remove unneeded semicolon and parenthesesMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-01-11use login hook credentials as fallbackChristoph Wurst
2017-01-11migrate 'password::sessioncredentials' extern storage auth to credential storeChristoph Wurst
2016-08-17Fix casing of external storage appMorris Jobke
2016-07-21Update with robinJoas Schilling
2016-07-21Fix apps/Joas Schilling
2016-06-21Add "Login credentials" and "User Provided"Lukas Reschke
2016-06-21Add "Global Auth" option to external storageRobin Appelman
2016-05-24Move Lib\Auth to PSR-4Joas Schilling