aboutsummaryrefslogtreecommitdiffstats
path: root/mod/photos.php
Commit message (Collapse)AuthorAgeFilesLines
* a few minor changesfriendica2012-08-261-1/+1
|
* item table rename parent-uri, target-type, object-type (more to come later)friendica2012-08-151-11/+11
|
* updatesfriendica2012-08-051-0/+1
|
* implement page update modesfriendica2012-07-231-1/+1
|
* eliminate the obsolete "last-child" indicatorfriendica2012-07-181-54/+43
|
* upstream fixes and a lot of taxonomy stufffriendica2012-07-101-2/+1
|
* orient function uses exif_read_data for which valid image types are only ↵Vasudev Kamath2012-07-071-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 picturesZach Prezkuta2012-07-021-0/+6
|
* service limits for photo uploadsfriendica2012-06-251-1/+32
|
* sidebar photo album list not visible to anybody if user['hidewall'] setfriendica2012-06-241-2/+4
|
* allow rotation either CW or CCWZach Prezkuta2012-06-201-9/+12
|
* Now using App::get_cached_avatar_image for /photos pageZvi ben Yaakov (a.k.a rdc)2012-06-191-2/+2
|
* rotate uploaded images if an EXIF rotation is presentZach Prezkuta2012-06-181-0/+1
|
* Enabled Profile photo revisions to be displayed on /photos pageZvi ben Yaakov (a.k.a rdc)2012-06-171-2/+2
|
* png support: update database.sql, fix some typos, fix tinymce image browserFabio Comuni2012-06-071-2/+2
|
* Add support for PNG images with alphaFabio Comuni2012-06-071-20/+31
|
* photo rotationfriendica2012-05-231-1/+57
|
* rev update, bug 428, 429, and ability to block globaldir submissions from ↵friendica2012-05-211-0/+14
| | | | demo sites
* Some Bugfixes, and variable checksTobias Hößl2012-04-171-1/+0
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-11/+12
|\ | | | | | | | | | | Conflicts: include/config.php update.php
| * profile wall privacyfriendica2012-03-271-11/+12
|/
* ctrl + left|right cursor keys to prev/next photosfriendica2012-03-191-1/+12
|
* Existing photos could not be used as profile photos anymore - should be ↵Tobias Hößl2012-03-191-1/+1
| | | | fixed now. And some extra logging in the CSRF-Protection to make debugging easier
* logger_debug was used as string instead of constantfriendica2012-02-211-5/+5
|
* implement "moderate" flag on itemsfriendica2012-01-231-2/+2
|
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* add photo upload link to album widget and "upload to this album" abilityfriendica2012-01-151-3/+20
|
* Merge remote-tracking branch 'friendica/master'Fabio Comuni2012-01-061-0/+1
|\
| * comment previewfriendica2012-01-051-0/+1
| |
* | quattro: contacts and first photo pageFabio Comuni2011-12-221-18/+24
|/
* w3c valid cleanupfriendica2011-12-061-2/+4
|
* fix "do not show status post for photo" setting when used with js_upload ↵Friendika2011-11-021-2/+2
| | | | (value is string "true/false" not integer or boolean)
* add contact-id to auto-complete response to resolve duplicatesFriendika2011-10-271-1/+12
|
* origin flag handling, and bug #137 - provide timezone conversion for events ↵Friendika2011-10-171-1/+4
| | | | posted across to Diaspora
* Fix url in profile tabsFabio Comuni2011-10-101-1/+1
|
* New common tab template. Update cssFabio Comuni2011-10-101-11/+1
|
* option to not post photos to status streamFriendika2011-10-011-8/+5
|
* override pragmaFriendika2011-10-011-0/+3
|
* fixed a bug I introduced when working on the testbubble theme - user's photo ↵Devlon Duthie2011-09-271-1/+1
| | | | | | widget header div wasn't closed correctly + some opera-friendly style changes
* really commiting files this time, still getting the hang of git.Devlon Duthie2011-09-251-4/+7
| | | | | | some images added, some classes added to groupidebar, contacts sidebar notification flags moved out of nav and into banner for testbubble the testbubble css tweaks
* provide permission error vs "not found" for protected photosFriendika2011-09-221-1/+9
|
* allow one to toggle into and out of photo edit mode for an entire albumFriendika2011-09-211-3/+4
|
* template escapesFriendika2011-09-191-17/+17
|
* put profile photo on photos pageFriendika2011-09-191-1/+3
|
* infrastructure for personalised @ tags (no UI/settings form yet), allow own ↵Friendika2011-09-011-1/+2
| | | | comments through statusnet connector
* revupFriendika2011-07-281-2/+2
|
* show full size photos for album view even when photo has been used as a ↵Friendika2011-07-281-2/+2
| | | | profile photo
* move hidewall to user table - queries are getting too complicated and ↵Friendika2011-07-051-5/+1
| | | | servers falling over
* removed stray debug statementFriendika2011-07-031-1/+2
|
* consolidate perrmisions sql, minor duepuntozero validation fixesFriendika2011-06-301-64/+4
|