Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | another typo | friendica | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | foreach issue | friendica | 2013-01-02 | 1 | -3/+5 |
| | |||||
* | typos etc. | friendica | 2013-01-02 | 2 | -3/+2 |
| | |||||
* | start building social graph | friendica | 2013-01-01 | 6 | -101/+93 |
| | |||||
* | more poco discovery | friendica | 2013-01-01 | 1 | -8/+12 |
| | |||||
* | poco discovery | friendica | 2013-01-01 | 5 | -8/+18 |
| | |||||
* | ensure all delivery result possibilities are logged and communicated to the ↵ | friendica | 2013-01-01 | 1 | -6/+20 |
| | | | | sender | ||||
* | accept expire params if expire feature is enabled | friendica | 2012-12-31 | 1 | -0/+13 |
| | |||||
* | add individual message delivery reporting | friendica | 2012-12-31 | 2 | -7/+19 |
| | |||||
* | cleanup boot | friendica | 2012-12-31 | 3 | -70/+26 |
| | |||||
* | couple of fixes to follow, prepare for default connection permissions | friendica | 2012-12-31 | 4 | -20/+49 |
| | |||||
* | more delivery diagnostics | friendica | 2012-12-31 | 3 | -4/+12 |
| | |||||
* | connections edit: show existing permissions as checked (or unchecked) even ↵ | friendica | 2012-12-31 | 1 | -1/+4 |
| | | | | if disabled | ||||
* | update timestamps on successful poll | friendica | 2012-12-30 | 1 | -2/+5 |
| | |||||
* | refresh now works on poller runs | friendica | 2012-12-30 | 2 | -21/+17 |
| | |||||
* | fixes | friendica | 2012-12-30 | 2 | -2/+2 |
| | |||||
* | update todo list | friendica | 2012-12-30 | 1 | -5/+5 |
| | |||||
* | more progress on onepoll | friendica | 2012-12-30 | 2 | -162/+20 |
| | |||||
* | requeue failed deliveries | friendica | 2012-12-30 | 4 | -172/+24 |
| | |||||
* | progress on poller | friendica | 2012-12-30 | 2 | -167/+74 |
| | |||||
* | more logging, some debugging of group membership page | friendica | 2012-12-30 | 4 | -7/+21 |
| | |||||
* | fix poco acct: url | friendica | 2012-12-30 | 1 | -2/+2 |
| | |||||
* | add item['expires'] to protocol communications | friendica | 2012-12-30 | 1 | -0/+5 |
| | |||||
* | no hub - well doh, no wonder; we were looking for array['hub'] and it's ↵ | friendica | 2012-12-29 | 3 | -5/+3 |
| | | | | actually array['url']. | ||||
* | add item expires field | friendica | 2012-12-29 | 3 | -2/+13 |
| | |||||
* | probe diagnostic translated to zot, will use your current channel for ↵ | friendica | 2012-12-29 | 2 | -3/+65 |
| | | | | permissions, logout to check anonymous permissions | ||||
* | fix connections page layout | friendica | 2012-12-28 | 2 | -0/+6 |
| | |||||
* | simplify, simplify. We don't need a photo menu on the connnections page. ↵ | friendica | 2012-12-28 | 1 | -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 viewing | friendica | 2012-12-28 | 2 | -3/+2 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2012-12-28 | 18 | -282/+166 |
|\ | |||||
| * | Merge pull request #10 from beardy-unixer/master | friendica | 2012-12-27 | 18 | -282/+166 |
| |\ | | | | | | | More themeing. | ||||
| | * | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2012-12-28 | 7 | -141/+177 |
| | |\ | |||||
| | * | | More fancyred progress | Thomas Willingham | 2012-12-28 | 1 | -44/+49 |
| | | | | |||||
| | * | | Move like wrapper. Keep template theme specific while, at least while it's ↵ | Thomas Willingham | 2012-12-27 | 1 | -0/+117 |
| | | | | | | | | | | | | | | | | still in flux. | ||||
| | * | | Another diaspora template | Thomas Willingham | 2012-12-27 | 1 | -3/+0 |
| | | | | |||||
| | * | | Pretty sure we don't need Diaspora templates. | Thomas Willingham | 2012-12-27 | 15 | -235/+0 |
| | | | | |||||
* | | | | bypass replace_macros and use template processor directly for theme includes | friendica | 2012-12-28 | 2 | -2/+4 |
|/ / / | |||||
* | / | This was bloody hard to sort out.... but now it's sorted and we can move ↵ | friendica | 2012-12-27 | 7 | -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 xtag | friendica | 2012-12-27 | 2 | -100/+14 |
| | | |||||
* | | put keywords back in xprof - too messy to search and join from a separate table | friendica | 2012-12-27 | 3 | -2/+12 |
| | | |||||
* | | directory server json search module | friendica | 2012-12-27 | 1 | -0/+116 |
| | | |||||
* | | will have to search tags/keywords another way | friendica | 2012-12-26 | 1 | -4/+4 |
| | | |||||
* | | local search against the directory - need to convert this to client/server role | friendica | 2012-12-26 | 1 | -38/+34 |
|/ | |||||
* | master/standalone directory profile update | friendica | 2012-12-26 | 3 | -1/+53 |
| | |||||
* | more progress on directory import | friendica | 2012-12-26 | 1 | -0/+118 |
| | |||||
* | provide a default directory configuration (client) | friendica | 2012-12-26 | 2 | -9/+16 |
| | |||||
* | typo in mod_match | friendica | 2012-12-26 | 1 | -1/+1 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2012-12-26 | 2 | -22/+34 |
|\ | |||||
| * | Merge pull request #9 from oohlaf/fixes | friendica | 2012-12-26 | 2 | -22/+34 |
| |\ | | | | | | | HTTP redirect fixes and a include file fix | ||||
| | * | Tweak behavior of redirect for http codes | Olaf Conradi | 2012-12-26 | 1 | -7/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not every webserver supports 308 redirects with POST correctly. Most sites are already configured using 301 or 302 redirects. This only effects POST, GET behavior is unmodified. Most calls to POST are under control by friendica not the end user, so should not be a problem ni general. GET with 301, 302, 303, 307 and 308 are redirected as GET POST with 301, 302, 307 and 308 are redirected as POST POST with 303 is redirected as GET |