Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix spaces around t() and tt() | fabrixxm | 2011-03-13 | 1 | -1/+1 |
| | |||||
* | update source strings | fabrixxm | 2011-03-11 | 1 | -2/+2 |
| | |||||
* | move php path setting inside proc_run | Friendika | 2011-02-23 | 1 | -5/+2 |
| | |||||
* | Added proc_run() and modified all occurrence of proc_close(proc_open()) to ↵ | fabrixxm | 2011-01-24 | 1 | -2/+2 |
| | | | | use proc_run() | ||||
* | revised openid patch, added fix for Windows servers, make "is now friends ↵ | Friendika | 2010-12-23 | 1 | -0/+1 |
| | | | | with" commentable, fix settings form hook to be inside form | ||||
* | send new friend activity when appropriate | Friendika | 2010-12-22 | 1 | -0/+56 |
| | |||||
* | Raise network timeout during friend acceptance, because | Friendika | 2010-12-09 | 1 | -1/+9 |
| | | | | encryption/decryption might slow things down. | ||||
* | more instrumentation on dfrn_confirm to help track down why it quietly gives ↵ | Friendika | 2010-12-08 | 1 | -62/+116 |
| | | | | up on occasion with no helpful log messages. | ||||
* | use sha1 keys for friends as well | Friendika | 2010-11-24 | 1 | -1/+1 |
| | |||||
* | more dfrn_confirm logging | Friendika | 2010-11-18 | 1 | -2/+7 |
| | |||||
* | add a bit more logging to friend accept | Friendika | 2010-11-18 | 1 | -0/+13 |
| | |||||
* | enumerate required php modules | Friendika | 2010-11-16 | 1 | -2/+1 |
| | |||||
* | if pre-existing relationship, don't set duplex | Friendika | 2010-11-09 | 1 | -0/+6 |
| | |||||
* | lint | Friendika | 2010-11-07 | 1 | -1/+1 |
| | |||||
* | issues with friendship again | Friendika | 2010-11-06 | 1 | -4/+9 |
| | |||||
* | add micro profile photo | Friendika | 2010-11-04 | 1 | -2/+6 |
| | |||||
* | de-duplicate photo importation logic | Mike Macgirvin | 2010-10-26 | 1 | -74/+13 |
| | |||||
* | workflow for federated/non-dfrn followers | Mike Macgirvin | 2010-10-24 | 1 | -164/+214 |
| | |||||
* | duplex wasn't getting set correctly on group pages | Mike Macgirvin | 2010-10-19 | 1 | -1/+1 |
| | |||||
* | eradicate redundant get_uid function | Mike Macgirvin | 2010-10-18 | 1 | -1/+1 |
| | |||||
* | celebrity/group/community pages about 75% implemented | Mike Macgirvin | 2010-10-17 | 1 | -16/+44 |
| | |||||
* | cleanup to ensure protocol version is passed properly. We will need it ↵ | Mike Macgirvin | 2010-10-12 | 1 | -1/+1 |
| | | | | if/when any incompatible protocol changes are introduced. | ||||
* | added 's' keys - salmon keys, small keys, stupid keys, whatever... | Mike Macgirvin | 2010-10-11 | 1 | -2/+2 |
| | |||||
* | if pubkey is encrypted, it will also be packaged for safe transport | Mike Macgirvin | 2010-10-11 | 1 | -5/+9 |
| | |||||
* | protocol revision, send dfrn_confirm binary items as hex | Mike Macgirvin | 2010-10-11 | 1 | -5/+7 |
| | |||||
* | A bit more telemetry of friend confirms and lots of extra doco | Mike Macgirvin | 2010-10-10 | 1 | -211/+270 |
| | | | | to understand what is happening and why. | ||||
* | further enhance the friend confirm reporting | Mike Macgirvin | 2010-10-10 | 1 | -4/+10 |
| | |||||
* | make it much easier to debug friend acceptance issues | Mike Macgirvin | 2010-10-10 | 1 | -98/+115 |
| | | | | by reporting specific error conditions across the wire. | ||||
* | friend acceptance sets up lots of important stuff, so we | Mike Macgirvin | 2010-10-05 | 1 | -8/+25 |
| | | | | need to be absolutely bulletproof when (not if) things go wrong. | ||||
* | a bit more robust about loading external pics | Mike Macgirvin | 2010-10-04 | 1 | -7/+7 |
| | | | | also friend confirm was getting wrong email | ||||
* | pubsubhubbub endpoint | Mike Macgirvin | 2010-09-30 | 1 | -2/+1 |
| | |||||
* | found yet another typo, so created a typo finder | Mike Macgirvin | 2010-09-28 | 1 | -1/+1 |
| | |||||
* | localisation path for all view templates | Mike Macgirvin | 2010-09-22 | 1 | -2/+2 |
| | |||||
* | relationship direction was too confusing to work with. instead of ↵ | Mike Macgirvin | 2010-09-21 | 1 | -6/+6 |
| | | | | "in,out,both" it's now declared by role e.g. "vip,fan,bud". | ||||
* | improved "friendship accepted" emails enumerating what has | Mike Macgirvin | 2010-09-19 | 1 | -2/+4 |
| | | | | changed in the relationship and what you can do now. | ||||
* | abstractify items, check photos for birthday paradox | Mike Macgirvin | 2010-09-13 | 1 | -2/+3 |
| | |||||
* | redirection to wrong profile in multi-user mode | Mike Macgirvin | 2010-09-09 | 1 | -1/+3 |
| | |||||
* | mistpark 2.0 infrasturcture lands | Mike Macgirvin | 2010-09-08 | 1 | -30/+71 |
| | |||||
* | better intro text | Mike Macgirvin | 2010-08-27 | 1 | -1/+1 |
| | |||||
* | sql typo | Mike Macgirvin | 2010-08-17 | 1 | -2/+2 |
| | |||||
* | prepare for federation | Mike Macgirvin | 2010-08-16 | 1 | -2/+7 |
| | |||||
* | lots of fixes - most recent photo updates for contacts | Mike Macgirvin | 2010-08-08 | 1 | -2/+8 |
| | |||||
* | fixed zero uid in imported contact photo | Mike Macgirvin | 2010-08-04 | 1 | -2/+2 |
| | |||||
* | more photo progress | Mike Macgirvin | 2010-08-04 | 1 | -51/+10 |
| | |||||
* | add default album names to photos | Mike Macgirvin | 2010-08-02 | 1 | -39/+37 |
| | |||||
* | set frequency of poll per contact, other misc fixes (photo now has contact-id) | Mike Macgirvin | 2010-08-01 | 1 | -4/+6 |
| | |||||
* | lots of formatting, bug fixes on profile updates, i18n | Mike Macgirvin | 2010-07-27 | 1 | -34/+36 |
| | |||||
* | minor edit to last commit | Mike Macgirvin | 2010-07-26 | 1 | -2/+5 |
| | |||||
* | redirect to contact editor after introduction approval | Mike Macgirvin | 2010-07-26 | 1 | -1/+2 |
| | |||||
* | more bugs | Mike Macgirvin | 2010-07-19 | 1 | -2/+2 |
| |