aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
Commit message (Collapse)AuthorAgeFilesLines
* fix notifications - item_notshown is set for likes, etc.zotlabs2017-07-291-2/+3
|
* filter by item_notshown instead of obj_typegit-marijus2017-07-282-5/+4
|
* do not show obj_type ACTIVITY_OBJ_FILE under activity notifications and do ↵git-marijus2017-07-282-3/+6
| | | | not mark those read in /network
* initial notifications support for new shared files and new (since initial ↵git-marijus2017-07-283-8/+55
| | | | site load) pubstream activity
* default to static updates if not local channelgit-marijus2017-07-272-2/+2
|
* Merge remote-tracking branch 'mike/master' into devgit-marijus2017-07-223-6/+7
|\
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-07-2114-12/+21
| |\
| * | allow wildcard tag searches in search module alsozotlabs2017-07-201-2/+3
| | |
| * | allow wildcard tag and category searcheszotlabs2017-07-202-4/+4
| | |
* | | more nav_set_selectedgit-marijus2017-07-2212-11/+31
| |/ |/|
* | more nav_set_selected appsgit-marijus2017-07-215-6/+7
| |
* | provide a mechanism to mark apps active in the bingit-marijus2017-07-219-6/+14
|/
* hubzilla issue #832zotlabs2017-07-191-1/+3
|
* provide optional salmon signatures for AP entitieszotlabs2017-07-181-5/+10
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-07-182-12/+17
|\
| * issue #827 provide backward compatibility for album links generated in ↵git-marijus2017-07-181-1/+1
| | | | | | | | earlier times before the ambiguity of photo album names was solved. This may provide incorrect results if two or more photo albums with the same basename exist in different directories of the file tree; but there is no easy way to solve that ambiguity - which is why the link format changed.
| * some love for the installergit-marijus2017-07-171-11/+16
| |
* | ability to use a portion of the message-id to display a message wasn't ↵zotlabs2017-07-181-2/+2
| | | | | | | | honoured in all cases.
* | activitypub, cont.zotlabs2017-07-171-0/+33
|/
* incorrect follow url in webfingerzotlabs2017-07-142-2/+2
|
* minor optimisationzotlabs2017-07-131-5/+2
|
* turn url requests where argv[0] is something.xyz into module='something' and ↵zotlabs2017-07-132-18/+3
| | | | $_REQUEST['module_format'] = 'xyz'; But leave modules beginning with . (like .well_known) alone (convert the initial . to _ and then strip it). This really only affects Siteinfo_json at this time.
* 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-051-8/+10
| | | | 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-031-5/+5
|
* 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-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
| |