Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | missing permission settings | friendica | 2013-01-29 | 2 | -9/+19 |
| | |||||
* | Widget manager.... | friendica | 2013-01-29 | 2 | -11/+55 |
| | | | | | | | | | | | | | | | | | | /* * Use a theme or app specific widget ordering list to determine what widgets should be included * for each module and in what order and optionally what region of the page to place them. * For example: * view/wgl/mod_connections.wgl: * ----------------------------- * vcard aside * follow aside * findpeople rightside * collections aside * * If your widgetlist does not include a widget that is destined for the page, it will not be rendered. * You can also use this to change the order of presentation, as they will be presented in the order you specify. * */ | ||||
* | connnnnnnnections | friendica | 2013-01-29 | 1 | -1/+1 |
| | |||||
* | convert mod/follow to associative json and add more logging for when things ↵ | friendica | 2013-01-29 | 2 | -15/+25 |
| | | | | go wrong | ||||
* | It's really not supposed to be quite this chatty on the network - ah that's ↵ | friendica | 2013-01-28 | 2 | -6/+23 |
| | | | | why. Oops. | ||||
* | delete item should now mostly work | friendica | 2013-01-28 | 3 | -5/+20 |
| | |||||
* | Someday the social graph will work, but alas not today. Add more debugging. | friendica | 2013-01-28 | 3 | -8/+16 |
| | |||||
* | check for mcrypt during install, allow admin email account to be admin *if* ↵ | friendica | 2013-01-27 | 2 | -0/+21 |
| | | | | it's the first account. | ||||
* | suppose I should do this right. | friendica | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | still no social graph - oh maybe it's because the observer hash isn't valid ↵ | friendica | 2013-01-27 | 1 | -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 spelling | friendica | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | simplify friendship approval - merge with connection editing | friendica | 2013-01-27 | 5 | -9/+80 |
| | |||||
* | log directory source url | friendica | 2013-01-27 | 2 | -1/+2 |
| | |||||
* | help deletions along | friendica | 2013-01-27 | 1 | -0/+4 |
| | |||||
* | smarty update | friendica | 2013-01-27 | 1 | -0/+1 |
| | |||||
* | lostpass fixes and login/logout flow if authenticated but no default channel ↵ | friendica | 2013-01-27 | 9 | -22/+45 |
| | | | | exists | ||||
* | maybe 'lostpass' will work now, maybe not. Didn't try it, but theoretically ↵ | friendica | 2013-01-27 | 1 | -39/+42 |
| | | | | it's updated. | ||||
* | ensure zot messages with 'deleted' items set 'created' as a fallback to ↵ | friendica | 2013-01-26 | 1 | -1/+2 |
| | | | | ensure the message isn't tossed. | ||||
* | better handling of failures to lookup remote authors | friendica | 2013-01-26 | 2 | -4/+10 |
| | |||||
* | photos cont. | friendica | 2013-01-26 | 2 | -104/+101 |
| | |||||
* | more photo backend stuff | friendica | 2013-01-26 | 5 | -39/+74 |
| | |||||
* | further baby steps on the photos API | friendica | 2013-01-25 | 3 | -12/+35 |
| | |||||
* | terminate script tag | friendica | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | start on photos rework | friendica | 2013-01-25 | 3 | -24/+246 |
| | |||||
* | make contact_remove sort of work so I can actually get rid of Oliver's and ↵ | friendica | 2013-01-25 | 6 | -23/+43 |
| | | | | Michael J's dead contacts and not poll them every ten minutes forever | ||||
* | poco debugging cont. | friendica | 2013-01-25 | 3 | -8/+24 |
| | |||||
* | upstream fixes, template regeneration | friendica | 2013-01-25 | 209 | -4/+1057 |
| | |||||
* | Putting the final wraps on the backend private message API. This is more or ↵ | friendica | 2013-01-25 | 2 | -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 entries | friendica | 2013-01-25 | 1 | -2/+2 |
| | |||||
* | more api functions to help pull business logic out of controller code, in ↵ | friendica | 2013-01-25 | 1 | -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 die | friendica | 2013-01-25 | 1 | -2/+0 |
| | |||||
* | add new magic links to activity translations | friendica | 2013-01-25 | 2 | -20/+32 |
| | |||||
* | add tooltip to toggle full screen mode | friendica | 2013-01-25 | 3 | -4/+5 |
| | |||||
* | tweaking z-index on chanview full-page mode so that everything works correctly | friendica | 2013-01-25 | 2 | -6/+6 |
| | |||||
* | ability to make chanview iframe full size (covering source window) and ↵ | friendica | 2013-01-25 | 3 | -2/+18 |
| | | | | shrink it again | ||||
* | fix wall-wall ownername | friendica | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | make all private message functionality api-able | friendica | 2013-01-24 | 2 | -69/+107 |
| | |||||
* | inverted logic on wall-wall check | friendica | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | here's another reason the social graph isn't updating | friendica | 2013-01-24 | 2 | -38/+18 |
| | |||||
* | quick-n-dirty wall-to-wall detection, wasn't working at all - this may be ↵ | friendica | 2013-01-24 | 2 | -52/+9 |
| | | | | overboard or it may still not work at all. | ||||
* | check comment permissions against observer, unbold email subject links for ↵ | friendica | 2013-01-24 | 2 | -16/+13 |
| | | | | read messages | ||||
* | turn down the log noise a bit | friendica | 2013-01-24 | 2 | -24/+31 |
| | |||||
* | turn private_messages_list into backend functionality and separate it from ↵ | friendica | 2013-01-24 | 2 | -45/+54 |
| | | | | the controller | ||||
* | uncomplicate item deletion and fixup all the other linked tables | friendica | 2013-01-24 | 4 | -115/+82 |
| | |||||
* | why oh why is poco_load not getting called? oh - that's why. | friendica | 2013-01-24 | 5 | -25/+24 |
| | |||||
* | Merge pull request #25 from zzottel/master | friendica | 2013-01-24 | 1 | -2/+0 |
|\ | | | | | Reomve KEY commands in database.sql for columns that don't exist anymore | ||||
| * | Merge branch 'master' of https://github.com/zzottel/red | zottel | 2013-01-24 | 0 | -0/+0 |
| |\ | |||||
| | * | remove KEY commands for columns that don't exist anymore | Christian Drechsler | 2013-01-24 | 1 | -2/+0 |
| |/ |/| | |||||
| * | remove KEY commands for columns that don't exist anymore | zottel | 2013-01-24 | 1 | -2/+0 |
|/ | |||||
* | auto permissions (such as for forums or whatever) - untested but might just work | friendica | 2013-01-23 | 6 | -120/+188 |
| |