aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* yikes that's a lot of typosfriendica2013-01-021-1/+1
|
* another typofriendica2013-01-021-1/+1
|
* foreach issuefriendica2013-01-021-3/+5
|
* typos etc.friendica2013-01-022-3/+2
|
* start building social graphfriendica2013-01-016-101/+93
|
* more poco discoveryfriendica2013-01-011-8/+12
|
* poco discoveryfriendica2013-01-015-8/+18
|
* ensure all delivery result possibilities are logged and communicated to the ↵friendica2013-01-011-6/+20
| | | | sender
* accept expire params if expire feature is enabledfriendica2012-12-311-0/+13
|
* add individual message delivery reportingfriendica2012-12-312-7/+19
|
* cleanup bootfriendica2012-12-313-70/+26
|
* couple of fixes to follow, prepare for default connection permissionsfriendica2012-12-314-20/+49
|
* more delivery diagnosticsfriendica2012-12-313-4/+12
|
* connections edit: show existing permissions as checked (or unchecked) even ↵friendica2012-12-311-1/+4
| | | | if disabled
* update timestamps on successful pollfriendica2012-12-301-2/+5
|
* refresh now works on poller runsfriendica2012-12-302-21/+17
|
* fixesfriendica2012-12-302-2/+2
|
* update todo listfriendica2012-12-301-5/+5
|
* more progress on onepollfriendica2012-12-302-162/+20
|
* requeue failed deliveriesfriendica2012-12-304-172/+24
|
* progress on pollerfriendica2012-12-302-167/+74
|
* more logging, some debugging of group membership pagefriendica2012-12-304-7/+21
|
* fix poco acct: urlfriendica2012-12-301-2/+2
|
* add item['expires'] to protocol communicationsfriendica2012-12-301-0/+5
|
* no hub - well doh, no wonder; we were looking for array['hub'] and it's ↵friendica2012-12-293-5/+3
| | | | actually array['url'].
* add item expires fieldfriendica2012-12-293-2/+13
|
* probe diagnostic translated to zot, will use your current channel for ↵friendica2012-12-292-3/+65
| | | | permissions, logout to check anonymous permissions
* fix connections page layoutfriendica2012-12-282-0/+6
|
* simplify, simplify. We don't need a photo menu on the connnections page. ↵friendica2012-12-281-10/+2
| | | | Click a person, goto profile edit. We can put all other operations you might wish to perform on that page.
* fix channel page permissions for public viewingfriendica2012-12-282-3/+2
|
* Merge https://github.com/friendica/red into zpullfriendica2012-12-2818-282/+166
|\
| * Merge pull request #10 from beardy-unixer/masterfriendica2012-12-2718-282/+166
| |\ | | | | | | More themeing.
| | * Merge remote-tracking branch 'upstream/master'Thomas Willingham2012-12-287-141/+177
| | |\
| | * | More fancyred progressThomas Willingham2012-12-281-44/+49
| | | |
| | * | Move like wrapper. Keep template theme specific while, at least while it's ↵Thomas Willingham2012-12-271-0/+117
| | | | | | | | | | | | | | | | still in flux.
| | * | Another diaspora templateThomas Willingham2012-12-271-3/+0
| | | |
| | * | Pretty sure we don't need Diaspora templates.Thomas Willingham2012-12-2715-235/+0
| | | |
* | | | bypass replace_macros and use template processor directly for theme includesfriendica2012-12-282-2/+4
|/ / /
* | / This was bloody hard to sort out.... but now it's sorted and we can move ↵friendica2012-12-277-16/+94
| |/ |/| | | | | forward again. Put back xtag for efficient keyword searching, use it in conjunction with xprof['keywords'] to avoid a SQL triple join and group_concat (which simply won't scale on a directory server), figured out how best to work timezone corrected birthdays into the protocol. The directory can even provide an age if one was provided to it. Both of these things need some more work, but we have the mechanisms and a plan how to do it right instead of "how the !@#$ are we going to do pull this off?"
* | get rid of xtagfriendica2012-12-272-100/+14
| |
* | put keywords back in xprof - too messy to search and join from a separate tablefriendica2012-12-273-2/+12
| |
* | directory server json search modulefriendica2012-12-271-0/+116
| |
* | will have to search tags/keywords another wayfriendica2012-12-261-4/+4
| |
* | local search against the directory - need to convert this to client/server rolefriendica2012-12-261-38/+34
|/
* master/standalone directory profile updatefriendica2012-12-263-1/+53
|
* more progress on directory importfriendica2012-12-261-0/+118
|
* provide a default directory configuration (client)friendica2012-12-262-9/+16
|
* typo in mod_matchfriendica2012-12-261-1/+1
|
* Merge https://github.com/friendica/red into zpullfriendica2012-12-262-22/+34
|\
| * Merge pull request #9 from oohlaf/fixesfriendica2012-12-262-22/+34
| |\ | | | | | | HTTP redirect fixes and a include file fix