Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes ↵ | friendica | 2012-10-29 | 1 | -1/+1 |
| | | | | to the profile details. | ||||
* | more cleanup | Mike Macgirvin | 2012-10-23 | 1 | -26/+8 |
| | |||||
* | updates | friendica | 2012-09-09 | 1 | -2/+3 |
| | |||||
* | more DB cleanup | friendica | 2012-08-30 | 1 | -6/+6 |
| | |||||
* | item table rename parent-uri, target-type, object-type (more to come later) | friendica | 2012-08-15 | 1 | -1/+1 |
| | |||||
* | remember that the main thing is to keep the main thing the main thing... | friendica | 2012-07-31 | 1 | -0/+1 |
| | |||||
* | Removing connectors we won't be needing - this is probably going to break ↵ | friendica | 2012-07-18 | 1 | -177/+0 |
| | | | | some shit. | ||||
* | the pioneers should at least have a current db - it will likely be some time ↵ | friendica | 2012-07-16 | 1 | -5/+1 |
| | | | | before db updates go into this tree as many incompatible things are changing and cannot be automatically migrated, so it will probably mean frequent reinstalls. | ||||
* | get rid of special "short salmon key" for statusnet | friendica | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | create third privacy state - public post but not searchable or publicly visible | friendica | 2012-06-28 | 1 | -2/+2 |
| | |||||
* | revert extra Diaspora disabling changes to try to eliminate Mustard ↵ | Zach Prezkuta | 2012-06-25 | 1 | -4/+4 |
| | | | | double-posting | ||||
* | Clean up the Diaspora connectivity: | Zach Prezkuta | 2012-06-25 | 1 | -3/+3 |
| | | | | | - Move Diaspora code into separate functions to make it more modular - Create more checks for whether Diaspora connectivity has been enabled | ||||
* | first shot at getting like/unlike functions to work consistently | Zach Prezkuta | 2012-06-03 | 1 | -6/+6 |
| | |||||
* | Fix bugs in the retraction code | Zach Prezkuta | 2012-06-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | Currently, the following seems to be the functional status: For a Diaspora top-level post: Friendica comments show up AND delete Diaspora comments show up AND delete for top-level owner Diaspora comments show up for non-owner Diaspora comments sometimes don't delete for non-owner -> Appears to be Diaspora's fault, as a "not a valid object" error shows up in the log Friendica likes show up, but can't unlike (Friendica doesn't even message Diaspora) Diaspora likes show up Diaspora non-owner can't unlike -> Same as comments, seems to be Diaspora's fault For a Friendica top-level post: Friendica comments show up AND delete Diaspora comments show up AND delete Friendica likes don't show up in Diaspora sometimes Friendica doesn't even message Diaspora for unlikes (sometimes?) Diaspora likes and unlikes work | ||||
* | Implement relaying of relayable_retractions | Zach Prezkuta | 2012-06-03 | 1 | -2/+2 |
| | | | | Also: some whitespace cleanup, fix Diaspora parent DB query | ||||
* | Support relayable_retractions that are relayed to us by the top-level post owner | Zach Prezkuta | 2012-06-03 | 1 | -0/+1 |
| | |||||
* | rework the way private photos are embedded to avoid url differences and also ↵ | friendica | 2012-05-27 | 1 | -1/+1 |
| | | | | check the permissions if possible to make sure that nothing sneaks by. | ||||
* | rev update | friendica | 2012-05-20 | 1 | -1/+1 |
| | |||||
* | backend support for 'x' deliveries per process - x is configurable, more ↵ | friendica | 2012-05-19 | 1 | -377/+381 |
| | | | | importantly any search starting with # is automatically a tag search. TODO: Need to extend this to people searches starting with @ | ||||
* | If a contact has had delivery issues in the last 15 minutes, send new posts ↵ | friendica | 2012-05-07 | 1 | -2/+9 |
| | | | | | | | straight to the queue and don't even try to connect. Also defer polling for stuck contacts. Should reduce the number of stuck processes trying to connect with dead or dying servers significantly. | ||||
* | implement max load average before queuing/deferring delivery and poller ↵ | friendica | 2012-05-03 | 1 | -0/+11 |
| | | | | processes | ||||
* | Merge branch 'master' of https://github.com/friendica/friendica | Alexander Kampmann | 2012-04-05 | 1 | -0/+8 |
|\ | | | | | | | | | | | Conflicts: include/config.php update.php | ||||
| * | make contact ssl_policy change a function since it is used in a few places | friendica | 2012-04-02 | 1 | -43/+1 |
| | | |||||
| * | more ssl policy fixes and prevent delivery to soapbox when using local delivery | friendica | 2012-04-02 | 1 | -0/+50 |
|/ | |||||
* | community discovery cont., cleanup of DB debugging | friendica | 2012-03-18 | 1 | -1/+2 |
| | |||||
* | Mail: Subject are now with working "Re:" | Michael Vogel | 2012-03-12 | 1 | -21/+7 |
| | |||||
* | Removing test exports | Michael Vogel | 2012-03-11 | 1 | -2/+2 |
| | |||||
* | Merge remote branch 'upstream/master' | Michael | 2012-02-26 | 1 | -3/+3 |
|\ | |||||
| * | attribution issue - don't take author name from contact if available from item. | friendica | 2012-02-24 | 1 | -3/+3 |
| | | |||||
* | | multipart messages complete, message-id conversion done. | Michael | 2012-02-25 | 1 | -2/+2 |
| | | |||||
* | | Sending mail as multipart/alternative (html and plain text) (very basic by now) | Michael | 2012-02-24 | 1 | -12/+5 |
| | | |||||
* | | Encoding for incoming mails. Fixed invalid message id (with side effect at ↵ | Michael | 2012-02-24 | 1 | -10/+31 |
|/ | | | | the moment). Sending mail as text mail. Encoding name when importing mail contact. | ||||
* | a few fixes for offsite community members | friendica | 2012-02-16 | 1 | -0/+7 |
| | |||||
* | encode email headers on message deliveries | friendica | 2012-02-15 | 1 | -3/+4 |
| | |||||
* | transport for email contacts phase II | friendica | 2012-01-31 | 1 | -2/+10 |
| | |||||
* | implement "moderate" flag on items | friendica | 2012-01-23 | 1 | -2/+2 |
| | |||||
* | add remove_user hook (it looks like dreamhost changed all my file ↵ | friendica | 2012-01-18 | 1 | -0/+0 |
| | | | | permissions, this will make a nasty commit) | ||||
* | little stuff - name change, live updates, new network types | friendica | 2011-11-23 | 1 | -1/+1 |
| | |||||
* | queue api + queue limits | Friendika | 2011-10-21 | 1 | -15/+3 |
| | |||||
* | local_deliver testing | Friendika | 2011-10-06 | 1 | -0/+36 |
| | |||||
* | yikes | Friendika | 2011-10-04 | 1 | -1/+1 |
| | |||||
* | performance enhancements | Friendika | 2011-10-04 | 1 | -2/+6 |
| | |||||
* | attack of the zombie orphans | Friendika | 2011-10-02 | 1 | -0/+2 |
| | |||||
* | possible sql errors | Friendika | 2011-09-29 | 1 | -1/+1 |
| | |||||
* | bug #165 | Friendika | 2011-09-26 | 1 | -4/+12 |
| | |||||
* | starting the big delivery shakeup | Friendika | 2011-09-22 | 1 | -64/+83 |
| | |||||
* | scrape_url - use feed url if no name can be found | Friendika | 2011-09-04 | 1 | -1/+2 |
| | |||||
* | add timezone convert module, several other minor or in progress fixes | Friendika | 2011-09-04 | 1 | -0/+2 |
| | |||||
* | Merge branch 'pull' | Friendika | 2011-08-28 | 1 | -0/+13 |
|\ | |||||
| * | remove item from queue | Friendika | 2011-08-28 | 1 | -0/+13 |
| | |