Commit Graph

2191 Commits

Author SHA1 Message Date
friendica d14c211341 debugging directory profiles 2013-01-04 19:47:03 -08:00
friendica 70b6f989dd fix the contorted update logic on the network page 2013-01-04 19:24:17 -08:00
friendica e208e07e35 Make zot_feeds in ascending created order so that we'll see parents before kids. Otherwise if we get a kid and we don't have a parent we'll drop it. 2013-01-04 18:06:38 -08:00
friendica 9253eaa98a never enough documentation 2013-01-04 17:16:35 -08:00
friendica 816383a9c3 This should fix the errant relaying... 2013-01-04 17:04:44 -08:00
friendica 37a4afa2ff fix typo - commited to wrong tree 2013-01-04 16:28:33 -08:00
friendica 59c23564a0 break delivery loop 2013-01-04 03:36:32 -08:00
friendica bd728e773b small tweaks to icon positions 2013-01-03 20:41:17 -08:00
friendica 53cd7a64b6 json_decode param missing 2013-01-03 19:35:42 -08:00
friendica bec7d9f483 temporary feed import/export (public only for the moment) until this is integrated with remote permissions 2013-01-03 19:34:04 -08:00
friendica b001323390 make the menu consistent and eliminate redundancy - though we need icons for mail and events (sorry Thomas if this breaks your themes in a bad way, but at least the menus make sense now). 2013-01-03 17:36:03 -08:00
friendica 9a8dec5480 place holders for mail and event icons on nav bar 2013-01-03 17:08:36 -08:00
friendica e03f6cb975 more debugging - looks like michameer.dyndns.org is throwing 500s so cannot test further 2013-01-03 16:39:22 -08:00
friendica 6a42d3708c change precedence of bitwise operation 2013-01-03 16:30:35 -08:00
friendica 7df33bb963 fix register_policy globally 2013-01-03 13:50:23 -08:00
friendica 05d8faf5e1 provide delivery report on both sides, local and remote 2013-01-03 02:21:35 -08:00
friendica 4aae0ac948 issue with abook creation 2013-01-03 01:53:22 -08:00
friendica 4c21abe533 verify table needs auto_increment flag 2013-01-02 23:07:46 -08:00
friendica 32a97d5065 zome issues registering new hubs 2013-01-02 16:28:47 -08:00
friendica c266f0724b another typo 2013-01-02 01:47:06 -08:00
friendica a824a87d80 foreach issue 2013-01-02 01:44:50 -08:00
friendica 03a4ad0e09 typos etc. 2013-01-02 01:30:53 -08:00
friendica 50d1cb2e3a start building social graph 2013-01-01 23:56:27 -08:00
friendica 4d7fe15d3b more poco discovery 2013-01-01 02:06:41 -08:00
friendica 93d85858d5 poco discovery 2013-01-01 01:57:20 -08:00
friendica 6accc190d4 ensure all delivery result possibilities are logged and communicated to the sender 2013-01-01 00:45:44 -08:00
friendica f2a4ea7254 add individual message delivery reporting 2012-12-31 21:33:11 -08:00
friendica 8d32477bff cleanup boot 2012-12-31 17:18:11 -08:00
friendica a8812346c4 couple of fixes to follow, prepare for default connection permissions 2012-12-31 15:47:51 -08:00
friendica 791302f317 more delivery diagnostics 2012-12-31 14:45:26 -08:00
friendica ba0876d011 update timestamps on successful poll 2012-12-30 23:55:57 -08:00
friendica 2d113f0c87 refresh now works on poller runs 2012-12-30 23:51:39 -08:00
friendica 83db4abaab fixes 2012-12-30 22:56:52 -08:00
friendica abc271a0e7 more progress on onepoll 2012-12-30 22:41:53 -08:00
friendica 4e23e700f4 requeue failed deliveries 2012-12-30 21:44:59 -08:00
friendica 14fb503800 progress on poller 2012-12-30 16:14:29 -08:00
friendica 8eee37e1fa more logging, some debugging of group membership page 2012-12-30 15:28:13 -08:00
friendica 2f1bc925de add item['expires'] to protocol communications 2012-12-30 00:41:08 -08:00
friendica cb329b9fb4 no hub - well doh, no wonder; we were looking for array['hub'] and it's actually array['url']. 2012-12-29 23:45:06 -08:00
friendica 098de66c2f probe diagnostic translated to zot, will use your current channel for permissions, logout to check anonymous permissions 2012-12-29 00:33:04 -08:00
friendica ddd58e6e28 bypass replace_macros and use template processor directly for theme includes 2012-12-28 17:28:49 -08:00
friendica dda4d689bb This was bloody hard to sort out.... but now it's sorted and we can move forward again. Put back xtag for efficient keyword searching, use it in conjunction with xprof['keywords'] to avoid a SQL triple join and group_concat (which simply won't scale on a directory server), figured out how best to work timezone corrected birthdays into the protocol. The directory can even provide an age if one was provided to it. Both of these things need some more work, but we have the mechanisms and a plan how to do it right instead of "how the !@#$ are we going to do pull this off?" 2012-12-27 23:33:37 -08:00
friendica 55e77a57d0 get rid of xtag 2012-12-27 14:36:06 -08:00
friendica a2c6f8c965 master/standalone directory profile update 2012-12-26 19:39:37 -08:00
friendica d80f299dd4 more progress on directory import 2012-12-26 18:18:56 -08:00
friendica 91dac0f18a Merge pull request #9 from oohlaf/fixes
HTTP redirect fixes and a include file fix
2012-12-26 12:57:52 -08:00
Olaf Conradi a5cbea038e Tweak behavior of redirect for http codes
Not every webserver supports 308 redirects with POST correctly.
Most sites are already configured using 301 or 302 redirects.
This only effects POST, GET behavior is unmodified.
Most calls to POST are under control by friendica not the end user,
so should not be a problem ni general.

GET with 301, 302, 303, 307 and 308 are redirected as GET
POST with 301, 302, 307 and 308 are redirected as POST
POST with 303 is redirected as GET
2012-12-26 18:44:30 +01:00
Olaf Conradi 7f13baf367 Same applies for 307
308 spec mentions 307 must not rewrite POST to GET
2012-12-26 16:30:19 +01:00
Olaf Conradi cb46f7b227 POST redirects to POST on 308 only
POST redirects to POST on 308 only, 301-307 to GET.
Side-effect is that POST params get dropped for GET.
2012-12-26 16:08:21 +01:00
friendica c8292b3cdd remove the private keywords stuff to reduce directory and search complexity 2012-12-26 03:49:50 -08:00