Commit Graph

179 Commits

Author SHA1 Message Date
friendica 247d132e17 start using profile_flags in photo queries so we can start creating PHOTO_THING's 2013-07-18 20:55:25 -07:00
friendica da05b9736e some work on issue #62 (comments collapsing on liveupdate), but still a work in progress
some work on photo consolidated "view/edit", but still a work in progress
2013-07-02 16:37:33 -07:00
friendica e0c6ee2082 photo album listing widget broken 2013-06-05 23:07:52 -07:00
friendica 08a4ffd663 convert most red photos to zmg 2013-05-28 04:50:16 -07:00
friendica 61a66bfb00 Merge branch 'photothread' 2013-04-29 19:59:27 -07:00
friendica 72e83f69bc photo driver abstraction 2013-04-25 20:01:24 -07:00
friendica f72d351224 Merge branch 'master' into photothread 2013-04-16 20:16:44 -07:00
friendica 7e6890832b turn all Red links into zrls (not the old zrls, the new bbcode zrl which means we can zidify them) 2013-04-15 03:00:08 -07:00
friendica 3e7e0a3c43 some work on updating photo threads for Red 2013-04-08 17:23:26 -07:00
Thomas Willingham 8741bb20e8 Make prettyPhoto a feature, add slideshow for albums. 2013-03-29 20:36:39 +00:00
friendica ddf5bf8968 rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present. 2013-03-21 18:25:41 -07:00
friendica f3eb2eb9e7 convert wall_upload to use the photo api 2013-02-05 16:54:09 -08:00
friendica 3eacd7aab3 debugging the photo api 2013-02-02 15:08:11 -08:00
friendica 7645b440e8 more progress on photos api 2013-02-02 01:58:11 -08:00
friendica 3e0040d7c3 photos cont. 2013-01-26 03:42:05 -08:00
friendica 91126d8dd3 more photo backend stuff 2013-01-26 02:24:07 -08:00
friendica 70aa8421b3 further baby steps on the photos API 2013-01-25 23:32:44 -08:00
friendica 93af193218 terminate script tag 2013-01-25 18:14:44 -08:00
friendica b43b6c3549 start on photos rework 2013-01-25 18:13:15 -08:00
friendica cf2488e999 clean up the photo storage backend, revamp mod/wall_upload 2013-01-22 17:48:42 -08:00
Zach Prezkuta b4a95460e6 fix show-stopping bugs 2013-01-06 19:34:54 -07:00
Zach Prezkuta a0d19ffb72 implement Smarty3 2013-01-06 15:57:11 -07:00
friendica f8c33243bf start to whip the permissions into shape, also got rid of the mce drop shadow until we can figure out how to do it without the ugly black bars. I tend to prefer "outy" shadows over "inny" shadows anyway, but maybe that's just me. 2012-12-09 18:07:36 -08:00
friendica ece59b778e turn off some "advanced" features by default, like archives and saved search - even though we don't yet have a screen to turn them on. That will come. 2012-11-03 16:40:05 -07:00
friendica 78884195bc fixme note about discovered permission encryption 2012-11-02 14:48:33 -07:00
friendica 3b394ea43f comments sort of working again but now need to fix the threading which was ported when it was only half working 2012-10-25 18:42:42 -07:00
friendica ebb75340ec fixes to photo linked items, shut up poller until I can get to that 2012-10-25 00:10:53 -07:00
friendica 939543b26d more progress on the main photos module 2012-10-24 22:21:35 -07:00
friendica 968b9ce1af more heavy lifting 2012-10-23 21:24:23 -07:00
friendica e124c9fa5c Can't see any posts currently - after the big shakeup, but we can now post top level activities and store them. 2012-10-03 22:28:19 -07:00
friendica 846a9813b2 here's where the heavy lifting begins - everything is likely to be broken for quite some time as we add location and db independence to items and conversations and work through the rest of the permissions and how to federate the buggers. 2012-10-01 18:02:11 -07:00
friendica 3ebb4a3dc7 updates 2012-09-09 21:17:06 -07:00
friendica 5ff6e9348b a few minor changes 2012-08-26 23:05:00 -07:00
friendica f7c6a6ff90 item table rename parent-uri, target-type, object-type (more to come later) 2012-08-15 22:33:37 -07:00
friendica c673c70c25 updates 2012-08-05 21:41:58 -07:00
friendica 4b36e41b09 implement page update modes 2012-07-23 20:49:56 -07:00
friendica d92a4a686d eliminate the obsolete "last-child" indicator 2012-07-18 17:08:03 -07:00
friendica 94fabe3a29 upstream fixes and a lot of taxonomy stuff 2012-07-10 06:28:02 -07:00
Vasudev Kamath 1b3d84422e orient function uses exif_read_data for which valid image types are only JPEG and TIFF as per the document [1].
When trying to upload an screenshot with png type I was getting message as *failed* even though image was uploading. So added a fix to check image type before calling orient function. Not sure if this is a proper fix but after this i'm not getting any error during file upload

[1] http://au2.php.net/manual/en/function.exif-read-data.php
2012-07-07 16:17:26 +05:30
Zach Prezkuta 3fe5bdbd8d add ability to set maximum pixel length of uploaded pictures 2012-07-02 20:01:23 -06:00
friendica 35a098e0dc service limits for photo uploads 2012-06-25 01:37:44 -07:00
friendica 9528beac34 sidebar photo album list not visible to anybody if user['hidewall'] set 2012-06-24 16:51:39 -07:00
Zach Prezkuta 54c76ca822 allow rotation either CW or CCW 2012-06-20 20:51:03 -06:00
Zvi ben Yaakov (a.k.a rdc) a801888b15 Now using App::get_cached_avatar_image for /photos page 2012-06-19 16:05:39 -07:00
Zach Prezkuta 42fa47e8f7 rotate uploaded images if an EXIF rotation is present 2012-06-18 21:02:11 -06:00
Zvi ben Yaakov (a.k.a rdc) edc68f4876 Enabled Profile photo revisions to be displayed on /photos page 2012-06-17 23:59:29 +03:00
Fabio Comuni 2438c6e45d png support: update database.sql, fix some typos, fix tinymce image browser 2012-06-07 20:17:31 +02:00
Fabio Comuni 7cc8c369cb Add support for PNG images with alpha 2012-06-07 17:42:13 +02:00
friendica 61dba985c1 photo rotation 2012-05-23 01:01:04 -07:00
friendica 54e2c1ca81 rev update, bug 428, 429, and ability to block globaldir submissions from demo sites 2012-05-21 16:40:11 -07:00