Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | profile cleanup and fixes | Mario | 2021-11-25 | 6 | -140/+94 |
| | |||||
* | add source option so that the right makros will be used in attach_store() | Mario | 2021-11-25 | 1 | -110/+107 |
| | |||||
* | maximum width of content region is now calculated in rem | Mario | 2021-11-24 | 1 | -6/+6 |
| | |||||
* | fix issue where likes notices are emited allthough they are actually disabled | Mario | 2021-11-24 | 1 | -1/+1 |
| | |||||
* | address issue #1651 (reload page after comment or like) | Mario | 2021-11-24 | 2 | -3/+26 |
| | |||||
* | port httpmeta from zap | Mario | 2021-11-24 | 1 | -36/+73 |
| | |||||
* | more work on responsive aside | Mario | 2021-11-23 | 9 | -37/+34 |
| | |||||
* | minor vcard fixes | Mario | 2021-11-21 | 2 | -4/+8 |
| | |||||
* | streamline profile vcard with xchan vcard | Mario | 2021-11-21 | 2 | -49/+110 |
| | |||||
* | update changelog | Mario | 2021-11-09 | 1 | -1/+1 |
| | |||||
* | remove logging | Mario | 2021-10-30 | 1 | -1/+0 |
| | |||||
* | css fixes | Mario | 2021-10-30 | 2 | -4/+6 |
| | |||||
* | update changelog | Mario | 2021-10-28 | 1 | -1/+86 |
| | |||||
* | remove mcrypt from the docs | Mario | 2021-10-27 | 2 | -9/+9 |
| | |||||
* | update sbom | Mario | 2021-10-27 | 1 | -7/+12 |
| | |||||
* | bump dev version | Mario | 2021-10-27 | 1 | -1/+1 |
| | |||||
* | version and strings | Mario | 2021-10-27 | 2 | -827/+926 |
| | |||||
* | remove logging | Mario | 2021-10-25 | 1 | -2/+0 |
| | |||||
* | mod regate: auto-connect the invitee with the inviter if auto channel create ↵ | Mario | 2021-10-25 | 2 | -0/+24 |
| | | | | 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 ↵ | Mario | 2021-10-22 | 2 | -4/+4 |
| | | | | webfinger address with @+ | ||||
* | mod item: cleanup and remove some unused variables | Mario | 2021-10-22 | 1 | -495/+477 |
| | |||||
* | remove library/urlify and use vendor/jbroadway/urlify instead | Mario | 2021-10-22 | 13 | -387/+46 |
| | |||||
* | mod import: formating | Mario | 2021-10-22 | 1 | -85/+91 |
| | |||||
* | install urlify via composer | Mario | 2021-10-22 | 256 | -4/+16809 |
| | |||||
* | whitespace | Mario | 2021-10-22 | 1 | -3/+2 |
| | |||||
* | comment out warning about db version differences - it is not relevant | Mario | 2021-10-22 | 1 | -8/+8 |
| | |||||
* | 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 |
| | | |