Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | call the follow_accept hook when desired | zotlabs | 2017-09-19 | 1 | -0/+4 |
| | |||||
* | anonymous comments are not implemented for photos. | Mario Vavti | 2017-09-18 | 1 | -3/+3 |
| | |||||
* | acl issue with some ActivityPub completions | zotlabs | 2017-09-17 | 1 | -3/+8 |
| | |||||
* | wiki download: only include the latest page revision | zotlabs | 2017-09-16 | 1 | -1/+7 |
| | |||||
* | implement wiki editing | Mario | 2017-09-15 | 1 | -15/+20 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | git-marijus | 2017-09-15 | 1 | -4/+39 |
|\ | |||||
| * | wiki: lock mimetype | zotlabs | 2017-09-14 | 1 | -0/+7 |
| | | |||||
| * | bring back wiki download | zotlabs | 2017-09-14 | 1 | -4/+32 |
| | | |||||
* | | some work on wiki acl | git-marijus | 2017-09-15 | 1 | -0/+42 |
|/ | |||||
* | add text/plain type to wiki | zotlabs | 2017-09-13 | 1 | -6/+13 |
| | |||||
* | more zot6 | zotlabs | 2017-09-13 | 1 | -1/+8 |
| | |||||
* | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-09-13 | 1 | -7/+10 |
|\ | |||||
| * | wiki mimetype selection. We can add text/plain as soon as we add code to ↵ | zotlabs | 2017-09-12 | 1 | -3/+4 |
| | | | | | | | | purify and render it specifically. | ||||
| * | wiki mimetype selection | zotlabs | 2017-09-12 | 1 | -4/+6 |
| | | |||||
* | | hubzilla issue #855: fix for some problems with displaying selected theme ↵ | Sergey Lukin | 2017-09-12 | 1 | -34/+38 |
|/ | | | | after panel Settings->Display loading | ||||
* | remove item_thread_top from simple_update query - we're already fetching ↵ | zotlabs | 2017-09-10 | 2 | -2/+3 |
| | | | | distinct(parent) and this prevented comments from displaying after submission when remote-authed. | ||||
* | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-09-10 | 2 | -24/+7 |
|\ | |||||
| * | owa cleanup | zotlabs | 2017-09-09 | 2 | -24/+7 |
| | | |||||
* | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-09-09 | 1 | -9/+9 |
|\| | |||||
| * | owa: missed the set-observer stuff | zotlabs | 2017-09-08 | 1 | -9/+9 |
| | | |||||
* | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-09-08 | 4 | -7/+131 |
|\| | |||||
| * | provide root discovery for owa | zotlabs | 2017-09-07 | 1 | -4/+31 |
| | | |||||
| * | provide owa discovery | zotlabs | 2017-09-07 | 1 | -0/+7 |
| | | |||||
| * | initial testing success with owa | zotlabs | 2017-09-07 | 1 | -1/+1 |
| | | |||||
| * | there's the problem | zotlabs | 2017-09-07 | 1 | -1/+1 |
| | | |||||
| * | add logging | zotlabs | 2017-09-07 | 1 | -0/+3 |
| | | |||||
| * | owa - first commit | zotlabs | 2017-09-07 | 3 | -3/+90 |
| | | |||||
* | | use $target_item[mid] to make item highlighting work with shortened mids | Mario Vavti | 2017-09-07 | 1 | -1/+1 |
| | | |||||
* | | use thread parent hash only for like and dislike activity. in all other ↵ | Mario Vavti | 2017-09-07 | 1 | -1/+1 |
| | | | | | | | | cases use item hash. this will catch more situations. | ||||
* | | typo | Mario Vavti | 2017-09-07 | 1 | -1/+1 |
| | | |||||
* | | fix an issue where some encoded mids were not found in /display allthough ↵ | Mario Vavti | 2017-09-07 | 1 | -3/+10 |
|/ | | | | they existed | ||||
* | make cards likeable | Mario Vavti | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | check code rights on cloud files | zotlabs | 2017-09-05 | 2 | -2/+2 |
| | |||||
* | provide sharing of cards | zotlabs | 2017-09-05 | 1 | -0/+41 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-09-05 | 1 | -2/+3 |
|\ | |||||
| * | 32 characters are often not enough to distinguish gnu-social mids - use the ↵ | Mario Vavti | 2017-09-05 | 1 | -2/+3 |
| | | | | | | | | entire mid. in /display if we are not dealing with posts (eg likes) provide the thr_parent mid as bParam_mid so we can still adress the right post in javascript | ||||
* | | some preliminary work on Zot VI | zotlabs | 2017-09-04 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-09-04 | 2 | -28/+15 |
|\| | |||||
| * | Default Access Control List (ACL) -> Default Privacy Group and minor ↵ | Mario Vavti | 2017-09-04 | 1 | -1/+1 |
| | | | | | | | | template fix | ||||
| * | whitespace | Mario Vavti | 2017-09-04 | 1 | -25/+13 |
| | | |||||
| * | fix the error reporting query in /display. we need item_deleted instead of ↵ | Mario Vavti | 2017-09-04 | 1 | -2/+1 |
| | | | | | | | | item_flags and remove id = $item_hash from the query since we always provide the mid and never the id iirc | ||||
* | | card embed improved | zotlabs | 2017-09-04 | 1 | -2/+2 |
|/ | |||||
* | validate the security context | zotlabs | 2017-09-03 | 1 | -3/+3 |
| | |||||
* | paths in xchan_addr no longer means RSS specifically but could be activitypub | zotlabs | 2017-09-03 | 1 | -1/+1 |
| | |||||
* | sign zot-info packets with httpsignatures | zotlabs | 2017-09-03 | 1 | -1/+28 |
| | |||||
* | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-09-03 | 2 | -4/+0 |
|\ | |||||
| * | Reviewed. This is OK. | zotlabs | 2017-09-03 | 2 | -4/+0 |
| | | | | | | | | | | | | Revert "may be exploitable in current form - awaiting review" This reverts commit 7bff60edacd68ef3dccf6f956e9c57092919950a. | ||||
* | | this fixes an issue where in /channel/membername?mid=some_mid updates did ↵ | Mario Vavti | 2017-09-03 | 1 | -1/+1 |
| | | | | | | | | not work when static updates were enabled. since in the current situation we always get a top-level-post mid, item_thread_top = 0 in the query will never return a result. change it to item_thread_top = 1 | ||||
* | | introduce item_normal_update(). the differnce to item_normal() is that we do ↵ | Mario Vavti | 2017-09-03 | 4 | -7/+11 |
|/ | | | | not query for item_deleted = 0 and therefor can find deleted likes which allows us to update our unlikes on the fly if static page update is enabled | ||||
* | may be exploitable in current form - awaiting review | zotlabs | 2017-09-02 | 2 | -0/+4 |
| |