aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web/WebServer.php
Commit message (Collapse)AuthorAgeFilesLines
* merge branch pdledit_gui into dev - many widgets still miss their ↵Mario2022-02-201-1/+2
| | | | description and requirements (this is work in progress)
* fix a regression in regard to unified session page load times intoduced in 6.0Mario Vavti2021-07-161-2/+0
|
* New landing page HQ with separate views for direct messages, public/limited ↵Mario2021-06-171-0/+2
| | | | messages and starred messages if the feature is enabled
* get devHilmar R2021-03-011-4/+4
|
* only call zid_init() if session is not yet authenticatedMario2020-10-091-1/+2
|
* remove sysmsg and sysmsg_info from session - those are now stored in xconfig ↵Mario2019-11-251-8/+0
| | | | (sse)
* accept system_language through either get or postzotlabs2018-04-121-3/+3
|
* simplify webserver logic flow, remove obsolete $a from routerzotlabs2018-01-181-30/+45
|
* 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