aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Another diaspora templateThomas Willingham2012-12-271-3/+0
|
* Pretty sure we don't need Diaspora templates.Thomas Willingham2012-12-2715-235/+0
|
* master/standalone directory profile updatefriendica2012-12-263-1/+53
|
* more progress on directory importfriendica2012-12-261-0/+118
|
* provide a default directory configuration (client)friendica2012-12-262-9/+16
|
* typo in mod_matchfriendica2012-12-261-1/+1
|
* Merge https://github.com/friendica/red into zpullfriendica2012-12-262-22/+34
|\
| * Merge pull request #9 from oohlaf/fixesfriendica2012-12-262-22/+34
| |\ | | | | | | 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.
| | * Include zot for magicOlaf Conradi2012-12-261-0/+2
| | |
| | * 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
| | |
* | | add keywords to zot-info profilefriendica2012-12-261-0/+10
| | |
* | | add important profile fields to zot-info if permitted - for directoryfriendica2012-12-262-13/+23
|/ /
* | remove the private keywords stuff to reduce directory and search complexityfriendica2012-12-2611-42/+34
| |
* | include/follow cleanupfriendica2012-12-251-7/+5
| |
* | prevent connecting to yourself or connecting to the same channel multiple timesfriendica2012-12-251-15/+40
|/
* Merge https://github.com/friendica/red into zpullfriendica2012-12-2514-632/+527
|\
| * Merge pull request #8 from oohlaf/fixesfriendica2012-12-251-2/+1
| |\ | | | | | | Stringify groups before imploding
| | * Stringify groups before implodingOlaf Conradi2012-12-251-2/+1
| |/
| * Merge pull request #7 from beardy-unixer/masterThomas Willingham2012-12-2411-628/+524
| |\ | | | | | | Un-mess up the Redbasic CSS
| | * Un-make a mess of Redbasic CSS.Thomas Willingham2012-12-2511-628/+524
| | |
| * | Merge pull request #6 from oohlaf/themeThomas Willingham2012-12-242-2/+2
| |\ \ | | | | | | | | Forgot dir separator
| | * | Forgot dir separatorOlaf Conradi2012-12-252-2/+2
| |/ /
| * | Merge pull request #5 from oohlaf/themeThomas Willingham2012-12-242-2/+2
| |\ \ | | | | | | | | Fix theme config paths
| | * | Fix theme config pathsOlaf Conradi2012-12-252-2/+2
| |/ /
* / / allow toplevel domain redirects for zot-infofriendica2012-12-252-1/+12
|/ /
* | profile messages for directory synchronisationfriendica2012-12-222-1/+114
| |
* | When is a channel not a person (or a group/forum or blog or product page or ↵friendica2012-12-221-0/+1
| | | | | | | | whatever)? When it's something else completely.
* | add permission controls to "storage" objects such as attachments or other ↵friendica2012-12-227-5/+27
| | | | | | | | stored files
* | cleanup editpostfriendica2012-12-214-26/+15
| |
* | directory structuresfriendica2012-12-214-6/+76
| |
* | more DB cleanupfriendica2012-12-206-775/+12
| |
* | mod_display - now barely functional but that's a lot better than being ↵friendica2012-12-201-43/+51
| | | | | | | | totally buggered.
* | removing dfrn stufffriendica2012-12-205-2494/+1
| |
* | Merge pull request #4 from beardy-unixer/masterfriendica2012-12-2031-0/+4287
|\| | | | | Fancyred
| * Don't need these images anymore - we use opacity for shiny instead.Thomas Willingham2012-12-203-0/+0
| |
| * Merge remote-tracking branch 'upstream/master'Thomas Willingham2012-12-2016-160/+249
| |\ | |/ |/|
* | wrong constantfriendica2012-12-202-3/+3
| |
* | directory discoveryfriendica2012-12-201-0/+14
| |
* | update README - it isn't completely horked anymore. Some stuff works. Some ↵friendica2012-12-191-2/+3
| | | | | | | | doesn't.
* | some changes for directory servicesfriendica2012-12-194-4/+45
| |
* | directory page still needs a lot of work, look up locally if local master or ↵friendica2012-12-196-130/+157
| | | | | | | | standalone, need to put some basic profile info in discovery page and direct to local directory master
* | add mod_profile_photo.cssfriendica2012-12-191-0/+12
| |
* | get notification backend working againfriendica2012-12-191-1/+1
| |
* | set_baseurl issue, more cleanupfriendica2012-12-196-22/+16
| |
| * Make showmore irritating.Thomas Willingham2012-12-201-0/+24
| |