aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile_photo.php
Commit message (Collapse)AuthorAgeFilesLines
* big changes to photo->store() which is now photo->save() and takes an array ↵friendica2013-08-071-9/+35
| | | | instead of a list of args. Also the beginning of the migration to using photo_flags to indicate special purpose photos such as profile photos and contact photos and "thing" photos.
* photo driver abstractionfriendica2013-04-251-4/+4
|
* we don't need to quote or rename 'default' in mySQL if we just use the ↵friendica2013-02-151-1/+1
| | | | original column name 'is_default'
* Whinging whining stupid fucks.friendica2013-02-121-8/+6
|
* fix profile selector on profile_photo page (unquoted mysql reserved word ↵friendica2013-02-101-3/+3
| | | | 'default')
* 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 ↵friendica2013-01-071-2/+2
| | | | conversion
* implement Smarty3Zach Prezkuta2013-01-061-1/+11
|
* "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes ↵friendica2012-10-291-1/+1
| | | | to the profile details.
* restore profile_photo functionality after structural changesfriendica2012-10-241-11/+18
|
* here's where the heavy lifting begins - everything is likely to be broken ↵friendica2012-10-011-10/+10
| | | | 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.
* 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 ↵friendica2012-07-181-2/+0
| | | | some shit.
* 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
|\ | | | | | | | | | | Conflicts: include/config.php update.php
| * 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 ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* 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 ↵Friendika2011-09-151-1/+7
| | | | profile photo.
* add info() function. Works like notice() but show messages in a div with ↵Fabio Comuni2011-05-231-1/+1
| | | | | | | class info-message. update code to use info() instead of notice() when appropriate (non-error message) add info-message class style in themes
* 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
| | | | - to avoid getting wrong file when package is updated by copying over an older version.
* 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 ↵Friendika2011-03-181-5/+5
|\ | | | | | | fabrixxm-gettext
| * 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
|
* Added proc_run() and modified all occurrence of proc_close(proc_open()) to ↵fabrixxm2011-01-241-2/+2
| | | | use proc_run()
* profile load optimisationFriendika2010-12-111-1/+0
|
* couple of issues w/ profile photo update propogationFriendika2010-11-091-1/+10
|
* add micro profile photoFriendika2010-11-041-0/+7
|
* eradicate redundant get_uid functionMike Macgirvin2010-10-181-7/+7
|
* a bit more robust about loading external picsMike Macgirvin2010-10-041-29/+32
| | | | also friend confirm was getting wrong email
* i18n string extraction utilMike Macgirvin2010-09-291-3/+3
|
* localisation path for all view templatesMike Macgirvin2010-09-221-3/+3
|