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-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-08Remove unused members and importsJoas Schilling
2020-09-03The privacy setting is only about syncing to other serversJoas Schilling
2020-05-12Cache the avatar for a dayRoeland Jago Douma
2020-04-29Update license headers for 19Christoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-04-08Fix multiline commentsChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-03Merge pull request #19723 from nextcloud/bug/18603/avatar-responseRoeland Jago Douma
2020-03-01Always use status 200 for avatar responseDaniel Kesselberg
2020-02-28Also cache avatars when it's not allowedJoas Schilling
2019-12-05Update license headersChristoph Wurst
2019-12-04Merge pull request #17715 from nextcloud/fix/5456/respect_avatar_privacyJoas Schilling
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-13Update testsRoeland Jago Douma
2019-10-28Honor avatar visibility settingsRoeland Jago Douma
2019-02-07Implement guest avatar endpointMichael Weimann
2018-08-01Make the info available if the avatar was uploaded or generatedJoas Schilling
2018-06-15Removed debug stackJohn Molakvoæ (skjnldsv)
2018-06-13Avatar imagick bumpJohn Molakvoæ (skjnldsv)
2018-06-13Controller tests fixesJohn Molakvoæ (skjnldsv)
2018-06-13Return Svg avatarsJohn Molakvoæ (skjnldsv)
2018-06-04Fix usageRoeland Jago Douma
2018-02-14Remove unused import statementsMorris Jobke
2018-01-18Improve OC_Image code to not guess the type of input, but actually request th...Morris Jobke
2017-11-29Move avatar code to Avatar ClassRoeland Jago Douma
2017-11-29Always generate avatarRoeland Jago Douma
2017-11-06Update license headersMorris Jobke
2017-10-11Exclude avatar from Same-Site Cookie requirementLukas Reschke
2017-08-29Return the user id in case of an errorJoas Schilling
2017-08-01Fix AvatarControllerRoeland Jago Douma
2016-11-30Cache all avatar responsesRoeland Jago Douma
2016-10-26Fix avatar on exif rotated imagesRoeland Jago Douma
2016-10-18Check the mimetype before reading the content and catch exceptionJoas Schilling
2016-09-05Move AvatarController over to FileDisplayResponseRoeland Jago Douma
2016-08-30Cache avatars properlyRoeland Jago Douma
2016-08-29AvatarController use proper JSONResponseRoeland Jago Douma
2016-08-25AvatarController cleanupRoeland Jago Douma
2016-08-16Delete IE8 support in the avatar controllerRoeland Jago Douma
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-06-09Add fancy layoutLukas Reschke
2016-05-26Update license headersLukas Reschke
2016-04-06Rename files to be PSR-4 compliantLukas Reschke