aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-07-311-1/+1
|\
| * db update to add index for item.obj_typegit-marijus2017-07-311-1/+1
| |
* | typozotlabs2017-07-301-1/+1
| |
* | modify connection edit display for channels with no address/webbiezotlabs2017-07-301-0/+1
|/
* initial notifications support for new shared files and new (since initial ↵git-marijus2017-07-281-0/+2
| | | | site load) pubstream activity
* version 2.7git-marijus2017-07-281-1/+1
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-07-251-1/+1
|\
| * version 2.5.10git-marijus2017-07-251-1/+1
| |
* | make signing methods variable and signablezotlabs2017-07-251-1/+1
|/
* hubzilla issue #832zotlabs2017-07-191-0/+2
|
* versionMario Vavti2017-07-141-1/+1
|
* turn url requests where argv[0] is something.xyz into module='something' and ↵zotlabs2017-07-131-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.8Mario Vavti2017-07-051-1/+1
|
* db-update for cdavMario Vavti2017-07-041-1/+1
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2017-07-041-1/+1
|\
| * version 2.5.7Mario Vavti2017-07-041-1/+1
| |
* | merge red into hubzillaMario Vavti2017-07-031-77/+38
|\ \ | |/ |/|
| * testing mastodon boosts/reshareszotlabs2017-06-161-0/+1
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-051-1/+1
| |\
| * | cleanup fallback directory listzotlabs2017-05-031-1/+0
| | |
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-261-1/+1
| |\ \
| * | | include attach.php here (boot.php) instead of each file that uses it. ↵zotlabs2017-04-171-0/+1
| | | | | | | | | | | | | | | | Eventually this needs to move to an autoloader.
| * | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-171-1/+0
| |\ \ \
| * | | | backend infrastructure for 'channel protection password'; which will be used ↵zotlabs2017-04-121-1/+1
| | | | | | | | | | | | | | | | | | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes
| * | | | correct the mastodon "boost" (aka 'share') author attribution by checking ↵zotlabs2017-04-111-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 ↵zotlabs2017-04-011-7/+0
| | | | | | | | | | | | | | | | | | | | don't restrict the crypto algorithm by server role.
| * | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-311-1/+3
| |\ \ \ \
| * \ \ \ \ Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-291-1/+3
| |\ \ \ \ \
| * | | | | | fix a couple more instances where we were still calling mail() directly for ↵zotlabs2017-03-281-27/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | site critical messages
| * | | | | | get rid of some more deprecated uses of $azotlabs2017-03-281-7/+5
| | | | | | |
| * | | | | | remove obsolete app argument from load_pdlzotlabs2017-03-281-1/+1
| | | | | | |
| * | | | | | get rid of get_app()zotlabs2017-03-281-12/+0
| | | | | | |
| * | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-251-0/+1
| |\ \ \ \ \ \
| * | | | | | | move db_upgrade to zlibzotlabs2017-03-231-87/+3
| | | | | | | |
| * | | | | | | rev updatezotlabs2017-03-231-1/+1
| | | | | | | |
| * | | | | | | get rid of some cruft in boot.phpzotlabs2017-03-141-62/+17
| | | | | | | |
| * | | | | | | code_allowed is a real mess. Start the cleanup by remving the account level ↵zotlabs2017-03-131-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 cleanupzotlabs2017-03-121-29/+35
| | | | | | | |
| * | | | | | | update std_versionzotlabs2017-03-121-1/+1
| | | | | | | |
| * | | | | | | one role.zotlabs2017-03-091-45/+2
| | | | | | | |
| * | | | | | | more cleanupzotlabs2017-03-091-2/+2
| | | | | | | |
* | | | | | | | bs-dev, minor css fix and min versionMario Vavti2017-07-031-1/+1
| | | | | | | |
* | | | | | | | update bs-dev and min version bumpMario Vavti2017-07-021-1/+1
| | | | | | | |
* | | | | | | | versionMario Vavti2017-06-201-1/+1
| | | | | | | |
* | | | | | | | testing mastodon boosts/reshareszotlabs2017-06-191-0/+1
| | | | | | | |
* | | | | | | | bump std versionMario Vavti2017-06-081-1/+1
| | | | | | | |
* | | | | | | | bump versionMario Vavti2017-05-231-1/+1
| | | | | | | |
* | | | | | | | bump versionMario Vavti2017-05-201-1/+1
| | | | | | | |
* | | | | | | | include attach.php here (boot.php) instead of each file that uses it. ↵zotlabs2017-05-161-0/+1
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | Eventually this needs to move to an autoloader.
* | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2017-05-041-1/+1
|\ \ \ \ \ \ \