Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wrong default param for pubstream_incl (this checkin also picked up a few ↵ | zotlabs | 2018-05-18 | 1 | -2/+3 |
| | | | | minor and hopefully non-significant changes) | ||||
* | missing include | Mario Vavti | 2018-05-16 | 1 | -0/+1 |
| | |||||
* | provide function to fetch photo contents from url | zotlabs | 2018-05-15 | 1 | -7/+4 |
| | |||||
* | we must now provide the full path to the profile image for the cavatar ↵ | Mario Vavti | 2018-05-15 | 1 | -6/+6 |
| | | | | plugin to work | ||||
* | Back in the day there were good reasons for showing a permission denied ↵ | zotlabs | 2018-05-06 | 1 | -8/+9 |
| | | | | photo instead of a null img. It distinguished a 403 from a 404 in an unmistakable way. What we've discovered is that nothing that is gained from this knowledge and it mostly just annoys and confuses people who can't really do anything about it except to express their annoyance/confusion. So just do a 403/404 instead. | ||||
* | parent folder permissions weren't being checked back to the cloud root ↵ | zotlabs | 2018-04-30 | 1 | -49/+21 |
| | | | | directory in all cases | ||||
* | error | zotlabs | 2017-05-08 | 1 | -1/+1 |
| | |||||
* | cleanup of last checkin | zotlabs | 2017-05-07 | 1 | -2/+4 |
| | |||||
* | cover photo was unintentionally disabled when block_public in effect | zotlabs | 2017-05-07 | 1 | -3/+4 |
| | |||||
* | add get_photo hook to go along with get_profile_photo hook. This allows a ↵ | zotlabs | 2016-10-17 | 1 | -11/+12 |
| | | | | plugin to over-ride the permissions for cover photos or insert a different photo in place of that requested | ||||
* | more backquotes - this should take care of most except for the array import ↵ | zotlabs | 2016-10-09 | 1 | -1/+1 |
| | | | | queries | ||||
* | fix wrong array key for profile photo resloution | Mario Vavti | 2016-09-28 | 1 | -1/+1 |
| | |||||
* | make the fetching of the default profile photo hookable, and document the hook | redmatrix | 2016-09-27 | 1 | -17/+31 |
| | |||||
* | only check permissions on normal photos and force cover photos as well as ↵ | redmatrix | 2016-08-30 | 1 | -0/+9 |
| | | | | profile photos to be public. As a side effect 'thing' photos will also be considered public. | ||||
* | stream large photos through buffered I/O if possible | redmatrix | 2016-06-29 | 1 | -3/+27 |
| | |||||
* | db statement debugging | redmatrix | 2016-06-22 | 1 | -2/+2 |
| | |||||
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -9/+9 |
| | | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files. | ||||
* | module updates | redmatrix | 2016-04-18 | 1 | -0/+250 |