Commit graph

7994 commits

Author SHA1 Message Date
Michael
815d886677 messages.po updated 2024-10-27 19:18:58 +00:00
Michael
e9064aff32 Issue 14491: CSS class for pictures with or without alt descriptions 2024-10-27 15:48:06 +00:00
Philipp
77dc675a79
Update messages.po 2024-10-20 21:53:50 +02:00
Michael
d867d73a23 Improved block behaviour 2024-10-20 08:33:16 +00:00
Michael
301717802d Issue 14174 and 14421: Option to hide emojis and pictures without description 2024-10-18 19:13:07 +00:00
Michael Vogel
65fe8fcf41
Merge pull request #14466 from tobiasd/issue14464
reorder 2FA  buttons
2024-10-16 08:04:23 +02:00
Tobias Diekershoff
0faaad75c0 Update translation files
This updates various translation po files with the current state from Transifex and regenerates the string.php files from them
2024-10-16 05:37:07 +00:00
Tobias Diekershoff
124c55d3cf reorder 2FA buttons
The first button is selected by default, moving the disable button down, so by default the recover codes will be displayed if a user huts ENTER after typing their password.

fixes 14464
2024-10-16 04:54:39 +00:00
Michael
93536f31e8 Fix the following of accounts with "?" in the URL 2024-10-16 03:00:20 +00:00
Tobias Diekershoff
7bd076fce9 bump version 2024.09-rc 2024-10-15 04:00:50 +00:00
Tobias Diekershoff
9c6dd96d22 more REUSE information 2024-10-13 10:51:21 +02:00
Michael
53015140d9 Fix linefeeds in "detected languages" popup 2024-10-07 20:47:10 +00:00
Hannes Heute
f99edf86d3 little typo in the CSS file 2024-10-03 13:48:59 +02:00
Hannes Heute
1ae74d08a2 add rows=8 for event description textarea 2024-10-03 12:16:15 +02:00
Hannes Heute
f9f565ed4f messages.po 2024-09-19 14:20:34 +02:00
Hannes Heute
789270ad11 remove unnecessary overflow:scroll from compose template 2024-09-19 14:08:41 +02:00
loma-one
54370319fe
Saving the post content using localstorage
If a post is created and the browser window crashes or the Composer window is hard-closed in some other way, all content is lost. Content is now saved temporarily so that it can be displayed again when the browser is restarted.

The content in the localstorage is discarded after 10 minutes after the editor has been exited.

The system now checks whether the editor field is filled. If there are no characters, there is no reload check.
2024-09-16 18:22:58 +02:00
loma-one
9a224a8ca9
Saving the post content using localstorage
If a post is created and the browser window crashes or the Composer window is hard-closed in some other way, all content is lost. 
Content is now saved temporarily so that it can be displayed again when the browser is restarted.
2024-09-15 17:55:50 +02:00
Michael
072123af8f Basic support for HLS added 2024-09-14 18:06:59 +00:00
Michael
e8a3be6820 OStatus support removed 2024-09-11 03:44:40 +00:00
Michael Vogel
089c9ece39
Merge pull request #14409 from loma-one/develop
User message if the browser window is refreshed unintentionally
2024-09-03 05:14:13 +02:00
Michael
99dfb7d59e Issue 14294: Fix event parsing 2024-09-02 04:11:40 +00:00
loma-one
ca46f8d1e0
User message if the browser window is refreshed unintentionally
If a post is created in the modal, not sent and the user refreshes the browser window, all content is lost. 

This change ensures that the user receives a notification if a post is unsent while the browser window is unintentionally refreshed.
2024-09-01 10:06:13 +02:00
Tobias Diekershoff
642f2c73d7 REUSE some more JS files from the themes 2024-08-26 06:59:37 +02:00
Tobias Diekershoff
b878e6d4d2 REUSE added some image licenses 2024-08-26 06:57:42 +02:00
Tobias Diekershoff
cea4414fdd REUSE some more work 2024-08-25 10:46:03 +02:00
Tobias Diekershoff
5af3b9dedd REUSE more work on bin and view directories 2024-08-25 08:45:08 +02:00
Tobias Diekershoff
fb9ef9e081 REUSE themes and used libs 2024-08-24 23:15:49 +02:00
Tobias Diekershoff
453df9f26a REUSE template files 2024-08-24 20:23:27 +02:00
Michael
425f23bbdc Delete unused media attachments 2024-08-24 17:40:25 +00:00
Tobias Diekershoff
3a0af8ce23 syntax fix 2024-08-24 19:03:20 +02:00
Tobias Diekershoff
b84a9073c2 syntax fix 2024-08-24 18:58:27 +02:00
Tobias Diekershoff
34db34d830 REUSE minor fix 2024-08-24 18:55:55 +02:00
Tobias Diekershoff
cfa27f62be REUSE view directory 2024-08-24 15:50:10 +02:00
Tobias Diekershoff
ac6b17e34c Merge branch 'develop' into reuse 2024-08-24 14:16:05 +02:00
Tobias Diekershoff
4cbc213dda REUSE view directory 2024-08-24 14:15:18 +02:00
Tobias Diekershoff
506983aff1 REUSE more work on the themes 2024-08-24 12:20:23 +02:00
loma-one
b57cd3a925
Optimisation of the Composer Editor
As a result of the changes, the editor is started in a larger window. In addition, the authorisation settings for the article are hidden for the time being. These can be shown via a sandwitch menu if required. The reload of the page is prevented so that articles already created in the editor are not lost.

The Composer Editor is another editor in Friendica that is particularly suitable for entering longer texts (e.g. at the local workstation). The special feature is that the editor is loaded in a separate window and therefore does not distract from the timeline. The editor can still be used in mobile applications
2024-08-22 11:16:56 +02:00
loma-one
59530853de
Optimisation of the Composer Editor
As a result of the changes, the editor is started in a larger window. In addition, the authorisation settings for the article are hidden for the time being. These can be shown via a sandwitch menu if required.
The reload of the page is prevented so that articles already created in the editor are not lost.
ar.

The Composer Editor is another editor in Friendica that is particularly suitable for entering longer texts (e.g. at the local workstation). The special feature is that the editor is loaded in a separate window and therefore does not distract from the timeline. 
The editor can still be used in mobile applications
2024-08-22 10:59:06 +02:00
Tobias Diekershoff
60ffd8fe78 bumb version 2024.09-dev 2024-08-17 17:33:40 +02:00
Tobias Diekershoff
6d605f24ee bumb version 2024.08 2024-08-17 17:28:43 +02:00
Tobias Diekershoff
87bda0c0e0 update AR, DE, FR, GD, HU, PL, RU translations 2024-08-14 07:54:11 +02:00
Michael
131e330e61 Issue 14349: Fix profile page for unrelated contacts 2024-08-11 06:44:24 +00:00
Tobias Diekershoff
5ea3f9e6b7
Merge pull request #14347 from annando/contact-redirect
Improved redirect for contact actions
2024-08-09 12:56:52 +02:00
loma-one
6b7561e8f7
Remove comments as they are not relevant trending_tags.tpl 2024-08-08 06:27:31 +02:00
loma-one
4f877ad6b6
Comments in English trending_tags.tpl 2024-08-08 06:09:41 +02:00
loma-one
14fa0528cd
Correction tab global.css 2024-08-07 14:26:09 +02:00
loma-one
5cc3b1f2f5
Template and css separated 2024-08-07 13:57:13 +02:00
loma-one
5e2687e7ea
css instructions notification.tpl global.css 2024-08-07 13:28:47 +02:00
loma-one
2083fca753
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:43:00 +02:00