Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | move cryptojs to addon | Mario Vavti | 2020-08-22 | 1 | -3/+11 | |
| | ||||||
* | use the default setting and also add the mode to the cipher. aes-128 is to ↵ | Mario Vavti | 2020-08-21 | 2 | -2/+2 | |
| | | | | be preferred over aes-256 according to bruce schneier https://www.schneier.com/blog/archives/2009/07/another_new_aes.html#c386957 | |||||
* | first cut on implementing additional encryption with the SJCL library. aes ↵ | Mario Vavti | 2020-08-20 | 2 | -2/+4 | |
| | | | | only and no backward compatibility. | |||||
* | update profile|cover photo activities converted to z6 | Zot | 2020-08-05 | 1 | -8/+0 | |
| | ||||||
* | event display zot/zot6 compatibility | Mario | 2020-07-31 | 1 | -51/+51 | |
| | ||||||
* | use cursor-pointer for the lock | Mario | 2020-07-30 | 1 | -2/+2 | |
| | ||||||
* | add new lock icon as svg | Mario | 2020-07-30 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'dev' into 'dev' | Mario | 2020-07-30 | 1 | -1/+3 | |
|\ | | | | | | | | | Add minimum form displaying time before login See merge request hubzilla/core!1863 | |||||
| * | Add minimum form displaying time before login | Max Kostikov | 2020-07-21 | 1 | -1/+3 | |
| | | ||||||
* | | Merge branch 'dev' into 'dev' | Mario | 2020-07-30 | 2 | -2/+15 | |
|\ \ | | | | | | | | | | | | | foreach warning and a minor update to util/zotsh See merge request hubzilla/core!1864 | |||||
| * | | add api_verify to api_zot | zotlabs | 2020-07-22 | 1 | -1/+14 | |
| | | | ||||||
| * | | foreach warning | zotlabs | 2020-07-22 | 1 | -1/+1 | |
| |/ | ||||||
* / | construct hubloc_id_url for imported legacy zot hublocs | Mario | 2020-07-24 | 1 | -1/+4 | |
|/ | ||||||
* | reduce result sets and work around a regression in justifiedGallery | Mario | 2020-07-14 | 2 | -3/+3 | |
| | ||||||
* | prefer zot6 sys channel | Mario | 2020-07-14 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'dev' into 'dev' | Mario | 2020-07-14 | 1 | -20/+54 | |
|\ | | | | | | | | | z6 work See merge request hubzilla/core!1862 | |||||
| * | 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. | |||||
* | | fix php warning | Mario | 2020-07-13 | 1 | -1/+1 | |
|/ | ||||||
* | Merge branch 'dev' into 'dev' | Mario | 2020-06-17 | 1 | -2/+118 | |
|\ | | | | | | | | | zap group support See merge request hubzilla/core!1859 | |||||
| * | 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. | |||||
* | | check for zot6 first | Mario | 2020-06-14 | 1 | -23/+25 | |
|/ | ||||||
* | allow apps to be both pinned and starred independently | Zot | 2020-06-11 | 1 | -6/+2 | |
| | ||||||
* | use strip_tags() on rss titles | Mario | 2020-05-18 | 1 | -0/+1 | |
| | ||||||
* | wrong path | Mario | 2020-05-16 | 1 | -1/+1 | |
| | ||||||
* | 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. | |||||
* | Merge branch 'dev' into 'dev' | Mario | 2020-05-11 | 1 | -0/+13 | |
|\ | | | | | | | | | Dev See merge request hubzilla/core!1856 | |||||
| * | issue with quoted hashtags/mentions | zotlabs | 2020-05-10 | 1 | -0/+13 | |
| | | ||||||
* | | fix tests | Mario | 2020-05-07 | 1 | -1/+0 | |
| | | ||||||
* | | channelx caching | Mario | 2020-05-07 | 1 | -0/+23 | |
|/ | ||||||
* | deal with polls and votes in enotify | Mario | 2020-05-05 | 1 | -0/+3 | |
| | ||||||
* | typo | Mario | 2020-05-04 | 1 | -1/+1 | |
| | ||||||
* | display complete perminfo only to owner | Mario | 2020-05-04 | 1 | -2/+5 | |
| | ||||||
* | set CURLOPT_ENCODING in z_post_url() | Mario | 2020-05-04 | 1 | -0/+1 | |
| | ||||||
* | set CURLOPT_ENCODING to empty string so that compressed content will be ↵ | Mario | 2020-05-01 | 1 | -1/+2 | |
| | | | | uncompressed | |||||
* | adjust code comments and whitespace | Mario | 2020-04-29 | 1 | -3/+4 | |
| | ||||||
* | more work on attach_store_item() | Mario | 2020-04-29 | 1 | -2/+60 | |
| | ||||||
* | fix mod filestorage and fetch the info from attach if only the hash is ↵ | Mario | 2020-04-25 | 1 | -0/+14 | |
| | | | | provided in attach_store_item() | |||||
* | more work on deprecating ACTIVITY_OBJ_FILE and adapt mod sharedwithme | Mario | 2020-04-24 | 1 | -3/+16 | |
| | ||||||
* | more work on deprecating ACTIVITY_OBJ_FILE | Mario | 2020-04-23 | 1 | -7/+21 | |
| | ||||||
* | default item_wall to 0 | Mario | 2020-04-23 | 1 | -1/+1 | |
| | ||||||
* | some work on deprecating ACTIVITY_OBJ_FILE | Mario | 2020-04-23 | 2 | -16/+84 | |
| | ||||||
* | more prefer zot6 over zot | Mario | 2020-04-22 | 2 | -4/+3 | |
| | ||||||
* | fix onepoll | Mario | 2020-04-21 | 1 | -1/+1 | |
| | ||||||
* | use $mid as plink to prevent to long plinks | Mario | 2020-04-20 | 2 | -3/+3 | |
| | ||||||
* | some work on improving federation of item_private and make sure we deal with ↵ | Mario | 2020-04-20 | 1 | -1/+1 | |
| | | | | an array in array_path_exists() | |||||
* | Merge branch 'dev' into 'dev' | Mario | 2020-04-15 | 1 | -9/+13 | |
|\ | | | | | | | | | event issue when using strict sql mode See merge request hubzilla/core!1849 | |||||
| * | event issue when using strict sql mode | zotlabs | 2020-04-10 | 1 | -9/+13 | |
| | | ||||||
* | | handle some basic friendica attachment bbcodes | Mario | 2020-04-12 | 1 | -0/+135 | |
| | | ||||||
* | | just comment out is_edit_activity() call and add comments on why it is ↵ | Mario | 2020-04-12 | 1 | -0/+34 | |
| | | | | | | | | commented out | |||||
* | | function is_edit_activity() is obsolete | Mario | 2020-04-12 | 1 | -26/+0 | |
|/ |