aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* suppress duplicate FB posts (incoming after posted locally)Friendika2011-04-271-0/+2
|
* call post_local_end hook on like/dislikeFriendika2011-04-261-0/+2
|
* no insecure warning on FB connectionsFriendika2011-04-262-2/+2
|
* lots of facebook fixesFriendika2011-04-261-1/+2
|
* redirect to profile photo upload on very first loginFriendika2011-04-232-2/+16
|
* block_public should also block the contacts page and 'Connect' page if not ↵Friendika2011-04-212-1/+19
| | | | logged in
* when public access is blocked, profile page should show login boxFriendika2011-04-211-2/+1
|
* "firewall" setting - block all public pages from the public if configured to ↵Friendika2011-04-216-0/+40
| | | | do so
* bin2hex not vice versaFriendika2011-04-211-1/+1
|
* another typoFriendika2011-04-211-1/+1
|
* typoFriendika2011-04-211-1/+1
|
* don't show connect link to authenticated visitorsFriendika2011-04-201-0/+2
|
* missing acl selector after mergeFriendika2011-04-201-1/+1
|
* merge status editor instancesFriendika2011-04-202-164/+25
|
* keep space before t() for legacy string pullerFriendika2011-04-201-1/+1
|
* pull request #91 fabrixxm (manual merge)Friendika2011-04-201-3/+5
|
* edit post broke with recent checkinFriendika2011-04-191-3/+3
|
* provide disclosure warning on private network pageFriendika2011-04-192-1/+6
|
* per contact network page (link in photo menu)Friendika2011-04-191-7/+29
|
* follow requests most adhere to site allow policyFriendika2011-04-191-0/+7
|
* provide a way to disable mailbox integrationFriendika2011-04-184-42/+63
|
* still getting a zeroFriendika2011-04-181-4/+4
|
* leave imap port blank if 0Friendika2011-04-181-1/+1
|
* email integration, cont.Friendika2011-04-176-9/+140
|
* mail changesFriendika2011-04-161-6/+10
|
* relocated "follow" url scraping code so it can be used elsewhere (contact ↵Friendika2011-04-151-181/+23
| | | | repair, etc.)
* "profile locator/address" is now called "Identity Address" to reduce confusionFriendika2011-04-142-3/+5
|
* set utf-8 on all emailsFriendika2011-04-148-13/+54
|
* initial spanish translationFriendika2011-04-141-2/+6
|
* contact "repair/relocate URL" toolFriendika2011-04-132-0/+107
|
* better visibility of default post permissionsFriendika2011-04-131-0/+1
|
* docoFriendika2011-04-131-2/+5
|
* local documentation libraryFriendika2011-04-131-0/+33
|
* small wording changeFriendika2011-04-121-1/+1
|
* minor ui tweaksFriendika2011-04-121-1/+1
|
* missed file additionFriendika2011-04-121-0/+141
|
* profile visibility editorFriendika2011-04-121-4/+4
|
* edit group links on network pageFriendika2011-04-121-1/+1
|
* move all message display sub-functions from boot.php into conversation.phpFriendika2011-04-125-11/+17
|
* cleanupFriendika2011-04-121-31/+51
|
* first cut at group chooser UIFriendika2011-04-121-0/+19
|
* visual display of group membersFriendika2011-04-111-4/+11
|
* death to comment box oddities (a slow death as it will take some time for ↵Friendika2011-04-111-3/+7
| | | | everybody to upgrade)
* that's better...Friendika2011-04-111-1/+5
|
* wallwall oddities on display pageFriendika2011-04-112-0/+4
|
* wrong variable passedFriendika2011-04-111-1/+1
|
* pull in new 'writable' dfrn flagFriendika2011-04-115-15/+12
|
* all conversations unified except photosFriendika2011-04-112-249/+6
|
* some w3c validation issuesFriendika2011-04-101-194/+6
|
* "display list of status items" moved to include/conversation.php,Friendika2011-04-101-338/+3
| | | | | currently network module has been updated to use it for display, other modules to follow with whatever special case code they require.