groene
190c7d5bf2
updated frio template which uses it´s own nav.tpl
2025-09-04 14:06:53 +02:00
groene
2d2892d39b
fixed javascript event timing
2025-09-04 14:01:43 +02:00
groene
7e4e9e491a
ensure loading is visible by default
2025-09-04 13:17:23 +02:00
groene
e0800c553b
Added notofication indicators
2025-09-04 10:16:00 +02:00
Philipp
9f324bf15b
Merge pull request #15124 from mfxa/calendar_message_actions_styling
...
UI: Restyle main actions on calendar and message to improve visibility and increase touch area
2025-09-03 23:14:09 +02:00
Marcus Funch
5d8dd7ee06
Messages: Change header to h2, consistent with similar headers on events and contacts
2025-09-03 22:36:45 +02:00
Marcus Funch
a9831d0d12
Contacts: Cleanup unnecessary hover text now it's the placeholder
2025-09-03 21:59:20 +02:00
Marcus Funch
30034edf11
UI: Restyle main actions on calendar and message to improve visibility
2025-09-03 21:38:08 +02:00
Philipp
f5dbe2fd5c
Merge pull request #15121 from mfxa/improve_gallery_actions_ux
...
Frio: Improve gallery actions UX
2025-09-03 21:08:00 +02:00
Philipp
40c2756c43
Merge pull request #15123 from mfxa/ui_compose_button_consistency
...
Frio Add text to main "compose" button and adjust "mention" button accordingly (UI)
2025-09-03 20:57:38 +02:00
Marcus Funch
3478005ea5
Add text to main compose button, adjust mention button accordingly
2025-09-03 20:26:52 +02:00
Marcus Funch
a1c01b2523
Frio: Improve gallery actions UX
2025-09-03 17:36:51 +02:00
Philipp
942fc6420e
Merge pull request #15119 from mfxa/display_html_title
...
/display: Distinguishable, more descriptive HTML title
2025-09-03 17:00:58 +02:00
Philipp
ae7c4e416d
Merge pull request #15120 from mfxa/logo_move_frio
...
Frio: Move Friendica logo to the top left
2025-09-03 16:59:35 +02:00
Marcus Funch
5df7df34a7
/display: Improve HTML title
2025-09-03 15:28:30 +02:00
Marcus Funch
58519b7edd
Move Frio's Friendica logo to the top left
2025-09-03 15:21:37 +02:00
Philipp
52ba4801f4
Merge pull request #15118 from annando/contact-duplicates
...
Fix contact handling (improved error handling / only insert if new)
2025-09-02 21:01:51 +02:00
Michael
324a1f91a0
Fix contact handling (improved error handling / only insert if new)
2025-09-02 06:16:13 +00:00
Philipp
0364c3fbae
Merge pull request #15117 from randompenguin1/develop
...
Update browser.js
2025-09-01 23:05:04 +02:00
Random Penguin
0315fee3e3
Update browser.js
...
Adds image URL to return data from modal to be consistent with what the browser.js script for the Frio theme returns. This also means my Cover Photo add-on does not have to extract the URL from the embed code in other themes.
2025-09-01 13:48:58 -05:00
Philipp
682f5cd510
Merge pull request #15115 from randompenguin1/develop
...
Update jquery.justifiedGallery.min.js
2025-09-01 00:58:35 +02:00
Random Penguin
512d6898f0
Update view/theme/frio/frameworks/justifiedGallery/jquery.justifiedGallery.min.js
...
fix copyright date
Co-authored-by: Philipp <admin+Github@philipp.info>
2025-08-31 17:40:04 -05:00
Random Penguin
741260ca3f
Update browser.js
...
Fix for Vier and other themes that use default Photo Browser modal and cannot navigate to albums.
`location.reload()` appeared to be overriding the `location.href` just above it that actually take you to the album. So it was taking you there but then immediately reloading the modal back to the "Recent Photos" page.
2025-08-31 17:27:59 -05:00
Random Penguin
0ad8348cdc
Update jquery.justifiedGallery.min.js
...
Fixes issue for images set by Photo::uploadBanner() where they already have the size suffix on the filename but justifiedGallery adds its own so it gets double-suffixed and the image thumbnail URL cannot be found, causing 404 errors and blank thumbnails in Photos pages (but not the Photo Browser modal).
Specifically added at justifiedGallery.js source code line 140:
```
if (newImageSrc.match(/-[0-9]/)){
newImageSrc += ext;
} else {
newImageSrc += this.getSuffix(imgWidth, imgHeight) + ext;
}
```
2025-08-31 14:54:54 -05:00
Philipp
724a4dce0e
Merge pull request #15109 from annando/additional-media
...
Add additional media if the linked page offers it
2025-08-30 23:18:03 +02:00
Michael Vogel
cbc2086ba7
Apply suggestions from code review
...
Co-authored-by: Philipp <admin+Github@philipp.info>
2025-08-30 23:12:10 +02:00
Philipp
3867d40e15
Merge pull request #15103 from annando/critical-worker
...
Prevent parallel update processes
2025-08-30 23:07:32 +02:00
Philipp
ceca7b211b
Merge pull request #15104 from annando/hls
...
Update of the hls.js to the latest version
2025-08-30 23:06:50 +02:00
Philipp
08e84aca6b
Merge pull request #15105 from annando/portrait-videos
...
Reduce the size of portrait videos to fit the screen
2025-08-30 23:06:17 +02:00
Philipp
c55d1125a2
Merge pull request #15111 from annando/avoid-error
...
Avoid error when target item couldn't be fetched
2025-08-30 23:02:11 +02:00
Philipp
10f7f663c7
Merge pull request #15112 from annando/issue-14223
...
Issue 14223: Fix Youtube preview problems
2025-08-30 23:01:36 +02:00
Michael
5873ff7c0e
Issue 14223: Fix Youtube preview problems
2025-08-30 16:14:34 +00:00
Philipp
aff917a9a8
Merge pull request #15107 from annando/hls-api
...
Offer HLS videos in the API as well
2025-08-30 17:18:45 +02:00
Philipp
e876820c74
Merge pull request #15110 from annando/http-range
...
Only request a small range when fetching HTTP information
2025-08-30 17:17:49 +02:00
Philipp
ee9b871914
Merge pull request #15108 from annando/additional-hls-type
...
Improved HLS video detection
2025-08-30 17:16:34 +02:00
Michael
675ee91bd0
Add additional media if the linked page offers it
2025-08-30 09:09:35 +00:00
Michael Vogel
df85940e0b
Merge pull request #15044 from mfxa/contacts_page_title_consistency_stay_local
...
Contacts: Show contact name in page title on /contact/ URLs
2025-08-30 10:51:07 +02:00
Michael
453982ab7b
Reduce the size of portrait videos to fit the screen
2025-08-30 07:33:07 +00:00
Michael
f02dbf950f
Avoid error when target item couldn't be fetched
2025-08-30 07:29:45 +00:00
Michael
d218cc6782
Offer HLS videos in the API as well
2025-08-30 07:05:32 +00:00
Michael
a1dcd57a92
Only request a small range when fetching HTTP information
2025-08-30 06:59:02 +00:00
Michael
5f72457480
Improved HLS video detection
2025-08-30 06:44:43 +00:00
Michael
51aca5a668
Update of the hls.js to the latest version
2025-08-30 06:09:44 +00:00
Michael
6869da0247
Prevent parallel update processes
2025-08-30 06:06:50 +00:00
Philipp
c78dfeaf5a
Merge pull request #15077 from mfxa/hashtags_dont_break_url_fragments
...
Improve exclusion of URI fragments when looking for hashtags in posts
2025-08-30 00:44:50 +02:00
Philipp
15d8a23c01
Merge pull request #15102 from annando/issue-14826
...
Issue 14826: Improved relay detection
2025-08-30 00:44:11 +02:00
Philipp
9f36541211
Merge pull request #15101 from annando/peertube-owner
...
Set different owner when attributedTo contains multiple entries
2025-08-30 00:43:36 +02:00
Michael
d0d2360d4d
Set different owner when attributedTo contains multiple entries
2025-08-26 13:24:24 +00:00
Michael
49a01b639b
Issue 14826: Improved relay detection
2025-08-26 04:52:42 +00:00
Marcus Funch
084199cb57
Pluralize HTML titles for Messages and Contacts overview
2025-08-21 21:27:05 +02:00