Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | private forum mentions | zotlabs | 2018-04-04 | 1 | -1/+1 |
| | |||||
* | allow the profile recrods to be cloned separately | zotlabs | 2018-04-04 | 1 | -1/+2 |
| | |||||
* | disable the oauth2testvehicle completely until it is safe | zotlabs | 2018-04-03 | 1 | -1/+3 |
| | |||||
* | get rid of dangerous test code | zotlabs | 2018-04-03 | 1 | -68/+0 |
| | |||||
* | OAuth2 integration | zotlabs | 2018-04-03 | 3 | -10/+88 |
| | |||||
* | Merge branch 'master' into oauth2 | zotlabs | 2018-04-03 | 3 | -4/+8 |
|\ | |||||
| * | some more work on hubzilla issue #1019 | zotlabs | 2018-04-02 | 1 | -1/+5 |
| | | |||||
| * | obscurify chats | zotlabs | 2018-04-01 | 2 | -3/+3 |
| | | |||||
* | | Merge branch 'oauth2' of https://github.com/anaqreon/hubzilla into oauth2 | zotlabs | 2018-03-31 | 4 | -33/+290 |
|\ \ | |/ |/| | |||||
| * | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-03-31 | 11 | -30/+35 |
| |\ | |||||
| * \ | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-03-27 | 25 | -107/+307 |
| |\ \ | |||||
| * \ \ | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-03-12 | 3 | -20/+30 |
| |\ \ \ | |||||
| * | | | | Fixed access_token request bug and returned oauth2-server-php library to ↵ | Andrew Manning | 2018-03-10 | 1 | -7/+8 |
| | | | | | | | | | | | | | | | | | | | | unmodified state. | ||||
| * | | | | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-03-10 | 7 | -11/+102 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-03-05 | 3 | -11/+37 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-03-04 | 13 | -52/+256 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-02-28 | 5 | -8/+34 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-02-26 | 3 | -4/+43 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Successful OAuth2 sequence demonstrated with the test vehicle, including an ↵ | Andrew Manning | 2018-02-26 | 2 | -65/+77 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | authenticated API call using an access_token. | ||||
| * | | | | | | | | | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-02-25 | 3 | -6/+31 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | An authorization token is received, but I had to modify the Request class in ↵ | Andrew Manning | 2018-02-25 | 3 | -15/+63 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vendor/bshaffer/oauth2-server-php/ to accept $_REQUEST instead of $_POST. | ||||
| * | | | | | | | | | | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-02-24 | 11 | -11/+66 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Add channel ID to user_id in clients table. Added TODO comments about ↵ | Andrew Manning | 2018-02-24 | 2 | -12/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dynamic client registration protocol. | ||||
| * | | | | | | | | | | | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-02-22 | 8 | -54/+6 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | The authorization step with client registration and authorization code ↵ | Andrew Manning | 2018-02-22 | 2 | -35/+100 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | retrieval working. Might not conform perfectly to OAuth2 spec, but it is a start. | ||||
| * | | | | | | | | | | | | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-02-20 | 210 | -153/+4704 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | OAuth2TestVehicle module can create and delete oauth2 database tables. | Andrew Manning | 2018-02-20 | 3 | -43/+117 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Created test vehicle module oauth2test | Andrew Manning | 2018-02-18 | 1 | -0/+43 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | undo vcard on display module until we can make it accurate | zotlabs | 2018-03-31 | 1 | -1/+2 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Hubzilla issue #1022 cleanup of post formatting | zotlabs | 2018-03-30 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Hubzilla issue #1022 - improve the usability | zotlabs | 2018-03-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Hubzilla issue #1022 - provide a way to share wiki pages. Currently this is ↵ | zotlabs | 2018-03-30 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | only implemented in the 'edit' pane and could use some improvement/enhancement | ||||
* | | | | | | | | | | | | | hubzilla issue #1020 - PM using unicode domain for recipient. May require ↵ | zotlabs | 2018-03-30 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | further testing | ||||
* | | | | | | | | | | | | | allow case independence of replacements as well as patterns | zotlabs | 2018-03-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | display and link issues with quoted tags | zotlabs | 2018-03-29 | 1 | -6/+7 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | directory: link entry keywords to a directory keyword search | zotlabs | 2018-03-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | hubzilla issue #1019 - punycode urls on connedit page when displaying locations | zotlabs | 2018-03-29 | 1 | -3/+3 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | uexport: set content-type to json and add sections info to the default ↵ | zotlabs | 2018-03-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filename if present | ||||
* | | | | | | | | | | | | | put vcard widget with author of top-level post on display page | zotlabs | 2018-03-27 | 1 | -1/+9 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | don't include the q and PHPSESSID request variables in a redirected rpost | zotlabs | 2018-03-27 | 1 | -1/+3 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch 'newmemberwidget' | zotlabs | 2018-03-25 | 1 | -11/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | turn newmember widget into a feature | zotlabs | 2018-03-23 | 1 | -11/+1 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | preserve existing categories when updating an app from an embed source | zotlabs | 2018-03-24 | 1 | -0/+6 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | app sellpage not being stored | zotlabs | 2018-03-24 | 2 | -0/+2 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | code optimisations and de-duplication on updating parent commented timestamp | zotlabs | 2018-03-24 | 1 | -11/+6 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-03-23 | 3 | -8/+67 |
|\| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | make list mode work in cards and articles | zotlabs | 2018-03-22 | 3 | -5/+39 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | make alt_pager work for articles/cards | zotlabs | 2018-03-22 | 2 | -6/+29 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | hubzilla issue #1013 - comments not displayed in single card/article view | zotlabs | 2018-03-22 | 2 | -4/+6 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | prevent reload loop if somebody lands on /ochannel (without channel_address ↵ | Mario Vavti | 2018-03-22 | 1 | -0/+3 |
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and without trailing slash) |