| Commit message (Expand) | Author | Age | Files | Lines |
* | break delivery loop | friendica | 2013-01-04 | 1 | -1/+5 |
* | small tweaks to icon positions | friendica | 2013-01-03 | 1 | -1/+1 |
* | json_decode param missing | friendica | 2013-01-03 | 1 | -1/+1 |
* | temporary feed import/export (public only for the moment) until this is integ... | friendica | 2013-01-03 | 2 | -0/+61 |
* | make the menu consistent and eliminate redundancy - though we need icons for ... | friendica | 2013-01-03 | 1 | -4/+3 |
* | place holders for mail and event icons on nav bar | friendica | 2013-01-03 | 1 | -1/+4 |
* | more debugging - looks like michameer.dyndns.org is throwing 500s so cannot t... | friendica | 2013-01-03 | 1 | -0/+2 |
* | change precedence of bitwise operation | friendica | 2013-01-03 | 1 | -1/+1 |
* | fix register_policy globally | friendica | 2013-01-03 | 3 | -5/+5 |
* | provide delivery report on both sides, local and remote | friendica | 2013-01-03 | 1 | -0/+2 |
* | issue with abook creation | friendica | 2013-01-03 | 1 | -2/+3 |
* | verify table needs auto_increment flag | friendica | 2013-01-02 | 1 | -2/+2 |
* | zome issues registering new hubs | friendica | 2013-01-02 | 2 | -9/+17 |
* | another typo | friendica | 2013-01-02 | 1 | -1/+1 |
* | foreach issue | friendica | 2013-01-02 | 1 | -3/+5 |
* | typos etc. | friendica | 2013-01-02 | 1 | -2/+1 |
* | start building social graph | friendica | 2013-01-01 | 2 | -98/+65 |
* | more poco discovery | friendica | 2013-01-01 | 1 | -8/+12 |
* | poco discovery | friendica | 2013-01-01 | 1 | -1/+1 |
* | ensure all delivery result possibilities are logged and communicated to the s... | friendica | 2013-01-01 | 1 | -6/+20 |
* | add individual message delivery reporting | friendica | 2012-12-31 | 1 | -6/+18 |
* | cleanup boot | friendica | 2012-12-31 | 1 | -1/+1 |
* | couple of fixes to follow, prepare for default connection permissions | friendica | 2012-12-31 | 1 | -1/+9 |
* | more delivery diagnostics | friendica | 2012-12-31 | 3 | -4/+12 |
* | 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 |
* | more progress on onepoll | friendica | 2012-12-30 | 2 | -162/+20 |
* | requeue failed deliveries | friendica | 2012-12-30 | 2 | -171/+21 |
* | progress on poller | friendica | 2012-12-30 | 2 | -167/+74 |
* | more logging, some debugging of group membership page | friendica | 2012-12-30 | 2 | -5/+15 |
* | 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 actua... | friendica | 2012-12-29 | 1 | -2/+2 |
* | probe diagnostic translated to zot, will use your current channel for permiss... | friendica | 2012-12-29 | 1 | -0/+58 |
* | bypass replace_macros and use template processor directly for theme includes | friendica | 2012-12-28 | 1 | -1/+3 |
* | This was bloody hard to sort out.... but now it's sorted and we can move forw... | friendica | 2012-12-27 | 2 | -2/+43 |
* | get rid of xtag | friendica | 2012-12-27 | 2 | -100/+14 |
* | master/standalone directory profile update | friendica | 2012-12-26 | 3 | -1/+53 |
* | more progress on directory import | friendica | 2012-12-26 | 1 | -0/+118 |
* | Merge pull request #9 from oohlaf/fixes | friendica | 2012-12-26 | 1 | -22/+32 |
|\ |
|
| * | Tweak behavior of redirect for http codes | Olaf Conradi | 2012-12-26 | 1 | -7/+6 |
| * | Same applies for 307 | Olaf Conradi | 2012-12-26 | 1 | -2/+3 |
| * | POST redirects to POST on 308 only | Olaf Conradi | 2012-12-26 | 1 | -2/+10 |
| * | Add permanent redirect (308) http code | Olaf Conradi | 2012-12-26 | 1 | -5/+7 |
| * | More whitespace fixes | Olaf Conradi | 2012-12-26 | 1 | -9/+9 |
| * | Fix whitespace | Olaf Conradi | 2012-12-26 | 1 | -9/+9 |
* | | remove the private keywords stuff to reduce directory and search complexity | friendica | 2012-12-26 | 1 | -1/+1 |
* | | include/follow cleanup | friendica | 2012-12-25 | 1 | -7/+5 |
* | | prevent connecting to yourself or connecting to the same channel multiple times | friendica | 2012-12-25 | 1 | -15/+40 |
|/ |
|
* | Stringify groups before imploding | Olaf Conradi | 2012-12-25 | 1 | -2/+1 |