aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web
Commit message (Collapse)AuthorAgeFilesLines
...
* | whitespaceMario Vavti2016-04-111-10/+10
| |
* | move more session related stuff such as paranoia handling (IP address ↵redmatrix2016-04-101-2/+57
| | | | | | | | changes) into the session object and extend remember_me cookies once a day so that they will never expire (theoretically). The DB session driver will extend its expiration on every session write (in the case of persistent sessions).
* | a few issues: block public not blocking mod_cal, typo in sql for one clone ↵redmatrix2016-04-102-13/+23
| | | | | | | | file sync operation, fix_system_urls not catching cached contact photos, extend sessionhandler expiration when remember_me is enabled as the stored session is expiring long before the browser session.
* | log if the session handler fails and surface the ssl_cookie config settingredmatrix2016-04-081-1/+3
| |
* | objectify all the session management stuffredmatrix2016-04-082-0/+169
|/
* typo in routerredmatrix2016-04-021-1/+1
|
* static Appredmatrix2016-03-311-43/+47
|
* deprecate $a->get_baseurl()redmatrix2016-03-301-1/+1
|
* turn 'OpenGraph' into a more general purpose HTTP meta facility for setting ↵redmatrix2016-03-082-50/+66
| | | | any meta header
* allow modules/addons to override the og:title fieldredmatrix2016-03-071-0/+7
|
* Facebook scraper "OpenGraph" support; modules will need to set the required ↵redmatrix2016-03-071-0/+43
| | | | fields (type, image, url) as well as any desired optional or type specific fields. We will set the title during pagebuild.
* missing functionredmatrix2016-02-241-1/+0
|
* add router classredmatrix2016-02-191-0/+200