aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* use new lang detect library which supports much more languagesMario2023-10-07250-36/+55505
|
* should be tinyint instead of numeric for mysqlMario Vavti2023-10-061-1/+1
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2023-10-061-1/+1
|\
| * use the correct variableMario2023-10-061-1/+1
| |
| * use encode_person() instead of plain xchan_url since the function makes some ↵Mario2023-10-061-1/+1
| | | | | | | | special effort to determine the real actor id
* | add missing columns in install scriptMario Vavti2023-10-062-5/+8
|/
* composer update html to markdownMario2023-10-0517-51/+137
|
* composer update oauth2 serverMario2023-10-0526-84/+210
|
* composer update smartyMario2023-10-0511-28/+55
|
* rever iconv in gitlab ciMario2023-10-051-1/+0
|
* composer update bootstrapMario2023-10-05235-4415/+5227
|
* fix regressionMario2023-10-051-2/+1
|
* css fixMario2023-10-041-2/+3
|
* bump versionMario Vavti2023-10-041-1/+1
|
* move right aside into bottom of left aside if screen width is < 1200pxMario Vavti2023-10-043-8/+15
|
* parse the event object in first place and use the body bbcode as backupMario Vavti2023-10-042-44/+93
|
* if the item is sourced and provides an event add it to the calendarMario2023-09-281-1/+8
|
* since the activity filter widget requires the network module we can link to ↵Mario2023-09-271-1/+1
| | | | the module directly so that it will work as quicklink widget in other modules
* ÅÅfix narrow navbarMario2023-09-251-10/+0
|
* fix php warningsMario2023-09-221-6/+6
|
* cleanup and warningsMario2023-09-211-5/+10
|
* fix javascript errorMario2023-09-212-2/+3
|
* more deprecate $aMario2023-09-2120-30/+30
|
* jsonld: return object instead of json stringMario2023-09-211-3/+3
|
* only show theme switch icon if switching is supported by the themeMario2023-09-212-1/+6
|
* store the actor cache date so we can easily invalidate it after a period of timeMario2023-09-211-6/+3
|
* deprecate the ancient $a variableMario2023-09-202-7/+5
|
* use small profile images instead of mediumMario2023-09-171-2/+2
|
* css fixesMario2023-09-161-3/+1
|
* typoMario2023-09-161-1/+1
|
* more changelogMario2023-09-161-0/+2
|
* changelogMario2023-09-161-1/+7
|
* css fixMario2023-09-162-5/+1
|
* fix regression in jsonld_document_loader()Mario2023-09-161-5/+2
|
* redbasic: add functions for referenceMario2023-09-151-0/+8
|
* more type checkingMario2023-09-151-2/+2
|
* only select the required fields to prevent memory exhaustion on big result setsSystem user; apache2023-09-151-3/+6
| | | (cherry picked from commit 3a01aa40d8f788c89f50f9893214f6591dac7bae)
* allow themes to manipulate app icons (photos) via a hookMario2023-09-152-6/+38
|
* also look for widgets in view/theme/themename/widgetMario2023-09-143-2/+4
|
* fix minor regression after recent changesMario2023-09-141-3/+2
|
* more theme fixesMario2023-09-135-12/+13
|
* more theme fixesMario2023-09-132-2/+2
|
* revert extra paddingMario2023-09-131-2/+2
|
* theme fixesMario2023-09-139-74/+34
|
* an attempt to cache seen item mids for the purpose that we can hide seen ↵Mario2023-09-104-17/+42
| | | | pubstream items from the notifications - might revert if it turns out that it does not scale
* theme fixes to make a barebones theme work slightly betterMario2023-09-108-16/+20
|
* possible fix for item widget not respecting ACL if added by title - issue #1799Mario2023-09-091-1/+1
|
* Merge branch 'translations/update-norwegian-bokmål-strings' into 'dev'Mario2023-09-092-2640/+2845
|\ | | | | | | | | Update translations for Norwegian Bokmål. See merge request hubzilla/core!2059
| * Update translations for Norwegian Bokmål.Harald Eilertsen2023-09-092-2640/+2845
| |
* | Merge branch 'redbasic/fix-darktheme-colorbox' into 'dev'Mario2023-09-092-1/+1
|\ \ | | | | | | | | | | | | redbasic: Use body background color for colorboxes. See merge request hubzilla/core!2058