aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile_photo.php
Commit message (Expand)AuthorAgeFilesLines
* Allows extra content to be inserted at end of profile_photo page. Needed for ...habeascodice2014-09-281-1/+3
* Now we also refresh permissions after the user posted connedit.sirius2014-04-201-1/+29
* Added permission handling of profile-photossirius2014-04-201-15/+29
* Merging in conflictsirius2014-04-161-9/+19
|\
* | Added hackish support for permissions-sync between profile and profile-picturessirius2014-04-141-0/+33
|/
* comanchify all the simple cases - those that only load a profile. Rework perm...friendica2013-12-111-10/+0
* couple of errant SQL queriesfriendica2013-12-051-2/+2
* issue #225friendica2013-12-051-1/+1
* big changes to photo->store() which is now photo->save() and takes an array i...friendica2013-08-071-9/+35
* photo driver abstractionfriendica2013-04-251-4/+4
* we don't need to quote or rename 'default' in mySQL if we just use the origin...friendica2013-02-151-1/+1
* Whinging whining stupid fucks.friendica2013-02-121-8/+6
* fix profile selector on profile_photo page (unquoted mysql reserved word 'def...friendica2013-02-101-3/+3
* partial cleanup of mod/profile_photo - needs a LOT morefriendica2013-02-051-52/+65
* clean up the photo storage backend, revamp mod/wall_uploadfriendica2013-01-221-5/+6
* more work on notification system, fix a couple of minor issues from smarty co...friendica2013-01-071-2/+2
* implement Smarty3Zach Prezkuta2013-01-061-1/+11
* "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes t...friendica2012-10-291-1/+1
* restore profile_photo functionality after structural changesfriendica2012-10-241-11/+18
* here's where the heavy lifting begins - everything is likely to be broken for...friendica2012-10-011-10/+10
* moving a lot of structure around. 'entity' is now 'channel'friendica2012-09-251-1/+2
* unbreak some more stufffriendica2012-09-041-2/+2
* more DB cleanupfriendica2012-08-301-2/+2
* start on contacts/profilesfriendica2012-08-301-3/+3
* stufffriendica2012-08-271-1/+1
* Removing connectors we won't be needing - this is probably going to break som...friendica2012-07-181-2/+0
* front end for alternate profile photosfriendica2012-07-171-1/+9
* backend support for alternate profile photos for private profilesfriendica2012-07-171-9/+36
* upstream fixes and a lot of taxonomy stufffriendica2012-07-101-1/+7
* png support: update database.sql, fix some typos, fix tinymce image browserFabio Comuni2012-06-071-1/+2
* Add support for PNG images with alphaFabio Comuni2012-06-071-4/+6
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-1/+1
|\
| * form security error when using existing photofriendica2012-03-271-1/+1
|/
* Some security against XSRF-attacksTobias Hößl2012-03-121-6/+12
* add remove_user hook (it looks like dreamhost changed all my file permissions...friendica2012-01-181-0/+0
* warn about photo caching when updating profile picfriendica2011-11-121-0/+1
* bug in diaspora_reshareFriendika2011-10-201-0/+3
* if photo is uploaded to "profile photos" album it could not be made into prof...Friendika2011-09-151-1/+7
* add info() function. Works like notice() but show messages in a div with clas...Fabio Comuni2011-05-231-1/+1
* deprecate load_view_fileFriendika2011-05-111-3/+3
* don't use load_view_file() except in email templates and install of htconfig ...Friendika2011-05-101-3/+3
* redirect to profile photo upload on very first loginFriendika2011-04-231-1/+6
* the rest of the english html templates except for htconfigFriendika2011-04-071-1/+5
* more templates goneFriendika2011-03-291-3/+5
* Merge branch 'gettext' of https://github.com/fabrixxm/friendika into fabrixxm...Friendika2011-03-181-5/+5
|\
| * update source stringsfabrixxm2011-03-111-5/+5
* | share,retweet,relay,forward, whateverFriendika2011-03-161-1/+1
|/
* move php path setting inside proc_runFriendika2011-02-231-6/+2
* Add a link to user photos in Upload Profile Photo pageFabio Comuni2011-02-041-1/+1
* Allow to set a photo from albums as profile photoFabio Comuni2011-02-041-36/+90