Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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. | |||||
| * | fix xchan vcard rendering | Mario | 2021-10-20 | 1 | -3/+3 | |
| | | ||||||
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-10-20 | 1 | -2/+3 | |
| |\ | ||||||
| | * | invite: use the actual set language and check if we have a template for it | Mario | 2021-10-18 | 1 | -2/+3 | |
| | | | ||||||
| * | | fix dutch registration email verification email template | Mario | 2021-10-20 | 2 | -8/+16 | |
| | | | ||||||
| * | | improve code comments | Mario | 2021-10-20 | 1 | -3/+2 | |
| |/ | ||||||
| * | provide tags indicating the supported protocols in the actor object and ↵ | Mario | 2021-10-18 | 1 | -12/+86 | |
| | | | | | | | | probe for zot6 if appropiate | |||||
| * | mod invite: skip the pre-check for valid email | Mario | 2021-10-16 | 1 | -5/+5 | |
| | | ||||||
| * | xrd whitespace | Mario | 2021-10-16 | 2 | -34/+17 | |
| | | ||||||
| * | rename functions after heavy lifting and expand custom sections to all ↵ | Mario | 2021-10-16 | 2 | -7/+10 | |
| | | | | | | | | possible sections | |||||
| * | manifest: remove orientation so that os default will be used and add default ↵ | Mario | 2021-10-16 | 1 | -1/+1 | |
| | | | | | | | | theme_color | |||||
| * | notes: provide translateable strings | Mario | 2021-10-15 | 2 | -11/+21 | |
| | | ||||||
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-10-15 | 2 | -14566/+14744 | |
| |\ | ||||||
| | * | Merge branch 'dev' into 'dev' | Max Kostikov | 2021-10-15 | 2 | -14566/+14744 | |
| | |\ | | | | | | | | | | | | | | | | | Update Russian translation See merge request hubzilla/core!1994 | |||||
| | | * | Update Russian translation | Max Kostikov | 2021-10-15 | 2 | -14566/+14744 | |
| | |/ | ||||||
| * / | some heavylifting on manual item export | Mario | 2021-10-15 | 4 | -63/+258 | |
| |/ | ||||||
| * | escape_tags only once | Mario | 2021-10-15 | 1 | -2/+2 | |
| | | ||||||
| * | use the proprt syntax | Mario | 2021-10-14 | 1 | -3/+3 | |
| | | ||||||
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-10-14 | 2 | -26/+15 | |
| |\ | ||||||
| | * | Merge branch 'dev' into 'dev' | Mario | 2021-10-14 | 2 | -26/+15 | |
| | |\ | | | | | | | | | | | | | | | | | Support IDNA URLs embedding See merge request hubzilla/core!1990 | |||||
| | | * | Support IDNA URLs embedding | Max Kostikov | 2021-10-14 | 2 | -26/+15 | |
| | | | | ||||||
| * | | | provide local copies of the w3.org jsonld documents - addresses issue #1637 | Mario | 2021-10-14 | 6 | -2/+544 | |
| | | | | ||||||
| * | | | fix cacert missing some certificates after last update | Mario | 2021-10-14 | 1 | -0/+147 | |
| |/ / | ||||||
| * | | version | Mario | 2021-10-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | implement AS representation of photos and albums, cleanup and minor fixes | Mario | 2021-10-13 | 5 | -389/+563 | |
| | | | ||||||
| * | | fix image object as per AS2 | Mario | 2021-10-12 | 1 | -8/+8 | |
| | | | ||||||
| * | | HTTPSig: do not query for hubloc_addr | Mario | 2021-10-12 | 1 | -6/+3 | |
| | | | ||||||
| * | | notes: minor css fix | Mario | 2021-10-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | bbcode for notes app | Mario | 2021-10-12 | 5 | -15/+120 | |
| | | | ||||||
| * | | Revert "httpsig: add parentheses" | Mario | 2021-10-12 | 6 | -122/+17 | |
| | | | | | | | | | | | | This reverts commit e455fae334c4b5f8d5a563e099add1482749c92f. | |||||
| * | | httpsig: add parentheses | Mario | 2021-10-12 | 6 | -17/+122 | |
| | | | ||||||
| * | | notifications_widget: fix regression hiding the #nav- * -sub element when ↵ | Mario | 2021-10-11 | 1 | -2/+4 | |
| | | | | | | | | | | | | there are no more notifications | |||||
| * | | look for hubloc_id_url or hubloc_hash, otherwise we will always fetch the ↵ | Mario | 2021-10-11 | 1 | -1/+2 | |
| | | | | | | | | | | | | key from the net on platforms where those are different (e.g. mastodon). | |||||
| * | | streamline logic | Mario | 2021-10-10 | 1 | -3/+4 | |
| | | | ||||||
| * | | HTTPSig: cleanup, add some doco and implement missing force mechanism for ↵ | Mario | 2021-10-10 | 1 | -167/+202 | |
| | | | | | | | | | | | | fetching keys | |||||
| * | | if we do not have a display path, we are looking at the root directory | Mario | 2021-10-10 | 1 | -2/+4 | |
| | | | ||||||
| * | | messages widget: show user-plus icon for connection requests | Mario | 2021-10-10 | 1 | -1/+1 | |
| | | | ||||||
| * | | make sure we do not select removed channels as importer in onepoll | Mario | 2021-10-10 | 1 | -6/+2 | |
| | | | ||||||
| * | | bbcode: deal with codeblocks before we escape other tags | Mario | 2021-10-10 | 1 | -25/+22 | |
| | | | ||||||
| * | | update composer libs | Mario | 2021-10-10 | 119 | -332/+325 | |
| | | | ||||||
| * | | remove redundant variable and provide missing phpdoc | Mario | 2021-10-10 | 2 | -1/+1 | |
| | | | ||||||
| * | | make sure to not include removed channels in xrd or webfinger queries | Mario | 2021-10-09 | 2 | -42/+37 | |
| | | | ||||||
| * | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2021-10-09 | 599 | -11715/+18895 | |
| |\ \ | ||||||
| | * | | use Libzot::fetch_conversation to fetch conversations from search and add an ↵ | Mario | 2021-10-09 | 2 | -22/+13 | |
| | | | | | | | | | | | | | | | | optional force argument to process_delivery | |||||
| | * | | more bs5 fixes | Mario | 2021-10-09 | 5 | -6/+6 | |
| | | | | ||||||
| | * | | remove hz_syslog and deal with intro notifications in the messages widget | Mario | 2021-10-08 | 2 | -2/+2 | |
| | | | | ||||||
| | * | | bump version | Mario | 2021-10-08 | 1 | -1/+1 | |
| | | | |