aboutsummaryrefslogtreecommitdiffstats
path: root/include/photos.php
Commit message (Collapse)AuthorAgeFilesLines
* text thumbnails in cloud tile modezotlabs2017-11-191-1/+7
|
* sort out a few more large image upload issueszotlabs2017-11-141-10/+40
|
* Merge branch 'dev' into docugit-marijus2017-11-041-0/+3
|\
| * imagedata not set correctly if large photo AND imagick is not installedzotlabs2017-11-031-0/+3
| |
* | :bulb: Improving Doxygen documentation.Klaus Weidenbach2017-11-031-109/+118
|/ | | | | Fix some Doxygen parsing errors. Improve hooks documentation.
* use imagick converter for large photoszotlabs2017-09-301-2/+77
|
* check input is hex before sending it to hex2binzotlabs2017-08-301-1/+1
|
* issue #827 provide backward compatibility for album links generated in ↵git-marijus2017-07-181-0/+9
| | | | 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.
* fix album linkgit-marijus2017-07-161-1/+1
|
* cleanup onlyzotlabs2017-05-311-7/+7
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-171-0/+1
|\
| * missing includesMario Vavti2017-04-131-0/+1
| |
| * remove redundant stringMario Vavti2017-04-071-2/+1
| |
| * css fixes and missing stringMario Vavti2017-04-071-1/+2
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-291-0/+1
|\|
| * some more photo issueszotlabs2017-03-291-3/+4
| |
| * more work on the photo album messzotlabs2017-03-291-5/+6
| |
| * photos_album_exists() requires an observer to work correctly; provide it.zotlabs2017-03-291-3/+2
| |
| * begin the process of using the relevant attach directory/path for photo ↵zotlabs2017-03-291-14/+34
| | | | | | | | 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
| * simplify the message signing spaghettizotlabs2017-03-291-15/+0
| |
| * ensure z_input_filter is called exactly once, since we now depend on the ↵zotlabs2017-03-291-0/+9
| | | | | | | | | | | | number of htmlspecialchars operations for markdown content. Also ensure that the content is escaped the correct number of times on imported items.
| * add os_path and display_path to photos, fix some issues with multiple path ↵zotlabs2017-03-291-5/+6
| | | | | | | | separators after cloud/nickname in the content field of attach and photos
* | some more photo issueszotlabs2017-03-221-3/+4
| |
* | more work on the photo album messzotlabs2017-03-211-5/+6
| |
* | 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-14/+34
| | | | | | | | 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
* | simplify the message signing spaghettizotlabs2017-03-161-15/+0
| |
* | ensure z_input_filter is called exactly once, since we now depend on the ↵zotlabs2017-03-151-0/+9
| | | | | | | | | | | | number of htmlspecialchars operations for markdown content. Also ensure that the content is escaped the correct number of times on imported items.
* | add os_path and display_path to photos, fix some issues with multiple path ↵zotlabs2017-03-141-5/+6
| | | | | | | | separators after cloud/nickname in the content field of attach and photos
* | remove more hardwired brandingzotlabs2017-03-121-34/+36
|/
* testing and bug fixes virtual profile groupszotlabs2017-02-121-2/+2
|
* Create virtual privacy groups for private profile member listszotlabs2017-02-121-2/+51
|
* more urlencoding of message-ids which are used in linksHubzilla2017-01-181-2/+2
|
* possibly improve the album list query and save the result in App::$dataMario Vavti2017-01-131-4/+11
|
* fix embedimage if an albumname contains quotesMario Vavti2017-01-111-0/+1
|
* profile photo issue on postgreszotlabs2016-10-231-1/+2
|
* [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-131-48/+48
| | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen.
* vsprintf error on sql queryredmatrix2016-08-271-0/+1
|
* attach_move() function created to relocate files or photos to different ↵redmatrix2016-08-241-0/+2
| | | | directories in the cloud area and photo albums without deleting and recreating (which would create a new resource_id and invalidate any existing links).
* permission fixesredmatrix2016-07-191-1/+1
|
* code cleanup for profile_photosredmatrix2016-06-231-20/+45
|
* core changes to better support media migrationsredmatrix2016-06-161-5/+9
|
* 'recent photos' query was buggered, also fix issue #163 by adding ↵redmatrix2016-06-071-15/+13
| | | | configurable sort order to the album widget - default is album name ascending
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-14/+14
| | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
* code cleanupredmatrix2016-05-241-2/+0
|
* daemon conversion continued...redmatrix2016-05-191-1/+1
|
* allow engineering units (e.g. 400M, 1G) as service class limitsredmatrix2016-04-281-1/+1
|
* Use / for album name in photo activities if no album present.redmatrix2016-04-271-1/+1
|
* module updatesredmatrix2016-04-181-0/+40
|
* more work on file sync to clones, 60-70% test coverage, mostly working but ↵redmatrix2016-04-061-4/+4
| | | | many changes made during testing which themselves have not yet been tested