aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* drop salmon until we improve performancezotlabs2017-09-121-1/+2
|
* typo in ldsigszotlabs2017-09-112-2/+14
|
* remove item_thread_top from simple_update query - we're already fetching ↵zotlabs2017-09-102-2/+3
| | | | distinct(parent) and this prevented comments from displaying after submission when remote-authed.
* Merge remote-tracking branch 'mike/master' into devMario Vavti2017-09-102-24/+7
|\
| * owa cleanupzotlabs2017-09-092-24/+7
| |
* | Merge remote-tracking branch 'mike/master' into devMario Vavti2017-09-091-9/+9
|\|
| * owa: missed the set-observer stuffzotlabs2017-09-081-9/+9
| |
* | Merge remote-tracking branch 'mike/master' into devMario Vavti2017-09-088-8/+162
|\|
| * provide root discovery for owazotlabs2017-09-071-4/+31
| |
| * provide owa discoveryzotlabs2017-09-071-0/+7
| |
| * initial testing success with owazotlabs2017-09-073-3/+3
| |
| * there's the problemzotlabs2017-09-071-1/+1
| |
| * add loggingzotlabs2017-09-071-0/+3
| |
| * owa - first commitzotlabs2017-09-076-3/+120
| |
* | use $target_item[mid] to make item highlighting work with shortened midsMario Vavti2017-09-071-1/+1
| |
* | use thread parent hash only for like and dislike activity. in all other ↵Mario Vavti2017-09-071-1/+1
| | | | | | | | cases use item hash. this will catch more situations.
* | typoMario Vavti2017-09-071-1/+1
| |
* | fix an issue where some encoded mids were not found in /display allthough ↵Mario Vavti2017-09-071-3/+10
|/ | | | they existed
* make cards likeableMario Vavti2017-09-061-1/+1
|
* check code rights on cloud fileszotlabs2017-09-053-4/+4
|
* typozotlabs2017-09-051-1/+1
|
* provide sharing of cardszotlabs2017-09-052-1/+43
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-09-052-3/+4
|\
| * 32 characters are often not enough to distinguish gnu-social mids - use the ↵Mario Vavti2017-09-052-3/+4
| | | | | | | | 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
* | avoid a security patch and resultant compatibility issues; instead restrict ↵zotlabs2017-09-051-1/+0
| | | | | | | | the input characters we accept in token verification strings to hex digits. This will all be changing in the coming weeks/months anyway.
* | some more prep work for Zot VI - some of this will need to be undone or at ↵zotlabs2017-09-042-5/+13
| | | | | | | | least re-arranged later but we need to bootstrap a test environment.
* | some preliminary work on Zot VIzotlabs2017-09-042-6/+19
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-09-042-28/+15
|\|
| * Default Access Control List (ACL) -> Default Privacy Group and minor ↵Mario Vavti2017-09-041-1/+1
| | | | | | | | template fix
| * whitespaceMario Vavti2017-09-041-25/+13
| |
| * fix the error reporting query in /display. we need item_deleted instead of ↵Mario Vavti2017-09-041-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 improvedzotlabs2017-09-041-2/+2
|/
* also error if no security contextzotlabs2017-09-031-0/+8
|
* validate the security contextzotlabs2017-09-032-3/+10
|
* paths in xchan_addr no longer means RSS specifically but could be activitypubzotlabs2017-09-031-1/+1
|
* sign zot-info packets with httpsignatureszotlabs2017-09-031-1/+28
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-09-036-9/+15
|\
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2017-09-032-4/+0
| |\
| * | this fixes an issue where in /channel/membername?mid=some_mid updates did ↵Mario Vavti2017-09-031-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 Vavti2017-09-034-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
| * | Merge remote-tracking branch 'mike/master' into devMario Vavti2017-09-022-0/+4
| |\ \
| * | | add combined index for item.uid and item.item_unseen. this speeds up ↵Mario Vavti2017-09-011-1/+1
| | | | | | | | | | | | | | | | notifications by a magnitude.
| * | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2017-09-011-0/+2
| |\ \ \
| | * \ \ Merge pull request #850 from anaqreon/docogit-marijus2017-09-011-0/+2
| | |\ \ \ | | | | | | | | | | | | Fix the multiple table of content bug
| | | * \ \ Merge remote-tracking branch 'upstream/dev' into docoAndrew Manning2017-08-273-5/+20
| | | |\ \ \
| | | * \ \ \ Merge remote-tracking branch 'upstream/dev' into docoAndrew Manning2017-08-251-18/+4
| | | |\ \ \ \
| | | * | | | | Removed duplicated table of contents (TOC) in Help pages by breaking ↵Andrew Manning2017-08-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hierarchical TOC loading.
* | | | | | | | only validate headers that aren't "spoofable", which will be somewhat ↵zotlabs2017-09-031-3/+8
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | implementation dependent.
* | | | | | | Reviewed. This is OK.zotlabs2017-09-032-4/+0
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "may be exploitable in current form - awaiting review" This reverts commit 7bff60edacd68ef3dccf6f956e9c57092919950a.
* | | | | | may be exploitable in current form - awaiting reviewzotlabs2017-09-022-0/+4
|/ / / / /