aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* provide general purpose verification class, remove include/session.php (no ↵redmatrix2016-04-141-0/+42
| | | | longer used)
* refactor the js detection into a checkjs class which is only enabled on ↵redmatrix2016-04-131-0/+36
| | | | demand (currently only the channel and display pages). Will probably require a bit more work to hide/disable the cover photo when js is disabled. Have not actually tested without js to discover any other potential page issues. Have only confirmed that the detection class works and redirects to set a jsdisabled cookie and reload the page with that cookie+variable set if called from the channel page.
* reverse the logic of the jsenabled setting so that sessions without js are ↵redmatrix2016-04-121-2/+2
| | | | performance penalised instead of regular sessions.
* Important work on the sessionhandler to maintain compatibility with php7 and ↵redmatrix2016-04-122-57/+63
|\ | | | | | | | | | | php5x (x > 4) Merge branch 'master' into dev
* | move all DB session storage logic to SessionHandler where it belongsredmatrix2016-04-112-4/+10
| |
* | whitespaceMario Vavti2016-04-111-10/+10
| |
* | localise the opensearch linkredmatrix2016-04-101-5/+6
| |
* | 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
| |
* | send file sync packets for all known file operationsredmatrix2016-04-072-1/+46
| |
* | use the explicit form of build_sync_packet so that file/photo sync will work ↵redmatrix2016-04-062-0/+12
|/ | | | even when the actual observer is a guest (with permission to upload).
* typo in routerredmatrix2016-04-021-1/+1
|
* static Appredmatrix2016-03-316-62/+66
|
* deprecate $a->get_baseurl()redmatrix2016-03-301-1/+1
|
* SECURITY: DAV authentication issueredmatrix2016-03-171-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.
* backtrace openssl_verify errors so that we can find bad keys - as there is ↵redmatrix2016-02-251-3/+4
| | | | very little relevant context available at this level.
* missing functionredmatrix2016-02-241-1/+0
|
* retry the move of AccessList to composer format (one or more third-party ↵redmatrix2016-02-211-0/+92
| | | | plugins will likely break as a result)
* Revert "move accesslist class to namespace"redmatrix2016-02-201-148/+0
| | | | This reverts commit a9711895cf254a0ca34b1e3f7c8e75bb832e6973.
* move accesslist class to namespaceredmatrix2016-02-201-0/+148
|
* add router classredmatrix2016-02-191-0/+200
|
* move dreport to zotlabs\zot namespaceredmatrix2016-02-191-0/+55
|
* move storage assets to zotlabs/storageredmatrix2016-02-195-3/+1442
|
* Provide Zotlabs\Project and System class for querying details about the ↵redmatrix2016-02-181-0/+62
| | | | project/version info. Move these out of /boot.php
* some minor cleanup - change the default of the discover tab (public stream ↵redmatrix2015-12-101-5/+6
| | | | access)
* refactor a few more redundant returnsredmatrix2015-12-091-11/+7
|
* simplify magic-auth - a lot... Would be even simpler if we didn't need to ↵redmatrix2015-12-091-151/+147
| | | | provide remote debugging, which takes up about half the code. But we need that because nobody wants to try and debug this shit by asking somebody at the other end to report what's in their logfile. We've tried this repeatedly. The only thing we can do is bring back all the debugging data so you can look at it yourself.
* add empty argredmatrix2015-12-091-4/+4
|
* remove extra debug logging and ensure we don't try to authenticate without a ↵redmatrix2015-12-081-9/+5
| | | | hubloc
* more libzot stuffredmatrix2015-12-082-0/+523
|
* extra paren removedredmatrix2015-12-071-1/+1
|
* abstract the message handlersredmatrix2015-12-073-8/+71
|
* remove duplicated coderedmatrix2015-12-061-1/+1
|
* whitespaceredmatrix2015-12-061-2/+0
|
* comment orderredmatrix2015-12-061-2/+1
|
* start of v4redmatrix2015-12-063-0/+163