Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | not null violation oauth1 | zotlabs | 2018-05-21 | 1 | -1/+1 |
| | |||||
* | sort out some of the authentication mess - with luck this may fix the DAV ↵ | redmatrix | 2016-07-20 | 1 | -1/+1 |
| | | | | auth issue which I simply could not duplicate or find a reason for. | ||||
* | more removal of reserved words from DB schemas | redmatrix | 2016-05-31 | 1 | -6/+6 |
| | |||||
* | static App | redmatrix | 2016-03-31 | 1 | -1/+1 |
| | |||||
* | remove the unqualified "OAuth" namespace from the project. We need to ↵ | redmatrix | 2015-12-13 | 1 | -10/+10 |
| | | | | reference either OAuth1 or OAuth2. | ||||
* | some major cleanup of api authentication stuff - still needs much more and ↵ | redmatrix | 2015-12-10 | 1 | -77/+72 |
| | | | | this still may not solve #206 | ||||
* | placeholder for dynamic rego | redmatrix | 2015-05-25 | 1 | -8/+0 |
| | |||||
* | one more | Habeas Codice | 2015-05-24 | 1 | -2/+2 |
| | |||||
* | avoid db compatibility issues | Habeas Codice | 2015-05-24 | 1 | -2/+2 |
| | |||||
* | Implement permission checking for OAuth clients using the xperm table. ↵ | redmatrix | 2015-05-17 | 1 | -4/+7 |
| | | | | Currently 'all' permissions are applied to OAuth clients which gives them the same rights as the channel owner and full access to API functions as the channel owner. However, individual permissions can now be created. These mirror the permission names from the normal permission table (although it isn't required that they do so). Lack of an xp_perm entry for the specified permission and lack of an 'all' override indicates permission denied. | ||||
* | 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 |