Commit graph

4339 commits

Author SHA1 Message Date
Hannes Heute
e296938dd4 [frio] Don't lose title in photo permission modals 2025-01-29 23:32:18 +01:00
Hannes Heute
7980a9e932 [frio] Use modal instead of popupbox for permissions on photo edit page 2025-01-29 21:18:15 +01:00
Hannes Heute
f52493f270 improve dropzone background color 2025-01-29 16:59:32 +01:00
Hannes Heute
c5c8724a04 use class instead of id, to match all occurences 2025-01-29 15:46:37 +01:00
Hannes Heute
b171de3375 Frio: change modal header border to reflect the current color scheme 2025-01-29 15:11:41 +01:00
Hannes Heute
2fb162e391 Frio: break too long words in topbar notifications 2025-01-28 21:36:55 +01:00
Hypolite Petovan
1f8ea30735 Fix itemFiler() callback
- Remove page exit alert
- Update filed post display on success
- Reset cursor appearance always
2025-01-28 07:50:16 -05:00
Hypolite Petovan
9e3936b151 Fix code style in itemFiler() 2025-01-28 07:50:16 -05:00
Hannes Heute
82c64e6e76 fix font-size for .media-heading 2025-01-27 13:14:46 +01:00
Hypolite Petovan
f3202b0508 Account for calendar post edition in editpost()
- Calendar form doesn't have a dropzone nor link preview capability
2025-01-26 17:45:23 -05:00
Hypolite Petovan
c8042e92df
Merge pull request #14730 from annando/accessibility
Several accessibility improvements
2025-01-26 12:20:29 -05:00
Marek Bachmann
aad4dda353 Refactor view.tpl for admin/logs: Fixed illegal whitespace 2025-01-26 16:28:49 +00:00
Michael
b8c33571e7 Hide dots from screenreaders 2025-01-26 14:09:59 +00:00
Michael
c0723e3d48 Fix codestyle 2025-01-26 12:59:59 +00:00
Michael
c978c8e027 Several accessibility improvements 2025-01-26 12:46:18 +00:00
Tobias Diekershoff
0d188d39d5
Merge pull request #14728 from MarekBenjamin/bugfix/log-table-appeareance
Bugfix/log table: Log level not readable in dark and black frio appeareance
2025-01-26 08:21:45 +01:00
Marek Bachmann
dc0d094610 Refactor view.tpl for admin/logs: Assign bootstrap.css text classes only (no bg adjustment) 2025-01-25 23:07:17 +00:00
Marek Bachmann
2e472f84a7 Refactor view.tpl for admin/logs: Assign bootstrap.css bg and text classes dynamically for log rows 2025-01-25 22:53:42 +00:00
Marek Bachmann
f3a160598f Refactor view.tpl for admin/logs: Use class variable for log rows to eliminate whitespace from indentation in tr class attribute" 2025-01-25 22:40:23 +00:00
Hypolite Petovan
822b4429f3 Merge branch 'develop' into Art4/fix-code-style-for-pr-14688
# Conflicts:
#	src/Model/GServer.php
#	src/Util/HTTPSignature.php
2025-01-22 21:05:24 -05:00
Art4
6309d4c43d Merge branch 'develop' into fix-code-style-for-pr-14688 2025-01-22 09:07:59 +00:00
Michael
c6a9e7aa4c New option to only update contacts with local relations 2025-01-22 06:40:04 +00:00
Michael Vogel
bb252e326f
Merge pull request #14688 from Art4/refactor-logger-class-with-logger-object
Replace Logger class with LoggerInterface implementation
2025-01-22 07:20:26 +01:00
Marek Bachmann
8c8067c624 fixed button readabilid in media browser for dark appereance in frio theme 2025-01-21 19:27:15 +00:00
Art4
0e59dba914 Fix code style 2025-01-13 13:31:54 +00:00
Art4
d4c90d41a0 remove unused Logger imports 2025-01-13 09:26:08 +00:00
Art4
ace375aacb Replace Logger with DI::logger() in theme folder 2025-01-13 08:55:34 +00:00
Art4
1b4d0d0bb0 Merge branch '2024.09-rc' into merge-2024.09-rc-into-develop 2024-12-23 10:18:56 +00:00
Michael
ea5417a6a3 Issue 14344: Contact import is relocated to a dedicated place 2024-12-20 08:22:56 +00:00
Art4
3c1599323b Fix docs for themes and theme_admin() 2024-11-18 22:28:35 +00:00
Art4
f254283dc6 Fix errors in all modules 2024-11-18 22:20:28 +00:00
Art4
c79f3cde22 Merge branch 'develop' into phpstan-level-1 2024-11-18 21:45:42 +00:00
Art4
12ed714a9e Fix more errors 2024-11-17 22:26:43 +00:00
Art4
603af2fb19 Rename DI::apphelper() to DI::appHeler() 2024-11-17 20:00:34 +00:00
Art4
a24a65de2f Merge branch 'develop' into refactoring-of-app-class 2024-11-16 19:29:56 +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
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
Michael
301717802d Issue 14174 and 14421: Option to hide emojis and pictures without description 2024-10-18 19:13:07 +00:00
Michael
93536f31e8 Fix the following of accounts with "?" in the URL 2024-10-16 03:00:20 +00:00
Tobias Diekershoff
9c6dd96d22 more REUSE information 2024-10-13 10:51:21 +02: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
Michael
e8a3be6820 OStatus support removed 2024-09-11 03:44: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