aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3 from redmatrix/mastermrjive2015-09-2218-149/+312
|\ | | | | updating from original codebase
| * since this is now usable, protect the displayed delivery reports from XSS ↵redmatrix2015-09-221-1/+1
| | | | | | | | injection
| * delivery reports - crude but mostly functional at least for zot deliveriesredmatrix2015-09-224-4/+23
| |
| * Merge pull request #54 from git-marijus/masterredmatrix2015-09-221-0/+1
| |\ | | | | | | fix consensus items - issue #53
| | * fix consensus items - issue #53Mario Vavti2015-09-221-0/+1
| | |
| * | remove dummy update from mergeredmatrix2015-09-221-4/+0
| | |
| * | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-222-1/+5
| |\ \
| | * | dummy updateredmatrix2015-09-223-3/+7
| | | |
| * | | heavy lifting for delivery reportsredmatrix2015-09-229-4/+105
| | |/ | |/|
| * | more progress on delivery reports. Store the remote results from zot sites ↵redmatrix2015-09-211-0/+15
| | | | | | | | | | | | locally.
| * | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-212-123/+129
| |\| | | | | | | | | | | | | Conflicts: mod/post.php
| | * issue #52 - try all matching hublocs for remote auth, not just the "best one".redmatrix2015-09-212-129/+136
| | |
| * | issue #50 - cloud listings produce white screen for unauthenticated viewerredmatrix2015-09-211-18/+20
| | |
| * | issue #51redmatrix2015-09-213-5/+24
| | |
* | | Merge pull request #2 from redmatrix/mastermrjive2015-09-2152-428/+662
|\| | | | | | | | get fresh code from HZ base
| * | looks like chat has been neglected a bit recentlyredmatrix2015-09-206-8/+7
| | |
| * | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-202-13/+43
| |\| | | | | | | | | | | | | Conflicts: include/zot.php
| | * new delivery report formatredmatrix2015-09-202-13/+42
| | |
| * | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-201-3/+1
| |\| | | | | | | | | | | | | Conflicts: include/zot.php
| | * improve on the last attemptredmatrix2015-09-201-4/+4
| | |
| * | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-201-4/+13
| |\| | | | | | | | | | | | | Conflicts: include/zot.php
| | * catch the timestamp alsoredmatrix2015-09-201-1/+1
| | |
| | * remove system flags from channel import packetredmatrix2015-09-201-5/+9
| | |
| * | Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-09-201-1/+1
| |\ \
| | * | kick right aside out a little earlierMario Vavti2015-09-201-1/+1
| | | |
| * | | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-201-1/+1
| |\ \ \ | | |/ / | |/| / | | |/ | | | Conflicts: include/zot.php
| | * we need the xchan record alsoredmatrix2015-09-201-1/+1
| | |
| * | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-202-1/+47
| |\|
| | * initial checkin delivery report classredmatrix2015-09-202-1/+47
| | |
| * | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-192-1/+2
| |\| | | | | | | | | | | | | Conflicts: include/zot.php
| | * clone new connection requestsredmatrix2015-09-192-19/+20
| | |
| * | clone new connectionsredmatrix2015-09-191-17/+18
| | |
| * | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-181-1/+1
| |\|
| | * include site identitfier on redmatrix delivery reports alsoredmatrix2015-09-181-0/+2
| | |
| * | DB table for delivery reportsredmatrix2015-09-183-1/+86
| | |
| * | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-188-14/+21
| |\| | | | | | | | | | | | | Conflicts: util/messages.po
| | * Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-185-11/+14
| | |\
| | | * Another (hopefully final) Spanish updatejeroenpraat2015-09-172-5/+5
| | | |
| | | * fix calculation of content height with marginsMario Vavti2015-09-173-6/+9
| | | |
| | * | dummy updateredmatrix2015-09-184-8/+12
| | |/
| * | add reporting site to delivery reportredmatrix2015-09-183-1/+7
| | |
| * | Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-09-188-1/+8
| |\ \
| | * | css fixesMario Vavti2015-09-188-1/+8
| | | |
| * | | more work on surviving hub re-installsredmatrix2015-09-182-4/+8
| |/ /
| * | change photo permissions when attach permissions are changed through ↵redmatrix2015-09-183-4/+14
| | | | | | | | | | | | mod/filestorage, and fix lockview for photos.
| * | start hooking in the new webfinger/zot merged discoveryredmatrix2015-09-171-6/+10
| | |
| * | consolidate zotfinger and webfingerredmatrix2015-09-175-291/+299
| | |
| * | Converse width for a few related (old) schemas back to 1024px / Name default ↵jeroenpraat2015-09-176-6/+15
| | | | | | | | | | | | theme to Focus / Non expert custom display settings above expert display settings, so people can better find them.
| * | missing refernce to arrayMario Vavti2015-09-171-1/+1
| | |
| * | Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2015-09-173-5/+5
| |\ \