aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
Commit message (Collapse)AuthorAgeFilesLines
* better fix for dav headers already sent issuezotlabs2017-06-261-1/+2
|
* minor usability enhancements with the connections list - label the edit icon ↵zotlabs2017-06-251-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 ↵zotlabs2017-06-252-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 ↵zotlabs2017-06-251-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_hashzotlabs2017-06-251-9/+21
|
* remove unused page_widgets.php include and provide a general function for ↵zotlabs2017-06-223-12/+0
| | | | loading sql from file to use in the cdav migration
* cdav migration to corezotlabs2017-06-221-6/+7
|
* start porting cdav proper to corezotlabs2017-06-211-0/+1201
|
* oopsyzotlabs2017-06-211-1/+1
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-06-201-1/+0
|\
| * more anon comment fixeszotlabs2017-06-201-13/+13
| |
| * allow moderated comments like wordpress if permissions are compatiblezotlabs2017-06-193-5/+105
| |
| * add rel=noopener to all external target _blank linkszotlabs2017-06-141-1/+1
| |
| * more client-side mail privacy workzotlabs2017-06-091-46/+28
| |
| * partial fix for failure to sync photos - appears to be memory exhaustion and ↵zotlabs2017-06-081-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.
* | remove deprecated app parameter from conversation()zotlabs2017-06-207-9/+9
| |
* | more anon comment fixeszotlabs2017-06-201-13/+13
| |
* | allow moderated comments like wordpress if permissions are compatiblezotlabs2017-06-183-5/+105
| |
* | add rel=noopener to all external target _blank linkszotlabs2017-06-131-1/+1
| |
* | clean up the warnings about connections on unclonable networkszotlabs2017-06-091-1/+17
| |
* | auto inline embed ostatus image attachmentszotlabs2017-06-091-1/+1
| |
* | put unreachable federated connections in the archived tab of the connections ↵zotlabs2017-06-082-4/+5
| | | | | | | | list page
* | indicate on connections page if a federated connection from another network ↵zotlabs2017-06-081-2/+3
| | | | | | | | is unavailable from the current location
* | partial fix for failure to sync photos - appears to be memory exhaustion and ↵zotlabs2017-06-071-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_mergezotlabs2017-06-072-8/+12
|\|
| * hubzilla issue #810zotlabs2017-06-071-2/+2
| |
| * oembed: ensure that width and height are returned as type int and not floatzotlabs2017-06-071-2/+2
| |
| * don't allow negative age in directory listingszotlabs2017-06-071-1/+1
| |
| * rewrite wiki pages widget - no need for ajax on pageload, show the pages to ↵git-marijus2017-06-031-7/+11
| | | | | | | | not authenticated people.
| * convert randprof to use chanlink_hash() instead of chanlink_url() and filter ↵git-marijus2017-06-031-1/+1
| | | | | | | | sys channels by xchan.xchan_system instead of xchan_addr != sys@%
| * provide ability to search webpages (either public or which contain the ↵zotlabs2017-05-301-2/+2
| | | | | | | | observer in the acl) in addition to conversations
* | hubzilla issue #810zotlabs2017-06-061-2/+2
| |
* | oembed: ensure that width and height are returned as type int and not floatzotlabs2017-06-031-2/+2
| |
* | don't allow negative age in directory listingszotlabs2017-05-311-1/+1
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-301-1/+2
|\|
| * fix issue #790 - zip->open returned error 19 (not a valid zip archive). in ↵Mario Vavti2017-05-301-1/+2
| | | | | | | | case there are further issues we should probably also put a ob_end_clean() right before readfile()
| * hubzilla issue #795zotlabs2017-05-272-3/+5
| |
| * wiki auto language select to match webpages implementationzotlabs2017-05-231-5/+27
| |
| * apporder style improvement and add to nav menu, also add language awareness ↵zotlabs2017-05-233-15/+50
| | | | | | | | to webpages
| * schema fixeszotlabs2017-05-231-0/+4
| |
| * apporder module and all the associated backend stuff to make it work; ↵zotlabs2017-05-232-0/+54
| | | | | | | | probably needs a bit of UI cleanup and a link to it from somewhere
* | provide ability to search webpages (either public or which contain the ↵zotlabs2017-05-301-2/+2
| | | | | | | | observer in the acl) in addition to conversations
* | move disapora xrd stuff to pluginzotlabs2017-05-301-13/+2
| |
* | more deprecate server_rolezotlabs2017-05-291-0/+5
| |
* | start deprecation of server_rolezotlabs2017-05-296-30/+6
| |
* | hubzilla issue #795zotlabs2017-05-262-3/+5
| |
* | update link to account roles help on new_channel pagezotlabs2017-05-251-1/+1
| |
* | update the link to account roles help on register pagezotlabs2017-05-251-1/+1
| |
* | start using the abook_not_here flag (requires changes in addons, not easily ↵zotlabs2017-05-251-0/+4
| | | | | | | | portable to hubzilla)
* | some minor help cleanup - add '-/foo' override of language detectionzotlabs2017-05-241-37/+37
| |