Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | will have to search tags/keywords another way | friendica | 2012-12-26 | 1 | -4/+4 |
| | |||||
* | local search against the directory - need to convert this to client/server role | friendica | 2012-12-26 | 1 | -38/+34 |
| | |||||
* | master/standalone directory profile update | friendica | 2012-12-26 | 3 | -1/+53 |
| | |||||
* | more progress on directory import | friendica | 2012-12-26 | 1 | -0/+118 |
| | |||||
* | provide a default directory configuration (client) | friendica | 2012-12-26 | 2 | -9/+16 |
| | |||||
* | typo in mod_match | friendica | 2012-12-26 | 1 | -1/+1 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2012-12-26 | 2 | -22/+34 |
|\ | |||||
| * | Merge pull request #9 from oohlaf/fixes | friendica | 2012-12-26 | 2 | -22/+34 |
| |\ | | | | | | | 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. | ||||
| | * | Include zot for magic | Olaf Conradi | 2012-12-26 | 1 | -0/+2 |
| | | | |||||
| | * | 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 |
| | | | |||||
* | | | add keywords to zot-info profile | friendica | 2012-12-26 | 1 | -0/+10 |
| | | | |||||
* | | | add important profile fields to zot-info if permitted - for directory | friendica | 2012-12-26 | 2 | -13/+23 |
|/ / | |||||
* | | remove the private keywords stuff to reduce directory and search complexity | friendica | 2012-12-26 | 11 | -42/+34 |
| | | |||||
* | | 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 |
|/ | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2012-12-25 | 14 | -632/+527 |
|\ | |||||
| * | Merge pull request #8 from oohlaf/fixes | friendica | 2012-12-25 | 1 | -2/+1 |
| |\ | | | | | | | Stringify groups before imploding | ||||
| | * | Stringify groups before imploding | Olaf Conradi | 2012-12-25 | 1 | -2/+1 |
| |/ | |||||
| * | Merge pull request #7 from beardy-unixer/master | Thomas Willingham | 2012-12-24 | 11 | -628/+524 |
| |\ | | | | | | | Un-mess up the Redbasic CSS | ||||
| | * | Un-make a mess of Redbasic CSS. | Thomas Willingham | 2012-12-25 | 11 | -628/+524 |
| | | | |||||
| * | | Merge pull request #6 from oohlaf/theme | Thomas Willingham | 2012-12-24 | 2 | -2/+2 |
| |\ \ | | | | | | | | | Forgot dir separator | ||||
| | * | | Forgot dir separator | Olaf Conradi | 2012-12-25 | 2 | -2/+2 |
| |/ / | |||||
| * | | Merge pull request #5 from oohlaf/theme | Thomas Willingham | 2012-12-24 | 2 | -2/+2 |
| |\ \ | | | | | | | | | Fix theme config paths | ||||
| | * | | Fix theme config paths | Olaf Conradi | 2012-12-25 | 2 | -2/+2 |
| |/ / | |||||
* / / | allow toplevel domain redirects for zot-info | friendica | 2012-12-25 | 2 | -1/+12 |
|/ / | |||||
* | | profile messages for directory synchronisation | friendica | 2012-12-22 | 2 | -1/+114 |
| | | |||||
* | | When is a channel not a person (or a group/forum or blog or product page or ↵ | friendica | 2012-12-22 | 1 | -0/+1 |
| | | | | | | | | whatever)? When it's something else completely. | ||||
* | | add permission controls to "storage" objects such as attachments or other ↵ | friendica | 2012-12-22 | 7 | -5/+27 |
| | | | | | | | | stored files | ||||
* | | cleanup editpost | friendica | 2012-12-21 | 4 | -26/+15 |
| | | |||||
* | | directory structures | friendica | 2012-12-21 | 4 | -6/+76 |
| | | |||||
* | | more DB cleanup | friendica | 2012-12-20 | 6 | -775/+12 |
| | | |||||
* | | mod_display - now barely functional but that's a lot better than being ↵ | friendica | 2012-12-20 | 1 | -43/+51 |
| | | | | | | | | totally buggered. | ||||
* | | removing dfrn stuff | friendica | 2012-12-20 | 5 | -2494/+1 |
| | | |||||
* | | Merge pull request #4 from beardy-unixer/master | friendica | 2012-12-20 | 31 | -0/+4287 |
|\| | | | | | Fancyred | ||||
| * | Don't need these images anymore - we use opacity for shiny instead. | Thomas Willingham | 2012-12-20 | 3 | -0/+0 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2012-12-20 | 16 | -160/+249 |
| |\ | |/ |/| | |||||
* | | wrong constant | friendica | 2012-12-20 | 2 | -3/+3 |
| | | |||||
* | | directory discovery | friendica | 2012-12-20 | 1 | -0/+14 |
| | | |||||
* | | update README - it isn't completely horked anymore. Some stuff works. Some ↵ | friendica | 2012-12-19 | 1 | -2/+3 |
| | | | | | | | | doesn't. | ||||
* | | some changes for directory services | friendica | 2012-12-19 | 4 | -4/+45 |
| | | |||||
* | | directory page still needs a lot of work, look up locally if local master or ↵ | friendica | 2012-12-19 | 6 | -130/+157 |
| | | | | | | | | standalone, need to put some basic profile info in discovery page and direct to local directory master | ||||
* | | add mod_profile_photo.css | friendica | 2012-12-19 | 1 | -0/+12 |
| | | |||||
* | | get notification backend working again | friendica | 2012-12-19 | 1 | -1/+1 |
| | | |||||
* | | set_baseurl issue, more cleanup | friendica | 2012-12-19 | 6 | -22/+16 |
| | | |||||
| * | Make showmore irritating. | Thomas Willingham | 2012-12-20 | 1 | -0/+24 |
| | |