Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | cleanup and warnings | Mario | 2023-09-21 | 1 | -5/+10 | |
| | ||||||
* | fix javascript error | Mario | 2023-09-21 | 2 | -2/+3 | |
| | ||||||
* | more deprecate $a | Mario | 2023-09-21 | 20 | -30/+30 | |
| | ||||||
* | jsonld: return object instead of json string | Mario | 2023-09-21 | 1 | -3/+3 | |
| | ||||||
* | only show theme switch icon if switching is supported by the theme | Mario | 2023-09-21 | 2 | -1/+6 | |
| | ||||||
* | store the actor cache date so we can easily invalidate it after a period of time | Mario | 2023-09-21 | 1 | -6/+3 | |
| | ||||||
* | deprecate the ancient $a variable | Mario | 2023-09-20 | 2 | -7/+5 | |
| | ||||||
* | use small profile images instead of medium | Mario | 2023-09-17 | 1 | -2/+2 | |
| | ||||||
* | css fixes | Mario | 2023-09-16 | 1 | -3/+1 | |
| | ||||||
* | typo | Mario | 2023-09-16 | 1 | -1/+1 | |
| | ||||||
* | more changelog | Mario | 2023-09-16 | 1 | -0/+2 | |
| | ||||||
* | changelog | Mario | 2023-09-16 | 1 | -1/+7 | |
| | ||||||
* | css fix | Mario | 2023-09-16 | 2 | -5/+1 | |
| | ||||||
* | fix regression in jsonld_document_loader() | Mario | 2023-09-16 | 1 | -5/+2 | |
| | ||||||
* | redbasic: add functions for reference | Mario | 2023-09-15 | 1 | -0/+8 | |
| | ||||||
* | more type checking | Mario | 2023-09-15 | 1 | -2/+2 | |
| | ||||||
* | only select the required fields to prevent memory exhaustion on big result sets | System user; apache | 2023-09-15 | 1 | -3/+6 | |
| | | | (cherry picked from commit 3a01aa40d8f788c89f50f9893214f6591dac7bae) | |||||
* | allow themes to manipulate app icons (photos) via a hook | Mario | 2023-09-15 | 2 | -6/+38 | |
| | ||||||
* | also look for widgets in view/theme/themename/widget | Mario | 2023-09-14 | 3 | -2/+4 | |
| | ||||||
* | fix minor regression after recent changes | Mario | 2023-09-14 | 1 | -3/+2 | |
| | ||||||
* | more theme fixes | Mario | 2023-09-13 | 5 | -12/+13 | |
| | ||||||
* | more theme fixes | Mario | 2023-09-13 | 2 | -2/+2 | |
| | ||||||
* | revert extra padding | Mario | 2023-09-13 | 1 | -2/+2 | |
| | ||||||
* | theme fixes | Mario | 2023-09-13 | 9 | -74/+34 | |
| | ||||||
* | an attempt to cache seen item mids for the purpose that we can hide seen ↵ | Mario | 2023-09-10 | 4 | -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 better | Mario | 2023-09-10 | 8 | -16/+20 | |
| | ||||||
* | possible fix for item widget not respecting ACL if added by title - issue #1799 | Mario | 2023-09-09 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'translations/update-norwegian-bokmål-strings' into 'dev' | Mario | 2023-09-09 | 2 | -2640/+2845 | |
|\ | | | | | | | | | Update translations for Norwegian Bokmål. See merge request hubzilla/core!2059 | |||||
| * | Update translations for Norwegian Bokmål. | Harald Eilertsen | 2023-09-09 | 2 | -2640/+2845 | |
| | | ||||||
* | | Merge branch 'redbasic/fix-darktheme-colorbox' into 'dev' | Mario | 2023-09-09 | 2 | -1/+1 | |
|\ \ | | | | | | | | | | | | | redbasic: Use body background color for colorboxes. See merge request hubzilla/core!2058 | |||||
| * | | Transparent background for colorbox controls icons. | Harald Eilertsen | 2023-09-07 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | | This makes it blend in better when using dark style. I've kept the actual button/control colours unchanged though. | |||||
| * | | redbasic: Use body background color for colorboxes. | Harald Eilertsen | 2023-09-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | Typically (only?) used by the "view source" function. | |||||
* | | | Merge branch 'cherry-pick-847732bd-2' into 'dev' | Mario | 2023-09-09 | 2 | -473/+513 | |
|\ \ \ | |_|/ |/| | | | | | | | | Update Spanish strings See merge request hubzilla/core!2057 | |||||
| * | | Update Spanish strings | mjfriaza:4GF~eYj,-iAv | 2023-09-02 | 2 | -473/+513 | |
| |/ | | | | | (cherry picked from commit 847732bd8ac4b79f206981af7d90f183ee8ea58a) | |||||
* / | make sure to set the other relevant dates aswell to omit discrepancies if ↵ | Mario | 2023-09-07 | 1 | -1/+8 | |
|/ | | | | they would be set a splitsecond later when we store the item | |||||
* | call init allthough it does not contain anything atm. it will set up things ↵ | Mario | 2023-08-30 | 1 | -6/+4 | |
| | | | | we need later e.g. App::$page["htmlhead"] and php will raise a warning if it does not exist. Also minor cleanup | |||||
* | work around sabre caldav php warnings | Mario | 2023-08-28 | 1 | -0/+4 | |
| | ||||||
* | order by hubloc_id like everywhere else for this reason and do not include ↵ | Mario | 2023-08-27 | 1 | -1/+1 | |
| | | | | deleted hublocs | |||||
* | changelog | Mario | 2023-08-27 | 1 | -0/+17 | |
| | ||||||
* | fix php warning | Mario | 2023-08-27 | 1 | -1/+1 | |
| | ||||||
* | test refactor the previous commit | Mario Vavti | 2023-08-21 | 1 | -4/+7 | |
| | ||||||
* | allow public stream comments/reactions if item_fetched is set, when fetching ↵ | Mario Vavti | 2023-08-21 | 1 | -4/+3 | |
| | | | | parent of a reaction fetch the thr_parent | |||||
* | fix notification text for likes in cases where obj.actor is not set | Mario | 2023-08-19 | 1 | -0/+9 | |
| | ||||||
* | make sure that we allow "0" as pathname | Mario | 2023-08-15 | 1 | -2/+2 | |
| | ||||||
* | only try to fetch the icon if we actually got one | Mario | 2023-08-14 | 1 | -3/+7 | |
| | ||||||
* | mising pdl file | Mario | 2023-08-14 | 1 | -0/+10 | |
| | ||||||
* | move profile photo fetching to background | Mario | 2023-08-14 | 2 | -9/+35 | |
| | ||||||
* | fix unable to create folders with name 0 | Mario | 2023-08-14 | 2 | -2/+2 | |
| | ||||||
* | fix index name mixup | Mario | 2023-08-14 | 1 | -2/+2 | |
| | ||||||
* | missing semicolon | Mario | 2023-08-14 | 1 | -1/+1 | |
| |