Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | another try on #385 - replace sabres restrictive CSP with what we do in boot.php | Mario Vavti | 2016-05-25 | 2 | -0/+4 |
| | |||||
* | require token signatures in zot_refresh, also move channel specific stuff ↵ | redmatrix | 2016-05-24 | 1 | -0/+1 |
| | | | | into include/channel.php from include/connections.php | ||||
* | more work associated with DBA and index.php shuffle | redmatrix | 2016-05-24 | 2 | -42/+14 |
| | |||||
* | relocate index and db | redmatrix | 2016-05-24 | 2 | -12/+205 |
| | |||||
* | moved enotify | redmatrix | 2016-05-24 | 3 | -5/+691 |
| | |||||
* | typo | redmatrix | 2016-05-23 | 1 | -1/+1 |
| | |||||
* | change the signed token format. We don't folks to be able to submit random ↵ | redmatrix | 2016-05-22 | 1 | -1/+1 |
| | | | | text for signing by us, as they could then use these to generate known signatures. | ||||
* | Can't use "use x as y" aliases in callback function declarations | redmatrix | 2016-05-22 | 1 | -1/+1 |
| | |||||
* | move chatroom stuff to zlib | redmatrix | 2016-05-22 | 3 | -15/+286 |
| | |||||
* | add missing file | redmatrix | 2016-05-22 | 1 | -0/+659 |
| | |||||
* | move apps to zlib | redmatrix | 2016-05-22 | 2 | -16/+18 |
| | |||||
* | turn the oft-repeated block_public ... check into a function ↵ | redmatrix | 2016-05-22 | 12 | -301/+296 |
| | | | | observer_prohibited() | ||||
* | renamed include files identity.php (channel.php) and Contact.php ↵ | redmatrix | 2016-05-22 | 46 | -76/+45 |
| | | | | (connections.php) | ||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-05-21 | 2 | -9/+15 |
|\ | |||||
| * | Temp repo folder error message correction | Andrew Manning | 2016-05-21 | 1 | -2/+2 |
| | | |||||
| * | Moved git repository storage to store/[data]/git to avoid collision with a ↵ | Andrew Manning | 2016-05-21 | 1 | -8/+14 |
| | | | | | | | | channel named git. Fixed bug where temp repo folder was never created. | ||||
| * | revert fix for #385 | Mario Vavti | 2016-05-21 | 1 | -4/+0 |
| | | |||||
| * | possible better fix for #385 | Mario Vavti | 2016-05-21 | 2 | -2/+5 |
| | | |||||
| * | possible fix for #385 | Mario Vavti | 2016-05-21 | 1 | -0/+1 |
| | | |||||
* | | include new finger backend | redmatrix | 2016-05-21 | 1 | -0/+130 |
| | | |||||
* | | finish updating zot_finger instances | redmatrix | 2016-05-21 | 6 | -31/+19 |
| | | |||||
* | | first cut at zot-finger request signatures | redmatrix | 2016-05-21 | 1 | -8/+8 |
|/ | |||||
* | relocate the (unused currently) protocol driver | redmatrix | 2016-05-20 | 2 | -0/+49 |
| | |||||
* | rework the conversation object stuff at a high level - still needs a bit of ↵ | redmatrix | 2016-05-20 | 10 | -9/+998 |
| | | | | refactoring | ||||
* | remove redundant include | redmatrix | 2016-05-20 | 1 | -3/+0 |
| | |||||
* | consolidate include/*_selectors.php (not touching acl_selectors for the ↵ | redmatrix | 2016-05-20 | 5 | -7/+7 |
| | | | | moment, as it will likely end up with a different disposition) | ||||
* | move template stuff to zotlabs/render | redmatrix | 2016-05-20 | 4 | -0/+445 |
| | |||||
* | remove test file | redmatrix | 2016-05-19 | 1 | -13/+0 |
| | |||||
* | roll minor version, change example text | redmatrix | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | daemon conversion continued... | redmatrix | 2016-05-19 | 20 | -36/+34 |
| | |||||
* | cleanup of daemon infrastructure | redmatrix | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | Separate cron into periodic components and use that as the main interface ↵ | redmatrix | 2016-05-19 | 4 | -230/+321 |
| | | | | for scheduled tasks instead of the quaint 'poller'. | ||||
* | don't try to deliver empty hashes | redmatrix | 2016-05-19 | 1 | -0/+3 |
| | |||||
* | daemon master: create some compatibility code | redmatrix | 2016-05-19 | 6 | -19/+21 |
| | |||||
* | first phase of daemon refactoring | redmatrix | 2016-05-19 | 18 | -0/+2122 |
| | |||||
* | Replace text strings for translation support | Andrew Manning | 2016-05-19 | 1 | -1/+3 |
| | |||||
* | issue #391 - htmlspecialchars_decode before firing up jot, which re-encodes | redmatrix | 2016-05-19 | 1 | -2/+2 |
| | |||||
* | one more text clarification | redmatrix | 2016-05-18 | 1 | -1/+1 |
| | |||||
* | text clarifications | redmatrix | 2016-05-18 | 3 | -3/+3 |
| | |||||
* | This explains it all. Don't set the domain when creating a cookie. You'll ↵ | redmatrix | 2016-05-18 | 1 | -17/+10 |
| | | | | get a wildcard and sessions will break if you have multiple domains running hubzilla (or any php basic session based code). | ||||
* | Document what I know about the session regeneration issue. I'm really tired ↵ | redmatrix | 2016-05-18 | 1 | -0/+13 |
| | | | | of fighting this darn thing. Sessions and cookies need to work. | ||||
* | Link new plugins when updating repos via admin/plugins | Andrew Manning | 2016-05-18 | 1 | -0/+12 |
| | |||||
* | comment out session_regenerate until we get this sorted | redmatrix | 2016-05-18 | 1 | -1/+1 |
| | |||||
* | Revert "Revert "yet more session work"" | redmatrix | 2016-05-18 | 2 | -5/+23 |
| | | | | This reverts commit 37d14f3a1dbc8b4fea6831585c746be4a6602fcb. | ||||
* | Revert "yet more session work" | redmatrix | 2016-05-18 | 2 | -23/+5 |
| | | | | This reverts commit 51edd472c2e007490bdad3198ba1b2a3d7a09c45. | ||||
* | missing close tag | redmatrix | 2016-05-18 | 1 | -1/+1 |
| | |||||
* | provide server role on pubsites page | redmatrix | 2016-05-18 | 2 | -4/+4 |
| | |||||
* | cli utilities - argc and argv reversed. Not functionally incorrect since it ↵ | redmatrix | 2016-05-17 | 1 | -1/+1 |
| | | | | was consistent but aesthetically incorrect. | ||||
* | Merge pull request #389 from sasiflo/dev_sasiflo_sync | hubzilla | 2016-05-18 | 1 | -4/+6 |
|\ | | | | | Synchronization: Directory creation on sync import corrected. | ||||
| * | Synchronization: Directory creation on sync import corrected. | sasiflo | 2016-05-17 | 1 | -4/+6 |
| | |