aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * import_items: cleanupMario2021-10-211-75/+76
| |
| * import_items: provide a possibility to import exported zip files by yearMario2021-10-211-30/+61
| |
| * nativeWikiPage: more whitespace and cleanupMario2021-10-201-262/+254
| |
| * fix for issue #1640 - use item_store() instead of post_activity_item() which ↵Mario Vavti2021-10-203-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.
| * fix xchan vcard renderingMario2021-10-201-3/+3
| |
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2021-10-201-2/+3
| |\
| | * invite: use the actual set language and check if we have a template for itMario2021-10-181-2/+3
| | |
| * | fix dutch registration email verification email templateMario2021-10-202-8/+16
| | |
| * | improve code commentsMario2021-10-201-3/+2
| |/
| * provide tags indicating the supported protocols in the actor object and ↵Mario2021-10-181-12/+86
| | | | | | | | probe for zot6 if appropiate
| * mod invite: skip the pre-check for valid emailMario2021-10-161-5/+5
| |
| * xrd whitespaceMario2021-10-162-34/+17
| |
| * rename functions after heavy lifting and expand custom sections to all ↵Mario2021-10-162-7/+10
| | | | | | | | possible sections
| * manifest: remove orientation so that os default will be used and add default ↵Mario2021-10-161-1/+1
| | | | | | | | theme_color
| * notes: provide translateable stringsMario2021-10-152-11/+21
| |
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2021-10-152-14566/+14744
| |\
| | * Merge branch 'dev' into 'dev'Max Kostikov2021-10-152-14566/+14744
| | |\ | | | | | | | | | | | | | | | | Update Russian translation See merge request hubzilla/core!1994
| | | * Update Russian translationMax Kostikov2021-10-152-14566/+14744
| | |/
| * / some heavylifting on manual item exportMario2021-10-154-63/+258
| |/
| * escape_tags only onceMario2021-10-151-2/+2
| |
| * use the proprt syntaxMario2021-10-141-3/+3
| |
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2021-10-142-26/+15
| |\
| | * Merge branch 'dev' into 'dev'Mario2021-10-142-26/+15
| | |\ | | | | | | | | | | | | | | | | Support IDNA URLs embedding See merge request hubzilla/core!1990
| | | * Support IDNA URLs embeddingMax Kostikov2021-10-142-26/+15
| | | |
| * | | provide local copies of the w3.org jsonld documents - addresses issue #1637Mario2021-10-146-2/+544
| | | |
| * | | fix cacert missing some certificates after last updateMario2021-10-141-0/+147
| |/ /
| * | versionMario2021-10-131-1/+1
| | |
| * | implement AS representation of photos and albums, cleanup and minor fixesMario2021-10-135-389/+563
| | |
| * | fix image object as per AS2Mario2021-10-121-8/+8
| | |
| * | HTTPSig: do not query for hubloc_addrMario2021-10-121-6/+3
| | |
| * | notes: minor css fixMario2021-10-121-1/+1
| | |
| * | bbcode for notes appMario2021-10-125-15/+120
| | |
| * | Revert "httpsig: add parentheses"Mario2021-10-126-122/+17
| | | | | | | | | | | | This reverts commit e455fae334c4b5f8d5a563e099add1482749c92f.
| * | httpsig: add parenthesesMario2021-10-126-17/+122
| | |
| * | notifications_widget: fix regression hiding the #nav- * -sub element when ↵Mario2021-10-111-2/+4
| | | | | | | | | | | | there are no more notifications
| * | look for hubloc_id_url or hubloc_hash, otherwise we will always fetch the ↵Mario2021-10-111-1/+2
| | | | | | | | | | | | key from the net on platforms where those are different (e.g. mastodon).
| * | streamline logicMario2021-10-101-3/+4
| | |
| * | HTTPSig: cleanup, add some doco and implement missing force mechanism for ↵Mario2021-10-101-167/+202
| | | | | | | | | | | | fetching keys
| * | if we do not have a display path, we are looking at the root directoryMario2021-10-101-2/+4
| | |
| * | messages widget: show user-plus icon for connection requestsMario2021-10-101-1/+1
| | |
| * | make sure we do not select removed channels as importer in onepollMario2021-10-101-6/+2
| | |
| * | bbcode: deal with codeblocks before we escape other tagsMario2021-10-101-25/+22
| | |
| * | update composer libsMario2021-10-10119-332/+325
| | |
| * | remove redundant variable and provide missing phpdocMario2021-10-102-1/+1
| | |
| * | make sure to not include removed channels in xrd or webfinger queriesMario2021-10-092-42/+37
| | |
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2021-10-09599-11715/+18895
| |\ \
| | * | use Libzot::fetch_conversation to fetch conversations from search and add an ↵Mario2021-10-092-22/+13
| | | | | | | | | | | | | | | | optional force argument to process_delivery
| | * | more bs5 fixesMario2021-10-095-6/+6
| | | |
| | * | remove hz_syslog and deal with intro notifications in the messages widgetMario2021-10-082-2/+2
| | | |
| | * | bump versionMario2021-10-081-1/+1
| | | |