aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Someday the social graph will work, but alas not today. Add more debugging.friendica2013-01-283-8/+16
|
* check for mcrypt during install, allow admin email account to be admin *if* ↵friendica2013-01-272-0/+21
| | | | it's the first account.
* suppose I should do this right.friendica2013-01-271-1/+1
|
* still no social graph - oh maybe it's because the observer hash isn't valid ↵friendica2013-01-271-1/+1
| | | | and everybody's permission is denied. Well it's just another bug, but not the real bug. We're connecting as anonymous so that shouldn't make a difference.
* var spellingfriendica2013-01-271-1/+1
|
* simplify friendship approval - merge with connection editingfriendica2013-01-275-9/+80
|
* log directory source urlfriendica2013-01-272-1/+2
|
* help deletions alongfriendica2013-01-271-0/+4
|
* smarty updatefriendica2013-01-271-0/+1
|
* lostpass fixes and login/logout flow if authenticated but no default channel ↵friendica2013-01-279-22/+45
| | | | exists
* maybe 'lostpass' will work now, maybe not. Didn't try it, but theoretically ↵friendica2013-01-271-39/+42
| | | | it's updated.
* 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-262-4/+10
|
* photos cont.friendica2013-01-262-104/+101
|
* more photo backend stufffriendica2013-01-265-39/+74
|
* further baby steps on the photos APIfriendica2013-01-253-12/+35
|
* terminate script tagfriendica2013-01-251-1/+1
|
* start on photos reworkfriendica2013-01-253-24/+246
|
* make contact_remove sort of work so I can actually get rid of Oliver's and ↵friendica2013-01-256-23/+43
| | | | Michael J's dead contacts and not poll them every ten minutes forever
* poco debugging cont.friendica2013-01-253-8/+24
|
* upstream fixes, template regenerationfriendica2013-01-25209-4/+1057
|
* Putting the final wraps on the backend private message API. This is more or ↵friendica2013-01-252-77/+93
| | | | 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
* this note is old and is time for it to diefriendica2013-01-251-2/+0
|
* add new magic links to activity translationsfriendica2013-01-252-20/+32
|
* add tooltip to toggle full screen modefriendica2013-01-253-4/+5
|
* 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 ↵friendica2013-01-253-2/+18
| | | | shrink it again
* 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 ↵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-242-16/+13
| | | | read messages
* turn down the log noise a bitfriendica2013-01-242-24/+31
|
* turn private_messages_list into backend functionality and separate it from ↵friendica2013-01-242-45/+54
| | | | the controller
* 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
|\ | | | | Reomve KEY commands in database.sql for columns that don't exist anymore
| * 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 should now work again - 2nd attempt
| | * delete item: change of timestamp last editMichael Meer2013-01-231-1/+3
| | |
| | * Merge pull request #1 from friendica/masterMicMee2013-01-2349-1126/+1334
| | |\ | | |/ | |/| get changes
| | * delete of single items should now work againMichael Meer2013-01-231-4/+10
| | |