aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* verify table needs auto_increment flagfriendica2013-01-021-2/+2
|
* zome issues registering new hubsfriendica2013-01-022-9/+17
|
* another typofriendica2013-01-021-1/+1
|
* foreach issuefriendica2013-01-021-3/+5
|
* typos etc.friendica2013-01-021-2/+1
|
* start building social graphfriendica2013-01-012-98/+65
|
* more poco discoveryfriendica2013-01-011-8/+12
|
* poco discoveryfriendica2013-01-011-1/+1
|
* ensure all delivery result possibilities are logged and communicated to the ↵friendica2013-01-011-6/+20
| | | | sender
* add individual message delivery reportingfriendica2012-12-311-6/+18
|
* cleanup bootfriendica2012-12-311-1/+1
|
* couple of fixes to follow, prepare for default connection permissionsfriendica2012-12-311-1/+9
|
* more delivery diagnosticsfriendica2012-12-313-4/+12
|
* update timestamps on successful pollfriendica2012-12-301-2/+5
|
* refresh now works on poller runsfriendica2012-12-302-21/+17
|
* fixesfriendica2012-12-302-2/+2
|
* more progress on onepollfriendica2012-12-302-162/+20
|
* requeue failed deliveriesfriendica2012-12-302-171/+21
|
* progress on pollerfriendica2012-12-302-167/+74
|
* more logging, some debugging of group membership pagefriendica2012-12-302-5/+15
|
* add item['expires'] to protocol communicationsfriendica2012-12-301-0/+5
|
* no hub - well doh, no wonder; we were looking for array['hub'] and it's ↵friendica2012-12-291-2/+2
| | | | actually array['url'].
* probe diagnostic translated to zot, will use your current channel for ↵friendica2012-12-291-0/+58
| | | | permissions, logout to check anonymous permissions
* bypass replace_macros and use template processor directly for theme includesfriendica2012-12-281-1/+3
|
* This was bloody hard to sort out.... but now it's sorted and we can move ↵friendica2012-12-272-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 xtagfriendica2012-12-272-100/+14
|
* master/standalone directory profile updatefriendica2012-12-263-1/+53
|
* more progress on directory importfriendica2012-12-261-0/+118
|
* Merge pull request #9 from oohlaf/fixesfriendica2012-12-261-22/+32
|\ | | | | HTTP redirect fixes and a include file fix
| * Tweak behavior of redirect for http codesOlaf Conradi2012-12-261-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 307Olaf Conradi2012-12-261-2/+3
| | | | | | | | 308 spec mentions 307 must not rewrite POST to GET
| * POST redirects to POST on 308 onlyOlaf Conradi2012-12-261-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 codeOlaf Conradi2012-12-261-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 fixesOlaf Conradi2012-12-261-9/+9
| |
| * Fix whitespaceOlaf Conradi2012-12-261-9/+9
| |
* | remove the private keywords stuff to reduce directory and search complexityfriendica2012-12-261-1/+1
| |
* | include/follow cleanupfriendica2012-12-251-7/+5
| |
* | prevent connecting to yourself or connecting to the same channel multiple timesfriendica2012-12-251-15/+40
|/
* Stringify groups before implodingOlaf Conradi2012-12-251-2/+1
|
* profile messages for directory synchronisationfriendica2012-12-222-1/+114
|
* add permission controls to "storage" objects such as attachments or other ↵friendica2012-12-221-0/+3
| | | | stored files
* wrong constantfriendica2012-12-201-1/+1
|
* directory page still needs a lot of work, look up locally if local master or ↵friendica2012-12-192-3/+7
| | | | standalone, need to put some basic profile info in discovery page and direct to local directory master
* set_baseurl issue, more cleanupfriendica2012-12-191-1/+1
|
* send stuff to zothub as a fallback directory master for nowfriendica2012-12-181-8/+37
|
* cleanup more obsolete stufffriendica2012-12-183-357/+9
|
* several small fixes and adjustmentsfriendica2012-12-163-10/+47
|
* some cleanup - Thomas we can put the radius/shadow stuff back later for the ↵friendica2012-12-161-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 tweaksfriendica2012-12-161-85/+46
|
* typo - this keyboard is getting frustratingfriendica2012-12-161-1/+1
|