Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | oauth wasn't logging in properly, also fixed api status_show to return last ↵ | friendica | 2013-10-15 | 1 | -1/+8 |
| | | | | public post, not the last private post | ||||
* | several oauth fixes - shred doesn't completely work yet, but it also doesn't ↵ | friendica | 2013-09-16 | 1 | -29/+38 |
| | | | | completely NOT work, so at least there's some improvement | ||||
* | get rid of more variables with dashes in the names - use underscore *except* ↵ | friendica | 2013-08-15 | 1 | -1/+1 |
| | | | | in CSS. These were probably already here, but if you see any - please keep them out of PHP and MySQL where they sometimes get interpreted as a subtraction operation and are a bugger to find. | ||||
* | start formatting for Doxygen | friendica | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes ↵ | friendica | 2012-10-29 | 1 | -1/+1 |
| | | | | to the profile details. | ||||
* | updates | friendica | 2012-09-09 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/friendica/friendica | Alexander Kampmann | 2012-04-05 | 1 | -0/+0 |
| | | | | | | Conflicts: include/config.php update.php | ||||
* | add remove_user hook (it looks like dreamhost changed all my file ↵ | friendica | 2012-01-18 | 1 | -0/+0 |
| | | | | permissions, this will make a nasty commit) | ||||
* | oauth: authorize | Fabio Comuni | 2011-11-07 | 1 | -17/+74 |
| | |||||
* | oauth: authorize view, wrong verifier. | Fabio Comuni | 2011-11-02 | 1 | -5/+19 |
| | |||||
* | oauthapi: authorize app | Fabio Comuni | 2011-10-26 | 1 | -0/+1 |
| | |||||
* | Initial work adding oauth to api | Fabio Comuni | 2011-10-20 | 1 | -0/+194 |