| Commit message (Expand) | Author | Age | Files | Lines |
* | provide del_iconfig for completeness | redmatrix | 2016-02-17 | 1 | -0/+34 |
* | iconfig debugging - federation now working | redmatrix | 2016-02-17 | 1 | -1/+2 |
* | iconfig debugging | redmatrix | 2016-02-17 | 1 | -2/+2 |
* | slight changes to set_iconfig - if passed an item structure only update the s... | redmatrix | 2016-02-16 | 1 | -33/+13 |
* | more work on iconfig | redmatrix | 2016-02-16 | 1 | -5/+75 |
* | some iconfig basics | redmatrix | 2016-02-16 | 1 | -0/+137 |
* | form cleanup (profile_photo and cover_photo), admin 'user_approve' not found,... | redmatrix | 2016-02-14 | 1 | -0/+54 |
* | whitespace | redmatrix | 2016-02-11 | 1 | -0/+1 |
* | feed dates are always UTC. This means we will need another mechanism to pass ... | redmatrix | 2016-02-10 | 1 | -2/+2 |
* | feed dates weren't being honoured. When that was fixed they turned out to be ... | redmatrix | 2016-02-10 | 1 | -3/+3 |
* | put a sane lower time limit on content search for public feed requests | redmatrix | 2016-02-10 | 1 | -0/+6 |
* | add photos to the profile "likes this" dropdowns | redmatrix | 2016-02-01 | 1 | -0/+1 |
* | rename collections to privacy groups | redmatrix | 2016-01-26 | 1 | -4/+4 |
* | change help text on other channel expiration setting to inform that there is ... | redmatrix | 2016-01-26 | 1 | -0/+22 |
* | various issues from the forums | redmatrix | 2016-01-17 | 1 | -2/+2 |
* | add $deliver flag to item_store() and item_store_update() [default true]. If ... | redmatrix | 2016-01-16 | 1 | -5/+7 |
* | loop detection | redmatrix | 2015-12-17 | 1 | -2/+6 |
* | revise the photo activity a bit so that we always have a valid activity body.... | redmatrix | 2015-12-15 | 1 | -9/+1 |
* | regenerate the item body for linked photo items that now have no body to prov... | redmatrix | 2015-12-14 | 1 | -0/+10 |
* | incorrect obj_type on several items | redmatrix | 2015-12-11 | 1 | -1/+2 |
* | issue #204 | redmatrix | 2015-12-01 | 1 | -1/+1 |
* | issue #189 | redmatrix | 2015-11-29 | 1 | -1/+6 |
* | issue #85, community tags and file tags lost during edits. This required spli... | redmatrix | 2015-11-20 | 1 | -9/+12 |
* | tag_deliver of an edit to an already uplinked item wasn't resetting permissio... | redmatrix | 2015-11-15 | 1 | -1/+4 |
* | revert html in markdown for posts, but trim the input before processing the m... | redmatrix | 2015-11-15 | 1 | -1/+1 |
* | implement unfollow thread | redmatrix | 2015-11-03 | 1 | -0/+13 |
* | add hubloc repair script (needed for deadsuperhero, probably temporary) | redmatrix | 2015-10-30 | 1 | -0/+1 |
* | photos linked item visibility issue | redmatrix | 2015-10-28 | 1 | -1/+1 |
* | create photo object if feature large photos is enabled and display those slig... | Mario Vavti | 2015-10-20 | 1 | -2/+0 |
* | mail sync/migrate continued; also abstract delivery loop to make it re-usable... | redmatrix | 2015-10-15 | 1 | -0/+4 |
* | Merge branch 'master' of https://github.com/redmatrix/hubzilla | Mario Vavti | 2015-10-14 | 1 | -1/+25 |
|\ |
|
| * | port of mail encoding | redmatrix | 2015-10-14 | 1 | -8/+8 |
| * | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-10-14 | 1 | -1/+25 |
| |\ |
|
| | * | support for mail sync | redmatrix | 2015-10-14 | 1 | -1/+25 |
| | * | problems with extended item import and signatures | redmatrix | 2015-09-22 | 1 | -3/+62 |
* | | | allow photo-items to appear full width if large photos feature is enabled. in... | Mario Vavti | 2015-10-14 | 1 | -0/+2 |
|/ / |
|
* | | fix typo in 0b1cd826b05b6ec9637e373735967a2555eeb1d4 | Mario Vavti | 2015-09-29 | 1 | -1/+1 |
* | | do not store a recalled mail if we can not find the original mid | Mario Vavti | 2015-09-29 | 1 | -0/+6 |
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-09-22 | 1 | -0/+1 |
|\| |
|
| * | backport item sync | redmatrix | 2015-09-22 | 1 | -2/+6 |
| * | export TERM_FILE when mirroring | redmatrix | 2015-09-08 | 1 | -1/+6 |
* | | issue #51 | redmatrix | 2015-09-21 | 1 | -0/+12 |
* | | check for empty word after trim | redmatrix | 2015-09-12 | 1 | -0/+4 |
* | | preserve code blocks on item import if channel has code rights. When importin... | redmatrix | 2015-09-08 | 1 | -2/+15 |
* | | export TERM_FILE when mirroring | redmatrix | 2015-09-08 | 1 | -2/+7 |
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-09-07 | 1 | -4/+6 |
|\| |
|
| * | fix postgres zotfeed | Habeas Codice | 2015-09-07 | 1 | -4/+6 |
* | | Fix for PHP Fatal error: Function name must be a string in /var/www/hubzilla... | jeroenpraat | 2015-09-04 | 1 | -1/+1 |
* | | initial work on obj import, rename import_profile_photo to import_xchan_photo... | redmatrix | 2015-09-01 | 1 | -2/+2 |
* | | provide a comment_policy of "network: diaspora" to handle their special case ... | redmatrix | 2015-08-23 | 1 | -0/+2 |