Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2015-10-30 | 1 | -2/+2 |
|\ | |||||
| * | Merge pull request #107 from kenrestivo/fix-audio-preload | redmatrix | 2015-10-30 | 1 | -2/+2 |
| |\ | | | | | | | Save bandwidth on mobile networks. | ||||
| | * | Save bandwidth on mobile networks. | ken restivo | 2015-10-29 | 1 | -2/+2 |
| | | | |||||
* | | | add hubloc repair script (needed for deadsuperhero, probably temporary) | redmatrix | 2015-10-30 | 1 | -0/+1 |
|/ / | |||||
* | | update to latest object | Mario Vavti | 2015-10-29 | 1 | -3/+2 |
| | | |||||
* | | move it up | Mario Vavti | 2015-10-29 | 1 | -1/+1 |
| | | |||||
* | | possibly better fox for profil photo image type issue | Mario Vavti | 2015-10-29 | 1 | -5/+1 |
| | | |||||
* | | fix the typo | redmatrix | 2015-10-28 | 1 | -1/+1 |
| | | |||||
* | | photos linked item visibility issue | redmatrix | 2015-10-28 | 2 | -1/+15 |
| | | |||||
* | | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2015-10-28 | 1 | -1/+8 |
|\ \ | |||||
| * | | re-enable pathinfo() check and try with getimagesize() if we have not got a ↵ | Mario Vavti | 2015-10-28 | 1 | -3/+2 |
| | | | | | | | | | | | | result | ||||
| * | | pathinfo() does not work in this case. getimagesize() seems more reliabel. ↵ | Mario Vavti | 2015-10-28 | 1 | -0/+8 |
| | | | | | | | | | | | | this fixes transparent png avatars having a black background. | ||||
* | | | restrict sslify to img tags by default - set config system.sslify_everything ↵ | redmatrix | 2015-10-28 | 2 | -2/+12 |
|/ / | | | | | | | if you want to proxy media files also. | ||||
* | | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2015-10-27 | 1 | -3/+3 |
|\| | |||||
| * | Support files with names like foo.0.1.3.ogg | ken restivo | 2015-10-27 | 1 | -3/+3 |
| | | |||||
* | | api posting with htmlstatus fails if it doesn't contain any html tags issue #104 | redmatrix | 2015-10-27 | 1 | -1/+3 |
|/ | |||||
* | Correct mime types via https://wiki.xiph.org/MIME_Types_and_File_Extensions | ken restivo | 2015-10-27 | 1 | -1/+4 |
| | |||||
* | fix sharing of photo items | Mario Vavti | 2015-10-27 | 1 | -5/+6 |
| | |||||
* | new feature: delayed posting | redmatrix | 2015-10-25 | 3 | -2/+10 |
| | |||||
* | make use of http_host vs. server_name configurable in script_path() | redmatrix | 2015-10-25 | 1 | -2/+10 |
| | |||||
* | Better handling for SSL reverse proxy | Stefan Krauth | 2015-10-25 | 1 | -7/+2 |
| | |||||
* | improve photo item object - we now provide the infos for all available photo ↵ | Mario Vavti | 2015-10-25 | 3 | -43/+60 |
| | | | | sizes | ||||
* | new line between photo and description | Mario Vavti | 2015-10-24 | 1 | -2/+2 |
| | |||||
* | another try to avoid dubble photo deletion. allow to set a photo caption and ↵ | Mario Vavti | 2015-10-24 | 2 | -15/+25 |
| | | | | simple status body (if create status post is enabled) on upload | ||||
* | implement the new anchor target behaviour | Mario Vavti | 2015-10-22 | 1 | -1/+1 |
| | |||||
* | define $photo | Mario Vavti | 2015-10-22 | 1 | -0/+2 |
| | |||||
* | move photo object stuff from itemObject to prepare_body() so we can do more ↵ | Mario Vavti | 2015-10-22 | 2 | -23/+28 |
| | | | | stuff with it | ||||
* | set link target window for many links that are included in posts, but not in ↵ | redmatrix | 2015-10-21 | 1 | -16/+16 |
| | | | | rest of application | ||||
* | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2015-10-21 | 1 | -27/+28 |
|\ | |||||
| * | warn if quota exceeds 90% of storage limit | Mario Vavti | 2015-10-21 | 1 | -1/+1 |
| | | |||||
| * | move file storage quota display to upload section. add a warning if ↵ | Mario Vavti | 2015-10-21 | 1 | -27/+28 |
| | | | | | | | | remaining space is less than 100MB and fix % calculation | ||||
* | | turn relative links in app_render() into absolute links, without affecting ↵ | redmatrix | 2015-10-21 | 1 | -3/+8 |
|/ | | | | the install. | ||||
* | add obj_type and object again | Mario Vavti | 2015-10-20 | 1 | -1/+3 |
| | |||||
* | fix jot photo upload | Mario Vavti | 2015-10-20 | 1 | -10/+6 |
| | |||||
* | update large photo feature setting description | Mario Vavti | 2015-10-20 | 1 | -1/+1 |
| | |||||
* | create photo object if feature large photos is enabled and display those ↵ | Mario Vavti | 2015-10-20 | 4 | -21/+78 |
| | | | | slightly different | ||||
* | revert - we can't guarantee what project name the fallback directory server ↵ | redmatrix | 2015-10-19 | 1 | -6/+4 |
| | | | | has and this could cause bugs later | ||||
* | update site on initial directory setup | redmatrix | 2015-10-19 | 1 | -4/+7 |
| | |||||
* | extened the earlier fix | redmatrix | 2015-10-19 | 1 | -2/+2 |
| | |||||
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-10-19 | 1 | -4/+11 |
|\ | | | | | | | | | | | | | | | | | Conflicts: include/zot.php install/schema_mysql.sql install/schema_postgres.sql install/update.php mod/zfinger.php | ||||
| * | add the project name to site info packet | redmatrix | 2015-10-19 | 1 | -4/+8 |
| | | |||||
| * | missed the xchan_mail_query | redmatrix | 2015-10-15 | 1 | -4/+2 |
| | | |||||
* | | fix typo in include/notifier.php | Mario Vavti | 2015-10-19 | 1 | -1/+1 |
| | | |||||
* | | separate permission_update notification into permission_create and ↵ | redmatrix | 2015-10-18 | 3 | -4/+9 |
| | | | | | | | | permission_update, since some networks send out a notification for duplicate share requests even if connected. | ||||
* | | issues with "the Register" feed | redmatrix | 2015-10-18 | 1 | -1/+1 |
| | | |||||
* | | re-organise the protocol disabled logic | redmatrix | 2015-10-18 | 1 | -8/+18 |
| | | |||||
* | | filter delivery reports | redmatrix | 2015-10-17 | 2 | -9/+53 |
| | | |||||
* | | remove one more Friendica table reference from the API | redmatrix | 2015-10-16 | 1 | -29/+15 |
| | | |||||
* | | we now provide images for all suffixes (0-3) -> simplify photo item body ↵ | Mario Vavti | 2015-10-16 | 1 | -36/+25 |
| | | | | | | | | creation and provide width x height for any size | ||||
* | | another try at issue #89 - rotating photos | redmatrix | 2015-10-16 | 1 | -0/+8 |
| | |