aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Photos.php
Commit message (Collapse)AuthorAgeFilesLines
* some cloeanup after last commitMario2024-02-281-1/+0
|
* AS2Mario2024-02-251-1/+2
|
* more deprecate $aMario2023-09-211-4/+5
|
* fix php warningsMario Vavti2022-10-231-0/+1
|
* fix php warningsMario Vavti2022-10-181-47/+32
|
* if we do not have a display path, we are looking at the root directoryMario2021-10-101-2/+4
|
* improve file upload performance: start uploading next file only after the ↵Mario2021-10-011-0/+4
| | | | previous finished, make sure to not return when uploading via ajax
* remove unobscure()Mario2021-05-281-2/+0
|
* Random PHP 8 fixesMax Kostikov2021-05-141-4/+4
|
* remove unused code and fix width and height not definedMario2021-01-021-2/+3
|
* fix wrong variableMario2021-01-021-303/+303
|
* fix issue #1484Mario Vavti2020-10-271-1/+1
|
* reduce result sets and work around a regression in justifiedGalleryMario2020-07-141-2/+2
|
* move from build_sync_packet() to Libsync::build_sync_packet()Mario2020-04-091-4/+6
|
* Move auto_save_draft to header from thread commentDM42.Net Hubzilla Development2019-11-281-3/+1
|
* Update Photos.phpMax Kostikov2019-05-081-1/+1
|
* Respect thumbnail storage location on image editingMax Kostikov2019-05-081-77/+35
|
* use urlencodeMario Vavti2019-03-181-2/+2
|
* ENT_COMPAT will only take care of double-quotes. Use double-quotes here to ↵Mario Vavti2019-03-181-2/+2
| | | | prevent XSS
* fix linkify_tags() so it works with xchans across multiple protocols, also ↵zotlabs2019-02-031-1/+1
| | | | some fixes to activity parsing from upstream.
* do not add timestamp to the photo src. caching is handled in mod photo now.Mario Vavti2018-12-211-1/+1
|
* Revert Photos.php codeMax Kostikov2018-12-171-245/+1357
|
* SSLify cached URL on redirect if neededMax Kostikov2018-12-171-1357/+245
|
* add photo_view_filter hook and fix minor issue with unset auto_save_draft ↵Mario Vavti2018-12-101-2/+11
| | | | variable which resultet in a javascript error
* recalculate photo filesize when rotating an imageMario Vavti2018-11-171-10/+19
| | | (cherry picked from commit f15e32d0637fdf84de7cab43b558ec8a383d3cf5)
* Preserve photo modification dateMax Kostikov2018-11-101-4/+8
|
* yet another blueimp vulnerability. Move to composer.Mike Macgirvin2018-10-311-3/+3
|
* remove profile_tabs() which has been deprecated and replaced by channel_apps()Mario Vavti2018-09-131-3/+0
|
* escape query stringMario Vavti2018-06-071-2/+2
|
* backend work to allow admin to delete photos. Still requires frontend work ↵zotlabs2018-05-021-18/+23
| | | | to give admin access to either the photos and/or the delete link.
* fix php warningsMario Vavti2018-04-241-3/+3
|
* use Title instead of Caption - issue #1037Mario Vavti2018-04-071-3/+3
|
* Use Add Files/Photos instead of Upload to open the upload dialogMario Vavti2018-04-071-2/+2
|
* synchronise an attach_move operation to cloneszotlabs2017-12-061-0/+5
|
* fix another PHP 7.2 warningMario Vavti2017-12-041-1/+1
|
* rename buttonzotlabs2017-12-031-1/+1
|
* chunked uploads for photos pagezotlabs2017-12-031-2/+50
|
* feed untranslated appnames to nav_set_selected() and query for the active ↵Mario Vavti2017-10-091-1/+1
| | | | app directly to get app details
* make justifiedGallery even more happyMario Vavti2017-09-271-1/+1
|
* anonymous comments are not implemented for photos.Mario Vavti2017-09-181-3/+3
|
* oembed provider cleanup, add oembed to cardszotlabs2017-08-231-2/+7
|
* more nav_set_selected appsgit-marijus2017-07-211-0/+2
|
* issue #827 provide backward compatibility for album links generated in ↵git-marijus2017-07-181-1/+1
| | | | earlier times before the ambiguity of photo album names was solved. This may provide incorrect results if two or more photo albums with the same basename exist in different directories of the file tree; but there is no easy way to solve that ambiguity - which is why the link format changed.
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-251-1/+1
|\
| * move profile tabs to app-trayMario Vavti2017-03-201-1/+1
| |
* | some more photo issueszotlabs2017-03-221-24/+22
| |
* | fix photo prvnxt after all the changes yesterdayzotlabs2017-03-221-6/+5
| |
* | more work on the photo album messzotlabs2017-03-211-92/+65
| |
* | photos_album_exists() requires an observer to work correctly; provide it.zotlabs2017-03-211-2/+2
| |
* | begin the process of using the relevant attach directory/path for photo ↵zotlabs2017-03-211-31/+14
|/ | | | albums instead of an album basename which may not be unique. Created an 'ellipsify()' function to shorten long names and keep the beginning and end intact