aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Profile_photo.php
Commit message (Collapse)AuthorAgeFilesLines
* move from build_sync_packet() to Libsync::build_sync_packet()Mario2020-04-091-3/+5
|
* Add remove profile photo buttonMax Kostikov2019-04-191-4/+30
|
* Update photo usage only for thumbnailsMax Kostikov2019-04-131-1/+1
|
* Save profile photo in filesystem or database; more precise modification time ↵Max Kostikov2019-04-121-21/+35
| | | | processing
* provide warnings about profile photo and cover photo permissionszotlabs2018-05-011-0/+1
|
* we need the javascript in the template since strings are involvedMario Vavti2018-03-071-0/+6
|
* make the profile photo image picker work correctly with multiple profiles.zotlabs2018-02-241-3/+16
|
* 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-3/+6
| | | | cover photos
* add units to csszotlabs2018-01-231-1/+1
|
* replace image cropping libraryzotlabs2018-01-231-8/+13
|
* this should finish up hubzilla issue #113zotlabs2017-12-311-2/+5
|
* Maria's profile photo issue, please push to master.zotlabs2017-11-011-2/+8
|
* profile photo propagation issue if the local xchan_photo_[l|m|s] fields were ↵zotlabs2017-10-011-2/+10
| | | | changed from the /photo/profile/l/n form to photo/[hash] form by a clone operation.
* consolidate and simplify the generation of activitystreams persons, add a ↵zotlabs2017-05-111-1/+1
| | | | couple more fields hoping eventually Mastodon will accept legal follow activities without choking on them. Requires an update of plugins also.
* 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