Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | cleanup boot | friendica | 2012-12-31 | 1 | -1/+1 | |
| | ||||||
* | couple of fixes to follow, prepare for default connection permissions | friendica | 2012-12-31 | 1 | -1/+9 | |
| | ||||||
* | more delivery diagnostics | friendica | 2012-12-31 | 3 | -4/+12 | |
| | ||||||
* | update timestamps on successful poll | friendica | 2012-12-30 | 1 | -2/+5 | |
| | ||||||
* | refresh now works on poller runs | friendica | 2012-12-30 | 2 | -21/+17 | |
| | ||||||
* | fixes | friendica | 2012-12-30 | 2 | -2/+2 | |
| | ||||||
* | more progress on onepoll | friendica | 2012-12-30 | 2 | -162/+20 | |
| | ||||||
* | requeue failed deliveries | friendica | 2012-12-30 | 2 | -171/+21 | |
| | ||||||
* | progress on poller | friendica | 2012-12-30 | 2 | -167/+74 | |
| | ||||||
* | more logging, some debugging of group membership page | friendica | 2012-12-30 | 2 | -5/+15 | |
| | ||||||
* | add item['expires'] to protocol communications | friendica | 2012-12-30 | 1 | -0/+5 | |
| | ||||||
* | no hub - well doh, no wonder; we were looking for array['hub'] and it's ↵ | friendica | 2012-12-29 | 1 | -2/+2 | |
| | | | | actually array['url']. | |||||
* | probe diagnostic translated to zot, will use your current channel for ↵ | friendica | 2012-12-29 | 1 | -0/+58 | |
| | | | | permissions, logout to check anonymous permissions | |||||
* | bypass replace_macros and use template processor directly for theme includes | friendica | 2012-12-28 | 1 | -1/+3 | |
| | ||||||
* | This was bloody hard to sort out.... but now it's sorted and we can move ↵ | friendica | 2012-12-27 | 2 | -2/+43 | |
| | | | | 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?" | |||||
* | get rid of xtag | friendica | 2012-12-27 | 2 | -100/+14 | |
| | ||||||
* | master/standalone directory profile update | friendica | 2012-12-26 | 3 | -1/+53 | |
| | ||||||
* | more progress on directory import | friendica | 2012-12-26 | 1 | -0/+118 | |
| | ||||||
* | Merge pull request #9 from oohlaf/fixes | friendica | 2012-12-26 | 1 | -22/+32 | |
|\ | | | | | HTTP redirect fixes and a include file fix | |||||
| * | Tweak behavior of redirect for http codes | Olaf Conradi | 2012-12-26 | 1 | -7/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | Same applies for 307 | Olaf Conradi | 2012-12-26 | 1 | -2/+3 | |
| | | | | | | | | 308 spec mentions 307 must not rewrite POST to GET | |||||
| * | POST redirects to POST on 308 only | Olaf Conradi | 2012-12-26 | 1 | -2/+10 | |
| | | | | | | | | | | POST redirects to POST on 308 only, 301-307 to GET. Side-effect is that POST params get dropped for GET. | |||||
| * | Add permanent redirect (308) http code | Olaf Conradi | 2012-12-26 | 1 | -5/+7 | |
| | | | | | | | | | | | | | | Add 308 http code next to 301, 302, 303 and 307. Close curl session before returning on redirect. Let post_url redirect using post_url, not fetch_url (which is actually 308 behavior). | |||||
| * | More whitespace fixes | Olaf Conradi | 2012-12-26 | 1 | -9/+9 | |
| | | ||||||
| * | Fix whitespace | Olaf Conradi | 2012-12-26 | 1 | -9/+9 | |
| | | ||||||
* | | remove the private keywords stuff to reduce directory and search complexity | friendica | 2012-12-26 | 1 | -1/+1 | |
| | | ||||||
* | | include/follow cleanup | friendica | 2012-12-25 | 1 | -7/+5 | |
| | | ||||||
* | | prevent connecting to yourself or connecting to the same channel multiple times | friendica | 2012-12-25 | 1 | -15/+40 | |
|/ | ||||||
* | Stringify groups before imploding | Olaf Conradi | 2012-12-25 | 1 | -2/+1 | |
| | ||||||
* | profile messages for directory synchronisation | friendica | 2012-12-22 | 2 | -1/+114 | |
| | ||||||
* | add permission controls to "storage" objects such as attachments or other ↵ | friendica | 2012-12-22 | 1 | -0/+3 | |
| | | | | stored files | |||||
* | wrong constant | friendica | 2012-12-20 | 1 | -1/+1 | |
| | ||||||
* | directory page still needs a lot of work, look up locally if local master or ↵ | friendica | 2012-12-19 | 2 | -3/+7 | |
| | | | | standalone, need to put some basic profile info in discovery page and direct to local directory master | |||||
* | set_baseurl issue, more cleanup | friendica | 2012-12-19 | 1 | -1/+1 | |
| | ||||||
* | send stuff to zothub as a fallback directory master for now | friendica | 2012-12-18 | 1 | -8/+37 | |
| | ||||||
* | cleanup more obsolete stuff | friendica | 2012-12-18 | 3 | -357/+9 | |
| | ||||||
* | several small fixes and adjustments | friendica | 2012-12-16 | 3 | -10/+47 | |
| | ||||||
* | some cleanup - Thomas we can put the radius/shadow stuff back later for the ↵ | friendica | 2012-12-16 | 1 | -0/+1 | |
| | | | | hipster kids, it's quite distracting at the moment and makes it hard to get serious work done. Hmmm. Wonder if we could make radius/shadow configurable like colours.... and maybe even screen transparency.... that could be interesting. | |||||
* | fixing permissions_sql - may need more tweaks | friendica | 2012-12-16 | 1 | -85/+46 | |
| | ||||||
* | typo - this keyboard is getting frustrating | friendica | 2012-12-16 | 1 | -1/+1 | |
| | ||||||
* | there are now 2 permalinks - one is the remote original post (plink) and the ↵ | friendica | 2012-12-16 | 1 | -1/+7 | |
| | | | | other is a pointer to a local copy (llink). mod_display is not longer tied to a particular id or channel so if a message is publicly viewable it will appear without any ownership info. | |||||
* | typo | friendica | 2012-12-16 | 1 | -1/+1 | |
| | ||||||
* | db query looping without bounds if group table wasn't manually updated to ↵ | friendica | 2012-12-14 | 1 | -1/+1 | |
| | | | | add the 'hash' column. | |||||
* | admittedly local magic-auth is easy so that's mostly done. Now it gets hard. | friendica | 2012-12-13 | 1 | -4/+3 | |
| | ||||||
* | typo | friendica | 2012-12-12 | 1 | -1/+1 | |
| | ||||||
* | So what if Red could do more CMS types of things? And you could add ↵ | friendica | 2012-12-12 | 1 | -0/+2 | |
| | | | | arbitrary web content pages of your own design to your channel resources? Oh wait... | |||||
* | revamp permissions, blocking a contact takes priority over all other ↵ | friendica | 2012-12-10 | 1 | -51/+65 | |
| | | | | permission settings, such as "allow anybody in network to do xyz". If they're blocked they can't do it. | |||||
* | Allow forum/account delegation by anybody? On any site? But of course... | friendica | 2012-12-10 | 1 | -0/+1 | |
| | ||||||
* | get rid of more targeted windows and direct all profile view to local site | friendica | 2012-12-09 | 1 | -19/+1 | |
| | ||||||
* | start whipping the item photo menu into shape | friendica | 2012-12-09 | 1 | -37/+17 | |
| |