Commit graph

6,557 commits

Author SHA1 Message Date
Philipp
47fa9484bd
Merge pull request #15576 from Art4/update-codebase
Update codebase to PHP 7.4
2026-03-12 08:22:22 +01:00
Art4
ea3c576b22 chore: fix code style 2026-03-04 21:53:29 +00:00
Art4
47ef274176 Update codebase to PHP 7.0 2026-03-04 21:26:00 +00:00
49243ddf5b "lostpass" is now a module as well 2026-03-02 17:06:54 +00:00
3a5c3522e2 The "summary" has now a dedicated field when creating and editing posts 2026-03-02 16:26:00 +00:00
960b5c0861 Move some more modules into classes 2026-02-23 09:25:49 +00:00
Philipp
0275227dd4
Merge pull request #15533 from annando/no-photo-post
Item post functionality is removed from photos
2026-02-22 01:47:31 +01:00
Michael Vogel
3ca8483442
Update mod/photos.php
Co-authored-by: Philipp <admin+Github@philipp.info>
2026-02-21 23:40:41 +01:00
Art4
d1a235e8df chore: fix code style 2026-02-20 08:52:49 +00:00
Art4
45ce04ea2d chore: fix code style with spaces_inside_parentheses rule 2026-02-20 08:28:32 +00:00
c4ca959e58 Item post functionality is removed from photos 2026-02-18 21:30:56 +00:00
“Raroun”
0ea6eca324 fix for #15520 2026-02-17 11:25:47 +01:00
“Raroun”
c7d03c3ff7 Pre-fill album when uploading from album view 2026-02-17 11:05:38 +01:00
Marcus F.
4bb2f2c89a Photos updates 2026-02-15 19:49:06 +01:00
Marcus F.
265614db2d Fix CS 2026-02-12 23:21:00 +01:00
Marcus F.
c310fec830 Adjustments to some strings around photos and events 2026-02-12 23:20:58 +01:00
Philipp
9e3ff063dd
Merge pull request #15406 from Raroun/fix-message-hang
FIX: Message page hang after sending in an existing conversation
2026-01-12 17:21:12 +01:00
“Raroun”
e299e497a6 Fix message page hang after sending
Replace table lock with transaction and optimize query
2026-01-12 12:42:02 +01:00
94d33039fc Fix: Undefined array key "parent-uri-id" 2026-01-11 18:01:56 +00:00
Marcus Funch
3c8aff5f58 Photos: Minor UI/UX adjustments 2025-12-18 21:35:06 +01:00
Marcus Funch
76149acb78 Login screen: Go back to using field_input and field_password, add sign in text 2025-10-05 14:43:04 +02:00
Marcus Funch
c5e7c60320 Photos updates 2025-09-24 22:11:33 +02:00
Marcus Funch
ce4f2a3b0a Profile picture user consistency 2025-09-14 18:57:00 +02:00
Marcus Funch
a1c01b2523 Frio: Improve gallery actions UX 2025-09-03 17:36:51 +02:00
Marcus Funch
084199cb57 Pluralize HTML titles for Messages and Contacts overview 2025-08-21 21:27:05 +02:00
8299d361e3 Added support for HLS videos from Peertube 2025-08-13 04:26:17 +00:00
Marcus Funch
24debf8f4b Message submit button: Submit -> Send message 2025-08-08 23:55:17 +02:00
Michael Vogel
d198a97571
Merge pull request #15078 from mfxa/messages_raise_items_per_page
Messages: Raise the number of messages shown in the side bar
2025-08-07 06:14:03 +02:00
Marcus Funch
f421f65998 Messages: Raise the number of items in the side bar 2025-08-06 21:17:27 +02:00
Marcus Funch
a56ec358bb Minor submit button translation updates 2025-08-05 21:13:17 +02:00
Marcus Funch
69dd232ee8 Make PHPCS happy 2025-06-02 21:35:32 +02:00
Marcus Funch
3e8080d67d Replace fleeting 'No messages' notification with regular text 2025-06-02 19:23:07 +02:00
58ac3fbb29 Fix redirect for photo remove tag page and only show the link if tags exist. 2025-05-14 18:47:15 +02:00
Art4
1ddd5674e1 Wrap item in INSERT_POST_LOCAL in separate array 2025-03-17 13:08:20 +00:00
Art4
9c6f5f222d Rename events to insert local post 2025-03-14 15:45:36 +00:00
Art4
dd6f479401 Merge branch 'develop' into replace-hooks-with-eventdispatcher 2025-02-11 09:59:13 +00:00
Art4
7298ad29c1 Implement photo_upload_form hook as Event 2025-02-08 21:04:35 +00:00
Art4
f4624b0591 Fix cs 2025-02-08 16:38:01 +00:00
Art4
aabf9a8b01 Replace hooks post_local_start, post_local and post_local_end with EventDispatcher 2025-02-08 08:17:30 +00:00
Art4
c50827a803 Replace Addon class with AddonHelper in mod photos.php 2025-02-04 06:54:53 +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
ef0fe65c07 Replace Logger with DI::logger() in mod folder 2025-01-13 08:56:33 +00:00
Art4
76d25a27b4 Remove requirement for App class in legacy mods 2024-11-23 08:26:59 +00:00
Art4
4f1a4c4c8a Replace App with AppHelper 2024-11-21 09:56:56 +00:00
Art4
603af2fb19 Rename DI::apphelper() to DI::appHeler() 2024-11-17 20:00:34 +00:00
Art4
2a132718d0 Replace typehint App with AppHelper in mod folder 2024-11-10 23:37:46 +00:00
Art4
d9087b4f7c Replace all calls for App::getContactId() with AppHelper 2024-11-08 23:04:52 +00:00
Art4
9074258b78 Replace static calls of DI::app() with DI::apphelper() 2024-11-06 07:57:43 +00:00
e8a3be6820 OStatus support removed 2024-09-11 03:44:40 +00:00