aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* add missing bracketErkan Yilmaz2012-06-131-1/+1
|
* this should catch any weirdness caused by being in different timezones and ↵friendica2012-06-121-4/+10
| | | | making your first post on the 31st of March
* that was itfriendica2012-06-121-1/+1
|
* think this will fix itfriendica2012-06-121-0/+1
|
* tracking another edge casefriendica2012-06-121-2/+4
|
* edge casefriendica2012-06-121-0/+2
|
* archive widgetfriendica2012-06-121-0/+47
|
* more fixesfriendica2012-06-121-1/+1
|
* Merge https://github.com/friendica/friendica into pullfriendica2012-06-121-1/+0
|\
| * Removed "oauth/authorize" from the list of not implemented functions since ↵Michael Vogel2012-06-121-1/+0
| | | | | | | | it is implemented in "mod/api.php"
* | move parens to proper placefriendica2012-06-121-5/+5
|/
* survive bad/un-parseable input to datetime_convertfriendica2012-06-121-1/+1
|
* Merge pull request #331 from mexon/upstreamfriendica2012-06-121-0/+10
|\ | | | | Add a hook for post-processing remote items
| * Add a hook for post-processing remote items after they've been stored in the ↵Matthew Exon2012-06-121-0/+10
| | | | | | | | database and have an ID
* | revert an optimisation that was wrongfriendica2012-06-111-4/+3
| |
* | date based profile wall filter - backendfriendica2012-06-111-0/+13
| |
* | reduce reverted edits due to edit arriving before originalfriendica2012-06-111-3/+26
| |
* | variable confusion in poller, don't allow negative page offsetsfriendica2012-06-112-4/+4
| |
* | sheeshfriendica2012-06-111-1/+1
| |
* | bug #447 - make followed feeds privatefriendica2012-06-111-3/+16
| |
* | ostatus hub subscription issuesfriendica2012-06-073-4/+13
| |
* | png support for embedded private photosfriendica2012-06-071-2/+2
| |
* | png support: update database.sql, fix some typos, fix tinymce image browserFabio Comuni2012-06-071-11/+13
| |
* | Add support for PNG images with alphaFabio Comuni2012-06-074-24/+130
| |
* | fix a random profile error messagefabrixxm2012-06-071-1/+3
|/
* more logging on subscribe_to_hubfriendica2012-06-061-1/+6
|
* add email probe logging, limit typo check to main addon files and skip ↵friendica2012-06-051-0/+3
| | | | additional support files
* Merge remote branch 'upstream/master'Michael Vogel2012-06-0415-99/+875
|\
| * Debugged implementation of Diaspora relayable_retractionsZach Prezkuta2012-06-032-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diaspora "relayable_retraction" is now supported by Friendica. The following should now work: Friendica top-level post: Diaspora comment deleted, disappears in Friendica Friendica comment deleted, disappears in Diaspora Diaspora like retracted, disappears in Friendica Friendica like retracted, disappears in Diaspora Diaspora top-level post: Same There are still exceptions, however. First, Friendica and Diaspora seem to frequently reject comments with an "invalid signature" error. This can probably be fixed. Also, some comments/likes/retractions seem to just disappear on the Diaspora side. In the Diaspora log these seem to be accompanied by a "not a valid object" error, often preceeded by a "received a comment but no corresponding post" error. These seem to be purely internal, since sometimes it works for some Diaspora contacts but not others.
| * cleanup and loggingZach Prezkuta2012-06-031-22/+20
| |
| * first shot at getting like/unlike functions to work consistentlyZach Prezkuta2012-06-034-20/+31
| |
| * Fix bugs in the retraction codeZach Prezkuta2012-06-034-61/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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_retractionsZach Prezkuta2012-06-034-36/+165
| | | | | | | | Also: some whitespace cleanup, fix Diaspora parent DB query
| * Support relayable_retractions that are relayed to us by the top-level post ownerZach Prezkuta2012-06-033-9/+39
| |
| * zrl's when visiting public photos at the source sitefriendica2012-06-031-0/+6
| |
| * docofriendica2012-06-021-0/+12
| |
| * turn "follow" into a functionfriendica2012-06-021-0/+231
| |
| * add hometown to profilesfriendica2012-06-021-0/+2
| |
| * bug #439 - remove web port number from notification email "from" addressfriendica2012-06-021-0/+3
| |
| * webfinger profile linkerfriendica2012-06-022-0/+8
| |
| * "howlong" added to marital status.friendica2012-06-022-2/+7
| |
| * fewer "bob smith to bob smith via wall-to-wall".friendica2012-06-021-16/+31
| |
| * Merge pull request #321 from beardy-unixer/masterfriendica2012-06-011-1/+1
| |\ | | | | | | BB code [quote=somebody] fix.
| | * [quote=somebody] was appearing as an extended spoiler tag.Thomas Willingham2012-06-011-1/+1
| | |
| * | registration issue after re-factorfriendica2012-06-011-1/+3
| |/
| * turn registration code into a standalone function for re-usefriendica2012-05-312-4/+329
| |
| * query using both `id` and `parent`Zach Prezkuta2012-05-311-2/+10
| |
| * prevent email from leaking in feedsfriendica2012-05-301-0/+4
| |
| * y didn't i think of this b4?friendica2012-05-301-0/+4
| |
| * fix private photos that also have a size specificationfriendica2012-05-301-2/+2
| |