Commit graph

648 commits

Author SHA1 Message Date
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
Michael Vogel
3ca8483442
Update mod/photos.php
Co-authored-by: Philipp <admin+Github@philipp.info>
2026-02-21 23:40:41 +01: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.
c310fec830 Adjustments to some strings around photos and events 2026-02-12 23:20:58 +01:00
Marcus Funch
3c8aff5f58 Photos: Minor UI/UX adjustments 2025-12-18 21:35:06 +01: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
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
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
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
e8a3be6820 OStatus support removed 2024-09-11 03:44:40 +00:00
3896b07c9e SPDX headers for PHP files in bin and mod 2024-08-23 15:11:15 +02:00
da37516abf OpenWebAuth path is now fetched during probing 2024-05-20 19:46:29 +00:00
60f5fd8188 Many deprecated function calls are replaced 2024-05-13 21:37:15 +00:00
25475b4838 Escape album name select list in photo upload form
- Thanks to @apexrabbit for the report!
2024-05-10 11:25:59 -04:00
69fc2c04e4 Issue 13812: Public groups with manual request approval 2024-04-08 07:58:45 +00:00
8c4b2107b5 Include author-alias to the field list in mod/photos
- It's used to generate magic links of authors of comments on photos
- Address https://github.com/friendica/friendica/issues/13761#issuecomment-1980738080
2024-03-06 12:07:43 -05:00
Michael Vogel
14e5b06029
Image handling reworked, new image formats added (#13900)
* Image handling reworked, new image formats added

* Updated messages.po

* The dot is now part of the file extension

* Added WebP in install documentation

* Handle unhandled mime types

* Fixed animated picture detected
2024-02-17 07:45:41 +01:00
f83f61f7ac "ANY_VALUE" is removed 2024-01-15 16:45:24 +00:00
89e7420237 Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
938b2bae23 Align proxy sizes to photo preview sizes
- PIXEL_SMALL goes from 300 to 320
- PIXEL_MEDIUM goes from 600 to 640
- Use Proxy pixel constants where we used hard-coded pixel values
2023-10-14 16:05:01 -04:00
4c3f2441f7 Display the contact alias if the URL is no HTTP link 2023-06-18 16:49:38 +00:00
4f7740264e Replace "group" with "circle" in the rest of the code
- Remaining mentions already mean "forum"
2023-05-27 22:01:45 -04:00
c5ca5bfdf8 Function renamed 2023-05-10 07:54:15 +00:00
7d91cc73de Unifiy the creation of photo links 2023-05-09 20:44:58 +00:00
Josh Soref
c6d1c01426 spelling: dynamically
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-03-26 16:03:23 -04:00
Jakobus Schürz
c01f7f98ae reinsert Friendica\DI (accidentially removed before) 2023-03-19 18:52:46 +01:00
Jakobus Schürz
920dcca263 render max_imagesize in header.tpl
so it is reachable general from the whole website, and the dropzone-factory can use
it also to create dropzones from modal.js
2023-03-19 18:52:46 +01:00
Jakobus Schürz
0cc2e1c22a apply changes from review 2023-03-19 18:52:45 +01:00
Jakobus Schürz
512e5900e6 use round instead of floor to make imagesize <1M possible 2023-03-19 18:52:45 +01:00
Jakobus Schürz
ada11a2c67 create factory for dropzones 2023-03-19 18:52:45 +01:00
Jakobus Schürz
39f7660a1d fix getting bytes from shorthand in php 2023-03-19 18:52:45 +01:00
Jakobus Schürz
3688196859 create workaround for not working php
Strings:getBytesFromShorthand

i created a js-function which converts integer, k, m and g to MB
Just remove this code, when we found out, why Strings is in some files
not working.
2023-03-19 18:52:45 +01:00
177bf9b67b fix missing DI 2023-03-19 18:52:45 +01:00
Jakobus Schürz
be2afac60d take maxFilesize from systemsettings
* does not work everywhere...
2023-03-19 18:52:45 +01:00
120b78e30a Enable profile user theme on single photo display 2023-01-10 20:40:35 -05:00
Hannes Heute
24b5710e17 remove parentheses 2023-01-04 16:58:45 +01:00
Hannes Heute
46461be818 improve previous / next function in photo gallery 2023-01-04 14:25:33 +01:00
f8f3689a0d
Fix https://github.com/friendica/friendica/issues/12486#issuecomment-1368540088 2023-01-01 22:34:01 +01:00