Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | update the trusted CA cert database | zotlabs | 2017-09-24 | 2 | -560/+740 | |
| | | | | ||||||
| * | | | missing Zlib file | zotlabs | 2017-09-24 | 1 | -0/+25 | |
| | | | | ||||||
| * | | | server/hub config storage for zot6 | zotlabs | 2017-09-24 | 1 | -0/+16 | |
| | | | | ||||||
| * | | | ostatus - support likes of comments | zotlabs | 2017-09-24 | 1 | -11/+19 | |
| | | | | ||||||
| * | | | handle jsonld parse errors and send them to the app log instead of the php log. | zotlabs | 2017-09-24 | 1 | -1/+9 | |
| | | | | ||||||
| * | | | Merge branch 'tagging' | zotlabs | 2017-09-24 | 7 | -48/+119 | |
| |\ \ \ | ||||||
| | * | | | tagging changes - provides ability to mention a forum by using !forumname as ↵ | zotlabs | 2017-09-24 | 7 | -46/+110 | |
| | | | | | | | | | | | | | | | | | | | | well as the traditional red style (@forumname+). This should probably not be advertised on a wide scale until after a critical mass of sites have updated to a version containing these changes. This adds yet another option type to the ACL module which probably needs refactoring soon since it is turning into option type spaghetti. | |||||
| | * | | | typo | zotlabs | 2017-09-24 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Merge branch 'master' into tagging | zotlabs | 2017-09-24 | 39 | -128/+364 | |
| | |\ \ \ | ||||||
| | * | | | | acl issue with some ActivityPub completions | zotlabs | 2017-09-17 | 1 | -3/+8 | |
| | | | | | | ||||||
| | * | | | | more tag stuff | zotlabs | 2017-09-17 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | tagging changes | zotlabs | 2017-09-17 | 1 | -4/+11 | |
| | | | | | | ||||||
| * | | | | | typo | zotlabs | 2017-09-24 | 1 | -1/+1 | |
| | |/ / / | |/| | | | ||||||
| * | | | | For zot6, allow HTTP Signatures to be encrypted, as they may contain ↵ | zotlabs | 2017-09-24 | 1 | -6/+46 | |
| | | | | | | | | | | | | | | | | | | | | sensitive (envelope, metadata) information. | |||||
| * | | | | fix missing content on channel page | Mario Vavti | 2017-09-23 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | delivery report decryption is not needed for local delivery | zotlabs | 2017-09-21 | 1 | -19/+14 | |
| | | | | | ||||||
| * | | | | encrypt delivery reports. This will cause a bit of consternation because ↵ | zotlabs | 2017-09-21 | 2 | -3/+21 | |
| | | | | | | | | | | | | | | | | | | | | this is not backward compatible and older sites will see some incorrect delivery reports from newer sites until the next upgrade; as their systems will not know how to read the ecnrypted final reports. | |||||
| * | | | | no visible feedback when moving the affinity slider and waiting for content ↵ | zotlabs | 2017-09-21 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | to load, the appropriate spinner div seems to have gone missing at some time in the past | |||||
| * | | | | pubsites broken and directory server admin selection includes known dead sites | zotlabs | 2017-09-21 | 2 | -2/+3 | |
| | | | | | ||||||
| * | | | | log the lack of http sig info | zotlabs | 2017-09-21 | 1 | -1/+3 | |
| | | | | | ||||||
| * | | | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-09-21 | 1 | -1/+10 | |
| |\ \ \ \ | ||||||
| | * | | | | go back to the un-versioned jsonld context | zotlabs | 2017-09-21 | 1 | -1/+10 | |
| | | | | | | ||||||
| * | | | | | nav_set_selected() and minor whitespace for mod pubstream | Mario Vavti | 2017-09-21 | 1 | -1/+3 | |
| |/ / / / | ||||||
| * | | | | provide a space between link header params | zotlabs | 2017-09-20 | 2 | -2/+2 | |
| | | | | | ||||||
| * | | | | change back to the ugly content-type | zotlabs | 2017-09-20 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-09-20 | 5 | -20/+29 | |
| |\ \ \ \ | ||||||
| | * | | | | wiki css fixes | Mario Vavti | 2017-09-20 | 2 | -13/+14 | |
| | | | | | | ||||||
| | * | | | | wiki: translateable strings and move page mimetype selector to options submenu | Mario Vavti | 2017-09-20 | 4 | -7/+15 | |
| | | | | | | ||||||
| * | | | | | add more signature logging | zotlabs | 2017-09-20 | 2 | -2/+11 | |
| | | | | | | ||||||
| * | | | | | we need this in the plugin, not in core | zotlabs | 2017-09-20 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | add HTTP link header to channel page, making it pluggable | zotlabs | 2017-09-20 | 3 | -0/+40 | |
| | | | | | | ||||||
| * | | | | | fix namespace parsing issue | zotlabs | 2017-09-20 | 1 | -5/+9 | |
| |/ / / / | ||||||
| * | | | | provide default photo mimetype | zotlabs | 2017-09-20 | 3 | -1/+8 | |
| | | | | | ||||||
| * | | | | use mimetype text description rather than technical name in dropdown ↵ | zotlabs | 2017-09-19 | 2 | -9/+10 | |
| | | | | | | | | | | | | | | | | | | | | choices, found bug in mimetype selection option code | |||||
| * | | | | use frozen jsonld contexts | zotlabs | 2017-09-19 | 3 | -6/+10 | |
| | | | | | ||||||
| * | | | | perform caching of jsonld schemas | zotlabs | 2017-09-19 | 2 | -0/+33 | |
| | | | | | ||||||
| * | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-09-19 | 5 | -11/+9 | |
| |\ \ \ \ | ||||||
| | * | | | | Revert "remove some redundant references to sticky_kit" | Mario Vavti | 2017-09-19 | 2 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit dbc0cc8c929809d70ec306f08d4c0031b49c5c93. | |||||
| | * | | | | remove some redundant references to sticky_kit | Mario Vavti | 2017-09-19 | 2 | -3/+0 | |
| | | | | | | ||||||
| | * | | | | version | Mario | 2017-09-19 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | jquery-3.2.1 | Mario | 2017-09-19 | 1 | -4/+4 | |
| | | | | | | ||||||
| | * | | | | fix some issues with sticky-kit | Mario | 2017-09-19 | 3 | -6/+4 | |
| | | | | | | ||||||
| * | | | | | turn common friends into a widget | zotlabs | 2017-09-19 | 6 | -27/+57 | |
| | | | | | | ||||||
| * | | | | | call the follow_accept hook when desired | zotlabs | 2017-09-19 | 2 | -1/+5 | |
| |/ / / / | ||||||
| * | | | | fix various wikipage widget issues (sort pages by name, respect locked mime ↵ | Mario | 2017-09-19 | 2 | -12/+19 | |
| | | | | | | | | | | | | | | | | | | | | type setting, move create tool back to the bottom) | |||||
| * | | | | fix permission_{accept, reject} hooks not being called | Mario Vavti | 2017-09-19 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-09-19 | 2 | -2/+13 | |
| |\ \ \ \ | ||||||
| | * | | | | pubcrawl: make a good faith effort to handle multi-media content | zotlabs | 2017-09-18 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | create new hooks for permissions_accept and permissions_reject | zotlabs | 2017-09-18 | 1 | -1/+7 | |
| | | | | | | ||||||
| | * | | | | provide rel=alternate link if no reshare content in post | zotlabs | 2017-09-18 | 1 | -0/+5 | |
| | | |/ / | | |/| | |