| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 32 characters are often not enough to distinguish gnu-social mids - use the e... | Mario Vavti | 2017-09-05 | 3 | -5/+6 |
* | | avoid a security patch and resultant compatibility issues; instead restrict t... | zotlabs | 2017-09-05 | 2 | -3/+1 |
* | | remove period from characters allowed in username, as this will mess up URL b... | zotlabs | 2017-09-05 | 2 | -6/+6 |
* | | some more prep work for Zot VI - some of this will need to be undone or at le... | zotlabs | 2017-09-04 | 2 | -5/+13 |
* | | some preliminary work on Zot VI | zotlabs | 2017-09-04 | 2 | -6/+19 |
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-09-04 | 5 | -33/+17 |
|\| |
|
| * | Default Access Control List (ACL) -> Default Privacy Group and minor template... | Mario Vavti | 2017-09-04 | 2 | -3/+2 |
| * | remove logging | Mario Vavti | 2017-09-04 | 1 | -2/+0 |
| * | whitespace | Mario Vavti | 2017-09-04 | 1 | -25/+13 |
| * | fix the error reporting query in /display. we need item_deleted instead of it... | Mario Vavti | 2017-09-04 | 1 | -2/+1 |
| * | remove hubzilla.nl from fallback directory servers | Mario Vavti | 2017-09-04 | 1 | -1/+1 |
* | | card embed improved | zotlabs | 2017-09-04 | 2 | -3/+8 |
|/ |
|
* | also error if no security context | zotlabs | 2017-09-03 | 1 | -0/+8 |
* | validate the security context | zotlabs | 2017-09-03 | 3 | -3/+11 |
* | paths in xchan_addr no longer means RSS specifically but could be activitypub | zotlabs | 2017-09-03 | 2 | -4/+1 |
* | sign zot-info packets with httpsignatures | zotlabs | 2017-09-03 | 1 | -1/+28 |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-09-03 | 15 | -20/+58 |
|\ |
|
| * | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-09-03 | 3 | -6/+1 |
| |\ |
|
| * | | this fixes an issue where in /channel/membername?mid=some_mid updates did not... | Mario Vavti | 2017-09-03 | 1 | -1/+1 |
| * | | introduce item_normal_update(). the differnce to item_normal() is that we do ... | Mario Vavti | 2017-09-03 | 5 | -7/+17 |
| * | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-09-02 | 3 | -1/+6 |
| |\ \ |
|
| * | | | add combined index for item.uid and item.item_unseen. this speeds up notifica... | Mario Vavti | 2017-09-01 | 7 | -11/+27 |
| * | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2017-09-01 | 2 | -1/+9 |
| |\ \ \ |
|
| | * \ \ | Merge pull request #850 from anaqreon/doco | git-marijus | 2017-09-01 | 2 | -1/+9 |
| | |\ \ \ |
|
| | | * \ \ | Merge remote-tracking branch 'upstream/dev' into doco | Andrew Manning | 2017-08-27 | 12 | -118/+7142 |
| | | |\ \ \ |
|
| | | * \ \ \ | Merge remote-tracking branch 'upstream/dev' into doco | Andrew Manning | 2017-08-25 | 4 | -39/+8 |
| | | |\ \ \ \ |
|
| | | * | | | | | Removed duplicated table of contents (TOC) in Help pages by breaking hierarch... | Andrew Manning | 2017-08-25 | 2 | -1/+9 |
| * | | | | | | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-09-01 | 7 | -49/+210 |
| |\ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
|
| * | | | | | | | changelog | git-marijus | 2017-08-31 | 1 | -0/+4 |
* | | | | | | | | only validate headers that aren't "spoofable", which will be somewhat impleme... | zotlabs | 2017-09-03 | 1 | -3/+8 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | Reviewed. This is OK. | zotlabs | 2017-09-03 | 3 | -6/+1 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | may be exploitable in current form - awaiting review | zotlabs | 2017-09-02 | 3 | -1/+6 |
| |/ / / /
|/| | | | |
|
* | | | | | cut down on a few extraneous gprobe processes | zotlabs | 2017-08-31 | 2 | -2/+4 |
* | | | | | some changes after testing server-to-server magic auth | zotlabs | 2017-08-31 | 4 | -22/+36 |
* | | | | | add server-to-server magic auth to dav and cdav controllers | zotlabs | 2017-08-31 | 3 | -29/+120 |
* | | | | | server to server magic auth | zotlabs | 2017-08-31 | 1 | -2/+50 |
* | | | | | simplify api_auth | zotlabs | 2017-08-31 | 1 | -15/+9 |
* | | | | | now letsencrypt is creating a .htaccess file with re-write rules which kills ... | zotlabs | 2017-08-31 | 1 | -0/+12 |
|/ / / / |
|
* | | | | whitespace | zotlabs | 2017-08-30 | 1 | -22/+19 |
* | | | | missing include | zotlabs | 2017-08-30 | 1 | -0/+2 |
* | | | | check input is hex before sending it to hex2bin | zotlabs | 2017-08-30 | 1 | -1/+1 |
* | | | | some issues with mod_display on very first anonymous page visit (prior to any... | zotlabs | 2017-08-30 | 5 | -13/+15 |
* | | | | issue with mentions and xchans with @ or / | zotlabs | 2017-08-30 | 2 | -4/+2 |
* | | | | hubzilla issue #851 | zotlabs | 2017-08-29 | 1 | -1/+1 |
* | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-08-29 | 6 | -36/+71 |
|\ \ \ \ |
|
| * | | | | remove obsolete class | Mario Vavti | 2017-08-28 | 1 | -1/+1 |
| * | | | | version | git-marijus | 2017-08-28 | 1 | -1/+1 |
| * | | | | Merge remote-tracking branch 'mike/master' into dev | git-marijus | 2017-08-28 | 3 | -3/+46 |
| |\ \ \ \ |
|
| * | | | | | rewrite comment form handling | git-marijus | 2017-08-28 | 5 | -35/+70 |
| | |_|_|/
| |/| | | |
|
* | | | | | bring back nomadic locations | zotlabs | 2017-08-29 | 1 | -0/+2 |