Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | imagick converter: -thumbnail doesn't preserve exif, -resize does | zotlabs | 2018-06-26 | 1 | -1/+1 |
| | |||||
* | include photos.php | Herbert Thielen | 2018-05-27 | 1 | -0/+1 |
| | | | | required for photo_calculate_scale() | ||||
* | changes made during testing imagick scaling for cover photo thumbnail | zotlabs | 2018-05-08 | 1 | -4/+6 |
| | |||||
* | use imagemagick first stage thumbnail for cover photos, if configured | zotlabs | 2018-05-07 | 1 | -4/+33 |
| | |||||
* | provide warnings about profile photo and cover photo permissions | zotlabs | 2018-05-01 | 1 | -0/+1 |
| | |||||
* | when changing cover photo, show existing | zotlabs | 2018-04-17 | 1 | -0/+1 |
| | |||||
* | use dbunescbin() for cover photos | Mario | 2018-03-08 | 1 | -1/+1 |
| | |||||
* | we need the javascript in the template since strings are involved | Mario Vavti | 2018-03-07 | 1 | -0/+6 |
| | |||||
* | style the 'use existing' button a wee bit | zotlabs | 2018-02-23 | 1 | -1/+1 |
| | |||||
* | use embed photos javascript widget to select existing photos for profile and ↵ | zotlabs | 2018-02-23 | 1 | -2/+7 |
| | | | | cover photos | ||||
* | replace image cropping library | zotlabs | 2018-01-23 | 1 | -6/+6 |
| | |||||
* | more work related to attach/photo and os_path, display_path and general code ↵ | zotlabs | 2017-03-15 | 1 | -31/+33 |
| | | | | cleanup | ||||
* | need to perform dbunescbin on stored filenames as well as binary data - this ↵ | zotlabs | 2016-10-23 | 1 | -2/+2 |
| | | | | is a no-op under mysql but could provide unpredictable data under postgres | ||||
* | more backquotes - this should take care of most except for the array import ↵ | zotlabs | 2016-10-09 | 1 | -1/+1 |
| | | | | queries | ||||
* | still working through some issues with curl magic-auth | redmatrix | 2016-06-27 | 1 | -1/+1 |
| | | | | fixed profile photo upload | ||||
* | remove the app $a passed to profile_load, also add profile_load to mod_wiki ↵ | redmatrix | 2016-06-26 | 1 | -1/+1 |
| | | | | which should fix issue #431 | ||||
* | code cleanup for profile_photos | redmatrix | 2016-06-23 | 1 | -2/+2 |
| | |||||
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -22/+22 |
| | | | | 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. | ||||
* | undefined function | redmatrix | 2016-05-29 | 1 | -1/+1 |
| | |||||
* | renamed include files identity.php (channel.php) and Contact.php ↵ | redmatrix | 2016-05-22 | 1 | -1/+1 |
| | | | | (connections.php) | ||||
* | module updates | redmatrix | 2016-04-18 | 1 | -0/+423 |