Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | missing xchan_mail_query | redmatrix | 2015-10-15 | 1 | -0/+1 |
| | | |||||
* | | mail sync debugging | redmatrix | 2015-10-15 | 1 | -12/+51 |
| | | |||||
* | | mail sync/migrate continued; also abstract delivery loop to make it ↵ | redmatrix | 2015-10-15 | 6 | -94/+93 |
| | | | | | | | | re-usable, change refresh_all to use delivery loop. | ||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-10-15 | 1 | -4/+27 |
|\| | | | | | | | | | Conflicts: install/update.php | ||||
* | | generate all (non-square) photo scales - even if the original photo is ↵ | redmatrix | 2015-10-15 | 2 | -24/+24 |
| | | | | | | | | smaller than the scale target sizes. | ||||
* | | fix webpages | Mario Vavti | 2015-10-15 | 1 | -1/+1 |
| | | |||||
* | | really fix label name | Mario Vavti | 2015-10-15 | 1 | -1/+6 |
| | | |||||
* | | wrong logic | Mario Vavti | 2015-10-15 | 1 | -1/+1 |
| | | |||||
* | | fix label name | Mario Vavti | 2015-10-15 | 1 | -5/+2 |
| | | |||||
* | | (re)add default image-size 320px - it is good for gallery preview. this size ↵ | Mario Vavti | 2015-10-15 | 1 | -0/+9 |
| | | | | | | | | has the suffix -3 now | ||||
* | | double up default photo sizes - even the mos simple camera can now do images ↵ | Mario Vavti | 2015-10-15 | 1 | -4/+4 |
| | | | | | | | | > 1024px | ||||
* | | if photo deleted from /cloud or /dav also delete from /photos | Mario Vavti | 2015-10-15 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'master' of https://github.com/redmatrix/hubzilla | Mario Vavti | 2015-10-15 | 6 | -12/+92 |
|\ \ | |||||
| * | | change name of matrix app | redmatrix | 2015-10-14 | 1 | -1/+1 |
| | | | |||||
| * | | more mail sync work | redmatrix | 2015-10-14 | 2 | -8/+7 |
| | | | |||||
| * | | more work on import & sync of private mail and conversations | redmatrix | 2015-10-14 | 2 | -1/+72 |
| | | | |||||
| * | | issue #87 - photos not getting deleted from mod_photo when deleted in DAV or ↵ | redmatrix | 2015-10-14 | 1 | -1/+11 |
| | | | | | | | | | | | | cloud | ||||
| * | | issue #86 - like/dislike in photos not working | redmatrix | 2015-10-14 | 1 | -1/+1 |
| | | | |||||
* | | | wrong variable | Mario Vavti | 2015-10-14 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master' of https://github.com/redmatrix/hubzilla | Mario Vavti | 2015-10-14 | 3 | -2/+51 |
|\| | | |||||
| * | | issue #82 - args not defined (should be arr) | redmatrix | 2015-10-14 | 1 | -1/+1 |
| | | | |||||
| * | | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2015-10-14 | 1 | -2/+2 |
| |\ \ | |||||
| * | | | port of mail encoding | redmatrix | 2015-10-14 | 1 | -8/+8 |
| | | | | |||||
| * | | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-10-14 | 2 | -1/+50 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | support for mail sync | redmatrix | 2015-10-14 | 2 | -1/+50 |
| | | | | |||||
* | | | | remove $item from $prep_arr - we probably do not need it | Mario Vavti | 2015-10-14 | 1 | -1/+1 |
| | | | | |||||
* | | | | really check for large photos feature | Mario Vavti | 2015-10-14 | 2 | -2/+2 |
| | | | | |||||
* | | | | allow photo-items to appear full width if large photos feature is enabled. ↵ | Mario Vavti | 2015-10-14 | 5 | -67/+73 |
| |_|/ |/| | | | | | | | | in prepare_body() split off mentions, tags, categories folders and attachments from body for easier theming. some other little fixes. | ||||
* | | | Merge pull request #80 from git-marijus/master | redmatrix | 2015-10-14 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | fix /channel not updating after posting comment | ||||
| * | | fix photo visibility switch on photo upload | Mario Vavti | 2015-10-13 | 1 | -2/+2 |
| | | | |||||
* | | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-10-13 | 1 | -3/+4 |
|\ \ \ | | |/ | |/| | | | | | | | Conflicts: include/api.php | ||||
| * | | api extenesions for file migration | redmatrix | 2015-10-13 | 1 | -4/+5 |
| | | |