aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* there are now 2 permalinks - one is the remote original post (plink) and the ↵friendica2012-12-161-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.
* typofriendica2012-12-161-1/+1
|
* db query looping without bounds if group table wasn't manually updated to ↵friendica2012-12-141-1/+1
| | | | add the 'hash' column.
* admittedly local magic-auth is easy so that's mostly done. Now it gets hard.friendica2012-12-131-4/+3
|
* typofriendica2012-12-121-1/+1
|
* So what if Red could do more CMS types of things? And you could add ↵friendica2012-12-121-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 ↵friendica2012-12-101-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...friendica2012-12-101-0/+1
|
* get rid of more targeted windows and direct all profile view to local sitefriendica2012-12-091-19/+1
|
* start whipping the item photo menu into shapefriendica2012-12-091-37/+17
|
* start to whip the permissions into shape, also got rid of the mce drop ↵friendica2012-12-093-80/+7
| | | | shadow until we can figure out how to do it without the ugly black bars. I tend to prefer "outy" shadows over "inny" shadows anyway, but maybe that's just me.
* a bit of e_all cleanupfriendica2012-12-084-4/+9
|
* permissions should now be stored correctly on postingfriendica2012-12-071-1/+1
|
* do zot_finger/import_xchan on zid requests so we get the info cached locallyfriendica2012-12-062-42/+11
|
* move 'Connect' button to local chanview page, remove from remote profile ↵friendica2012-12-061-2/+15
| | | | pages - still requires some theming love
* Fixing the acl widget is going to be hard. Here's a start.friendica2012-12-061-2/+14
|
* templatise microprofriendica2012-12-061-39/+28
|
* use consistent quote encodingfriendica2012-12-062-4/+4
|
* contact photo issuesfriendica2012-12-062-3/+3
|
* move autosubmit up a level where it will actually workfriendica2012-12-061-1/+1
|
* fixed several little nit bugs that cropped up during deploymentfriendica2012-12-065-5/+5
|
* third param to zot_finger no longer neededfriendica2012-12-051-1/+1
|
* make mail replies workfriendica2012-12-051-1/+6
|
* y'all got mailfriendica2012-12-055-55/+278
|
* DB: do the mail table again. Mail almost working onsite, still needs to zot ↵friendica2012-12-042-160/+30
| | | | though
* most of the basic "make friends" stuff except for email notifications, drop ↵friendica2012-12-031-12/+3
| | | | community tab
* local deliveryfriendica2012-12-022-9/+21
|
* notify stufffriendica2012-12-021-5/+5
|
* auto-friending for forums and stuff is almost trivial now. But we will need ↵friendica2012-12-011-11/+28
| | | | a page to set the permissions on the "self" abook record. These will be the default permissions for anybody we wish to connect with.
* add pending check on group queriesfriendica2012-11-294-11/+15
|
* remove previous iterations of threading code because it's not being used and ↵friendica2012-11-291-779/+0
| | | | just confusing things
* further progress on new network/home notificationsfriendica2012-11-292-8/+9
|