Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix community tags not preserved on post edit. issue #865 | Mario Vavti | 2017-10-02 | 1 | -1/+1 |
| | |||||
* | anonymous comments are not implemented for photos. | Mario Vavti | 2017-09-18 | 1 | -3/+3 |
| | |||||
* | hubzilla issue #855: fix for some problems with displaying selected theme ↵ | Sergey Lukin | 2017-09-13 | 1 | -34/+38 |
| | | | | after panel Settings->Display loading | ||||
* | hubzilla issue #851 | zotlabs | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | create cdav principal also on client access and remove redundant pconfig ↵ | Mario Vavti | 2017-08-10 | 1 | -0/+9 |
| | | | | check in authentication process | ||||
* | consolidate disable_discover_tab config if it was not yet set to either 1 or ↵ | git-marijus | 2017-08-06 | 2 | -4/+5 |
| | | | | 0 in DB | ||||
* | minor activitypub rendering stuff | zotlabs | 2017-08-03 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | improve file_activity() a little | git-marijus | 2017-07-31 | 2 | -9/+6 |
| | |||||
* | Merge remote-tracking branch 'mike/master' into dev | git-marijus | 2017-07-22 | 3 | -6/+7 |
|\ | |||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-07-21 | 14 | -12/+21 |
| |\ | |||||
| * | | allow wildcard tag searches in search module also | zotlabs | 2017-07-20 | 1 | -2/+3 |
| | | | |||||
| * | | allow wildcard tag and category searches | zotlabs | 2017-07-20 | 2 | -4/+4 |
| | | | |||||
* | | | more nav_set_selected | git-marijus | 2017-07-22 | 12 | -11/+31 |
| |/ |/| | |||||
* | | more nav_set_selected apps | git-marijus | 2017-07-21 | 5 | -6/+7 |
| | | |||||
* | | provide a mechanism to mark apps active in the bin | git-marijus | 2017-07-21 | 9 | -6/+14 |
|/ | |||||
* | hubzilla issue #832 | zotlabs | 2017-07-19 | 1 | -1/+3 |
| | |||||
* | provide optional salmon signatures for AP entities | zotlabs | 2017-07-18 | 1 | -5/+10 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-07-18 | 2 | -12/+17 |
|\ | |||||
| * | issue #827 provide backward compatibility for album links generated in ↵ | git-marijus | 2017-07-18 | 1 | -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 installer | git-marijus | 2017-07-17 | 1 | -11/+16 |
| | | |||||
* | | ability to use a portion of the message-id to display a message wasn't ↵ | zotlabs | 2017-07-18 | 1 | -2/+2 |
| | | | | | | | | honoured in all cases. | ||||
* | | activitypub, cont. | zotlabs | 2017-07-17 | 1 | -0/+33 |
|/ | |||||
* | incorrect follow url in webfinger | zotlabs | 2017-07-14 | 2 | -2/+2 |
| | |||||
* | minor optimisation | zotlabs | 2017-07-13 | 1 | -5/+2 |
| | |||||
* | turn url requests where argv[0] is something.xyz into module='something' and ↵ | zotlabs | 2017-07-13 | 2 | -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 ↵ | zotlabs | 2017-07-13 | 1 | -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 ↵ | zotlabs | 2017-07-10 | 3 | -2/+16 |
| | | | | find your own comments months from now | ||||
* | affinitiy slider settings were being updated on any submit of of ↵ | zotlabs | 2017-07-05 | 1 | -8/+10 |
| | | | | settings/featured, plus minor non-code changes | ||||
* | reimplement creation of default calendar and default addressbook using sabre ↵ | Mario Vavti | 2017-07-04 | 1 | -23/+19 |
| | | | | classes | ||||
* | revert using channel_hash for cdav until we figure out how to do so cleanly | zotlabs | 2017-07-03 | 1 | -5/+5 |
| | |||||
* | missing space in nav tpl | zotlabs | 2017-06-28 | 2 | -0/+4 |
| | |||||
* | 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 | 1 | -1/+2 |
| | |||||
* | 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 |
| | |||||
* | start porting cdav proper to core | zotlabs | 2017-06-21 | 1 | -0/+1201 |
| | |||||
* | oopsy | zotlabs | 2017-06-21 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -13/+13 |
| | | |||||
| * | allow moderated comments like wordpress if permissions are compatible | zotlabs | 2017-06-19 | 3 | -5/+105 |
| | | |||||
| * | add rel=noopener to all external target _blank links | zotlabs | 2017-06-14 | 1 | -1/+1 |
| | | |||||
| * | 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. | ||||
* | | remove deprecated app parameter from conversation() | zotlabs | 2017-06-20 | 7 | -9/+9 |
| | |