Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Important work on the sessionhandler to maintain compatibility with php7 and ↵ | redmatrix | 2016-04-12 | 2 | -57/+63 |
|\ | | | | | | | | | | | php5x (x > 4) Merge branch 'master' into dev | ||||
* | | move all DB session storage logic to SessionHandler where it belongs | redmatrix | 2016-04-11 | 2 | -4/+10 |
| | | |||||
* | | whitespace | Mario Vavti | 2016-04-11 | 1 | -10/+10 |
| | | |||||
* | | move more session related stuff such as paranoia handling (IP address ↵ | redmatrix | 2016-04-10 | 1 | -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 ↵ | redmatrix | 2016-04-10 | 2 | -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 setting | redmatrix | 2016-04-08 | 1 | -1/+3 |
| | | |||||
* | | objectify all the session management stuff | redmatrix | 2016-04-08 | 2 | -0/+169 |
|/ | |||||
* | typo in router | redmatrix | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | static App | redmatrix | 2016-03-31 | 1 | -43/+47 |
| | |||||
* | deprecate $a->get_baseurl() | redmatrix | 2016-03-30 | 1 | -1/+1 |
| | |||||
* | turn 'OpenGraph' into a more general purpose HTTP meta facility for setting ↵ | redmatrix | 2016-03-08 | 2 | -50/+66 |
| | | | | any meta header | ||||
* | allow modules/addons to override the og:title field | redmatrix | 2016-03-07 | 1 | -0/+7 |
| | |||||
* | Facebook scraper "OpenGraph" support; modules will need to set the required ↵ | redmatrix | 2016-03-07 | 1 | -0/+43 |
| | | | | fields (type, image, url) as well as any desired optional or type specific fields. We will set the title during pagebuild. | ||||
* | missing function | redmatrix | 2016-02-24 | 1 | -1/+0 |
| | |||||
* | add router class | redmatrix | 2016-02-19 | 1 | -0/+200 |