aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
Commit message (Collapse)AuthorAgeFilesLines
* tagging changes - provides ability to mention a forum by using !forumname as ↵zotlabs2017-09-241-18/+21
| | | | 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.
* pubsites broken and directory server admin selection includes known dead siteszotlabs2017-09-212-2/+3
|
* nav_set_selected() and minor whitespace for mod pubstreamMario Vavti2017-09-211-1/+3
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-09-201-1/+2
|\
| * wiki: translateable strings and move page mimetype selector to options submenuMario Vavti2017-09-201-1/+2
| |
* | we need this in the plugin, not in corezotlabs2017-09-201-0/+1
|/
* turn common friends into a widgetzotlabs2017-09-191-1/+1
|
* call the follow_accept hook when desiredzotlabs2017-09-191-0/+4
|
* anonymous comments are not implemented for photos.Mario Vavti2017-09-181-3/+3
|
* acl issue with some ActivityPub completionszotlabs2017-09-171-3/+8
|
* wiki download: only include the latest page revisionzotlabs2017-09-161-1/+7
|
* implement wiki editingMario2017-09-151-15/+20
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devgit-marijus2017-09-151-4/+39
|\
| * wiki: lock mimetypezotlabs2017-09-141-0/+7
| |
| * bring back wiki downloadzotlabs2017-09-141-4/+32
| |
* | some work on wiki aclgit-marijus2017-09-151-0/+42
|/
* add text/plain type to wikizotlabs2017-09-131-6/+13
|
* more zot6zotlabs2017-09-131-1/+8
|
* Merge remote-tracking branch 'mike/master' into devMario Vavti2017-09-131-7/+10
|\
| * wiki mimetype selection. We can add text/plain as soon as we add code to ↵zotlabs2017-09-121-3/+4
| | | | | | | | purify and render it specifically.
| * wiki mimetype selectionzotlabs2017-09-121-4/+6
| |
* | hubzilla issue #855: fix for some problems with displaying selected theme ↵Sergey Lukin2017-09-121-34/+38
|/ | | | after panel Settings->Display loading
* 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-084-7/+131
|\|
| * provide root discovery for owazotlabs2017-09-071-4/+31
| |
| * provide owa discoveryzotlabs2017-09-071-0/+7
| |
| * initial testing success with owazotlabs2017-09-071-1/+1
| |
| * there's the problemzotlabs2017-09-071-1/+1
| |
| * add loggingzotlabs2017-09-071-0/+3
| |
| * owa - first commitzotlabs2017-09-073-3/+90
| |
* | 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-052-2/+2
|
* provide sharing of cardszotlabs2017-09-051-0/+41
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-09-051-2/+3
|\
| * 32 characters are often not enough to distinguish gnu-social mids - use the ↵Mario Vavti2017-09-051-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 VIzotlabs2017-09-041-1/+2
| |
* | 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
|/
* validate the security contextzotlabs2017-09-031-3/+3
|