Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-08-01 | 1 | -1/+2 |
|\ | |||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-07-31 | 2 | -9/+6 |
| |\ | |||||
| * | | modify connection edit display for channels with no address/webbie | zotlabs | 2017-07-30 | 1 | -1/+2 |
| | | | |||||
* | | | correct the logic for configs in app requirement | git-marijus | 2017-08-01 | 1 | -6/+25 |
| |/ |/| | |||||
* | | improve file_activity() a little | git-marijus | 2017-07-31 | 2 | -9/+6 |
|/ | |||||
* | implement system configs as app requirement and add the pubstream app | git-marijus | 2017-07-31 | 1 | -4/+10 |
| | |||||
* | ltrim $display_path in attach_store() to be consistent with attach_mkdir() ↵ | git-marijus | 2017-07-30 | 1 | -0/+2 |
| | | | | and go to created folder after successfully creating one | ||||
* | another syntax error | git-marijus | 2017-07-30 | 1 | -1/+1 |
| | |||||
* | do not include ACTIVITY_OBJ_FILE obj_type in the ping/something query | git-marijus | 2017-07-30 | 1 | -2/+5 |
| | |||||
* | Merge remote-tracking branch 'mike/master' into dev | git-marijus | 2017-07-30 | 1 | -1/+1 |
|\ | |||||
| * | missing quotes on string in network update_unseen | zotlabs | 2017-07-29 | 1 | -1/+1 |
| | | |||||
* | | implement file notification on initial upload and rename ↵ | git-marijus | 2017-07-29 | 3 | -12/+11 |
|/ | | | | get_parent_cloudpath() to get_cloud_url() which now includes the filename | ||||
* | provide public stream notification also for not authenticated viewers | git-marijus | 2017-07-29 | 2 | -3/+8 |
| | |||||
* | switch back to filter by ACTIVITY_OBJ_FILE for marking items read in ↵ | git-marijus | 2017-07-29 | 1 | -2/+2 |
| | | | | /network since item_notshown is also used for likes | ||||
* | fix notifications - item_notshown is set for likes, etc. | zotlabs | 2017-07-29 | 1 | -2/+3 |
| | |||||
* | filter by item_notshown instead of obj_type | git-marijus | 2017-07-28 | 2 | -5/+4 |
| | |||||
* | do not show obj_type ACTIVITY_OBJ_FILE under activity notifications and do ↵ | git-marijus | 2017-07-28 | 2 | -3/+6 |
| | | | | not mark those read in /network | ||||
* | initial notifications support for new shared files and new (since initial ↵ | git-marijus | 2017-07-28 | 3 | -8/+55 |
| | | | | site load) pubstream activity | ||||
* | default to static updates if not local channel | git-marijus | 2017-07-27 | 2 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'mike/master' into dev | git-marijus | 2017-07-27 | 5 | -3/+34 |
|\ | |||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-07-25 | 13 | -12/+34 |
| |\ | |||||
| * | | provide a keychange operation to rebase an identity on a new keypair | zotlabs | 2017-07-24 | 4 | -2/+33 |
| | | | |||||
| * | | suppress fopen errors from dav | zotlabs | 2017-07-23 | 1 | -1/+1 |
| | | | |||||
* | | | move the active app code to include/nav.php - it is only relevant there | git-marijus | 2017-07-26 | 1 | -3/+0 |
| |/ |/| | |||||
* | | show the right conversation active and do not show any conversation active ↵ | git-marijus | 2017-07-22 | 1 | -1/+3 |
| | | | | | | | | if we compose a new one | ||||
* | | 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 | 16 | -12/+26 |
| |\ | |||||
| * | | 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 | 6 | -6/+9 |
| | | |||||
* | | provide a mechanism to mark apps active in the bin | git-marijus | 2017-07-21 | 10 | -6/+17 |
|/ | |||||
* | 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 |
|\ | |||||
| * | Merge remote-tracking branch 'mike/master' into dev | git-marijus | 2017-07-18 | 1 | -0/+86 |
| |\ | |||||
| * | | 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. | ||||
* | | | related to hubzilla issue #831 - system.last_expire_day was not being set ↵ | zotlabs | 2017-07-18 | 1 | -1/+1 |
| | | | | | | | | | | | | correctly, causing cron_daily to run more frequently than desired. | ||||
* | | | activitypub, cont. | zotlabs | 2017-07-17 | 2 | -1/+34 |
| |/ |/| | |||||
* | | initial activitystreams2 parser | zotlabs | 2017-07-16 | 1 | -0/+86 |
|/ | |||||
* | incorrect follow url in webfinger | zotlabs | 2017-07-14 | 2 | -2/+2 |
| | |||||
* | minor optimisation | zotlabs | 2017-07-13 | 1 | -5/+2 |
| | |||||
* | update some addon docs and ensure we only generate statistics once a day | zotlabs | 2017-07-13 | 1 | -0/+1 |
| | |||||
* | 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. | ||||
* | turn platform name and std_version into config variables | zotlabs | 2017-07-13 | 2 | -3/+8 |
| | |||||
* | 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 | 2 | -9/+11 |
| | | | | settings/featured, plus minor non-code changes |