Raroun
|
7c56cb3132
|
Update comment_item.tpl
Increased rows from 3 to 8 which still fits mobile screens
|
2023-12-17 08:02:33 +01:00 |
|
Michael
|
8de58aa39d
|
open channel settings when empty
|
2023-12-17 06:41:19 +00:00 |
|
Michael
|
0a0d2c98e8
|
Channel definition now stays open after edit
|
2023-12-17 06:16:26 +00:00 |
|
Michael
|
62386e4c9e
|
Frio: Improved user defined channel page
|
2023-12-16 21:43:01 +00:00 |
|
Michael
|
b88c557c6b
|
Issue 13560: new indexes to improve circle loading time
|
2023-12-16 18:28:33 +00:00 |
|
Hypolite Petovan
|
0ec7991a20
|
Merge pull request #13727 from annando/threads-logo
Use the Instagram logo for the Threads server
|
2023-12-16 09:18:34 -05:00 |
|
Michael
|
7e6cdaf025
|
Use the Instagram logo for the Threads server
|
2023-12-16 12:56:44 +00:00 |
|
Michael Vogel
|
ed2f4fdcc2
|
Merge pull request #13726 from tobiasd/20231216-lng
translation updates
|
2023-12-16 12:01:46 +01:00 |
|
Tobias Diekershoff
|
d47335ccad
|
translation updates
|
2023-12-16 08:20:16 +01:00 |
|
Hypolite Petovan
|
d275760596
|
Merge pull request #13724 from Raroun/Fix-for-Issue-#13637---Photo-caption-prevents-photo-selection-in-the-file-browser
Fix for Issue #13637 - Photo caption prevents photo selection in the file browser
|
2023-12-15 11:46:18 -05:00 |
|
Hypolite Petovan
|
08eaedede1
|
Merge pull request #13723 from annando/threads2
Allow longer avatar URLs / the system outbox is now handled
|
2023-12-15 11:29:10 -05:00 |
|
Michael
|
303c9fb23f
|
Added server detection for "threads"
|
2023-12-15 11:19:11 +00:00 |
|
Raroun
|
fb362f91ac
|
Update style.css
|
2023-12-15 11:39:57 +01:00 |
|
Michael
|
0a4f0d616a
|
Allow longer avatar URLs / the system outbox is now handled
|
2023-12-15 10:39:41 +00:00 |
|
Hypolite Petovan
|
33102a76da
|
Merge pull request #13721 from annando/issue-13719
Threads: Profiles can now be fetched
|
2023-12-14 21:35:21 -05:00 |
|
Michael
|
250ad8843d
|
FThreads: Profiles can now be fetched
|
2023-12-14 22:59:55 +00:00 |
|
Hypolite Petovan
|
c2e4c0e1fa
|
Merge pull request #13717 from annando/contacts-posts
Fix uddate issues and improve speed when displaying contact posts
|
2023-12-14 11:48:31 -05:00 |
|
Michael
|
1cd729531d
|
Sorting changed to "created"
|
2023-12-14 06:18:17 +00:00 |
|
Michael
|
eae1affb21
|
Index added
|
2023-12-14 05:36:31 +00:00 |
|
Michael
|
f81192b4c3
|
Fix uddate issues and improve speed when displaying contact posts
|
2023-12-14 04:58:43 +00:00 |
|
Hypolite Petovan
|
747a15f0e0
|
Merge pull request #13712 from annando/tag-language
Only use posts with wanted languages for subscribed tags
|
2023-12-11 17:55:54 -05:00 |
|
Michael
|
14266a1ca4
|
Only use posts with wanted languages for subscribed tags
|
2023-12-11 22:07:01 +00:00 |
|
Hypolite Petovan
|
541208a6bd
|
Merge pull request #13711 from annando/update-item
Frio: perform item update after activity
|
2023-12-11 08:26:47 -05:00 |
|
Michael
|
113d72f59f
|
Frio: perform item update after activity
|
2023-12-11 04:26:24 +00:00 |
|
Michael Vogel
|
b561f6ffd3
|
Merge pull request #13708 from MrPetovan/bug/deprecated
Fix a couple deprecation notices
|
2023-12-10 20:17:53 +01:00 |
|
Michael Vogel
|
2643ca11e6
|
Merge pull request #13709 from friendica/MrPetovan-patch-1
Add support for string in $nodeinfo['protocols']
|
2023-12-10 19:59:38 +01:00 |
|
Hypolite Petovan
|
35e3e912df
|
Add support for string in $nodeinfo['protocols']
- Address https://github.com/friendica/friendica/issues/13157#issuecomment-1848404671
|
2023-12-09 21:36:57 -05:00 |
|
Hypolite Petovan
|
0b95f39c22
|
Allow count to be a float in L10n->tt()
- Address part of https://github.com/friendica/friendica/issues/13699#issuecomment-1848363608
|
2023-12-09 07:42:15 -05:00 |
|
Hypolite Petovan
|
67f57a7f90
|
Avoid passing null value to number_format() in Module\Admin\Federation
- Address part of https://github.com/friendica/friendica/issues/13699#issuecomment-1848363608
|
2023-12-09 07:32:24 -05:00 |
|
Michael Vogel
|
dc9658f532
|
Merge pull request #13704 from MrPetovan/bug/13693-infinite-indentation-level
[frio] Limit thread indentation level to 7 (at thread level 9)
|
2023-12-09 07:11:35 +01:00 |
|
Michael Vogel
|
b1e6a53692
|
Merge pull request #13706 from MrPetovan/bug/fatal-errors
Don't assume $_SESSION is set in Session\Type\AbstractSession
|
2023-12-09 07:10:39 +01:00 |
|
Hypolite Petovan
|
9743d2f40c
|
[frio] Limit thread indentation level to 7 (at thread level 9)
|
2023-12-08 20:55:19 -05:00 |
|
Hypolite Petovan
|
7d69d1b402
|
Don't assume $_SESSION is set in Session\Type\AbstractSession
- Address https://github.com/friendica/friendica/issues/13699#issuecomment-1845584812
|
2023-12-08 20:54:07 -05:00 |
|
Michael Vogel
|
708d3892a7
|
Merge pull request #13703 from MrPetovan/bug/deprecated
Add ReturnTypeWillChange attribute to methods in Session\Handler\Cache
|
2023-12-07 14:02:09 +01:00 |
|
Hypolite Petovan
|
b16e8fdb58
|
Add ReturnTypeWillChange attribute to methods in Session\Handler\Cache
- Addess deprecated messages reported in https://github.com/friendica/friendica/issues/13699#issue-2028442214
|
2023-12-07 07:23:17 -05:00 |
|
Hypolite Petovan
|
dc7cdc3252
|
Merge pull request #13702 from annando/null-in-polls
Fix for exception when there are "null" replies
|
2023-12-07 07:11:46 -05:00 |
|
Hypolite Petovan
|
e22e58f5b8
|
Merge pull request #13701 from annando/diaspora-events
Fix transmission of events to Diaspora
|
2023-12-07 07:08:46 -05:00 |
|
Michael
|
a120debac6
|
Fix for exception when there are "null" replies
|
2023-12-07 09:59:39 +00:00 |
|
Michael
|
1301730ed8
|
Remove comment
|
2023-12-07 06:52:03 +00:00 |
|
Michael
|
4f37f68bd7
|
Fix transmission of events to Diaspora
|
2023-12-07 06:45:23 +00:00 |
|
Hypolite Petovan
|
0d6974a6d2
|
Merge pull request #13700 from annando/cron-interval
The value of "cron interval" wasn't displayed correctly
|
2023-12-06 17:14:44 -05:00 |
|
Michael
|
5a844cd31e
|
The value of "cron interval" wasn't displayed correctly
|
2023-12-06 21:19:38 +00:00 |
|
Hypolite Petovan
|
e0686ac1d9
|
Merge pull request #13696 from annando/invalid-uri
Fix exception, when a provided URI is invalid
|
2023-12-06 12:46:12 -05:00 |
|
Michael
|
914d4506e2
|
Exception handling added
|
2023-12-05 22:33:45 +00:00 |
|
Michael
|
0df88fd5a0
|
Merge remote-tracking branch 'upstream/2023.09-rc' into invalid-uri
|
2023-12-05 22:30:04 +00:00 |
|
Hypolite Petovan
|
085fb95ce3
|
Merge pull request #13697 from annando/check-daemon
Check if the daemon pid file can be written
|
2023-12-05 16:57:42 -05:00 |
|
Michael Vogel
|
f430e06f80
|
Update bin/daemon.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2023-12-05 22:45:16 +01:00 |
|
Michael
|
8827d4c142
|
Check if the daemon pid file can be written
|
2023-12-05 21:18:44 +00:00 |
|
Michael
|
9b73189e1d
|
Renamed function name
|
2023-12-05 19:55:27 +00:00 |
|
Michael
|
0aa49510b2
|
Changed uri
|
2023-12-05 07:44:01 +00:00 |
|