aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tweaking z-index on chanview full-page mode so that everything works correctlyfriendica2013-01-252-6/+6
* ability to make chanview iframe full size (covering source window) and shrink...friendica2013-01-253-2/+18
* fix wall-wall ownernamefriendica2013-01-241-1/+1
* make all private message functionality api-ablefriendica2013-01-242-69/+107
* inverted logic on wall-wall checkfriendica2013-01-241-1/+1
* here's another reason the social graph isn't updatingfriendica2013-01-242-38/+18
* quick-n-dirty wall-to-wall detection, wasn't working at all - this may be ove...friendica2013-01-242-52/+9
* check comment permissions against observer, unbold email subject links for re...friendica2013-01-242-16/+13
* turn down the log noise a bitfriendica2013-01-242-24/+31
* turn private_messages_list into backend functionality and separate it from th...friendica2013-01-242-45/+54
* uncomplicate item deletion and fixup all the other linked tablesfriendica2013-01-244-115/+82
* why oh why is poco_load not getting called? oh - that's why.friendica2013-01-245-25/+24
* Merge pull request #25 from zzottel/masterfriendica2013-01-241-2/+0
|\
| * Merge branch 'master' of https://github.com/zzottel/redzottel2013-01-240-0/+0
| |\
| | * remove KEY commands for columns that don't exist anymoreChristian Drechsler2013-01-241-2/+0
| |/ |/|
| * remove KEY commands for columns that don't exist anymorezottel2013-01-241-2/+0
|/
* auto permissions (such as for forums or whatever) - untested but might just workfriendica2013-01-236-120/+188
* don't use the link colour for non-link thingsfriendica2013-01-231-2/+2
* Merge https://github.com/friendica/red into zpullfriendica2013-01-231-4/+12
|\
| * Merge pull request #24 from MicMee/masterOlaf Conradi2013-01-231-4/+12
| |\
| | * delete item: change of timestamp last editMichael Meer2013-01-231-1/+3
| | * Merge pull request #1 from friendica/masterMicMee2013-01-2349-1126/+1334
| | |\ | | |/ | |/|
| | * delete of single items should now work againMichael Meer2013-01-231-4/+10
* | | plug potential hole in magic auth, add link to chanview to view in dedicated ...friendica2013-01-239-39/+77
|/ /
* | icon tweaksfriendica2013-01-233-1/+1
* | @tags sorta work, but we might have an issue with sending zids in @tagsfriendica2013-01-231-3/+2
* | make @tags half-ass workfriendica2013-01-232-16/+13
* | this will probably look like crap, but I really want the links to look normal...friendica2013-01-231-14/+30
* | fix some displayed links that were wonkyfriendica2013-01-222-4/+9
* | some poco fixesfriendica2013-01-223-45/+43
* | fixed contactgroup editorfriendica2013-01-224-20/+19
* | fix observer permissions on wall_attachfriendica2013-01-221-52/+19
* | clean up the photo storage backend, revamp mod/wall_uploadfriendica2013-01-2212-425/+138
* | security fixes related to directory access and sites that are off the gridfriendica2013-01-225-10/+27
* | hidden directory entriesfriendica2013-01-225-8/+24
* | now we're into the minor nitty fixesfriendica2013-01-214-6/+7
* | testing beginsfriendica2013-01-212-20/+20
* | magic auth - it's mostly done or at least all the code bits are written and i...friendica2013-01-215-79/+232
* | oopsiefriendica2013-01-211-1/+2
* | re-arrange the order a bitfriendica2013-01-211-1/+3
* | more work on magic authfriendica2013-01-215-2/+19
* | minor theme nitsfriendica2013-01-211-9/+2
* | fix the visual group editorfriendica2013-01-201-2/+2
* | Ensure that Red members never see the accursed "and nobody was found..." when...friendica2013-01-203-90/+127
* | missing scopefriendica2013-01-201-1/+1
* | sort out yet more api functionsfriendica2013-01-201-26/+35
* | make lockview work, bring back acl widget theming in redbasicfriendica2013-01-204-44/+134
* | preserve event item[uri] if presentfriendica2013-01-205-42/+65
* | more heavy lifting on API - though need to re-visit events and give them all ...friendica2013-01-197-50/+78
* | more hard slogging on the apifriendica2013-01-191-131/+108