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
9c32e22530
Merge pull request #14983 from mf-fx/img_alt_tag_indicator
...
Issue 14491 - Add alt tag indicators to images
2025-06-23 00:25:31 +02:00
Philipp
67330cb497
Merge pull request #14987 from mf-fx/css_bug_global_missing_end_paren
...
global.css: Add missing end parenthesis
2025-06-22 14:28:38 +02:00
Marcus Funch
5d481426cd
global.css: Add missing end paren
2025-06-22 14:15:58 +02:00
Marcus Funch
e214aabf31
Issue 14491 - Add alt tag indicators to images
2025-06-21 19:47:46 +02:00
Philipp
5805d21688
Merge pull request #14980 from mf-fx/search_no_results_no_notification
...
Search: Replace "No results" notification with translated text
2025-06-21 14:22:35 +02:00
Marcus Funch
f97abc11f0
Search: Replace "No results" notification with text, with translations
2025-06-21 13:25:31 +02:00
Philipp
14e4fb8334
Merge pull request #14937 from Art4/deprecate-addonloader
...
Deprecate AddonLoader
2025-06-18 06:54:34 +02:00
Philipp
ccd3ebbd11
Merge pull request #14966 from Art4/phpstan-strict-rules
...
Add PHPStan strict rules
2025-06-18 06:53:47 +02:00
Michael Vogel
e64bd7178c
Merge pull request #14975 from mf-fx/frio_fix_tooltips_positions_scroll_v2
...
Frio: Fix bug making navigation tooltips disappear after scroll v2
2025-06-17 21:14:50 +02:00
Marcus Funch
7fd6272a32
Frio: Fix bug making navigation tooltips disappear after scroll v2
2025-06-17 19:45:55 +02:00
Michael Vogel
04cb22a134
Merge pull request #14964 from mf-fx/contacts_link_text_instead_of_icon
...
Frio: Make profile contacts header link to contacts instead of the eye icon (Suggestion)
2025-06-17 06:54:04 +02:00
Philipp
07b28632ed
Merge pull request #14974 from annando/issue-14947
...
Issue 14947: Database performance improvements
2025-06-15 22:38:58 +02:00
Michael
943741e2e7
Issue 14947: Database performance improvements
2025-06-15 16:04:51 +00:00
Philipp
af60df13a6
Merge pull request #14969 from annando/jetstream-performance
...
Jetstream: Only complete threads when the drift allows it
2025-06-15 12:00:05 +02:00
Michael
13ade6a4e7
Jetstream: Only complete threads when the drift allows it
2025-06-15 08:39:11 +00:00
Philipp
395273b07d
Merge pull request #14972 from haheute/fix-vier
...
Fix vier theme
2025-06-15 01:58:04 +02:00
Philipp
8ba5cdde82
Merge pull request #14962 from annando/issue-14879
...
Issue 14879: Fix activity trust check
2025-06-15 00:53:39 +02:00
Hannes Heute
972315a0be
Fix vier template
2025-06-14 15:07:34 +02:00
Art4
a06a816c08
Fix code style
2025-06-13 12:35:48 +00:00
Art4
6633d1b491
Ignore type mismatches of BaseModule and BaseRepository properties in child classes
2025-06-13 12:29:36 +00:00
Art4
326f7d677b
Merge branch 'develop' into deprecate-addonloader
2025-06-13 09:46:30 +00:00
Michael
9bef0c2057
Issue 14879: Fix activity trust check
2025-06-12 02:23:44 +00:00
Art4
696972629d
Fix missing return statement
2025-06-06 14:31:05 +00:00
Art4
df7c3a6566
Simplify pagination generation
2025-06-06 10:59:45 +00:00
Art4
95b3322731
Fix many strict errors
2025-06-06 10:55:59 +00:00
Art4
07db85b99d
Install phpstan-strict-rules
2025-06-06 08:15:00 +00:00
Philipp
e3a00dfa8d
Merge pull request #14913 from Art4/rework-addon-class
...
Deprecate `Friendica\Core\Addon` class
2025-06-06 08:20:32 +02:00
Marcus Funch
0f727e490a
Frio: Make profile contacts header link to contacts instead of the eye
2025-06-04 13:06:32 +02:00
Art4
4bac217806
Merge branch 'rework-addon-class' into deprecate-addonloader
2025-06-04 10:55:51 +00:00
Art4
8083fb6f8e
recreate lang
2025-06-04 10:40:04 +00:00
Art4
bec89a822a
Remove debug statement
2025-06-04 09:27:29 +00:00
Art4
f1143105d2
Let AddonHelper::getAddonInfo() throw exception on invalid addons
2025-06-04 09:26:38 +00:00
Art4
ab3e54f0e1
check type for matches
2025-06-04 06:51:35 +00:00
Art4
1723417f43
Merge branch 'develop' into rework-addon-class
2025-06-04 06:27:08 +00:00
Michael Vogel
fce04bfa5c
Merge pull request #14955 from mf-fx/new_contact_placeholder_text
...
Shorten placeholder text for adding a new contact
2025-06-03 20:51:53 +02:00
Marcus Funch
02f6bb1256
Shorten placeholder text for adding a new contact
...
...so it actually fits the size of the search box
2025-06-03 20:17:48 +02:00
Michael Vogel
2e9e5715cc
Merge pull request #14953 from mf-fx/main_menu_user_vertical_alignment
...
Frio (Bookface): Fix vertical alignment in the main menu (user menu)
2025-06-03 10:07:01 +02:00
Michael Vogel
f6333d38e1
Merge pull request #14963 from mf-fx/replace_no_messages_notification_by_text
...
Replace fleeting 'No messages' notification with regular text
2025-06-03 05:45:15 +02:00
Marcus Funch
69dd232ee8
Make PHPCS happy
2025-06-02 21:35:32 +02:00
Marcus Funch
3e8080d67d
Replace fleeting 'No messages' notification with regular text
2025-06-02 19:23:07 +02:00
Michael Vogel
f32cb5c0dc
Merge pull request #14956 from mf-fx/page_specific_title_before_sitename
...
Show page-specific title before site name
2025-06-01 12:48:22 +02:00
Michael Vogel
dfe86ee677
Merge pull request #14954 from mf-fx/search_button_alignment
...
Frio: Fix vertical alignment of overlayed submit buttons
2025-06-01 12:41:27 +02:00
Philipp
3e3f49219d
Merge pull request #14945 from annando/jetstream
...
Avoid warnings in the Jetstream process
2025-06-01 11:17:51 +02:00
Michael
497798b455
Warning handler removed
2025-06-01 04:27:52 +00:00
Marcus Funch
441584b0d1
Show page-specific title before site name
2025-05-31 21:01:15 +02:00
Marcus Funch
130ae2d773
Fix vertical alignment of search button
2025-05-31 19:29:25 +02:00