Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | provide more comprehensible information on the admin summary page | zotlabs | 2017-06-26 | 1 | -7/+10 |
| | |||||
* | better fix for dav headers already sent issue | zotlabs | 2017-06-26 | 2 | -2/+4 |
| | |||||
* | minor usability enhancements with the connections list - label the edit icon ↵ | zotlabs | 2017-06-25 | 1 | -0/+1 |
| | | | | so it's more obvious; the intuitive action is to click the photo or name which isn't what we usually want. Also move the Delete button over just a bit more so it's harder to accidentally click on small screens with big thumbs. | ||||
* | typo in chanview, remove output buffering in mod_cloud which is preventing ↵ | zotlabs | 2017-06-25 | 2 | -3/+3 |
| | | | | large files from being downloaded. IIRC this was put there to avoid a SAML warning in SabreDAV but I'm not seeing that currently. | ||||
* | chanview - if already connected, bypass the chanview intermediary page and ↵ | zotlabs | 2017-06-25 | 1 | -3/+12 |
| | | | | | | go straight to the remote profile. The chanview page is only there to present a connect link since the remote profile may not have one. | ||||
* | allow poke by xchan_hash | zotlabs | 2017-06-25 | 1 | -9/+21 |
| | |||||
* | remove unused page_widgets.php include and provide a general function for ↵ | zotlabs | 2017-06-22 | 3 | -12/+0 |
| | | | | loading sql from file to use in the cdav migration | ||||
* | cdav migration to core | zotlabs | 2017-06-22 | 1 | -6/+7 |
| | |||||
* | more mail issues | zotlabs | 2017-06-22 | 1 | -1/+1 |
| | |||||
* | Several things about mail storage weren't quite right. | zotlabs | 2017-06-22 | 1 | -4/+0 |
| | |||||
* | start porting cdav proper to core | zotlabs | 2017-06-21 | 2 | -0/+1377 |
| | |||||
* | oopsy | zotlabs | 2017-06-21 | 2 | -2/+2 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-06-20 | 1 | -1/+0 |
|\ | |||||
| * | more anon comment fixes | zotlabs | 2017-06-20 | 3 | -15/+16 |
| | | |||||
| * | prevent likes/dislikes/etc. from anon commenters | zotlabs | 2017-06-20 | 1 | -4/+4 |
| | | |||||
| * | minor cleanup of moderated comment feature | zotlabs | 2017-06-20 | 1 | -1/+1 |
| | | |||||
| * | allow moderated comments like wordpress if permissions are compatible | zotlabs | 2017-06-19 | 7 | -10/+123 |
| | | |||||
* | | remove deprecated app parameter from conversation() | zotlabs | 2017-06-20 | 7 | -9/+9 |
| | | |||||
* | | more anon comment fixes | zotlabs | 2017-06-20 | 3 | -15/+16 |
| | | |||||
* | | prevent likes/dislikes/etc. from anon commenters | zotlabs | 2017-06-20 | 1 | -4/+4 |
| | | |||||
* | | minor cleanup of moderated comment feature | zotlabs | 2017-06-18 | 1 | -1/+1 |
| | | |||||
* | | allow moderated comments like wordpress if permissions are compatible | zotlabs | 2017-06-18 | 7 | -10/+123 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-06-14 | 1 | -0/+108 |
|\| | |||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2017-06-14 | 1 | -0/+108 |
| |\ | |||||
| | * | Added Portfolio widget | Haakon Meland Eriksen | 2017-06-13 | 1 | -0/+108 |
| | | | |||||
| * | | add rel=noopener to all external target _blank links | zotlabs | 2017-06-14 | 1 | -1/+1 |
| | | | |||||
| * | | add numbers to the techlevel descriptions because that's what we will use to ↵ | zotlabs | 2017-06-14 | 1 | -6/+6 |
| |/ | | | | | | | indicate a minimum level in documentation | ||||
| * | more client-side mail privacy work | zotlabs | 2017-06-09 | 1 | -46/+28 |
| | | |||||
| * | partial fix for failure to sync photos - appears to be memory exhaustion and ↵ | zotlabs | 2017-06-08 | 1 | -0/+35 |
| | | | | | | | | | | | | dependent on filesize although an unrelated issue was found with directory creation during file sync (we didn't check ownership when looking for duplicates). This checkin provides the means for a sync process to fetch the contents for various photo scales from the original server just as is done for the attach data now. It is still missing the bit for the sync process to spawn a mob of children to fetch these suckers and update the photo table with the results. | ||||
* | | add rel=noopener to all external target _blank links | zotlabs | 2017-06-13 | 1 | -1/+1 |
| | | |||||
* | | add numbers to the techlevel descriptions because that's what we will use to ↵ | zotlabs | 2017-06-11 | 1 | -6/+6 |
| | | | | | | | | indicate a minimum level in documentation | ||||
* | | clean up the warnings about connections on unclonable networks | zotlabs | 2017-06-09 | 1 | -1/+17 |
| | | |||||
* | | auto inline embed ostatus image attachments | zotlabs | 2017-06-09 | 1 | -1/+1 |
| | | |||||
* | | put unreachable federated connections in the archived tab of the connections ↵ | zotlabs | 2017-06-08 | 2 | -4/+5 |
| | | | | | | | | list page | ||||
* | | indicate on connections page if a federated connection from another network ↵ | zotlabs | 2017-06-08 | 1 | -2/+3 |
| | | | | | | | | is unavailable from the current location | ||||
* | | partial fix for failure to sync photos - appears to be memory exhaustion and ↵ | zotlabs | 2017-06-07 | 1 | -0/+35 |
| | | | | | | | | | | | | dependent on filesize although an unrelated issue was found with directory creation during file sync (we didn't check ownership when looking for duplicates). This checkin provides the means for a sync process to fetch the contents for various photo scales from the original server just as is done for the attach data now. It is still missing the bit for the sync process to spawn a mob of children to fetch these suckers and update the photo table with the results. | ||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-06-07 | 3 | -37/+40 |
|\| | |||||
| * | hubzilla issue #810 | zotlabs | 2017-06-07 | 1 | -2/+2 |
| | | |||||
| * | oembed: ensure that width and height are returned as type int and not float | zotlabs | 2017-06-07 | 1 | -2/+2 |
| | | |||||
| * | don't allow negative age in directory listings | zotlabs | 2017-06-07 | 1 | -1/+1 |
| | | |||||
| * | rewrite wiki pages widget - no need for ajax on pageload, show the pages to ↵ | git-marijus | 2017-06-03 | 2 | -36/+39 |
| | | | | | | | | not authenticated people. | ||||
| * | convert randprof to use chanlink_hash() instead of chanlink_url() and filter ↵ | git-marijus | 2017-06-03 | 1 | -1/+1 |
| | | | | | | | | sys channels by xchan.xchan_system instead of xchan_addr != sys@% | ||||
| * | provide ability to search webpages (either public or which contain the ↵ | zotlabs | 2017-05-30 | 1 | -2/+2 |
| | | | | | | | | observer in the acl) in addition to conversations | ||||
* | | hubzilla issue #810 | zotlabs | 2017-06-06 | 1 | -2/+2 |
| | | |||||
* | | oembed: ensure that width and height are returned as type int and not float | zotlabs | 2017-06-03 | 1 | -2/+2 |
| | | |||||
* | | don't allow negative age in directory listings | zotlabs | 2017-05-31 | 1 | -1/+1 |
| | | |||||
* | | only provide 'connected apps' on the settings menu if techlevel > 0. | zotlabs | 2017-05-30 | 1 | -5/+7 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-30 | 1 | -1/+2 |
|\| | |||||
| * | fix issue #790 - zip->open returned error 19 (not a valid zip archive). in ↵ | Mario Vavti | 2017-05-30 | 1 | -1/+2 |
| | | | | | | | | case there are further issues we should probably also put a ob_end_clean() right before readfile() | ||||
| * | hubzilla issue #795 | zotlabs | 2017-05-27 | 2 | -3/+5 |
| | |