aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* fix hubloc_site_id in fix_system_urls() on detected site rename events and ↵Mario Vavti2021-11-302-3/+11
| | | | during sync_locations() if it changed or was stored incorrectly.
* mod channel: lookup zotinfo based on hash instead of addressMario Vavti2021-11-291-2/+1
|
* do not deliver to the same channel multiple times in case duplicate hubloc ↵Mario Vavti2021-11-291-1/+3
| | | | entries for the channel exist
* profile cleanup and fixesMario2021-11-252-3/+3
|
* add source option so that the right makros will be used in attach_store()Mario2021-11-251-110/+107
|
* fix issue where likes notices are emited allthough they are actually disabledMario2021-11-241-1/+1
|
* address issue #1651 (reload page after comment or like)Mario2021-11-241-0/+6
|
* port httpmeta from zapMario2021-11-241-36/+73
|
* more work on responsive asideMario2021-11-231-1/+1
|
* remove loggingMario2021-10-251-2/+0
|
* mod regate: auto-connect the invitee with the inviter if auto channel create ↵Mario2021-10-251-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 ↵Mario2021-10-221-1/+1
| | | | webfinger address with @+
* mod item: cleanup and remove some unused variablesMario2021-10-221-495/+477
|
* remove library/urlify and use vendor/jbroadway/urlify insteadMario2021-10-224-45/+45
|
* mod import: formatingMario2021-10-221-85/+91
|
* whitespaceMario2021-10-221-3/+2
|
* comment out warning about db version differences - it is not relevantMario2021-10-221-8/+8
|
* 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.
* 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
| |
* | 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
|
* rename functions after heavy lifting and expand custom sections to all ↵Mario2021-10-161-3/+3
| | | | 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-151-3/+13
|
* some heavylifting on manual item exportMario2021-10-152-38/+176
|
* escape_tags only onceMario2021-10-151-2/+2
|
* Merge branch 'dev' into 'dev'Mario2021-10-141-0/+3
|\ | | | | | | | | Support IDNA URLs embedding See merge request hubzilla/core!1990
| * Support IDNA URLs embeddingMax Kostikov2021-10-141-0/+3
| |
* | implement AS representation of photos and albums, cleanup and minor fixesMario2021-10-134-133/+302
| |
* | HTTPSig: do not query for hubloc_addrMario2021-10-121-6/+3
| |
* | bbcode for notes appMario2021-10-122-1/+11
| |
* | Revert "httpsig: add parentheses"Mario2021-10-123-13/+3
| | | | | | | | This reverts commit e455fae334c4b5f8d5a563e099add1482749c92f.
* | httpsig: add parenthesesMario2021-10-123-3/+13
| |
* | 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
| |
* | remove redundant variable and provide missing phpdocMario2021-10-101-0/+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-093-23/+14
|\ \
| * | use Libzot::fetch_conversation to fetch conversations from search and add an ↵Mario2021-10-092-22/+13
| | | | | | | | | | | | optional force argument to process_delivery
| * | remove hz_syslog and deal with intro notifications in the messages widgetMario2021-10-082-2/+2
| | |
| * | update composer libsMario2021-10-081-1/+1
| |/