aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* acl issue with some ActivityPub completionszotlabs2017-09-171-3/+8
|
* more mastodon testingzotlabs2017-09-171-1/+10
|
* wiki: update acl on child pages when wiki perms changezotlabs2017-09-161-0/+12
|
* wiki sync - we weren't getting the child pageszotlabs2017-09-161-0/+6
|
* wiki download: only include the latest page revisionzotlabs2017-09-161-1/+7
|
* set update_title to falseMario2017-09-151-0/+2
|
* implement wiki editingMario2017-09-152-20/+66
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devgit-marijus2017-09-154-14/+56
|\
| * wiki: lock mimetypezotlabs2017-09-143-5/+20
| |
| * bring back wiki downloadzotlabs2017-09-142-7/+35
| |
* | some work on wiki aclgit-marijus2017-09-152-1/+50
|/
* add text/plain type to wikizotlabs2017-09-133-9/+19
|
* make wiki page mimetype default to wiki mimetype (this was the original ↵zotlabs2017-09-131-1/+1
| | | | intent but the wrong variable was used)
* more zot6zotlabs2017-09-132-2/+14
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-09-131-34/+38
|\
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2017-09-134-14/+27
| |\
| * | hubzilla issue #855: fix for some problems with displaying selected theme ↵Sergey Lukin2017-09-121-34/+38
| | | | | | | | | | | | after panel Settings->Display loading
* | | Zot6: some things that need to be done ahead of time so we can turbocharge ↵zotlabs2017-09-132-13/+20
| |/ |/| | | | | the delivery engine and split off site records from channel records.
* | wiki mimetype selection. We can add text/plain as soon as we add code to ↵zotlabs2017-09-122-9/+12
| | | | | | | | purify and render it specifically.
* | wiki mimetypezotlabs2017-09-121-1/+1
| |
* | wiki mimetype selectionzotlabs2017-09-123-5/+14
| |
* | 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