aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* upstream fixes, template regenerationfriendica2013-01-251-2/+5
|
* Putting the final wraps on the backend private message API. This is more or ↵friendica2013-01-251-19/+63
| | | | less what needs to happen for every data type and get all the SQL code out of the front-end controllers.
* api for abook entriesfriendica2013-01-251-2/+2
|
* more api functions to help pull business logic out of controller code, in ↵friendica2013-01-251-0/+18
| | | | this case the often used functions to fetch all contacts or fetch the self contact
* add new magic links to activity translationsfriendica2013-01-252-20/+32
|
* fix wall-wall ownernamefriendica2013-01-241-1/+1
|
* make all private message functionality api-ablefriendica2013-01-241-1/+95
|
* 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 ↵friendica2013-01-242-52/+9
| | | | overboard or it may still not work at all.
* check comment permissions against observer, unbold email subject links for ↵friendica2013-01-241-16/+12
| | | | read messages
* turn down the log noise a bitfriendica2013-01-241-19/+17
|
* turn private_messages_list into backend functionality and separate it from ↵friendica2013-01-241-0/+46
| | | | the controller
* uncomplicate item deletion and fixup all the other linked tablesfriendica2013-01-243-114/+81
|
* why oh why is poco_load not getting called? oh - that's why.friendica2013-01-243-20/+20
|
* auto permissions (such as for forums or whatever) - untested but might just workfriendica2013-01-231-4/+6
|
* Merge https://github.com/friendica/red into zpullfriendica2013-01-231-4/+12
|\
| * delete item: change of timestamp last editMichael Meer2013-01-231-1/+3
| |
| * Merge pull request #1 from friendica/masterMicMee2013-01-2317-653/+465
| |\ | | | | | | get changes
| * | 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-231-3/+11
| |/ |/| | | | | window
* | fix some displayed links that were wonkyfriendica2013-01-222-4/+9
| |
* | some poco fixesfriendica2013-01-222-43/+42
| |
* | fixed contactgroup editorfriendica2013-01-221-2/+1
| |
* | clean up the photo storage backend, revamp mod/wall_uploadfriendica2013-01-223-329/+15
| |
* | security fixes related to directory access and sites that are off the gridfriendica2013-01-221-1/+14
| |
* | hidden directory entriesfriendica2013-01-221-3/+11
| |
* | now we're into the minor nitty fixesfriendica2013-01-212-4/+4
| |
* | testing beginsfriendica2013-01-211-17/+17
| |
* | magic auth - it's mostly done or at least all the code bits are written and ↵friendica2013-01-212-16/+16
| | | | | | | | it looks in theory to be pretty secure and it doesn't white screen. Getting it to actually work(?), well we won't know how hard that will be until we get it on a couple of systems and try it. Magic auth on one box is a no-op because you're already authenticated.
* | more work on magic authfriendica2013-01-211-0/+6
| |
* | sort out yet more api functionsfriendica2013-01-201-26/+35
| |
* | make lockview work, bring back acl widget theming in redbasicfriendica2013-01-201-2/+4
| |
* | preserve event item[uri] if presentfriendica2013-01-204-41/+64
| |
* | more heavy lifting on API - though need to re-visit events and give them all ↵friendica2013-01-195-47/+76
| | | | | | | | message_ids from the origination site.
* | more hard slogging on the apifriendica2013-01-191-131/+108
| |
* | directory services cleanupfriendica2013-01-191-2/+3
| |
* | distributed directory search from the navbarfriendica2013-01-191-11/+18
| |
* | add versioning info to basic identity export, create skeleton function for ↵friendica2013-01-181-0/+48
|/ | | | import
* provide other ways to export the basic infofriendica2013-01-162-34/+49
|
* api/export/basic - how we'll migrate youfriendica2013-01-161-0/+51
|
* yet another api hackathonfriendica2013-01-161-94/+125
|
* api posting seems to work now - of course that's the easiest part of the API.friendica2013-01-161-24/+54
|
* begin the hard slog on the apifriendica2013-01-162-86/+98
|
* mopping up the events issues so I can move on to other stufffriendica2013-01-162-13/+14
|
* import events (not just event posts) from zotfriendica2013-01-162-5/+29
|
* still some bugs but events are happening again.friendica2013-01-151-5/+5
|
* events backend heavy lifting - the new structure is slowly emerging.friendica2013-01-151-77/+87
|
* slow progress on events, one step forward, one step back.friendica2013-01-151-14/+26
|
* reduce number of template include paths, which were needed during the theme ↵friendica2013-01-151-3/+0
| | | | restructure but no longer required.