aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web/WebServer.php
Commit message (Collapse)AuthorAgeFilesLines
* experimental new notifications - needs pconfig experimental_notif set to 1 ↵Mario Vavti2017-10-081-1/+1
| | | | for your channel to work.
* Merge pull request #862 from waitman/patch-4git-marijus2017-09-281-1/+5
|\ | | | | prevent 'my_address' being set with bogus info
| * prevent 'my_address' being set with bogus infoWaitman Gobble2017-09-181-1/+5
| | | | | | After a user has authenticated, it is possible to set my_address in $_SESSION to 'anything' using zid= parameter in URL - if user is authenticated then zid is never set. This change kills the authenticated switch if a person sends a new zid through for processing, which will trigger remote authentication.
* | move the Link header initialisation from Router (where it does not really ↵zotlabs2017-09-251-0/+28
|/ | | | belong) to Webserver, where we do similar module specific initialisations prior to calling Router->Dispatch()
* owa - first commitzotlabs2017-09-071-0/+6
|
* add combined index for item.uid and item.item_unseen. this speeds up ↵Mario Vavti2017-09-011-1/+1
| | | | notifications by a magnitude.
* get rid of some more deprecated uses of $azotlabs2017-03-281-1/+1
|
* move db_upgrade to zlibzotlabs2017-03-231-7/+10
|
* missing sredmatrix2016-07-261-1/+1
|
* more ZAT workredmatrix2016-07-141-1/+8
|
* consolidate all the sys_boot functionality that is common between the web ↵redmatrix2016-05-261-59/+1
| | | | server and the cli daemon manager. Get rid of yet another global variable ($default_timezone) whilst doing so.
* more work associated with DBA and index.php shuffleredmatrix2016-05-241-9/+6
|
* relocate index and dbredmatrix2016-05-241-0/+191