| Commit message (Expand) | Author | Age | Files | Lines |
* | move from build_sync_packet() to Libsync::build_sync_packet() | Mario | 2020-04-09 | 1 | -4/+6 |
* | Move auto_save_draft to header from thread comment | DM42.Net Hubzilla Development | 2019-11-28 | 1 | -3/+1 |
* | Update Photos.php | Max Kostikov | 2019-05-08 | 1 | -1/+1 |
* | Respect thumbnail storage location on image editing | Max Kostikov | 2019-05-08 | 1 | -77/+35 |
* | use urlencode | Mario Vavti | 2019-03-18 | 1 | -2/+2 |
* | ENT_COMPAT will only take care of double-quotes. Use double-quotes here to pr... | Mario Vavti | 2019-03-18 | 1 | -2/+2 |
* | fix linkify_tags() so it works with xchans across multiple protocols, also so... | zotlabs | 2019-02-03 | 1 | -1/+1 |
* | do not add timestamp to the photo src. caching is handled in mod photo now. | Mario Vavti | 2018-12-21 | 1 | -1/+1 |
* | Revert Photos.php code | Max Kostikov | 2018-12-17 | 1 | -245/+1357 |
* | SSLify cached URL on redirect if needed | Max Kostikov | 2018-12-17 | 1 | -1357/+245 |
* | add photo_view_filter hook and fix minor issue with unset auto_save_draft var... | Mario Vavti | 2018-12-10 | 1 | -2/+11 |
* | recalculate photo filesize when rotating an image | Mario Vavti | 2018-11-17 | 1 | -10/+19 |
* | Preserve photo modification date | Max Kostikov | 2018-11-10 | 1 | -4/+8 |
* | yet another blueimp vulnerability. Move to composer. | Mike Macgirvin | 2018-10-31 | 1 | -3/+3 |
* | remove profile_tabs() which has been deprecated and replaced by channel_apps() | Mario Vavti | 2018-09-13 | 1 | -3/+0 |
* | escape query string | Mario Vavti | 2018-06-07 | 1 | -2/+2 |
* | backend work to allow admin to delete photos. Still requires frontend work to... | zotlabs | 2018-05-02 | 1 | -18/+23 |
* | fix php warnings | Mario Vavti | 2018-04-24 | 1 | -3/+3 |
* | use Title instead of Caption - issue #1037 | Mario Vavti | 2018-04-07 | 1 | -3/+3 |
* | Use Add Files/Photos instead of Upload to open the upload dialog | Mario Vavti | 2018-04-07 | 1 | -2/+2 |
* | synchronise an attach_move operation to clones | zotlabs | 2017-12-06 | 1 | -0/+5 |
* | fix another PHP 7.2 warning | Mario Vavti | 2017-12-04 | 1 | -1/+1 |
* | rename button | zotlabs | 2017-12-03 | 1 | -1/+1 |
* | chunked uploads for photos page | zotlabs | 2017-12-03 | 1 | -2/+50 |
* | feed untranslated appnames to nav_set_selected() and query for the active app... | Mario Vavti | 2017-10-09 | 1 | -1/+1 |
* | make justifiedGallery even more happy | Mario Vavti | 2017-09-27 | 1 | -1/+1 |
* | anonymous comments are not implemented for photos. | Mario Vavti | 2017-09-18 | 1 | -3/+3 |
* | oembed provider cleanup, add oembed to cards | zotlabs | 2017-08-23 | 1 | -2/+7 |
* | more nav_set_selected apps | git-marijus | 2017-07-21 | 1 | -0/+2 |
* | issue #827 provide backward compatibility for album links generated in earlie... | git-marijus | 2017-07-18 | 1 | -1/+1 |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-03-25 | 1 | -1/+1 |
|\ |
|
| * | move profile tabs to app-tray | Mario Vavti | 2017-03-20 | 1 | -1/+1 |
* | | some more photo issues | zotlabs | 2017-03-22 | 1 | -24/+22 |
* | | fix photo prvnxt after all the changes yesterday | zotlabs | 2017-03-22 | 1 | -6/+5 |
* | | more work on the photo album mess | zotlabs | 2017-03-21 | 1 | -92/+65 |
* | | photos_album_exists() requires an observer to work correctly; provide it. | zotlabs | 2017-03-21 | 1 | -2/+2 |
* | | begin the process of using the relevant attach directory/path for photo album... | zotlabs | 2017-03-21 | 1 | -31/+14 |
|/ |
|
* | attach_delete() - remove photo resources even if the attach table row wasn't ... | zotlabs | 2017-01-15 | 1 | -2/+1 |
* | possibly improve the album list query and save the result in App::$data | Mario Vavti | 2017-01-13 | 1 | -9/+6 |
* | we should actually check for existance of a given album at this place. this q... | Mario Vavti | 2017-01-12 | 1 | -6/+1 |
* | comment out redundant querys | Mario Vavti | 2017-01-11 | 1 | -3/+10 |
* | sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and p... | Florian Steinel | 2016-10-27 | 1 | -1/+1 |
* | need to perform dbunescbin on stored filenames as well as binary data - this ... | zotlabs | 2016-10-23 | 1 | -1/+1 |
* | more backticks | redmatrix | 2016-10-03 | 1 | -17/+17 |
* | photo move to another album - resurrected from a temporary branch where the w... | redmatrix | 2016-09-06 | 1 | -32/+32 |
* | multi acl: port photos | Mario Vavti | 2016-08-04 | 1 | -1/+9 |
* | move permissiondescription class to zotlabs/lib | redmatrix | 2016-07-11 | 1 | -4/+2 |
* | remove the app $a passed to profile_load, also add profile_load to mod_wiki w... | redmatrix | 2016-06-26 | 1 | -1/+1 |
* | 'recent photos' query was buggered, also fix issue #163 by adding configurabl... | redmatrix | 2016-06-07 | 1 | -9/+5 |
* | the rest of the schema updates - WARNING: some third party plugins may fail; ... | redmatrix | 2016-06-01 | 1 | -36/+37 |