aboutsummaryrefslogtreecommitdiffstats
path: root/include/photo
Commit message (Expand)AuthorAgeFilesLines
* imagemagick preserves exif when scaling. GD does not. We do not want to prese...zotlabs2018-04-223-0/+19
* use original exif_read_data() parameters which were lost in a regression; uns...zotlabs2018-03-141-1/+1
* somewhere along the line the output of exif_read_data() changed and it no lon...zotlabs2018-03-131-2/+2
* allow toggle to 'SMBC' scaling mode. 'SMBC' mode is named thusly for Saturday...zotlabs2017-11-211-3/+10
* text thumbnails in cloud tile modezotlabs2017-11-191-47/+62
* sort out a few more large image upload issueszotlabs2017-11-141-4/+12
* ensure we have an observer hashzotlabs2017-10-031-1/+1
* hubzilla issue #868zotlabs2017-10-031-0/+21
* provide default photo mimetypezotlabs2017-09-201-0/+1
* provide a hook for importing a channel photo at channel creation timezotlabs2017-09-141-0/+30
* some doco fixes and other real minor stuff to improve logreading abilityzotlabs2017-08-091-2/+2
* guess_image_type - ignore scheme when checking for urlszotlabs2017-06-251-1/+1
* mastodon reshares can be either posts or comments; silence warning from guess...zotlabs2017-06-251-1/+11
* whitespacezotlabs2017-06-051-3/+5
* cleanup onlyzotlabs2017-05-311-3/+2
* photo size-0 issuezotlabs2017-04-071-0/+1
* add os_path and display_path to photos, fix some issues with multiple path se...zotlabs2017-03-141-86/+2
* do not choke if photo_factory() returns nullMario Vavti2017-01-151-1/+3
* correct encodingzotlabs2016-10-231-2/+2
* remove the rest of the backticks from sql queries; replace with TQUOT const w...zotlabs2016-10-121-50/+50
* issue #526redmatrix2016-09-221-2/+9
* issue #519redmatrix2016-09-201-2/+5
* the rest of the schema updates - WARNING: some third party plugins may fail; ...redmatrix2016-06-011-25/+25
* code cleanupredmatrix2016-05-241-5/+1
* deprecate $a->get_baseurl()redmatrix2016-03-301-6/+6
* some initial work on uploading and cropping cover photosredmatrix2016-01-133-0/+38
* issue #154redmatrix2015-11-121-0/+11
* make sure we only have one profile photo for a cloned channelMario Vavti2015-11-011-1/+6
* fix photo item for search_item.tpl and a minor css fixMario Vavti2015-10-301-1/+1
* move it upMario Vavti2015-10-291-1/+1
* possibly better fox for profil photo image type issueMario Vavti2015-10-291-5/+1
* re-enable pathinfo() check and try with getimagesize() if we have not got a r...Mario Vavti2015-10-281-3/+2
* pathinfo() does not work in this case. getimagesize() seems more reliabel. th...Mario Vavti2015-10-281-0/+8
* import_xchan_photo: check the return headers to ensure it's an image content-...redmatrix2015-09-261-45/+63
* initial work on obj import, rename import_profile_photo to import_xchan_photo...redmatrix2015-09-011-3/+3
* fix photo locationredmatrix2015-08-191-1/+2
* Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-211-4/+4
|\
| * Fixes regarding the new default profile photo size. The default profile photo...Mario Vavti2015-07-201-4/+4
* | more work on photos, including os_storage for the size '0' photo and numberin...redmatrix2015-06-231-5/+12
* | vsprintf errorredmatrix2015-05-181-1/+1
* | bring the new photo schema into playredmatrix2015-05-181-21/+13
|/
* started to add the ability to geotag photos (default will be disabled) but my...friendica2015-03-161-2/+9
* PostgreSQL support initial commitHabeas Codice2014-11-131-7/+7
* Revert "x"habeascodice2014-10-111-1/+0
* Merge remote branch 'upstream/master'habeascodice2014-10-091-1/+1
|\
| * put back local file check so body is fetched from z_ functionsnostupidzone2014-10-071-1/+1
* | Merge remote branch 'upstream/master'habeascodice2014-10-071-10/+21
|\|
| * add imagick version check when guessing mimetype. It probably isn't important...friendica2014-10-071-10/+21
* | xhabeascodice2014-10-071-0/+1
|/
* check the imagick version before using it.friendica2014-10-071-4/+16