Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cards: acl support | zotlabs | 2017-08-23 | 1 | -0/+1 |
| | |||||
* | add category support to main page | zotlabs | 2017-08-23 | 1 | -0/+3 |
| | |||||
* | several card enhancements | zotlabs | 2017-08-23 | 3 | -33/+161 |
| | |||||
* | typo | zotlabs | 2017-08-23 | 1 | -1/+1 |
| | |||||
* | cards feature | zotlabs | 2017-08-23 | 4 | -3/+202 |
| | |||||
* | test recursive dav copy | zotlabs | 2017-08-22 | 1 | -0/+2 |
| | |||||
* | allow cards to federate | zotlabs | 2017-08-22 | 1 | -1/+1 |
| | |||||
* | util/dcp - support recursion and folders full of photos by importing files ↵ | zotlabs | 2017-08-22 | 1 | -0/+45 |
| | | | | singly in separate processes - not yet tested | ||||
* | remove debugging | zotlabs | 2017-08-21 | 1 | -4/+4 |
| | |||||
* | more work on oembed from /display | zotlabs | 2017-08-21 | 3 | -8/+10 |
| | |||||
* | stream_perms_xchans wasn't working which has effects in mod_display and ↵ | zotlabs | 2017-08-21 | 1 | -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) | zotlabs | 2017-08-20 | 1 | -2/+1 |
| | |||||
* | a few file activities were not getting synced | zotlabs | 2017-08-20 | 2 | -1/+21 |
| | |||||
* | add namespaces to activitystreams parser | zotlabs | 2017-08-20 | 1 | -12/+53 |
| | |||||
* | httpsig - return an array with all the different signing possibilities ↵ | zotlabs | 2017-08-20 | 1 | -8/+21 |
| | | | | enumerated | ||||
* | issue with oembed of a shared item, which wraps in another share. | zotlabs | 2017-08-20 | 1 | -10/+20 |
| | |||||
* | more work on mod_display | zotlabs | 2017-08-19 | 1 | -1/+2 |
| | |||||
* | better error reporting on mod_display | zotlabs | 2017-08-19 | 1 | -7/+5 |
| | |||||
* | mv HTTPSig to core - so we can use it as an auth method | zotlabs | 2017-08-17 | 1 | -0/+220 |
| | |||||
* | hubzilla issue #846 | zotlabs | 2017-08-17 | 1 | -1/+1 |
| | |||||
* | move activitystreams parser back to core; we will eventually need it in core ↵ | zotlabs | 2017-08-17 | 1 | -12/+20 |
| | | | | utilities | ||||
* | move ap_probe to pubcrawl addon | zotlabs | 2017-08-16 | 1 | -42/+0 |
| | |||||
* | more work on activitypub httpsignature verification | zotlabs | 2017-08-14 | 2 | -1/+18 |
| | |||||
* | new content type | zotlabs | 2017-08-14 | 1 | -2/+2 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-08-12 | 1 | -3/+3 |
|\ | |||||
| * | minor js and css changes | git-marijus | 2017-08-12 | 1 | -3/+3 |
| | | |||||
* | | add parent item (if applicable) to notifier plugin info | zotlabs | 2017-08-12 | 1 | -0/+2 |
|/ | |||||
* | prevent uploads to comments if the channel has a default private ACL. | zotlabs | 2017-08-10 | 2 | -2/+9 |
| | |||||
* | create cdav principal also on client access and remove redundant pconfig ↵ | Mario Vavti | 2017-08-10 | 2 | -6/+12 |
| | | | | check in authentication process | ||||
* | merge red/master into dev | Mario Vavti | 2017-08-10 | 5 | -8/+9 |
| | |||||
* | App::get_channel() does not return the right channel if we are not looking ↵ | git-marijus | 2017-08-09 | 1 | -7/+1 |
| | | | | at our own channel. fix issue #841 | ||||
* | only show upload button to those with write_storage permission | zotlabs | 2017-08-08 | 1 | -0/+1 |
| | |||||
* | support upload of files and attachments into comments. This has some ↵ | zotlabs | 2017-08-08 | 1 | -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 value | git-marijus | 2017-08-06 | 1 | -6/+4 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | git-marijus | 2017-08-06 | 2 | -0/+89 |
|\ | |||||
| * | allow channel address to be changed | zotlabs | 2017-08-04 | 2 | -0/+89 |
| | | |||||
* | | consolidate disable_discover_tab config if it was not yet set to either 1 or ↵ | git-marijus | 2017-08-06 | 5 | -7/+10 |
|/ | | | | 0 in DB | ||||
* | Merge remote-tracking branch 'mike/master' into dev | git-marijus | 2017-08-03 | 5 | -14/+28 |
|\ | |||||
| * | minor activitypub rendering stuff | zotlabs | 2017-08-02 | 1 | -1/+1 |
| | | |||||
| * | plugin hook for update_unseen | zotlabs | 2017-08-01 | 3 | -13/+26 |
| | | |||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-08-01 | 2 | -7/+28 |
| |\ | |||||
| * | | auto preview when inserting a media item or embed into a post. Since this ↵ | zotlabs | 2017-08-01 | 1 | -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 hash | git-marijus | 2017-08-03 | 1 | -1/+1 |
| | | | |||||
* | | | return preview also if we have no attachment | git-marijus | 2017-08-03 | 1 | -1/+1 |
| |/ |/| | |||||
* | | do not show pubs notifications for items with ACTIVITY_OBJ_FILE obj_type | git-marijus | 2017-08-01 | 1 | -1/+3 |
| | | |||||
* | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-08-01 | 1 | -1/+2 |
|\| | |||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-07-31 | 2 | -9/+6 |
| |\ | |||||
| * | | modify connection edit display for channels with no address/webbie | zotlabs | 2017-07-30 | 1 | -1/+2 |
| | | | |||||
* | | | correct the logic for configs in app requirement | git-marijus | 2017-08-01 | 1 | -6/+25 |
| |/ |/| | |||||
* | | improve file_activity() a little | git-marijus | 2017-07-31 | 2 | -9/+6 |
|/ |