Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -8/+8 |
* | Update avatars on update | Carl Schwan | 2022-09-09 | 1 | -1/+1 |
* | Avatar new style | Carl Schwan | 2022-09-09 | 1 | -1/+39 |
* | Remake profile picture saving with Vue | Christopher Ng | 2022-09-02 | 1 | -0/+13 |
* | Use Image class from public API | Christopher Ng | 2022-06-02 | 1 | -3/+3 |
* | Update core to PHP 7.4 standard | Carl Schwan | 2022-05-20 | 1 | -49/+21 |
* | Fix caching of the user avatar | Carl Schwan | 2022-02-25 | 1 | -1/+1 |
* | Only allow avatars in 64 and 512 pixel size | Joas Schilling | 2022-02-07 | 1 | -4/+9 |
* | Fix errors in AvatarController when data() returns null | Côme Chilliet | 2021-11-23 | 1 | -2/+3 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+2 |
* | show informative errors in log and UI on avatar upload error in user settings | Julien Veyssier | 2021-04-01 | 1 | -1/+13 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -3/+3 |
* | Remove unused members and imports | Joas Schilling | 2020-09-08 | 1 | -6/+1 |
* | The privacy setting is only about syncing to other servers | Joas Schilling | 2020-09-03 | 1 | -15/+0 |
* | Cache the avatar for a day | Roeland Jago Douma | 2020-05-12 | 1 | -2/+2 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 1 | -4/+4 |
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Merge pull request #19723 from nextcloud/bug/18603/avatar-response | Roeland Jago Douma | 2020-03-03 | 1 | -2/+2 |
|\ | |||||
| * | Always use status 200 for avatar response | Daniel Kesselberg | 2020-03-01 | 1 | -2/+2 |
* | | Also cache avatars when it's not allowed | Joas Schilling | 2020-02-28 | 1 | -4/+6 |
|/ | |||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -2/+2 |
* | Merge pull request #17715 from nextcloud/fix/5456/respect_avatar_privacy | Joas Schilling | 2019-12-04 | 1 | -16/+20 |
|\ | |||||
| * | Update tests | Roeland Jago Douma | 2019-11-13 | 1 | -21/+3 |
| * | Honor avatar visibility settings | Roeland Jago Douma | 2019-10-28 | 1 | -4/+26 |
* | | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+2 |
|/ | |||||
* | Implement guest avatar endpoint | Michael Weimann | 2019-02-07 | 1 | -1/+0 |
* | Make the info available if the avatar was uploaded or generated | Joas Schilling | 2018-08-01 | 1 | -5/+6 |
* | Removed debug stack | John Molakvoæ (skjnldsv) | 2018-06-15 | 1 | -1/+0 |
* | Avatar imagick bump | John Molakvoæ (skjnldsv) | 2018-06-13 | 1 | -48/+14 |
* | Controller tests fixes | John Molakvoæ (skjnldsv) | 2018-06-13 | 1 | -6/+16 |
* | Return Svg avatars | John Molakvoæ (skjnldsv) | 2018-06-13 | 1 | -9/+37 |
* | Fix usage | Roeland Jago Douma | 2018-06-04 | 1 | -8/+0 |
* | Remove unused import statements | Morris Jobke | 2018-02-14 | 1 | -1/+0 |
* | Improve OC_Image code to not guess the type of input, but actually request th... | Morris Jobke | 2018-01-18 | 1 | -2/+4 |
* | Move avatar code to Avatar Class | Roeland Jago Douma | 2017-11-29 | 1 | -159/+3 |
* | Always generate avatar | Roeland Jago Douma | 2017-11-29 | 1 | -5/+155 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -1/+0 |
* | Exclude avatar from Same-Site Cookie requirement | Lukas Reschke | 2017-10-11 | 1 | -0/+1 |
* | Return the user id in case of an error | Joas Schilling | 2017-08-29 | 1 | -1/+1 |
* | Fix AvatarController | Roeland Jago Douma | 2017-08-01 | 1 | -2/+3 |
* | Cache all avatar responses | Roeland Jago Douma | 2016-11-30 | 1 | -16/+10 |
* | Fix avatar on exif rotated images | Roeland Jago Douma | 2016-10-26 | 1 | -0/+1 |
* | Check the mimetype before reading the content and catch exception | Joas Schilling | 2016-10-18 | 1 | -1/+16 |
* | Move AvatarController over to FileDisplayResponse | Roeland Jago Douma | 2016-09-05 | 1 | -8/+3 |
* | Cache avatars properly | Roeland Jago Douma | 2016-08-30 | 1 | -5/+29 |
* | AvatarController use proper JSONResponse | Roeland Jago Douma | 2016-08-29 | 1 | -42/+33 |
* | AvatarController cleanup | Roeland Jago Douma | 2016-08-25 | 1 | -21/+23 |