aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* implement chunked uploads on the wall; making it work painlessly on /cloud ↵zotlabs2017-07-131-6/+58
| | | | was attempted but will not be implemented today. That presents some interesting dragons to slay.
* prevent expiration of conversations you are involved with - allows you to ↵zotlabs2017-07-103-2/+16
| | | | find your own comments months from now
* affinitiy slider settings were being updated on any submit of of ↵zotlabs2017-07-052-9/+11
| | | | settings/featured, plus minor non-code changes
* reimplement creation of default calendar and default addressbook using sabre ↵Mario Vavti2017-07-041-23/+19
| | | | classes
* revert using channel_hash for cdav until we figure out how to do so cleanlyzotlabs2017-07-032-6/+6
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-07-022-2/+2
|\
| * update bs-dev and min version bumpMario Vavti2017-07-022-2/+2
| |
* | missing space in nav tplzotlabs2017-06-282-0/+4
| |
* | provide more comprehensible information on the admin summary pagezotlabs2017-06-261-7/+10
| |
* | better fix for dav headers already sent issuezotlabs2017-06-262-2/+4
| |
* | 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
| |
* | more mail issueszotlabs2017-06-221-1/+1
| |
* | Several things about mail storage weren't quite right.zotlabs2017-06-221-4/+0
| |
* | start porting cdav proper to corezotlabs2017-06-212-0/+1377
| |
* | oopsyzotlabs2017-06-212-2/+2
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-06-201-1/+0
|\|
| * more anon comment fixeszotlabs2017-06-203-15/+16
| |
| * prevent likes/dislikes/etc. from anon commenterszotlabs2017-06-201-4/+4
| |
| * minor cleanup of moderated comment featurezotlabs2017-06-201-1/+1
| |
| * allow moderated comments like wordpress if permissions are compatiblezotlabs2017-06-197-10/+123
| |
* | remove deprecated app parameter from conversation()zotlabs2017-06-207-9/+9
| |
* | more anon comment fixeszotlabs2017-06-203-15/+16
| |
* | prevent likes/dislikes/etc. from anon commenterszotlabs2017-06-201-4/+4
| |
* | minor cleanup of moderated comment featurezotlabs2017-06-181-1/+1
| |
* | allow moderated comments like wordpress if permissions are compatiblezotlabs2017-06-187-10/+123
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-06-141-0/+108
|\|
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2017-06-141-0/+108
| |\
| | * Added Portfolio widgetHaakon Meland Eriksen2017-06-131-0/+108
| | |
| * | add rel=noopener to all external target _blank linkszotlabs2017-06-141-1/+1
| | |
| * | add numbers to the techlevel descriptions because that's what we will use to ↵zotlabs2017-06-141-6/+6
| |/ | | | | | | indicate a minimum level in documentation
| * 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.
* | add rel=noopener to all external target _blank linkszotlabs2017-06-131-1/+1
| |
* | add numbers to the techlevel descriptions because that's what we will use to ↵zotlabs2017-06-111-6/+6
| | | | | | | | indicate a minimum level in documentation
* | 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-073-37/+40
|\|
| * 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-032-36/+39
| | | | | | | | 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@%