aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
Commit message (Collapse)AuthorAgeFilesLines
* cards - change placeholdertext, separate from button textzotlabs2017-08-241-0/+2
|
* make cards searchablezotlabs2017-08-241-11/+13
|
* fix permalinks for card comments (send to parent url)zotlabs2017-08-241-0/+11
|
* last remaining task in tasklist was not removed from view when 'completed'zotlabs2017-08-231-1/+2
|
* cards: make page load after comment postzotlabs2017-08-231-37/+33
|
* partial support (unfinished) for ajax loading cards with liveupdate; page ↵zotlabs2017-08-232-3/+41
| | | | still functions even though this isn't finished
* oembed provider cleanup, add oembed to cardszotlabs2017-08-236-14/+139
|
* add new conv_sort optionzotlabs2017-08-231-1/+1
|
* fix permalink for cardszotlabs2017-08-231-0/+4
|
* cards: acl supportzotlabs2017-08-231-0/+1
|
* add category support to main pagezotlabs2017-08-231-0/+3
|
* several card enhancementszotlabs2017-08-232-32/+157
|
* cards featurezotlabs2017-08-231-0/+189
|
* remove debuggingzotlabs2017-08-211-4/+4
|
* more work on oembed from /displayzotlabs2017-08-213-8/+10
|
* stream_perms_xchans wasn't working which has effects in mod_display and ↵zotlabs2017-08-211-21/+43
| | | | there are also issues with the oembed provider for mod_display. This is a first cut for the second but hasn't yet been tested
* some issues with message-ids and urlencoding (again)zotlabs2017-08-201-2/+1
|
* a few file activities were not getting syncedzotlabs2017-08-202-1/+21
|
* issue with oembed of a shared item, which wraps in another share.zotlabs2017-08-201-10/+20
|
* more work on mod_displayzotlabs2017-08-191-1/+2
|
* better error reporting on mod_displayzotlabs2017-08-191-7/+5
|
* move ap_probe to pubcrawl addonzotlabs2017-08-161-42/+0
|
* more work on activitypub httpsignature verificationzotlabs2017-08-141-1/+4
|
* new content typezotlabs2017-08-141-2/+2
|
* create cdav principal also on client access and remove redundant pconfig ↵Mario Vavti2017-08-101-0/+9
| | | | check in authentication process
* merge red/master into devMario Vavti2017-08-101-1/+1
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devgit-marijus2017-08-062-0/+89
|\
| * allow channel address to be changedzotlabs2017-08-042-0/+89
| |
* | consolidate disable_discover_tab config if it was not yet set to either 1 or ↵git-marijus2017-08-064-6/+8
|/ | | | 0 in DB
* Merge remote-tracking branch 'mike/master' into devgit-marijus2017-08-034-14/+27
|\
| * minor activitypub rendering stuffzotlabs2017-08-021-1/+1
| |
| * plugin hook for update_unseenzotlabs2017-08-013-13/+26
| |
* | missing observer hashgit-marijus2017-08-031-1/+1
| |
* | return preview also if we have no attachmentgit-marijus2017-08-031-1/+1
|/
* do not show pubs notifications for items with ACTIVITY_OBJ_FILE obj_typegit-marijus2017-08-011-1/+3
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-07-312-9/+6
|\
| * improve file_activity() a littlegit-marijus2017-07-312-9/+6
| |
* | modify connection edit display for channels with no address/webbiezotlabs2017-07-301-1/+2
|/
* ltrim $display_path in attach_store() to be consistent with attach_mkdir() ↵git-marijus2017-07-301-0/+2
| | | | and go to created folder after successfully creating one
* another syntax errorgit-marijus2017-07-301-1/+1
|
* do not include ACTIVITY_OBJ_FILE obj_type in the ping/something querygit-marijus2017-07-301-2/+5
|
* Merge remote-tracking branch 'mike/master' into devgit-marijus2017-07-301-1/+1
|\
| * missing quotes on string in network update_unseenzotlabs2017-07-291-1/+1
| |
* | implement file notification on initial upload and rename ↵git-marijus2017-07-292-11/+9
|/ | | | get_parent_cloudpath() to get_cloud_url() which now includes the filename
* provide public stream notification also for not authenticated viewersgit-marijus2017-07-292-3/+8
|
* switch back to filter by ACTIVITY_OBJ_FILE for marking items read in ↵git-marijus2017-07-291-2/+2
| | | | /network since item_notshown is also used for likes
* fix notifications - item_notshown is set for likes, etc.zotlabs2017-07-291-2/+3
|
* filter by item_notshown instead of obj_typegit-marijus2017-07-282-5/+4
|
* do not show obj_type ACTIVITY_OBJ_FILE under activity notifications and do ↵git-marijus2017-07-282-3/+6
| | | | not mark those read in /network
* initial notifications support for new shared files and new (since initial ↵git-marijus2017-07-283-8/+55
| | | | site load) pubstream activity