aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Cover_photo.php
Commit message (Collapse)AuthorAgeFilesLines
* imagick converter: -thumbnail doesn't preserve exif, -resize doeszotlabs2018-06-261-1/+1
|
* include photos.phpHerbert Thielen2018-05-271-0/+1
| | | | required for photo_calculate_scale()
* changes made during testing imagick scaling for cover photo thumbnailzotlabs2018-05-081-4/+6
|
* use imagemagick first stage thumbnail for cover photos, if configuredzotlabs2018-05-071-4/+33
|
* provide warnings about profile photo and cover photo permissionszotlabs2018-05-011-0/+1
|
* when changing cover photo, show existingzotlabs2018-04-171-0/+1
|
* use dbunescbin() for cover photosMario2018-03-081-1/+1
|
* we need the javascript in the template since strings are involvedMario Vavti2018-03-071-0/+6
|
* style the 'use existing' button a wee bitzotlabs2018-02-231-1/+1
|
* use embed photos javascript widget to select existing photos for profile and ↵zotlabs2018-02-231-2/+7
| | | | cover photos
* replace image cropping libraryzotlabs2018-01-231-6/+6
|
* more work related to attach/photo and os_path, display_path and general code ↵zotlabs2017-03-151-31/+33
| | | | cleanup
* need to perform dbunescbin on stored filenames as well as binary data - this ↵zotlabs2016-10-231-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 ↵zotlabs2016-10-091-1/+1
| | | | queries
* still working through some issues with curl magic-authredmatrix2016-06-271-1/+1
| | | | fixed profile photo upload
* remove the app $a passed to profile_load, also add profile_load to mod_wiki ↵redmatrix2016-06-261-1/+1
| | | | which should fix issue #431
* code cleanup for profile_photosredmatrix2016-06-231-2/+2
|
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-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 functionredmatrix2016-05-291-1/+1
|
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-1/+1
| | | | (connections.php)
* module updatesredmatrix2016-04-181-0/+423