aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Photos.php
Commit message (Collapse)AuthorAgeFilesLines
* need to perform dbunescbin on stored filenames as well as binary data - this ↵zotlabs2016-10-231-1/+1
| | | | is a no-op under mysql but could provide unpredictable data under postgres
* more backticksredmatrix2016-10-031-17/+17
|
* photo move to another album - resurrected from a temporary branch where the ↵redmatrix2016-09-061-32/+32
| | | | work had gotten lost
* 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 ↵redmatrix2016-06-261-1/+1
| | | | which should fix issue #431
* 'recent photos' query was buggered, also fix issue #163 by adding ↵redmatrix2016-06-071-9/+5
| | | | 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-36/+37
| | | | 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.
* more db column renamesredmatrix2016-05-311-1/+1
|
* turn the oft-repeated block_public ... check into a function ↵redmatrix2016-05-221-2/+2
| | | | observer_prohibited()
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-1/+1
| | | | (connections.php)
* 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