Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-09-26 | 1 | -2/+3 |
|\ | |||||
| * | move the Link header initialisation from Router (where it does not really ↵ | zotlabs | 2017-09-25 | 1 | -0/+3 |
| | | | | | | | | belong) to Webserver, where we do similar module specific initialisations prior to calling Router->Dispatch() | ||||
| * | more zot6 basic stuff | zotlabs | 2017-09-25 | 1 | -2/+0 |
| | | |||||
* | | bump version | Mario Vavti | 2017-09-26 | 1 | -1/+1 |
|/ | |||||
* | tagging changes - provides ability to mention a forum by using !forumname as ↵ | zotlabs | 2017-09-24 | 1 | -0/+1 |
| | | | | well as the traditional red style (@forumname+). This should probably not be advertised on a wide scale until after a critical mass of sites have updated to a version containing these changes. This adds yet another option type to the ACL module which probably needs refactoring soon since it is turning into option type spaghetti. | ||||
* | go back to the un-versioned jsonld context | zotlabs | 2017-09-21 | 1 | -1/+10 |
| | |||||
* | provide a space between link header params | zotlabs | 2017-09-20 | 1 | -1/+1 |
| | |||||
* | add HTTP link header to channel page, making it pluggable | zotlabs | 2017-09-20 | 1 | -0/+18 |
| | |||||
* | use frozen jsonld contexts | zotlabs | 2017-09-19 | 1 | -0/+2 |
| | |||||
* | version | Mario | 2017-09-19 | 1 | -1/+1 |
| | |||||
* | db update to add index to item.resource_id we query this in wikis a lot | Mario Vavti | 2017-09-16 | 1 | -1/+1 |
| | |||||
* | version | Mario | 2017-09-15 | 1 | -1/+1 |
| | |||||
* | use the hubzilla icons | Mario Vavti | 2017-09-14 | 1 | -2/+2 |
| | |||||
* | hubzilla issue #858: Fix: Shortcut icon is not dysplayed when Admin or ↵ | Sergey Lukin | 2017-09-14 | 1 | -23/+22 |
| | | | | Channel Manager panels are opened | ||||
* | Zot6: some things that need to be done ahead of time so we can turbocharge ↵ | zotlabs | 2017-09-13 | 1 | -0/+2 |
| | | | | the delivery engine and split off site records from channel records. | ||||
* | wiki mimetype selection. We can add text/plain as soon as we add code to ↵ | zotlabs | 2017-09-12 | 1 | -1/+1 |
| | | | | purify and render it specifically. | ||||
* | remove hubzilla.nl from fallback directory servers | Mario Vavti | 2017-09-04 | 1 | -1/+1 |
| | |||||
* | add combined index for item.uid and item.item_unseen. this speeds up ↵ | Mario Vavti | 2017-09-01 | 1 | -1/+1 |
| | | | | notifications by a magnitude. | ||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-08-29 | 1 | -1/+1 |
|\ | |||||
| * | version | git-marijus | 2017-08-28 | 1 | -1/+1 |
| | | |||||
* | | use iso 8601 "Zulu" for log timestamps so it can be easily processed with ↵ | zotlabs | 2017-08-29 | 1 | -1/+1 |
|/ | | | | fail2ban | ||||
* | several card enhancements | zotlabs | 2017-08-23 | 1 | -0/+2 |
| | |||||
* | add support for card doctype and activity_obj type | zotlabs | 2017-08-22 | 1 | -1/+3 |
| | |||||
* | bump version | Mario Vavti | 2017-08-11 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-07-31 | 1 | -1/+1 |
|\ | |||||
| * | db update to add index for item.obj_type | git-marijus | 2017-07-31 | 1 | -1/+1 |
| | | |||||
* | | typo | zotlabs | 2017-07-30 | 1 | -1/+1 |
| | | |||||
* | | modify connection edit display for channels with no address/webbie | zotlabs | 2017-07-30 | 1 | -0/+1 |
|/ | |||||
* | initial notifications support for new shared files and new (since initial ↵ | git-marijus | 2017-07-28 | 1 | -0/+2 |
| | | | | site load) pubstream activity | ||||
* | version 2.7 | git-marijus | 2017-07-28 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-07-25 | 1 | -1/+1 |
|\ | |||||
| * | version 2.5.10 | git-marijus | 2017-07-25 | 1 | -1/+1 |
| | | |||||
* | | make signing methods variable and signable | zotlabs | 2017-07-25 | 1 | -1/+1 |
|/ | |||||
* | hubzilla issue #832 | zotlabs | 2017-07-19 | 1 | -0/+2 |
| | |||||
* | version | Mario Vavti | 2017-07-14 | 1 | -1/+1 |
| | |||||
* | turn url requests where argv[0] is something.xyz into module='something' and ↵ | zotlabs | 2017-07-13 | 1 | -0/+5 |
| | | | | $_REQUEST['module_format'] = 'xyz'; But leave modules beginning with . (like .well_known) alone (convert the initial . to _ and then strip it). This really only affects Siteinfo_json at this time. | ||||
* | version 2.5.8 | Mario Vavti | 2017-07-05 | 1 | -1/+1 |
| | |||||
* | db-update for cdav | Mario Vavti | 2017-07-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2017-07-04 | 1 | -1/+1 |
|\ | |||||
| * | version 2.5.7 | Mario Vavti | 2017-07-04 | 1 | -1/+1 |
| | | |||||
* | | merge red into hubzilla | Mario Vavti | 2017-07-03 | 1 | -77/+38 |
|\ \ | |/ |/| | |||||
| * | testing mastodon boosts/reshares | zotlabs | 2017-06-16 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-05 | 1 | -1/+1 |
| |\ | |||||
| * | | cleanup fallback directory list | zotlabs | 2017-05-03 | 1 | -1/+0 |
| | | | |||||
| * | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-04-26 | 1 | -1/+1 |
| |\ \ | |||||
| * | | | include attach.php here (boot.php) instead of each file that uses it. ↵ | zotlabs | 2017-04-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Eventually this needs to move to an autoloader. | ||||
| * | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-04-17 | 1 | -1/+0 |
| |\ \ \ | |||||
| * | | | | backend infrastructure for 'channel protection password'; which will be used ↵ | zotlabs | 2017-04-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes | ||||
| * | | | | correct the mastodon "boost" (aka 'share') author attribution by checking ↵ | zotlabs | 2017-04-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | for share activities and pulling the original author info from the activity:object | ||||
| * | | | | use aes-ctr which is slightly/arguably better than a poke in the eye and ↵ | zotlabs | 2017-04-01 | 1 | -7/+0 |
| | | | | | | | | | | | | | | | | | | | | don't restrict the crypto algorithm by server role. |