aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* use item_hidden instead of item_notshown for forum comment announcesMario2022-01-261-1/+1
|
* port z_curl_error() from zapMario2022-01-231-0/+12
|
* wrong function nameMario2022-01-211-1/+1
|
* drop_item() requires the item id not the item arrayMario2022-01-191-2/+3
|
* provide a spinner for edit connection action in threadsMario2022-01-191-1/+8
|
* make sure to use the correct default roleMario2022-01-181-1/+1
|
* pwa improvements according to lighthouseMario2022-01-131-1/+3
|
* ux improvementsMario2022-01-121-2/+6
|
* toc: add headingsMario2022-01-111-1/+1
|
* make toc bbcode find its own container by defaultMario2022-01-091-1/+1
|
* fix get_tags() parsing toc bbcodesMario2022-01-091-0/+1
|
* more work on access tokensMario2022-01-061-0/+4
|
* only display connections widget if there are any connections to showMario2022-01-041-39/+41
|
* do not show blocked or ignored contacts in connectionsMario2022-01-041-1/+1
|
* fix Access^CccessList include and plink in post_activity_item()Mario2022-01-031-2/+3
|
* port new_token from zap, fixes and more cleanupMario2022-01-021-1/+21
|
* update_poll() can be called many times in a row for the same item if a ↵Mario2021-12-221-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 ↵Mario2021-12-184-46/+3
| | | | guest tokens are now added to the abook automatically
* implement background deleting of items in contact_remove()Mario2021-12-171-45/+58
|
* access token refactorMario2021-12-175-7/+118
|
* merge branch perms_ng into devMario2021-12-1510-115/+299
|
* fix blured profile images and pdl filesMario Vavti2021-12-031-1/+1
|
* profile cleanup and fixesMario2021-11-251-3/+4
|
* more work on responsive asideMario2021-11-232-2/+2
|
* remove loggingMario2021-10-301-1/+0
|
* css fixesMario2021-10-301-0/+2
|
* mod regate: auto-connect the invitee with the inviter if auto channel create ↵Mario2021-10-251-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 insteadMario2021-10-221-2/+1
|
* rename functions after heavy lifting and expand custom sections to all ↵Mario2021-10-161-4/+7
| | | | possible sections
* some heavylifting on manual item exportMario2021-10-151-13/+33
|
* provide local copies of the w3.org jsonld documents - addresses issue #1637Mario2021-10-141-1/+16
|
* implement AS representation of photos and albums, cleanup and minor fixesMario2021-10-131-256/+261
|
* fix image object as per AS2Mario2021-10-121-8/+8
|
* bbcode: deal with codeblocks before we escape other tagsMario2021-10-101-25/+22
|
* remove redundant variable and provide missing phpdocMario2021-10-101-1/+0
|
* fix alt_pager()Mario2021-10-061-5/+1
|
* fix drop_query_params() if no query params are leftMario2021-10-061-2/+5
|
* move sync logic for apps to mod appman. this way we can re-use the functions ↵Mario Vavti2021-10-061-25/+2
| | | | without creating sync loops.
* more app syncMario Vavti2021-10-041-4/+23
|
* set the sync flag to trueMario Vavti2021-10-041-1/+1
|
* more app sync fixesMario Vavti2021-10-041-4/+4
|
* Revert "more app sync fixes"Mario Vavti2021-10-041-21/+13
| | | | This reverts commit 743098921220364341e5e3b194fbe0b442a4c28c.
* more app sync fixesMario Vavti2021-10-041-13/+21
|
* app sync fixes - part 2Mario Vavti2021-10-041-6/+6
|
* provide system app syncMario2021-10-041-21/+53
|
* make sure to return if we have no xchan hereMario2021-10-031-0/+3
|
* fix typoMario2021-10-031-1/+1
|
* add optional $removed argument to channelx_by functions to allow inclusion ↵Mario Vavti2021-10-032-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 yetMario2021-10-021-43/+56
|
* provide files totalMario2021-09-301-4/+18
|