| Commit message (Expand) | Author | Age | Files | Lines |
* | some initial work on uploading and cropping cover photos | redmatrix | 2016-01-13 | 3 | -0/+38 |
* | issue #154 | redmatrix | 2015-11-12 | 1 | -0/+11 |
* | make sure we only have one profile photo for a cloned channel | Mario Vavti | 2015-11-01 | 1 | -1/+6 |
* | fix photo item for search_item.tpl and a minor css fix | Mario Vavti | 2015-10-30 | 1 | -1/+1 |
* | move it up | Mario Vavti | 2015-10-29 | 1 | -1/+1 |
* | possibly better fox for profil photo image type issue | Mario Vavti | 2015-10-29 | 1 | -5/+1 |
* | re-enable pathinfo() check and try with getimagesize() if we have not got a r... | Mario Vavti | 2015-10-28 | 1 | -3/+2 |
* | pathinfo() does not work in this case. getimagesize() seems more reliabel. th... | Mario Vavti | 2015-10-28 | 1 | -0/+8 |
* | import_xchan_photo: check the return headers to ensure it's an image content-... | redmatrix | 2015-09-26 | 1 | -45/+63 |
* | initial work on obj import, rename import_profile_photo to import_xchan_photo... | redmatrix | 2015-09-01 | 1 | -3/+3 |
* | fix photo location | redmatrix | 2015-08-19 | 1 | -1/+2 |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-07-21 | 1 | -4/+4 |
|\ |
|
| * | Fixes regarding the new default profile photo size. The default profile photo... | Mario Vavti | 2015-07-20 | 1 | -4/+4 |
* | | more work on photos, including os_storage for the size '0' photo and numberin... | redmatrix | 2015-06-23 | 1 | -5/+12 |
* | | vsprintf error | redmatrix | 2015-05-18 | 1 | -1/+1 |
* | | bring the new photo schema into play | redmatrix | 2015-05-18 | 1 | -21/+13 |
|/ |
|
* | started to add the ability to geotag photos (default will be disabled) but my... | friendica | 2015-03-16 | 1 | -2/+9 |
* | PostgreSQL support initial commit | Habeas Codice | 2014-11-13 | 1 | -7/+7 |
* | Revert "x" | habeascodice | 2014-10-11 | 1 | -1/+0 |
* | Merge remote branch 'upstream/master' | habeascodice | 2014-10-09 | 1 | -1/+1 |
|\ |
|
| * | put back local file check so body is fetched from z_ functions | nostupidzone | 2014-10-07 | 1 | -1/+1 |
* | | Merge remote branch 'upstream/master' | habeascodice | 2014-10-07 | 1 | -10/+21 |
|\| |
|
| * | add imagick version check when guessing mimetype. It probably isn't important... | friendica | 2014-10-07 | 1 | -10/+21 |
* | | x | habeascodice | 2014-10-07 | 1 | -0/+1 |
|/ |
|
* | check the imagick version before using it. | friendica | 2014-10-07 | 1 | -4/+16 |
* | add ability to skip broken imagemagick on shared hosting | nostupidzone | 2014-10-07 | 1 | -6/+10 |
* | image/jpeg > image/png | Jeroen | 2014-10-05 | 1 | -1/+1 |
* | add gif to supported image types (if it's supported) | friendica | 2014-09-11 | 1 | -1/+1 |
* | support title and description (and dates which were done earlier) for friendi... | friendica | 2014-08-13 | 1 | -2/+10 |
* | provide a way to preserve photo timestamps when importing (rather than upload... | friendica | 2014-08-12 | 1 | -4/+6 |
* | Often somebody will join the matrix with a dodgy cert and we'll sort that out... | friendica | 2014-04-13 | 1 | -1/+1 |
* | project "snakebite" | friendica | 2014-02-17 | 1 | -5/+11 |
* | missing filename in uploaded photos (we don't really use this, but we will ne... | friendica | 2014-01-22 | 1 | -1/+1 |
* | sql error | friendica | 2014-01-21 | 1 | -1/+1 |
* | auto-crop imported photos for things and xchans. This results in undistorted ... | friendica | 2013-12-30 | 1 | -1/+21 |
* | things can now have (consistent sized) photos - plus I found a couple of issu... | friendica | 2013-12-28 | 1 | -9/+17 |
* | make default profile photo configurable - should be functional but needs admi... | friendica | 2013-12-19 | 1 | -3/+3 |
* | some work on modularising the default profile photo so we can make them site ... | friendica | 2013-12-09 | 1 | -3/+3 |
* | deprecate a->get_curl_code() and $a->get_curl_headers() | friendica | 2013-12-01 | 1 | -7/+7 |
* | big changes to photo->store() which is now photo->save() and takes an array i... | friendica | 2013-08-07 | 1 | -6/+124 |
* | cleaning up issues reported in logs | friendica | 2013-07-28 | 1 | -2/+2 |
* | photo driver issue when updating contact photos - old class structure used in... | friendica | 2013-05-05 | 1 | -3/+5 |
* | don't try and load an empty string as a photo | friendica | 2013-04-29 | 2 | -1/+8 |
* | photo driver abstraction | friendica | 2013-04-25 | 3 | -0/+830 |