aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
Commit message (Collapse)AuthorAgeFilesLines
* bump versionMario Vavti2018-01-181-1/+1
|
* Merge pull request #951 from dawnbreak/docugit-marijus2018-01-121-2/+3
|\ | | | | :bulb: Add source documentation from recent conversations.
| * :bulb: Add source documentation from recent conversations.Klaus Weidenbach2018-01-051-2/+3
| | | | | | | | | | | | There have been some conversations in the last weeks which explained several parts of the code, so add it to the source code documentation. Also some other small source code documentation improvements.
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-01-081-1/+1
|\|
| * bump versionMario Vavti2018-01-041-1/+1
| |
* | scrutinizer issues: none worthy of including in 3.0, there will likely be a ↵zotlabs2018-01-081-0/+1
|/ | | | few hundred more before all is said and done.
* bump versionMario Vavti2017-12-141-1/+1
|
* strings and version bumpMario Vavti2017-12-131-1/+1
|
* bump versionMario Vavti2017-12-011-1/+1
|
* bump version to prevent caching issues related to recent updates to main.jsMario Vavti2017-11-291-1/+1
|
* split liveUpdateInit() out of NavUpdate() so we do not need to wait for ↵Mario Vavti2017-11-281-1/+1
| | | | initial ping to complete before we can init liveUpdate(). clean up main.js and bump version.
* initial articles featurezotlabs2017-11-221-0/+2
|
* bump version to catch media breakpoint changesMario Vavti2017-11-191-1/+1
|
* remove column item.diaspora_meta, action items 2 and 3 of hubzilla issue #828zotlabs2017-11-161-1/+1
|
* allow cloud filenames to include ampersands without messing up auth tokens ↵zotlabs2017-11-051-0/+1
| | | | (zid, owt, and zat, and the constant placeholder 'f=')
* :bulb: Improving Doxygen documentation.Klaus Weidenbach2017-11-031-71/+144
| | | | | Fix some Doxygen parsing errors. Improve hooks documentation.
* table structure for pseudo or proxy channels (pchan)zotlabs2017-10-191-1/+1
|
* versionMario Vavti2017-10-191-1/+1
|
* re-order the navbar preferences - 1. profile_uid, 2. local_channel, 3, site, ↵zotlabs2017-10-101-2/+4
| | | | 4 'default'
* rename view/tpl/nav.tpl to navbar_default.tpl so that all navbar selection ↵zotlabs2017-10-101-1/+1
| | | | code is consistent
* versionMario Vavti2017-10-101-1/+1
|
* alternate navbar layoutszotlabs2017-10-081-6/+10
|
* Merge pull request #861 from waitman/patch-3git-marijus2017-09-281-0/+1
|\ | | | | add remote login to login.tpl
| * add remote login to login.tplWaitman Gobble2017-09-181-0/+1
| | | | | | Add Remote login option to login.tpl, this exists in nav login.
* | process activity deletes from OStatus which for whatever reason do not use ↵zotlabs2017-09-271-0/+1
| | | | | | | | the industry standard tombstone mechanism
* | Merge remote-tracking branch 'mike/master' into devMario Vavti2017-09-261-2/+3
|\ \
| * | move the Link header initialisation from Router (where it does not really ↵zotlabs2017-09-251-0/+3
| | | | | | | | | | | | belong) to Webserver, where we do similar module specific initialisations prior to calling Router->Dispatch()
| * | more zot6 basic stuffzotlabs2017-09-251-2/+0
| | |
* | | bump versionMario Vavti2017-09-261-1/+1
|/ /
* | tagging changes - provides ability to mention a forum by using !forumname as ↵zotlabs2017-09-241-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 contextzotlabs2017-09-211-1/+10
| |
* | provide a space between link header paramszotlabs2017-09-201-1/+1
| |
* | add HTTP link header to channel page, making it pluggablezotlabs2017-09-201-0/+18
| |
* | use frozen jsonld contextszotlabs2017-09-191-0/+2
| |
* | versionMario2017-09-191-1/+1
|/
* db update to add index to item.resource_id we query this in wikis a lotMario Vavti2017-09-161-1/+1
|
* versionMario2017-09-151-1/+1
|
* use the hubzilla iconsMario Vavti2017-09-141-2/+2
|
* hubzilla issue #858: Fix: Shortcut icon is not dysplayed when Admin or ↵Sergey Lukin2017-09-141-23/+22
| | | | Channel Manager panels are opened
* Zot6: some things that need to be done ahead of time so we can turbocharge ↵zotlabs2017-09-131-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 ↵zotlabs2017-09-121-1/+1
| | | | purify and render it specifically.
* remove hubzilla.nl from fallback directory serversMario Vavti2017-09-041-1/+1
|
* add combined index for item.uid and item.item_unseen. this speeds up ↵Mario Vavti2017-09-011-1/+1
| | | | notifications by a magnitude.
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-08-291-1/+1
|\
| * versiongit-marijus2017-08-281-1/+1
| |
* | use iso 8601 "Zulu" for log timestamps so it can be easily processed with ↵zotlabs2017-08-291-1/+1
|/ | | | fail2ban
* several card enhancementszotlabs2017-08-231-0/+2
|
* add support for card doctype and activity_obj typezotlabs2017-08-221-1/+3
|
* bump versionMario Vavti2017-08-111-1/+1
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-07-311-1/+1
|\