aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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-233-38/+49
| |
* | 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-233-33/+161
| |
* | typozotlabs2017-08-231-1/+1
| |
* | cards featurezotlabs2017-08-234-3/+202
| |
* | test recursive dav copyzotlabs2017-08-221-0/+2
| |
* | allow cards to federatezotlabs2017-08-221-1/+1
| |
* | util/dcp - support recursion and folders full of photos by importing files ↵zotlabs2017-08-221-0/+45
| | | | | | | | singly in separate processes - not yet tested
* | 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
|
* add namespaces to activitystreams parserzotlabs2017-08-201-12/+53
|
* httpsig - return an array with all the different signing possibilities ↵zotlabs2017-08-201-8/+21
| | | | enumerated
* 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
|
* mv HTTPSig to core - so we can use it as an auth methodzotlabs2017-08-171-0/+220
|
* hubzilla issue #846zotlabs2017-08-171-1/+1
|
* move activitystreams parser back to core; we will eventually need it in core ↵zotlabs2017-08-171-12/+20
| | | | utilities
* move ap_probe to pubcrawl addonzotlabs2017-08-161-42/+0
|
* more work on activitypub httpsignature verificationzotlabs2017-08-142-1/+18
|
* new content typezotlabs2017-08-141-2/+2
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-08-121-3/+3
|\
| * minor js and css changesgit-marijus2017-08-121-3/+3
| |
* | add parent item (if applicable) to notifier plugin infozotlabs2017-08-121-0/+2
|/
* prevent uploads to comments if the channel has a default private ACL.zotlabs2017-08-102-2/+9
|
* create cdav principal also on client access and remove redundant pconfig ↵Mario Vavti2017-08-102-6/+12
| | | | check in authentication process
* merge red/master into devMario Vavti2017-08-105-8/+9
|
* App::get_channel() does not return the right channel if we are not looking ↵git-marijus2017-08-091-7/+1
| | | | at our own channel. fix issue #841
* only show upload button to those with write_storage permissionzotlabs2017-08-081-0/+1
|
* support upload of files and attachments into comments. This has some ↵zotlabs2017-08-081-0/+1
| | | | repercussions when it comes to post permissions since the commenter will not know the distribution of the post. Basically the files will be uploaded with the commenter's default ACL. Most of the time this will do the right thing.
* make config requirements in apps more universal - provide key and valuegit-marijus2017-08-061-6/+4
|
* 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-065-7/+10
|/ | | | 0 in DB
* Merge remote-tracking branch 'mike/master' into devgit-marijus2017-08-035-14/+28
|\
| * minor activitypub rendering stuffzotlabs2017-08-021-1/+1
| |
| * plugin hook for update_unseenzotlabs2017-08-013-13/+26
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-08-012-7/+28
| |\
| * | auto preview when inserting a media item or embed into a post. Since this ↵zotlabs2017-08-011-0/+1
| | | | | | | | | | | | unanticipated action could be alarming (some might think the post was actually submitted), also provide a visible preview indicator within the previewed content. Remove the css for the old striped background image which hasn't been available for previewed content for a year or two.
* | | missing observer hashgit-marijus2017-08-031-1/+1
| | |
* | | return preview also if we have no attachmentgit-marijus2017-08-031-1/+1
| |/ |/|