Art4
66d7ec5734
Merge branch '2024.09-rc' into port-2024.09-rc-into-develop
2024-11-28 15:11:11 +00:00
Tobias Diekershoff
456e636b16
Updating translations
2024-11-26 07:47:14 +01:00
Art4
f7b4f57028
Merge branch 'introduce-apphelper' into refactoring-of-app-class
2024-11-17 20:26:02 +00:00
Art4
6dc193500d
Recreate messages.po
2024-11-17 20:16:29 +00:00
Art4
603af2fb19
Rename DI::apphelper() to DI::appHeler()
2024-11-17 20:00:34 +00:00
Art4
5696a5249f
Merge branch 'develop' into refactoring-of-app-class
2024-11-17 07:37:58 +00:00
Art4
a24a65de2f
Merge branch 'develop' into refactoring-of-app-class
2024-11-16 19:29:56 +00:00
Art4
f75fc9a2fb
Merge branch 'develop' into run-phpstan-in-ci-pipeline
2024-11-16 18:59:55 +00:00
Art4
6909f5cba6
Recreate lang
2024-11-16 12:22:39 +00:00
Art4
551cb5f50f
Recreate messages.po
2024-11-16 10:27:54 +00:00
Art4
e5b837f183
bump version to 2024.12-dev
2024-11-16 08:39:37 +00:00
Art4
eb04f3b079
Merge branch 'develop' into merge-2024.09-rc-branch
2024-11-16 08:32:25 +00:00
Art4
5595bfc0d8
Merge branch '2024.09-rc' into merge-2024.09-rc-branch
2024-11-15 14:32:05 +00:00
Michael
b276b89777
Issue 14524: Fix Open Search
2024-11-15 06:55:21 +00:00
Michael
f36353e010
New option to disable SVG icons / Functionality added to Vier
2024-11-11 15:43:57 +00:00
Art4
629c4af3c8
Replace typehint App with AppHelper in view folder
2024-11-10 23:53:03 +00:00
Michael
c80fb8bad4
More white icons added / automated style
2024-11-10 23:12:36 +00:00
Michael
a4c5d7539c
Preparation für multiple icon styles / improved code
2024-11-10 19:50:01 +00:00
Art4
4abfc3907b
Replace calls for App::getCurrentTheme() with AppHelper
2024-11-10 11:59:43 +00:00
Art4
d9d1e9e0e0
Merge branch 'add-static-code-analysis' into refactoring-of-app-class
2024-11-10 08:10:17 +00:00
Art4
89801f043f
recreate messages.po
2024-11-10 07:45:24 +00:00
Art4
2ac926dfb2
Replace all calls for App::setThemeInfoValue() with AppHelper
2024-11-08 23:11:59 +00:00
Michael
e73566c0a1
SVG icons for various fediverse systems
2024-11-08 09:43:19 +00:00
Art4
c15671fa78
replace bower-asset/chart-js with npm-asset/chart.js
2024-11-01 14:37:31 +00:00
Art4
5a201819ac
fix path name for chart.js
2024-11-01 12:29:14 +00:00
Tobias Diekershoff
718722419f
recreate messages.po
2024-10-29 08:02:33 +01:00
Tobias Diekershoff
61435984b0
remove old reverence to addons.friendi.ca
...
fixes #14512
The URL of the addon repository is corrected with this PR as well.
2024-10-29 06:57:00 +01:00
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