Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | port Lib/Crypto from zap | Mario | 2021-02-09 | 1 | -3/+4 |
| | |||||
* | fix file permissions. 755 for dirs, 644 for files | Mario | 2021-01-27 | 1 | -0/+0 |
| | |||||
* | revert externals/zotfeed functionality due to scaling issues. Save zotfeed ↵ | Mario | 2021-01-24 | 1 | -26/+5 |
| | | | | consumers that are not our contacts in thread listeners | ||||
* | cleanup | Mario | 2021-01-22 | 1 | -36/+34 |
| | |||||
* | implement externals via zot6 and zotfeed - part 2 | Mario Vavti | 2021-01-22 | 1 | -17/+37 |
| | |||||
* | onepoll via zot6 to /zotfeed which implements an outbox | Mario | 2021-01-20 | 1 | -3/+17 |
| | |||||
* | force arg is not used anymore in drop_item_lolevel() | Mario | 2021-01-18 | 1 | -3/+2 |
| | |||||
* | fix undefined variable | Mario | 2021-01-18 | 1 | -1/+1 |
| | |||||
* | missing import | Mario | 2021-01-17 | 1 | -0/+1 |
| | |||||
* | get_item_elements() check against zot6 | Mario | 2021-01-17 | 1 | -2/+2 |
| | |||||
* | wrong logic | Mario | 2021-01-16 | 1 | -1/+1 |
| | |||||
* | only var can be passed by reference | Mario | 2021-01-15 | 1 | -2/+2 |
| | |||||
* | also check for zot6 | Mario | 2021-01-15 | 1 | -1/+1 |
| | |||||
* | do not turn the groups own direkt messages into group items - fixes #1510 | Mario | 2021-01-13 | 1 | -0/+5 |
| | |||||
* | set resource_type = group_item and resource_id = original mid for forum ↵ | Mario | 2021-01-08 | 1 | -8/+20 |
| | | | | items so we do not need to query the body for the original mid on edit. | ||||
* | fix issue where categories were not saved on forum wall post | Mario Vavti | 2021-01-04 | 1 | -0/+2 |
| | |||||
* | make share title h3 | Mario | 2021-01-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' into 'dev' | Max Kostikov | 2020-12-19 | 1 | -4/+6 |
|\ | | | | | | | | | Dev sync See merge request kostikov/core!4 | ||||
| * | deprecate ! and !! forum tags | Mario | 2020-12-18 | 1 | -4/+6 |
| | | |||||
| * | merge branch files_ng into dev | Mario | 2020-12-14 | 1 | -0/+5 |
| | | |||||
| * | Remove duplicate delete terms query | Max Kostikov | 2020-12-12 | 1 | -5/+0 |
| | | |||||
* | | Remove duplicate delete terms query | Max Kostikov | 2020-12-12 | 1 | -5/+0 |
|/ | |||||
* | remove announce activity from response activites array | Mario | 2020-12-07 | 1 | -7/+7 |
| | | | (cherry picked from commit 52c78c757ae73082ed29e48707b2313e65020db3) | ||||
* | add a uuid version 5 based uuid to imported feeds. if rewrite author for ↵ | Mario | 2020-11-25 | 1 | -2/+11 |
| | | | | sourced items, also rewrite mid to be fetchable | ||||
* | do not reset item_origin to 1 for deleted items to prevent possible looping ↵ | Mario | 2020-11-25 | 1 | -2/+2 |
| | | | | and do not set item_uplink for sourced rss items - we can not sen anything to them. | ||||
* | be more specific | Mario | 2020-11-18 | 1 | -1/+1 |
| | |||||
* | add zot6 to the authenticatable options and fix array key in reshare header | Mario | 2020-10-09 | 1 | -1/+2 |
| | |||||
* | update profile|cover photo activities converted to z6 | Zot | 2020-08-05 | 1 | -8/+0 |
| | |||||
* | reduce result sets and work around a regression in justifiedGallery | Mario | 2020-07-14 | 1 | -2/+2 |
| | |||||
* | zot6 group updates to support edit and delete of top-level group posts. This ↵ | zotlabs | 2020-07-12 | 1 | -20/+54 |
| | | | | is supported remotely by editing or removing the post that started it all. A W2W post can only be deleted at this time. | ||||
* | zap group compatibility - rewrites DMs and wall-to-wall posts to group pages ↵ | Zot | 2020-06-17 | 1 | -2/+118 |
| | | | | as new posts authored by the group with an embedded reshare. This currently has known delivery issues due to zot/zot6 xchan confusion which are already slated for resolution in hz5. Specifically "sender is not owner/author" and missing abconfig permissions on the zot6 identity for a channel we're connected with over traditional zot. | ||||
* | Legacy Hubzilla compatibility: when we relay a comment from hubzilla < 4.0, ↵ | Mario | 2020-05-11 | 1 | -1/+2 |
| | | | | we send it to ourself again but this time with a valid uri as mid. To catch this as duplicate, we need to check for the basename aswell. | ||||
* | default item_wall to 0 | Mario | 2020-04-23 | 1 | -1/+1 |
| | |||||
* | some work on deprecating ACTIVITY_OBJ_FILE | Mario | 2020-04-23 | 1 | -4/+4 |
| | |||||
* | move from build_sync_packet() to Libsync::build_sync_packet() | Mario | 2020-04-09 | 1 | -4/+5 |
| | |||||
* | prevent duplicate votes | Mario | 2020-02-29 | 1 | -1/+1 |
| | |||||
* | fix poll responses | zotlabs | 2020-02-10 | 1 | -1/+1 |
| | |||||
* | missing piece of poll code | zotlabs | 2020-01-31 | 1 | -0/+6 |
| | |||||
* | make sure we import the zot6 xchan if we do not have it yet | Mario | 2020-01-23 | 1 | -1/+12 |
| | |||||
* | Add hook to comments_are_now_closed() | M. Dent | 2019-11-03 | 1 | -0/+19 |
| | |||||
* | Notify on custom items - rework hooks | M. Dent | 2019-09-23 | 1 | -17/+4 |
| | |||||
* | admin should be allowed to delete any item | Mario Vavti | 2019-07-13 | 1 | -5/+4 |
| | |||||
* | fix mid not dbesc'd. the comment was no longer true. this fixes an issue ↵ | Mario Vavti | 2019-06-21 | 1 | -2/+2 |
| | | | | with mid's that contain single quotes | ||||
* | Merge branch 'dev' into 'dev' | Mario | 2019-06-20 | 1 | -7/+8 |
|\ | | | | | | | | | changes to support direct messages in zot6 (set item.item_private = 2 when... See merge request hubzilla/core!1679 | ||||
| * | changes to support direct messages in zot6 (set item.item_private = 2 when ↵ | zotlabs | 2019-06-19 | 1 | -7/+8 |
| | | | | | | | | private mentions are used and federate with zot:directMessage attribute which aligns with litepub:directMessage) | ||||
* | | Formatting | Max Kostikov | 2019-06-14 | 1 | -1/+1 |
| | | |||||
* | | Add signatures processing for private messages | Max Kostikov | 2019-06-14 | 1 | -0/+4 |
| | | |||||
* | | fix typo | Mario Vavti | 2019-06-14 | 1 | -1/+1 |
| | | |||||
* | | more work on linked item/resource deletion for photos and events, deprecate ↵ | Mario Vavti | 2019-06-13 | 1 | -67/+48 |
| | | | | | | | | the force flag in drop_item() and comment out goaway() in drop_item(). | ||||
* | | more work on event item deletion | Mario Vavti | 2019-06-12 | 1 | -1/+11 |
|/ |