aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Profile_photo.php
Commit message (Collapse)AuthorAgeFilesLines
* more work related to attach/photo and os_path, display_path and general code ↵zotlabs2017-03-291-5/+7
| | | | cleanup
* send sync packet on profile photo permissions changezotlabs2017-02-251-0/+9
|
* Create virtual privacy groups for private profile member listszotlabs2017-02-121-4/+6
|
* profile photo issue on postgreszotlabs2016-10-231-1/+1
|
* 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
* remove requirement that imported profile photos be in the profile photos albumzotlabs2016-10-181-1/+1
|
* Change the behaviour of 'use existing photo for profile'. For a channel with ↵zotlabs2016-10-181-11/+31
| | | | one profile, works just as it did previously. For multiple profiles, go back to the "upload form" but with a pre-existing file selected so that the correct profile can be selected. The text on this page and the resulting form are changed to remove the 'upload' text and file selection; but falls through to cropping in either case.
* more backquotes - this should take care of most except for the array import ↵zotlabs2016-10-091-1/+1
| | | | queries
* force immediate avatar updateTreer2016-07-031-0/+2
|
* still working through some issues with curl magic-authredmatrix2016-06-271-3/+2
| | | | 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-43/+58
|
* set profile when "use existing photo"redmatrix2016-06-221-4/+14
|
* missing class selector when "use photo as profile photo"redmatrix2016-06-221-1/+1
|
* db statement debuggingredmatrix2016-06-221-3/+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.
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-1/+1
| | | | (connections.php)
* daemon conversion continued...redmatrix2016-05-191-2/+2
|
* module updatesredmatrix2016-04-181-0/+436