Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | some work on updating photo threads for Red | friendica | 2013-04-08 | 1 | -100/+18 | |
| | | | ||||||
* | | | photo driver abstraction | friendica | 2013-04-25 | 1 | -5/+8 | |
| |/ |/| | ||||||
* | | turn all Red links into zrls (not the old zrls, the new bbcode zrl which ↵ | friendica | 2013-04-15 | 1 | -4/+4 | |
|/ | | | | means we can zidify them) | |||||
* | Make prettyPhoto a feature, add slideshow for albums. | Thomas Willingham | 2013-03-29 | 1 | -4/+14 | |
| | ||||||
* | rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵ | friendica | 2013-03-21 | 1 | -11/+11 | |
| | | | | 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. | |||||
* | convert wall_upload to use the photo api | friendica | 2013-02-05 | 1 | -0/+1 | |
| | ||||||
* | debugging the photo api | friendica | 2013-02-02 | 1 | -1/+1 | |
| | ||||||
* | more progress on photos api | friendica | 2013-02-02 | 1 | -239/+6 | |
| | ||||||
* | photos cont. | friendica | 2013-01-26 | 1 | -103/+56 | |
| | ||||||
* | more photo backend stuff | friendica | 2013-01-26 | 1 | -38/+8 | |
| | ||||||
* | further baby steps on the photos API | friendica | 2013-01-25 | 1 | -11/+8 | |
| | ||||||
* | terminate script tag | friendica | 2013-01-25 | 1 | -1/+1 | |
| | ||||||
* | start on photos rework | friendica | 2013-01-25 | 1 | -24/+4 | |
| | ||||||
* | clean up the photo storage backend, revamp mod/wall_upload | friendica | 2013-01-22 | 1 | -4/+7 | |
| | ||||||
* | fix show-stopping bugs | Zach Prezkuta | 2013-01-06 | 1 | -7/+7 | |
| | ||||||
* | implement Smarty3 | Zach Prezkuta | 2013-01-06 | 1 | -18/+87 | |
| | ||||||
* | start to whip the permissions into shape, also got rid of the mce drop ↵ | friendica | 2012-12-09 | 1 | -4/+7 | |
| | | | | 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. | |||||
* | turn off some "advanced" features by default, like archives and saved search ↵ | friendica | 2012-11-03 | 1 | -1/+2 | |
| | | | | - even though we don't yet have a screen to turn them on. That will come. | |||||
* | fixme note about discovered permission encryption | friendica | 2012-11-02 | 1 | -6/+7 | |
| | ||||||
* | comments sort of working again but now need to fix the threading which was ↵ | friendica | 2012-10-25 | 1 | -1/+1 | |
| | | | | ported when it was only half working | |||||
* | fixes to photo linked items, shut up poller until I can get to that | friendica | 2012-10-25 | 1 | -29/+32 | |
| | ||||||
* | more progress on the main photos module | friendica | 2012-10-24 | 1 | -38/+38 | |
| | ||||||
* | more heavy lifting | friendica | 2012-10-23 | 1 | -9/+9 | |
| | ||||||
* | Can't see any posts currently - after the big shakeup, but we can now post ↵ | friendica | 2012-10-03 | 1 | -3/+3 | |
| | | | | top level activities and store them. | |||||
* | here's where the heavy lifting begins - everything is likely to be broken ↵ | friendica | 2012-10-01 | 1 | -50/+68 | |
| | | | | 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. | |||||
* | updates | friendica | 2012-09-09 | 1 | -31/+84 | |
| | ||||||
* | a few minor changes | friendica | 2012-08-26 | 1 | -1/+1 | |
| | ||||||
* | item table rename parent-uri, target-type, object-type (more to come later) | friendica | 2012-08-15 | 1 | -11/+11 | |
| | ||||||
* | updates | friendica | 2012-08-05 | 1 | -0/+1 | |
| | ||||||
* | implement page update modes | friendica | 2012-07-23 | 1 | -1/+1 | |
| | ||||||
* | eliminate the obsolete "last-child" indicator | friendica | 2012-07-18 | 1 | -54/+43 | |
| | ||||||
* | upstream fixes and a lot of taxonomy stuff | friendica | 2012-07-10 | 1 | -2/+1 | |
| | ||||||
* | orient function uses exif_read_data for which valid image types are only ↵ | Vasudev Kamath | 2012-07-07 | 1 | -1/+2 | |
| | | | | | | | | 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 | |||||
* | add ability to set maximum pixel length of uploaded pictures | Zach Prezkuta | 2012-07-02 | 1 | -0/+6 | |
| | ||||||
* | service limits for photo uploads | friendica | 2012-06-25 | 1 | -1/+32 | |
| | ||||||
* | sidebar photo album list not visible to anybody if user['hidewall'] set | friendica | 2012-06-24 | 1 | -2/+4 | |
| | ||||||
* | allow rotation either CW or CCW | Zach Prezkuta | 2012-06-20 | 1 | -9/+12 | |
| | ||||||
* | Now using App::get_cached_avatar_image for /photos page | Zvi ben Yaakov (a.k.a rdc) | 2012-06-19 | 1 | -2/+2 | |
| | ||||||
* | rotate uploaded images if an EXIF rotation is present | Zach Prezkuta | 2012-06-18 | 1 | -0/+1 | |
| | ||||||
* | Enabled Profile photo revisions to be displayed on /photos page | Zvi ben Yaakov (a.k.a rdc) | 2012-06-17 | 1 | -2/+2 | |
| | ||||||
* | png support: update database.sql, fix some typos, fix tinymce image browser | Fabio Comuni | 2012-06-07 | 1 | -2/+2 | |
| | ||||||
* | Add support for PNG images with alpha | Fabio Comuni | 2012-06-07 | 1 | -20/+31 | |
| | ||||||
* | photo rotation | friendica | 2012-05-23 | 1 | -1/+57 | |
| | ||||||
* | rev update, bug 428, 429, and ability to block globaldir submissions from ↵ | friendica | 2012-05-21 | 1 | -0/+14 | |
| | | | | demo sites | |||||
* | Some Bugfixes, and variable checks | Tobias Hößl | 2012-04-17 | 1 | -1/+0 | |
| | ||||||
* | Merge branch 'master' of https://github.com/friendica/friendica | Alexander Kampmann | 2012-04-05 | 1 | -11/+12 | |
|\ | | | | | | | | | | | Conflicts: include/config.php update.php | |||||
| * | profile wall privacy | friendica | 2012-03-27 | 1 | -11/+12 | |
|/ | ||||||
* | ctrl + left|right cursor keys to prev/next photos | friendica | 2012-03-19 | 1 | -1/+12 | |
| | ||||||
* | Existing photos could not be used as profile photos anymore - should be ↵ | Tobias Hößl | 2012-03-19 | 1 | -1/+1 | |
| | | | | fixed now. And some extra logging in the CSRF-Protection to make debugging easier | |||||
* | logger_debug was used as string instead of constant | friendica | 2012-02-21 | 1 | -5/+5 | |
| |