Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | support work for a long-term fix for issue #390, essentially one can specify ↵ | redmatrix | 2016-05-17 | 3 | -6/+141 |
|/ | | | | a theme:schema string anywhere a theme is input. It will be honoured unless an existing schema setting over-rides this behaviour. This should also be backward compatible but the theme selection code has been cleaned up slightly and there may be subtle differences in behaviour after this commit. On my site this required a page refresh as the first page load after this change was a bit confused. | ||||
* | yet more session work | redmatrix | 2016-05-16 | 2 | -5/+23 |
| | |||||
* | an issue related to #386 | redmatrix | 2016-05-16 | 1 | -0/+1 |
| | |||||
* | more work on sessions and cookies, as some anomalies appeared in caldav and ↵ | redmatrix | 2016-05-16 | 1 | -13/+18 |
| | | | | firefox which suggested deeper issues | ||||
* | restrict static to the one function that requires it | redmatrix | 2016-05-16 | 1 | -5/+5 |
| | |||||
* | changes to session for cdev compatibility | redmatrix | 2016-05-16 | 1 | -6/+6 |
| | |||||
* | Comanche: provide a variable '$region' which can be used within a layout to ↵ | redmatrix | 2016-05-12 | 1 | -3/+4 |
| | | | | make content aware of where it is on the page. For instance this can be passed as a variable to a widget and trigger either a vertical or horizontal layout depending on which region it is assigned to. | ||||
* | Create store/git/sys/extend/addon directory and link if it does not exist in ↵ | Andrew Manning | 2016-05-12 | 1 | -0/+26 |
| | | | | all plugin repo GUI POST actions | ||||
* | Merge remote-tracking branch 'upstream/dev' into plugin-repo | Andrew Manning | 2016-05-11 | 6 | -66/+85 |
|\ | |||||
| * | provide repository versions on admin summary page and an upgrade message if ↵ | redmatrix | 2016-05-10 | 2 | -7/+16 |
| | | | | | | | | you're behind master | ||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-05-10 | 1 | -0/+15 |
| |\ | |||||
| * | | sabre upgrade | redmatrix | 2016-05-10 | 3 | -60/+56 |
| | | | |||||
| * | | initial sabre upgrade (needs lots of work - to wit: authentication, redo the ↵ | redmatrix | 2016-05-10 | 2 | -6/+20 |
| | | | | | | | | | | | | browser interface, and rework event export/import) | ||||
* | | | Check if target directories are writable when adding, updating, or removing ↵ | Andrew Manning | 2016-05-11 | 1 | -63/+88 |
| |/ |/| | | | | | plugin repos | ||||
* | | Remove debugging lines | Andrew Manning | 2016-05-10 | 1 | -4/+0 |
| | | |||||
* | | Link plugins in the newly installed addon repo to /addon so they are accessible | Andrew Manning | 2016-05-10 | 1 | -0/+19 |
|/ | |||||
* | Delete existing repo if the new one has a different URL. Fixed bug that ↵ | Andrew Manning | 2016-05-10 | 1 | -0/+9 |
| | | | | could cause repeated installation. | ||||
* | another public -> pubstream | Mario Vavti | 2016-05-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-05-10 | 1 | -2/+2 |
|\ |