Hypolite Petovan
|
9ab5d8a83a
|
Merge pull request #14069 from annando/invalid-link
Avoid exception "Unable to retrieve the host in URL" in the search
|
2024-04-03 09:25:46 -04:00 |
|
Michael
|
0d4f956fba
|
Avoid exception "Unable to retrieve the host in URL" in the search
|
2024-04-03 07:51:02 +00:00 |
|
Hypolite Petovan
|
c71f4eb1df
|
Merge pull request #14068 from annando/wall-read
Don't set posts to seen on channel ping
|
2024-04-02 21:22:13 -04:00 |
|
Michael
|
626ab7cb54
|
Don't set posts to seen on channel ping
|
2024-04-02 21:31:57 +00:00 |
|
Hypolite Petovan
|
c8fff8c50c
|
Merge pull request #14064 from haheute/mobile-padding-2
Add some padding for the login page at mobile width (frio)
|
2024-04-01 20:33:07 -04:00 |
|
Hypolite Petovan
|
3bb00f36f8
|
[frio] Restore lateral margins on home/login page for mobile display
- They had been removed site-wide to give more space to posts in the network view
|
2024-04-01 09:41:08 -04:00 |
|
Hypolite Petovan
|
fda2873a92
|
Merge pull request #14060 from eibhear-from-athlone/friendica_14059_nexttry
Show the next try date and time on the deferred worker job list in the admin pages
|
2024-03-29 23:00:27 -04:00 |
|
Éibhear Ó hAnluain
|
394c388a46
|
Fixing the queue.tpl files
|
2024-03-29 20:36:40 +00:00 |
|
Éibhear Ó hAnluain
|
6e7178022b
|
Updates messages file following run of bin/run_xgettext.sh
|
2024-03-29 20:29:31 +00:00 |
|
Éibhear Ó hAnluain
|
1d86146f64
|
Show next_try only for the deferred worker job.
|
2024-03-29 20:27:10 +00:00 |
|
Éibhear Ó hAnluain
|
751ffe6bc6
|
Add the next_try field to the worker job queue list
|
2024-03-29 20:27:10 +00:00 |
|
Hypolite Petovan
|
31b74b1c8a
|
Merge pull request #14046 from annando/channel-counter
Improvements for channel counter
|
2024-03-27 11:15:44 -04:00 |
|
Michael
|
0fde21ff28
|
Improvements for channel counter
|
2024-03-27 11:12:44 +00:00 |
|
Hypolite Petovan
|
53a2fb648f
|
Merge pull request #14043 from haheute/typo-independent
fix typo: Independant --> Independent
|
2024-03-26 13:40:39 -04:00 |
|
Hannes Heute
|
13b890605b
|
add messages.po again
|
2024-03-26 18:35:50 +01:00 |
|
Hypolite Petovan
|
97f7a99382
|
Merge pull request #14044 from haheute/img-div-class
Img div class
|
2024-03-26 13:07:30 -04:00 |
|
Hannes Heute
|
e602b16dfb
|
follow naming convention
|
2024-03-26 17:33:45 +01:00 |
|
Hannes Heute
|
5c7dd34fba
|
remove the typo fix from this PR
|
2024-03-26 17:29:52 +01:00 |
|
Hannes Heute
|
4b647d288a
|
added messages.po
|
2024-03-26 17:21:19 +01:00 |
|
Hannes Heute
|
71a9e6112e
|
Add class to div for custom styling
|
2024-03-26 14:04:05 +01:00 |
|
Hannes Heute
|
0fd5c00010
|
fix typo: Independant --> Independent
|
2024-03-26 13:14:19 +01:00 |
|
Hypolite Petovan
|
250b3b813c
|
Merge pull request #14041 from annando/feature-admin
Simplified admin frontend for features
|
2024-03-26 07:30:24 -04:00 |
|
Michael
|
f537d7a64f
|
Simplified admin frontend for features
|
2024-03-25 21:55:42 +00:00 |
|
Hypolite Petovan
|
5ec445e90b
|
Merge pull request #14040 from annando/widget-lock
The visibility of network widgets can now be locked
|
2024-03-25 10:42:10 +00:00 |
|
Michael
|
67e0b6357e
|
The visibility of network widgets can now be locked
|
2024-03-25 08:00:46 +00:00 |
|
Tobias Diekershoff
|
f928372266
|
Merge pull request #14039 from annando/widget-features
Configuration for widgets
|
2024-03-25 08:45:16 +01:00 |
|
Michael
|
200cf29a8d
|
Configuration for widgets
|
2024-03-25 07:38:36 +00:00 |
|
Michael Vogel
|
f78b0e7c51
|
Merge pull request #14037 from MrPetovan/bug/warnings
Add expected field 'uri-id' in Mastodon\Statuses\Bookmark
|
2024-03-24 20:57:20 +01:00 |
|
Hypolite Petovan
|
b21604a720
|
Merge pull request #14038 from annando/feature-constants
Constants for features
|
2024-03-24 19:37:39 +00:00 |
|
Hypolite Petovan
|
c67225c62d
|
Add expected field 'uri-id' in Mastodon\Statuses\Bookmark
- Address https://github.com/friendica/friendica/issues/14026#issuecomment-2016469896
|
2024-03-24 15:30:44 -04:00 |
|
Michael Vogel
|
449464a2b1
|
Merge pull request #14036 from MrPetovan/bug/deprecated
Add `'$VERSION'` template variable to make Friendica version available in templates
|
2024-03-24 15:55:29 +01:00 |
|
Michael
|
c041c65c1d
|
Comstants for features
|
2024-03-24 14:48:23 +00:00 |
|
Hypolite Petovan
|
e293de04f5
|
Add '$VERSION' template variable to make Friendica version available in templates
- constant() Smarty function is deprecated
- Remove unused site-wide template variable '$APP'
- Address https://github.com/friendica/friendica/issues/14027#issuecomment-2016469408
|
2024-03-24 09:20:58 -04:00 |
|
Hypolite Petovan
|
b4d71f1855
|
Remove duplicated '$baseurl' template variable declarations
- This variable is declared for all templates in Renderer
|
2024-03-24 09:11:46 -04:00 |
|
Tobias Diekershoff
|
d824bb536f
|
Merge pull request #14032 from annando/quoted-posts
Implementation of FEP-e232 for quoted posts
|
2024-03-24 07:59:53 +01:00 |
|
Tobias Diekershoff
|
1b9fa0fe00
|
Merge pull request #14033 from annando/content-link
Add a link to the post if "no preview" is selected
|
2024-03-24 07:54:35 +01:00 |
|
Michael
|
b72e32a842
|
Add a link to the post if "no preview" is selected
|
2024-03-24 06:46:48 +00:00 |
|
Michael
|
b39c48fb02
|
Implementation of FEP-e232 for quoted posts
|
2024-03-24 06:05:37 +00:00 |
|
Hypolite Petovan
|
b5a69da872
|
Merge pull request #14029 from annando/issue-13910
Issue 13910: Display the unseen counter based on the channel
|
2024-03-24 00:08:25 +00:00 |
|
Michael
|
618a3153ab
|
Issue 13910: Display the unseen counter based on the channel
|
2024-03-23 17:17:56 +00:00 |
|
Hypolite Petovan
|
0ccb3e7efe
|
Merge pull request #14017 from annando/active-admin-check
Automatically close the registration when the admin is inactive
|
2024-03-22 11:52:24 +00:00 |
|
Michael
|
4b695e361c
|
Automatically close the registration when the admin is inactive
|
2024-03-22 04:19:40 +00:00 |
|
Hypolite Petovan
|
4834255acf
|
Merge pull request #14015 from annando/did
Internal support for Bluesky tokens
|
2024-03-21 22:10:09 +00:00 |
|
Michael
|
325932dc5a
|
Internal support for Bluesky tokens
|
2024-03-21 21:33:12 +00:00 |
|
Hypolite Petovan
|
faac52e078
|
Merge pull request #14020 from annando/issue-13714
Issue 13714: Support for "commentsEnabled" and "capabilities"
|
2024-03-21 17:21:51 +00:00 |
|
Michael
|
7a0c5d141e
|
Issue 13714: Support for "commentsEnabled" and "capabilities"
|
2024-03-21 17:11:20 +00:00 |
|
Hypolite Petovan
|
732d738b82
|
Merge pull request #14022 from annando/channel-only
Possibility to mark contacts as "channel only"
|
2024-03-21 16:11:49 +00:00 |
|
Michael
|
3d267c7b8f
|
Possibility to mark contacts as "channel only"
|
2024-03-21 13:20:52 +00:00 |
|
Hypolite Petovan
|
987e6c5ea6
|
Merge pull request #14016 from annando/issue-13787
Issue 13787: Filter in circles editor by contact relation
|
2024-03-21 13:07:57 +00:00 |
|
Hypolite Petovan
|
9e240c24ce
|
Merge pull request #14023 from annando/files
Updated database.sql / messages.po
|
2024-03-21 13:03:31 +00:00 |
|