aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Getfile.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix wrong image resolution selectionMax Kostikov2019-04-101-2/+3
|
* Revert "Update htconfig.sample.php"Max Kostikov2019-04-101-2/+6
| | | | This reverts commit f2126ef18c8b66020305d07dcefeacc4e55a3c12
* use the same variable name consistentlyzotlabs2017-11-291-1/+1
|
* use httpsig auth for getfilezotlabs2017-11-291-11/+46
|
* check code rights on cloud fileszotlabs2017-09-051-1/+1
|
* partial fix for failure to sync photos - appears to be memory exhaustion and ↵zotlabs2017-06-071-0/+35
| | | | | | dependent on filesize although an unrelated issue was found with directory creation during file sync (we didn't check ownership when looking for duplicates). This checkin provides the means for a sync process to fetch the contents for various photo scales from the original server just as is done for the attach data now. It is still missing the bit for the sync process to spawn a mob of children to fetch these suckers and update the photo table with the results.
* issue #538 continuedredmatrix2016-09-301-3/+3
|
* issue #538 continuedredmatrix2016-09-291-1/+1
|
* file clone sync issue, 1. channel permission import had no uid, 2. ↵redmatrix2016-09-281-13/+14
| | | | mod_getfile was sending attach['data'] instead of attach['content']
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-1/+0
| | | | (connections.php)
* module updatesredmatrix2016-04-181-0/+102