Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | version 2.6RC | git-marijus | 2017-07-28 | 1 | -1/+1 |
| | |||||
* | version 2.5.10 | git-marijus | 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. | ||||
| * | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-03-31 | 1 | -1/+3 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-03-29 | 1 | -1/+3 |
| |\ \ \ \ \ | |||||
| * | | | | | | fix a couple more instances where we were still calling mail() directly for ↵ | zotlabs | 2017-03-28 | 1 | -27/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | site critical messages | ||||
| * | | | | | | get rid of some more deprecated uses of $a | zotlabs | 2017-03-28 | 1 | -7/+5 |
| | | | | | | | |||||
| * | | | | | | remove obsolete app argument from load_pdl | zotlabs | 2017-03-28 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | get rid of get_app() | zotlabs | 2017-03-28 | 1 | -12/+0 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-03-25 | 1 | -0/+1 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | move db_upgrade to zlib | zotlabs | 2017-03-23 | 1 | -87/+3 |
| | | | | | | | | |||||
| * | | | | | | | rev update | zotlabs | 2017-03-23 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | get rid of some cruft in boot.php | zotlabs | 2017-03-14 | 1 | -62/+17 |
| | | | | | | | | |||||
| * | | | | | | | code_allowed is a real mess. Start the cleanup by remving the account level ↵ | zotlabs | 2017-03-13 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code allow and limiting to specific channels only. This reduces the possibility of cross channel security issues coming into play. Then provide a single function for checking the code permission. This is only partially done as we often need to check against the observer or logged in channel as well as the resource owner to ensure that this only returns true for local channels which also own the requested resource. | ||||
| * | | | | | | | more cleanup | zotlabs | 2017-03-12 | 1 | -29/+35 |
| | | | | | | | | |||||
| * | | | | | | | update std_version | zotlabs | 2017-03-12 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | one role. | zotlabs | 2017-03-09 | 1 | -45/+2 |
| | | | | | | | | |||||
| * | | | | | | | more cleanup | zotlabs | 2017-03-09 | 1 | -2/+2 |
| | | | | | | | | |||||
* | | | | | | | | bs-dev, minor css fix and min version | Mario Vavti | 2017-07-03 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | update bs-dev and min version bump | Mario Vavti | 2017-07-02 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | version | Mario Vavti | 2017-06-20 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | testing mastodon boosts/reshares | zotlabs | 2017-06-19 | 1 | -0/+1 |
| | | | | | | | | |||||
* | | | | | | | | bump std version | Mario Vavti | 2017-06-08 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | bump version | Mario Vavti | 2017-05-23 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | bump version | Mario Vavti | 2017-05-20 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | include attach.php here (boot.php) instead of each file that uses it. ↵ | zotlabs | 2017-05-16 | 1 | -0/+1 |
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | Eventually this needs to move to an autoloader. | ||||
* | | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2017-05-04 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | abook_not_here flag created to indicate singleton connections which are ↵ | zotlabs | 2017-05-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | connected to this channel but not on this hub. abook_instance enumerates which hubs the connections is valid, but we ultimately need something more efficiently searchable to decide what operations are supported w/r/t this connection in the context of this hub. This flag is ignored during sync to clones although the code to set it correctly during channel creation, import, and sync has not yet been implemented. | ||||
* | | | | | | | | bump version | Mario Vavti | 2017-05-03 | 1 | -1/+1 |
|/ / / / / / / | |||||
* | | | | | / | version and strings | Mario Vavti | 2017-05-01 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | database support for client side e2ee for private mail | zotlabs | 2017-04-25 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | bump version | Mario Vavti | 2017-04-13 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #715 from zotlabs/cpp | git-marijus | 2017-04-13 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | backend infrastructure for 'channel protection password'; which will … | ||||
| * | | | | | 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 |