Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more work on access tokens | Mario | 2022-01-06 | 1 | -41/+47 |
| | |||||
* | do not show blocked or ignored contacts in connections | Mario | 2022-01-04 | 1 | -22/+22 |
| | |||||
* | minor wording change and fix connections link | Mario | 2022-01-04 | 2 | -4/+4 |
| | |||||
* | more lockview ui improvements | Mario | 2022-01-03 | 1 | -15/+22 |
| | |||||
* | minor usability improvement | Mario | 2022-01-03 | 1 | -1/+1 |
| | |||||
* | remove logging | Mario | 2022-01-02 | 1 | -3/+0 |
| | |||||
* | port new_token from zap, fixes and more cleanup | Mario | 2022-01-02 | 2 | -9/+3 |
| | |||||
* | lockview: fix guest links for profile groups and photos, cleanup | Mario | 2022-01-02 | 1 | -77/+102 |
| | |||||
* | lockview: provide guest links for private resources | Mario | 2022-01-02 | 1 | -33/+53 |
| | |||||
* | update_poll() can be called many times in a row for the same item if a ↵ | Mario | 2021-12-22 | 3 | -12/+15 |
| | | | | multiple poll is being updated. This could result in the queueworker not processing duplicates. We are now adding the source item mid to the notifier call as the third argument (fragment) so that the queueworker will not think they are duplicates. The fragment is also passed to the deliver_hooks call in the notifier | ||||
* | add the title to the object | Mario | 2021-12-21 | 1 | -0/+1 |
| | |||||
* | string change | Mario | 2021-12-21 | 1 | -1/+1 |
| | |||||
* | string change | Mario | 2021-12-21 | 1 | -1/+1 |
| | |||||
* | missing label | Mario | 2021-12-21 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-12-21 | 1 | -2/+29 |
|\ | |||||
| * | improve pconfig sync at the receiving side | Mario Vavti | 2021-12-21 | 1 | -2/+29 |
| | | |||||
* | | improve pconfig sync at the sending side | Mario | 2021-12-21 | 1 | -41/+44 |
|/ | |||||
* | guest token xchan_network = "token" and remove permission checks since the ↵ | Mario | 2021-12-18 | 1 | -5/+35 |
| | | | | guest tokens are now added to the abook automatically | ||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-12-17 | 1 | -16/+7 |
|\ | |||||
| * | mod tokens cleanup and fixes | Mario Vavti | 2021-12-17 | 1 | -16/+7 |
| | | |||||
* | | main.js simplify notify_id checks | Mario | 2021-12-17 | 1 | -1/+1 |
|/ | |||||
* | daemon to delete abbok items in the background | Mario | 2021-12-17 | 1 | -0/+25 |
| | |||||
* | missing file | Mario | 2021-12-17 | 1 | -0/+31 |
| | |||||
* | access token refactor | Mario | 2021-12-17 | 1 | -39/+155 |
| | |||||
* | implement contact role deletion | Mario | 2021-12-17 | 3 | -55/+104 |
| | |||||
* | nag channel owners to select achannel role if they have not yet done so yet | Mario | 2021-12-15 | 1 | -4/+10 |
| | |||||
* | merge branch perms_ng into dev | Mario | 2021-12-15 | 38 | -1786/+2206 |
| | |||||
* | mod sse_bs: when processing returned mids, do not assume they are b64 encoded | Mario Vavti | 2021-12-14 | 1 | -1/+1 |
| | |||||
* | Announce missing in is_response_activity() | Mario Vavti | 2021-12-11 | 1 | -1/+1 |
| | |||||
* | fix hubloc_site_id in fix_system_urls() on detected site rename events and ↵ | Mario Vavti | 2021-11-30 | 2 | -3/+11 |
| | | | | during sync_locations() if it changed or was stored incorrectly. | ||||
* | mod channel: lookup zotinfo based on hash instead of address | Mario Vavti | 2021-11-29 | 1 | -2/+1 |
| | |||||
* | do not deliver to the same channel multiple times in case duplicate hubloc ↵ | Mario Vavti | 2021-11-29 | 1 | -1/+3 |
| | | | | entries for the channel exist | ||||
* | profile cleanup and fixes | Mario | 2021-11-25 | 2 | -3/+3 |
| | |||||
* | add source option so that the right makros will be used in attach_store() | Mario | 2021-11-25 | 1 | -110/+107 |
| | |||||
* | fix issue where likes notices are emited allthough they are actually disabled | Mario | 2021-11-24 | 1 | -1/+1 |
| | |||||
* | address issue #1651 (reload page after comment or like) | Mario | 2021-11-24 | 1 | -0/+6 |
| | |||||
* | port httpmeta from zap | Mario | 2021-11-24 | 1 | -36/+73 |
| | |||||
* | more work on responsive aside | Mario | 2021-11-23 | 1 | -1/+1 |
| | |||||
* | remove logging | Mario | 2021-10-25 | 1 | -2/+0 |
| | |||||
* | mod regate: auto-connect the invitee with the inviter if auto channel create ↵ | Mario | 2021-10-25 | 1 | -0/+20 |
| | | | | is enabled (default). fix issue where the default group was not set in the return array of create_identity() | ||||
* | invite: fix variable name in template and do not substitute the Â@ in the ↵ | Mario | 2021-10-22 | 1 | -1/+1 |
| | | | | webfinger address with @+ | ||||
* | mod item: cleanup and remove some unused variables | Mario | 2021-10-22 | 1 | -495/+477 |
| | |||||
* | remove library/urlify and use vendor/jbroadway/urlify instead | Mario | 2021-10-22 | 4 | -45/+45 |
| | |||||
* | mod import: formating | Mario | 2021-10-22 | 1 | -85/+91 |
| | |||||
* | whitespace | Mario | 2021-10-22 | 1 | -3/+2 |
| | |||||
* | comment out warning about db version differences - it is not relevant | Mario | 2021-10-22 | 1 | -8/+8 |
| | |||||
* | import_items: cleanup | Mario | 2021-10-21 | 1 | -75/+76 |
| | |||||
* | import_items: provide a possibility to import exported zip files by year | Mario | 2021-10-21 | 1 | -30/+61 |
| | |||||
* | nativeWikiPage: more whitespace and cleanup | Mario | 2021-10-20 | 1 | -262/+254 |
| | |||||
* | fix for issue #1640 - use item_store() instead of post_activity_item() which ↵ | Mario Vavti | 2021-10-20 | 3 | -73/+86 |
| | | | | is checking for post_comment permission which we might not have in this case. item_store() requires slightly more data but basically does the same. Also some minor improvements and whitespace changes. |