aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Photos.php
Commit message (Expand)AuthorAgeFilesLines
* 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 to...zotlabs2018-05-021-18/+23
* 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 app...Mario Vavti2017-10-091-1/+1
* 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 earlie...git-marijus2017-07-181-1/+1
* 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 album...zotlabs2017-03-211-31/+14
|/
* attach_delete() - remove photo resources even if the attach table row wasn't ...zotlabs2017-01-151-2/+1
* possibly improve the album list query and save the result in App::$dataMario Vavti2017-01-131-9/+6
* we should actually check for existance of a given album at this place. this q...Mario Vavti2017-01-121-6/+1
* comment out redundant querysMario Vavti2017-01-111-3/+10
* sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and p...Florian Steinel2016-10-271-1/+1
* need to perform dbunescbin on stored filenames as well as binary data - this ...zotlabs2016-10-231-1/+1
* more backticksredmatrix2016-10-031-17/+17
* photo move to another album - resurrected from a temporary branch where the w...redmatrix2016-09-061-32/+32
* multi acl: port photosMario Vavti2016-08-041-1/+9
* move permissiondescription class to zotlabs/libredmatrix2016-07-111-4/+2
* remove the app $a passed to profile_load, also add profile_load to mod_wiki w...redmatrix2016-06-261-1/+1
* 'recent photos' query was buggered, also fix issue #163 by adding configurabl...redmatrix2016-06-071-9/+5
* the rest of the schema updates - WARNING: some third party plugins may fail; ...redmatrix2016-06-011-36/+37
* more db column renamesredmatrix2016-05-311-1/+1
* turn the oft-repeated block_public ... check into a function observer_prohibi...redmatrix2016-05-221-2/+2
* renamed include files identity.php (channel.php) and Contact.php (connections...redmatrix2016-05-221-1/+1
* Update some modules to use new ACL dialog featureTreer2016-05-081-2/+3
* get rid of the unused ispublic variableMario Vavti2016-04-291-1/+1
* allow engineering units (e.g. 400M, 1G) as service class limitsredmatrix2016-04-281-1/+1
* make it more obvious what is behind the dropdownsMario Vavti2016-04-251-0/+1
* module updatesredmatrix2016-04-181-0/+1384