Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop_item() requires the item id not the item array | Mario | 2022-01-19 | 1 | -2/+3 |
| | |||||
* | provide a spinner for edit connection action in threads | Mario | 2022-01-19 | 1 | -1/+8 |
| | |||||
* | make sure to use the correct default role | Mario | 2022-01-18 | 1 | -1/+1 |
| | |||||
* | pwa improvements according to lighthouse | Mario | 2022-01-13 | 1 | -1/+3 |
| | |||||
* | ux improvements | Mario | 2022-01-12 | 1 | -2/+6 |
| | |||||
* | toc: add headings | Mario | 2022-01-11 | 1 | -1/+1 |
| | |||||
* | make toc bbcode find its own container by default | Mario | 2022-01-09 | 1 | -1/+1 |
| | |||||
* | fix get_tags() parsing toc bbcodes | Mario | 2022-01-09 | 1 | -0/+1 |
| | |||||
* | more work on access tokens | Mario | 2022-01-06 | 1 | -0/+4 |
| | |||||
* | only display connections widget if there are any connections to show | Mario | 2022-01-04 | 1 | -39/+41 |
| | |||||
* | do not show blocked or ignored contacts in connections | Mario | 2022-01-04 | 1 | -1/+1 |
| | |||||
* | fix Access^CccessList include and plink in post_activity_item() | Mario | 2022-01-03 | 1 | -2/+3 |
| | |||||
* | port new_token from zap, fixes and more cleanup | Mario | 2022-01-02 | 1 | -1/+21 |
| | |||||
* | update_poll() can be called many times in a row for the same item if a ↵ | Mario | 2021-12-22 | 1 | -2/+22 |
| | | | | 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 | ||||
* | guest token xchan_network = "token" and remove permission checks since the ↵ | Mario | 2021-12-18 | 4 | -46/+3 |
| | | | | guest tokens are now added to the abook automatically | ||||
* | implement background deleting of items in contact_remove() | Mario | 2021-12-17 | 1 | -45/+58 |
| | |||||
* | access token refactor | Mario | 2021-12-17 | 5 | -7/+118 |
| | |||||
* | merge branch perms_ng into dev | Mario | 2021-12-15 | 10 | -115/+299 |
| | |||||
* | fix blured profile images and pdl files | Mario Vavti | 2021-12-03 | 1 | -1/+1 |
| | |||||
* | profile cleanup and fixes | Mario | 2021-11-25 | 1 | -3/+4 |
| | |||||
* | more work on responsive aside | Mario | 2021-11-23 | 2 | -2/+2 |
| | |||||
* | remove logging | Mario | 2021-10-30 | 1 | -1/+0 |
| | |||||
* | css fixes | Mario | 2021-10-30 | 1 | -0/+2 |
| | |||||
* | mod regate: auto-connect the invitee with the inviter if auto channel create ↵ | Mario | 2021-10-25 | 1 | -0/+4 |
| | | | | is enabled (default). fix issue where the default group was not set in the return array of create_identity() | ||||
* | remove library/urlify and use vendor/jbroadway/urlify instead | Mario | 2021-10-22 | 1 | -2/+1 |
| | |||||
* | rename functions after heavy lifting and expand custom sections to all ↵ | Mario | 2021-10-16 | 1 | -4/+7 |
| | | | | possible sections | ||||
* | some heavylifting on manual item export | Mario | 2021-10-15 | 1 | -13/+33 |
| | |||||
* | provide local copies of the w3.org jsonld documents - addresses issue #1637 | Mario | 2021-10-14 | 1 | -1/+16 |
| | |||||
* | implement AS representation of photos and albums, cleanup and minor fixes | Mario | 2021-10-13 | 1 | -256/+261 |
| | |||||
* | fix image object as per AS2 | Mario | 2021-10-12 | 1 | -8/+8 |
| | |||||
* | bbcode: deal with codeblocks before we escape other tags | Mario | 2021-10-10 | 1 | -25/+22 |
| | |||||
* | remove redundant variable and provide missing phpdoc | Mario | 2021-10-10 | 1 | -1/+0 |
| | |||||
* | fix alt_pager() | Mario | 2021-10-06 | 1 | -5/+1 |
| | |||||
* | fix drop_query_params() if no query params are left | Mario | 2021-10-06 | 1 | -2/+5 |
| | |||||
* | move sync logic for apps to mod appman. this way we can re-use the functions ↵ | Mario Vavti | 2021-10-06 | 1 | -25/+2 |
| | | | | without creating sync loops. | ||||
* | more app sync | Mario Vavti | 2021-10-04 | 1 | -4/+23 |
| | |||||
* | set the sync flag to true | Mario Vavti | 2021-10-04 | 1 | -1/+1 |
| | |||||
* | more app sync fixes | Mario Vavti | 2021-10-04 | 1 | -4/+4 |
| | |||||
* | Revert "more app sync fixes" | Mario Vavti | 2021-10-04 | 1 | -21/+13 |
| | | | | This reverts commit 743098921220364341e5e3b194fbe0b442a4c28c. | ||||
* | more app sync fixes | Mario Vavti | 2021-10-04 | 1 | -13/+21 |
| | |||||
* | app sync fixes - part 2 | Mario Vavti | 2021-10-04 | 1 | -6/+6 |
| | |||||
* | provide system app sync | Mario | 2021-10-04 | 1 | -21/+53 |
| | |||||
* | make sure to return if we have no xchan here | Mario | 2021-10-03 | 1 | -0/+3 |
| | |||||
* | fix typo | Mario | 2021-10-03 | 1 | -1/+1 |
| | |||||
* | add optional $removed argument to channelx_by functions to allow inclusion ↵ | Mario Vavti | 2021-10-03 | 2 | -22/+29 |
| | | | | of removed channels which is required (mod channel, daemon notifier -> refresh_all) if a channel got removed also remove caching to App so we always get a fresh copy. In import_hublocs() add site_id to the array passed to Libzot::gethubs() because it is expected there. | ||||
* | cleanup api_auth and make it fetch the identity if we do not have it cached yet | Mario | 2021-10-02 | 1 | -43/+56 |
| | |||||
* | provide files total | Mario | 2021-09-30 | 1 | -4/+18 |
| | |||||
* | implement channel purge daemon and send a notifier purge_all message if the ↵ | Mario Vavti | 2021-09-30 | 1 | -7/+5 |
| | | | | xchan was deleted | ||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2021-09-29 | 2 | -23/+56 |
|\ | |||||
| * | revise content import/export part 1 | Mario | 2021-09-29 | 2 | -23/+56 |
| | |