aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26 from beardy-unixer/masterfriendica2013-02-021-1/+1
|\ | | | | Admin page
| * Fix broken menu for multiple profiles.Thomas Willingham2013-02-021-1/+1
| |
* | fix con"n"nectionsOliver2013-02-021-2/+2
| |
* | fix con"n"nectionsOliver2013-02-021-1/+1
|/
* Communication of mention tags were garbledfriendica2013-02-021-1/+1
|
* searchable flag logic reversedfriendica2013-02-021-3/+5
|
* more progress on photos apifriendica2013-02-022-1/+48
|
* sort out the rest of the nasty stuff in the attachment/file api - time to ↵friendica2013-02-012-27/+28
| | | | move on to something else
* debugging of file attachment api - somewhat functional but the attachment ↵friendica2013-01-312-8/+9
| | | | info structure in the item table needs to be re-done.
* update friends in common tool now that poco is workingfriendica2013-01-312-63/+20
|
* file/attachment storage api with revision control - needs a bit more testing ↵friendica2013-01-311-2/+281
| | | | but the framework is in place
* beginning of backend file/attachment apifriendica2013-01-301-0/+68
|
* mark for death implementedfriendica2013-01-292-12/+51
|
* fix edit permissionsfriendica2013-01-291-1/+1
|
* missing permission settingsfriendica2013-01-291-1/+2
|
* connnnnnnnectionsfriendica2013-01-291-1/+1
|
* convert mod/follow to associative json and add more logging for when things ↵friendica2013-01-292-15/+25
| | | | go wrong
* It's really not supposed to be quite this chatty on the network - ah that's ↵friendica2013-01-282-6/+23
| | | | why. Oops.
* delete item should now mostly workfriendica2013-01-282-4/+19
|
* Someday the social graph will work, but alas not today. Add more debugging.friendica2013-01-281-1/+1
|
* check for mcrypt during install, allow admin email account to be admin *if* ↵friendica2013-01-271-0/+16
| | | | it's the first account.
* simplify friendship approval - merge with connection editingfriendica2013-01-271-1/+1
|
* help deletions alongfriendica2013-01-271-0/+4
|
* lostpass fixes and login/logout flow if authenticated but no default channel ↵friendica2013-01-272-1/+8
| | | | exists
* ensure zot messages with 'deleted' items set 'created' as a fallback to ↵friendica2013-01-261-1/+2
| | | | ensure the message isn't tossed.
* better handling of failures to lookup remote authorsfriendica2013-01-261-3/+9
|
* photos cont.friendica2013-01-261-1/+45
|
* more photo backend stufffriendica2013-01-262-1/+35
|
* further baby steps on the photos APIfriendica2013-01-252-1/+27
|
* start on photos reworkfriendica2013-01-251-0/+226
|
* make contact_remove sort of work so I can actually get rid of Oliver's and ↵friendica2013-01-253-18/+38
| | | | Michael J's dead contacts and not poll them every ten minutes forever
* poco debugging cont.friendica2013-01-252-7/+23
|
* 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
| |