Commit graph

7939 commits

Author SHA1 Message Date
loma-one
e16ee01b4c
Revert "CSS instructions for formatting in the notification.tpl" 2024-08-07 12:27:24 +02:00
loma-one
f8be6f8057
CSS instructions for formatting in the notification.tpl
A space has been inserted between the user icon and the outlined text. Texts are wrapped after 70 characters.
2024-08-07 12:22:39 +02:00
loma-one
7695f08e7b
Usability improvements trending_tags.tpl
The tranding tags don't look very nice. The changes are intended to make them more attractive. 

 - For this purpose, each tag is preceded by a "fa fa-hashtag".
 - The # in front of the word has been removed
 - Clicking on a hashtag searches with a hashtag as usual.
 - Other tags were previously displayed indented
 - Now it is ensured that all hashtags are in one line

This is a suggestion that can be discarded at any time. I would still be happy if the changes could be adopted.
2024-08-04 12:33:56 +02:00
loma-one
a8a65913c0
Update compose.tpl
Corrected indentation
2024-08-03 15:28:38 +02:00
loma-one
da293cfbd2
Update compose.tpl
Corrected indentation
2024-08-03 07:41:59 +02:00
loma-one
974c8fad9b
Update compose.tpl
The change ensures that the input dialogue is expanded when the bottom line is reached.
2024-08-01 21:10:33 +02:00
Hannes Heute
574e39aec4 messages.po 2024-07-30 22:17:00 +02:00
Hannes Heute
f8fe47ae88 removed some superfluous spaces in doctype tags 2024-07-30 22:13:08 +02:00
Michael
b014ec4548 New console command to clear the avatar cache 2024-07-18 10:53:49 +00:00
Tobias Diekershoff
efa0a8ce18
Merge pull request #14291 from annando/fix-pipeline
Fix pipeline error
2024-07-12 08:18:53 +02:00
Michael
2b61e623b4 Fix pipeline error 2024-07-11 15:57:12 +00:00
Hannes Heute
85d9774dff Hide inflated widgets when Javascript is off 2024-07-05 00:15:19 +02:00
Hannes Heute
6d80df6849 make logs table straight, don't use grid for table body 2024-07-04 14:58:35 +02:00
Hannes Heute
cd526f4e1d improve log view table for mobile width using display:grid 2024-07-03 13:01:43 +02:00
Hannes Heute
6706fc2949 remove lines, forgotten to remove 2024-07-02 22:41:00 +02:00
Hannes Heute
01d1dc4f53 stop overflowing of messages in admin logs view 2024-07-02 22:29:08 +02:00
Hypolite Petovan
bb528a44d4
Merge pull request #14255 from haheute/dark-schemes-for-login
Add CSS for dark and black schemes for the login form
2024-06-24 03:56:06 -04:00
Hannes Heute
7ae9805308 Add CSS for dark and black schemes for the login form 2024-06-23 23:09:15 +02:00
Michael
a433a4623a Retrial counter for the inbox queue 2024-06-23 14:43:22 +00:00
Hannes Heute
aa57855a18 add messages.po again.. 2024-06-23 13:20:39 +02:00
Hannes Heute
c8f3c52b7b add messages.po 2024-06-23 13:10:38 +02:00
Hannes Heute
f1a2983233 fix width of event-owner in event modal (better display of avatar image and user name) 2024-06-23 12:41:49 +02:00
Tobias Diekershoff
5e13a48269 update DE, FR, RU translations 2024-06-21 20:18:21 +02:00
Michael
a27d55f6cf Issue 14231: Automatically add the relay owner as contact person 2024-06-17 03:45:24 +00:00
Michael
a87e0ad63c Improve adding of alt descriptions when linking images 2024-06-15 12:39:49 +00:00
Tobias Diekershoff
fdeeb430a5 update DE, FR, HU translations 2024-06-10 07:37:29 +02:00
Tobias Diekershoff
72f6b07c88 2024.06-rc 2024-06-04 20:35:00 +02:00
Tobias Diekershoff
3685f37d4b DE, FR translation updates 2024-06-03 08:16:11 +02:00
Michael
259a676207 Option to reduced search scope to improve the performance 2024-06-02 09:27:05 +00:00
Michael
29187f1501 Option to define how posts with titles are transmitted 2024-06-01 08:19:09 +00:00
Michael
55cec6c61d OpenWebAuth moved to a separate class / Improved authentication handling 2024-05-28 21:59:52 +00:00
Michael
7808c89071 Issue 14102: Display "channels only" contacts in circles 2024-05-26 16:00:27 +00:00
Tobias Diekershoff
14759ff50a translation updates 2024-05-24 07:59:09 +02:00
Hypolite Petovan
570de6a91a
Merge pull request #14164 from loma-one/develop
Colour for fading in a comment adjusted
2024-05-16 11:14:26 -04:00
loma-one
367170a92a
Colour for fading in a comment adjusted
When a comment is called up via the notification, the comment is highlighted brightly. With a dark theme, this is disproportionately bright. 

The changed colour values represent a compromise between light and dark themes. 

https://github.com/friendica/friendica/issues/14052
2024-05-16 11:28:33 +02:00
Michael
0426572e92 Respect the "sensitive" flag for summaries 2024-05-15 12:17:06 +00:00
Michael
e12f92e516 Some more deprecated function calls are replaced 2024-05-14 19:21:25 +00:00
Michael
60f5fd8188 Many deprecated function calls are replaced 2024-05-13 21:37:15 +00:00
Michael
82327b0b06 Improve the log level display 2024-05-13 12:34:35 +00:00
Hypolite Petovan
28784eef85 Update main translation file after changing several strings 2024-05-10 20:41:22 -04:00
Hypolite Petovan
25475b4838 Escape album name select list in photo upload form
- Thanks to @apexrabbit for the report!
2024-05-10 11:25:59 -04:00
Hypolite Petovan
a6cb3ed903 Escape output of PermissionTooltip module
- Create AclReceivers and AddressedReceivers entities to collect contact names
- Create privacy/permission_tooltip.tpl to escape contact names
- Move PermissionTooltip module to Privacy namespace
- Thanks to @apexrabbit for the report!
2024-05-10 11:25:59 -04:00
Hypolite Petovan
9dc0e5393e
Merge pull request #14135 from tobiasd/colorize-loglevels
Colorize loglevels
2024-05-10 10:59:05 -04:00
Michael
e7b861388d Issue 14132: Title for videos 2024-05-10 05:42:45 +00:00
Tobias Diekershoff
38e082949d adopt colors 2024-05-10 06:34:29 +02:00
Tobias Diekershoff
aeb1382039 make warnings bold as well
now the three most severe levels are bold, while the three less severe levels have a normal font weight
2024-05-09 11:45:30 +02:00
Tobias Diekershoff
63a7536624 remove whitespaces 2024-05-09 10:33:51 +02:00
Tobias Diekershoff
bf278adb15 admin panel - colorize error levels
With this patch the error levels shown in the Admin Panel -> Log view are coloured according to severity. Starting from green for debug, over orange for notices to bold red for errors and criticals.
2024-05-09 10:32:55 +02:00
ImgBotApp
e98b3a307b [ImgBot] Optimize images
*Total -- 1,838.08kb -> 1,439.34kb (21.69%)

/images/screenshots/friendica-2023-12-frio-desktop.png -- 1,011.26kb -> 706.65kb (30.12%)
/images/screenshots/friendica-2023-10-frio-mobile-options-dark-blue.png -- 184.63kb -> 149.93kb (18.8%)
/images/screenshots/friendica-2023-10-frio-mobile-options-light-blue.png -- 166.19kb -> 138.00kb (16.96%)
/images/screenshots/friendica-2023-10-frio-mobile-timeline-dark-blue.png -- 400.47kb -> 370.62kb (7.45%)
/images/bluesky.jpg -- 7.75kb -> 7.55kb (2.58%)
/view/js/vanillaEmojiPicker/screenshot.png -- 67.77kb -> 66.58kb (1.76%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2024-04-27 10:59:46 -04:00
Michael
0e79b5373b The legacy proxy functionality is removed 2024-04-15 18:58:02 +00:00