aboutsummaryrefslogtreecommitdiffstats
path: root/mod/contacts.php
Commit message (Collapse)AuthorAgeFilesLines
* move friend suggestions to top of contact page, add default contact profile ↵friendica2012-03-201-0/+5
| | | | photos if missing
* basic ssl_policy for important modulesfriendica2012-03-141-17/+17
|
* don't count self in number of contatcsfriendica2012-03-131-4/+2
|
* recover contacts total count which got lostfriendica2012-03-091-3/+4
|
* clicking contact on contacts page broken linkfriendica2012-02-271-0/+1
|
* revert 01a2791e3a to avoid random preg internal errors. fix contact_templateFabio Comuni2012-02-271-2/+2
|
* quattro post preview, style contacts pages, style for "shiny" class, fix ↵Fabio Comuni2012-02-231-29/+33
| | | | | | | contacts list in profile aside. remove html from viewcontacts.php and contacts.php use contact_template.tpl to print contacts also in viewcontacts
* more contacts categorisation, page cleanupfriendica2012-02-131-3/+18
|
* proper tab selection when network or search is in effectfriendica2012-02-131-1/+1
|
* tabs and total count for contacts pagefriendica2012-02-131-21/+57
|
* refresh contact record after setting changefriendica2012-02-111-0/+8
|
* bug #279, add network selector widget to contacts pagefriendica2012-02-111-1/+6
|
* bug #278 show only blocked contactsfriendica2012-02-111-5/+14
|
* if removing a contact after viewing the third page of contacts, go back to ↵friendica2012-02-081-2/+5
| | | | page 3
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* hide some contacts from othersfriendica2011-12-051-2/+5
|
* "follow" link was missingFriendika2011-11-111-0/+2
|
* contact edit updatesFriendika2011-11-091-40/+56
|
* more work on new contact edit page - plus first port to testbubbleFriendika2011-11-091-9/+17
|
* more contact edit page stuffFriendika2011-11-081-14/+17
|
* first checkin - updated contact_edit, more work remainsFriendika2011-11-081-5/+7
|
* common friendsFriendika2011-11-011-0/+5
|
* add contact_widgets and provide widgets on appropriate pages, fix the saved ↵Friendika2011-10-111-32/+4
| | | | | | search widget fix directory page on testbubble, don't use system theme for community, directory, and search if the viewer is logged in.
* stuffFriendika2011-10-111-13/+20
| | | | | | | | | | | | - background the external network notifications (Facebook, Twitter, Statusnet) - add vimeo support - consolidate editor video options (insert video, regardless of source) - add "Connector Settings" page purely for configuring connectors - moved mailbox settings to Connectors - Move the "Connect/Follow" dialogue out of "find people" and move to top. - Add "Find People" dialogue - minor theme edits on duepuntozero and testbubble to make all this stuff work - A bit of theming on duepunto notifications to eliminate the gigantic Diaspora profile photos.
* Merge branch 'master' into newuiFabio Comuni2011-09-261-10/+13
|\
| * moved invite friends into 'find people' blockDevlon Duthie2011-09-251-6/+8
| | | | | | | | misc. styling tweaks
| * really commiting files this time, still getting the hang of git.Devlon Duthie2011-09-251-5/+6
| | | | | | | | | | | | 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
* | Merge remote-tracking branch 'friendika/master' into newuiFabio Comuni2011-08-301-29/+21
|\|
| * remove "online reputation" section on contact editing - nobody ever uses it, ↵Friendika2011-08-291-17/+1
| | | | | | | | and there is no interface to query it.
| * some minor work on contact edit pageFriendika2011-08-251-1/+6
| |
| * theme settings for contact photo menuFriendika2011-08-251-1/+1
| |
| * contact menu beginningsFriendika2011-08-241-0/+1
| |
| * d* retractionsFriendika2011-08-221-10/+12
| |
* | Merge branch 'master' into newuifabrixxm2011-08-221-2/+2
|\|
| * don't allow removal of self contactFriendika2011-08-191-2/+2
| |
* | remove javascript to set selectect nav item. enanche img template prefetch ↵fabrixxm2011-08-171-1/+1
| | | | | | | | ignoring
* | Merge remote-tracking branch 'friendika/master' into newuifabrixxm2011-08-171-16/+21
|\|
| * diaspora confirm cleanupFriendika2011-08-151-1/+1
| |
| * cleanupFriendika2011-08-071-7/+7
| |
| * allow group selection from contact edit pageFriendika2011-08-021-8/+13
| |
* | change nav selected css classFabio Comuni2011-07-251-1/+1
|/
* invite systemFriendika2011-07-171-1/+1
|
* begin invites, fb setup changesFriendika2011-07-171-2/+15
|
* use local 'match people with my interests' if global directory is not configuredFriendika2011-07-021-2/+3
|
* friend suggestionsFriendika2011-06-261-0/+5
|
* show group affiliations in contact editorFriendika2011-05-311-0/+10
|
* show linked url on user's contact pageFriendika2011-05-301-3/+3
|
* add info() function. Works like notice() but show messages in a div with ↵Fabio Comuni2011-05-231-5/+5
| | | | | | | 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-6/+6
|
* don't use load_view_file() except in email templates and install of htconfig ↵Friendika2011-05-101-6/+6
| | | | - to avoid getting wrong file when package is updated by copying over an older version.