Commit Graph

397 Commits

Author SHA1 Message Date
Friendika a27391c33a facebook queueing on failure, sync update.php with boot.php update version to avoid race condition 2011-06-03 01:16:17 -07:00
Friendika 2fcb5922c3 don't notify failed FB delivery of likes, which have no id. 2011-06-02 17:41:04 -07:00
Friendika 1e0d3173f8 i before e, except after.... 2011-06-01 21:15:20 -07:00
Friendika e25ded6d96 don't count wall posts in unseen network total 2011-05-31 17:35:24 -07:00
Friendika 9f52e311df sort wall items by date order instead of id. bug #61 2011-05-30 19:59:54 -07:00
Friendika 547fd1e0e5 small fixes to item post to try and sort out segfault issues on php 5.3 (?) 2011-05-29 15:47:26 -07:00
Friendika 73e0986710 item/event linkage 2011-05-27 18:47:28 -07:00
Friendika a2b26948d8 duplicate likes if we posted it locally and it also comes back from FB 2011-05-27 15:33:01 -07:00
Friendika ecb300177c troublesome feed was a 307 redirect. We didn't recognise 307 2011-05-26 23:10:40 -07:00
Friendika 341f853b04 search from network page 2011-05-26 17:47:33 -07:00
Friendika 7acb8fa6e7 add webfinger diagnostic module 2011-05-26 16:41:36 -07:00
Friendika 5a0690d940 add attachments to FB posts, fix paren string in statusnet, do not insert attach div into post if no attachments 2011-05-26 06:46:55 -07:00
Friendika 8e56994e5f revup 2011-05-25 15:48:21 -07:00
Friendika 2a679b1164 file attachments 2011-05-25 02:08:15 -07:00
Friendika 73b4faca5c basic file upload/attach 2011-05-24 22:40:52 -07:00
Friendika 20a1500c25 open attachment in new window 2011-05-24 20:59:56 -07:00
Friendika 3239381447 better margins 2011-05-24 20:56:49 -07:00
Friendika e7ef3b82f0 clearup float, fix icon 2011-05-24 20:49:19 -07:00
Friendika 87de839974 attachment display 2011-05-24 20:41:29 -07:00
Friendika e3d1ef8ef7 ability to hide profile and wall from unknown people 2011-05-24 16:30:52 -07:00
Friendika 040fc247a0 bug #85 2011-05-23 20:30:37 -07:00
Friendika 78b2db3a98 Merge branch 'fabrixxm-master'
Conflicts:
	boot.php
2011-05-23 18:17:02 -07:00
Friendika 3e6180183b improved browser language detect, set user language on login 2011-05-23 17:18:36 -07:00
Fabio Comuni e1107b55c6 add info() function. Works like notice() but show messages in a div with class info-message.
update code to use info() instead of notice() when appropriate (non-error message)
add info-message class style in themes
2011-05-23 11:39:57 +02:00
Friendika ea0a28ebfb removed buggy debug code ;) 2011-05-22 14:20:31 -07:00
Friendika f4e47f168f if xml doesn't parse, don't process it further 2011-05-22 06:05:01 -07:00
Friendika 0dfcbe9c44 better handling of twitter follows, remove ajax anchor /#!/ 2011-05-21 17:13:51 -07:00
Friendika 5f20925220 deny link not clickable on admin approval notification page 2011-05-20 15:11:36 -07:00
Friendika 44d5c90af4 better mailing list support, email addr can be either 'from' or 'to' 2011-05-19 17:25:41 -07:00
Friendika 990d5e82a0 doc updates - connecting to services 2011-05-18 17:29:12 -07:00
Friendika 39d9507ad1 revup 2011-05-17 15:18:02 -07:00
Friendika f9444c8be5 admin directory view 2011-05-16 18:52:27 -07:00
Friendika 85c6457e6e bug #65 'show all nn comments', 'show more posts like this' are misleading after they've been clicked once. Solution, hide them once clicked. 2011-05-16 17:57:29 -07:00
Friendika 730322ee5f bug #70 - error messages on group deletion, warning cleanup 2011-05-15 16:36:49 -07:00
Friendika 7942192e20 FB reply if replying to local post originally posted to FB 2011-05-13 20:40:28 -07:00
Friendika 8674d01432 provide textmode "micropro" (small profile display but without the photo) for better scalability of group selection tools when confronted with huge numbers of contacts 2011-05-12 18:55:28 -07:00
Friendika 75c4e6e9a6 revup 2011-05-12 15:46:27 -07:00
Friendika c7e99cdbe3 revup 2011-05-11 19:25:15 -07:00
Friendika b2e92e0af3 deprecate load_view_file 2011-05-11 04:37:13 -07:00
Friendika d0a86d933f don't show birthday for deleted contact 2011-05-10 20:53:04 -07:00
Friendika c052d68828 don't use load_view_file() except in email templates and install of htconfig - to avoid getting wrong file when package is updated by copying over an older version. 2011-05-10 16:12:50 -07:00
Friendika 8b2a514e96 revup 2011-05-10 15:26:31 -07:00
Friendika 944f1a7f4c extra slashes in header 2011-05-10 02:18:39 -07:00
Friendika cb6c1f91b7 rolling version number in preparation for release 2011-05-09 16:51:25 -07:00
Friendika c2e35d2d35 set permalink on uploaded photo items 2011-05-08 22:47:35 -07:00
Friendika 2c63b65e3c refactor "which link to show" logic 2011-05-06 06:30:33 -07:00
Friendika 34f3cb68a6 document the end-user steps needed to use optional Facebook connector 2011-05-05 20:35:46 -07:00
Friendika 26d748f6d8 Merge pull request #96 from fabrixxm/api
Status.net Api
2011-05-05 04:29:45 -07:00
Friendika 5f0b43485a incorrect count of total pages in normal view mode 2011-05-04 20:49:11 -07:00
Friendika 59fd70e568 issues with private photos - hitting internal size limits 2011-05-04 02:20:44 -07:00