Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Update htconfig.sample.php" | Max Kostikov | 2019-04-10 | 1 | -0/+11 |
| | | | | This reverts commit f2126ef18c8b66020305d07dcefeacc4e55a3c12 | ||||
* | Cleanup and fixes | Mario | 2019-03-15 | 1 | -19/+13 |
| | |||||
* | Correct and extend Doxygen comments. | Klaus Weidenbach | 2019-01-23 | 1 | -21/+39 |
| | | | | | | Correct some documentation errors for Doxygen and add more comments. Document some undefined variables with @FIXME. | ||||
* | use uuid in file storage | zotlabs | 2018-11-22 | 1 | -2/+2 |
| | |||||
* | add item.uuid to relevant places | zotlabs | 2018-11-15 | 1 | -5/+9 |
| | |||||
* | Add attach_delete hook | M.Dent (DM42.Net) | 2018-09-15 | 1 | -0/+5 |
| | |||||
* | set the correct album name when moving photos | Mario Vavti | 2018-07-18 | 1 | -1/+3 |
| | |||||
* | admin delete of files | zotlabs | 2018-05-02 | 1 | -1/+1 |
| | |||||
* | parent folder permissions weren't being checked back to the cloud root ↵ | zotlabs | 2018-04-30 | 1 | -13/+26 |
| | | | | directory in all cases | ||||
* | more testing of attach_move() uncovered some issues | zotlabs | 2018-04-26 | 1 | -57/+73 |
| | |||||
* | update folder timestamp on uploaded files (fixme - we need to recurse back ↵ | zotlabs | 2018-03-27 | 1 | -0/+10 |
| | | | | to the storage root but that is for another day) | ||||
* | cannot use file_get/put_contents in attach_store, must use pipe_streams | zotlabs | 2017-12-25 | 1 | -2/+13 |
| | |||||
* | hubzilla #475 continued - show photos in root folder. Part of Andrew's fix ↵ | zotlabs | 2017-12-12 | 1 | -0/+5 |
| | | | | for this wasn't in my repository and hopefully won't conflict; as it appears to have been lost somewhere. It also needed a small change to the folder permissions check. | ||||
* | go back to including the photo thumbnail data in the export file. We have ↵ | zotlabs | 2017-12-10 | 1 | -2/+17 |
| | | | | the ability to fetch each thumbnail directly if there is a problem with resource consumption, but this is the most efficient way to deal with it and most sites should be able to handle the memory consumption of our thumbnail data. The original full scale photo is a different issue; these can exhaust memory even before base64. | ||||
* | improvements to file import/export | zotlabs | 2017-12-10 | 1 | -7/+15 |
| | |||||
* | hubzilla issue #680, implement IMoveTarget and recursive file/directory ↵ | zotlabs | 2017-12-06 | 1 | -2/+21 |
| | | | | move/rename | ||||
* | synchronise an attach_move operation to clones | zotlabs | 2017-12-06 | 1 | -2/+4 |
| | |||||
* | more chunk work | zotlabs | 2017-11-28 | 1 | -1/+1 |
| | |||||
* | fix typo in pipe_streams() | Mario Vavti | 2017-11-23 | 1 | -1/+1 |
| | |||||
* | Video thumbnail generator | zotlabs | 2017-11-21 | 1 | -2/+3 |
| | |||||
* | pdf thumbnails | zotlabs | 2017-11-21 | 1 | -1/+1 |
| | |||||
* | text thumbnails in cloud tile mode | zotlabs | 2017-11-19 | 1 | -0/+3 |
| | |||||
* | improve the icon mappings for cloud tile view | zotlabs | 2017-11-16 | 1 | -3/+9 |
| | |||||
* | sort out a few more large image upload issues | zotlabs | 2017-11-14 | 1 | -0/+6 |
| | |||||
* | fix php warnings on photo delete | Mario Vavti | 2017-11-13 | 1 | -1/+1 |
| | |||||
* | lets try this in the wild for a while | Mario Vavti | 2017-11-06 | 1 | -4/+4 |
| | |||||
* | attach.php minor cleanup and doc | zotlabs | 2017-11-06 | 1 | -61/+26 |
| | |||||
* | :bulb: Improving Doxygen documentation. | Klaus Weidenbach | 2017-11-03 | 1 | -35/+95 |
| | | | | | Fix some Doxygen parsing errors. Improve hooks documentation. | ||||
* | util/dcp - support recursion and folders full of photos by importing files ↵ | zotlabs | 2017-08-22 | 1 | -1/+7 |
| | | | | singly in separate processes - not yet tested | ||||
* | finally fix recursive attachments permissions | git-marijus | 2017-08-01 | 1 | -54/+79 |
| | |||||
* | improve file_activity() a little | git-marijus | 2017-07-31 | 1 | -20/+3 |
| | |||||
* | disable file notifications on initial upload for now - it can behave funky ↵ | git-marijus | 2017-07-31 | 1 | -3/+3 |
| | | | | when uploading multiple small files at once | ||||
* | fix a bug where if multiple channels uploaded the same file to the same ↵ | git-marijus | 2017-07-30 | 1 | -2/+4 |
| | | | | folder, the uploaded file would end up with an incremental number added to the filename for each upload even if the file did not exist yet in the channels folder | ||||
* | ltrim $display_path in attach_store() to be consistent with attach_mkdir() ↵ | git-marijus | 2017-07-30 | 1 | -2/+2 |
| | | | | and go to created folder after successfully creating one | ||||
* | implement file notification on initial upload and rename ↵ | git-marijus | 2017-07-29 | 1 | -7/+14 |
| | | | | get_parent_cloudpath() to get_cloud_url() which now includes the filename | ||||
* | implement chunked uploads on the wall; making it work painlessly on /cloud ↵ | zotlabs | 2017-07-13 | 1 | -0/+101 |
| | | | | was attempted but will not be implemented today. That presents some interesting dragons to slay. | ||||
* | more cloud updates - upgrade the DAV structures as well. | zotlabs | 2017-03-22 | 1 | -18/+28 |
| | |||||
* | some more photo issues | zotlabs | 2017-03-22 | 1 | -5/+7 |
| | |||||
* | perform attach_upgrade() | zotlabs | 2017-03-20 | 1 | -0/+23 |
| | |||||
* | add function attach_syspaths to calculate the contents of os_path and ↵ | zotlabs | 2017-03-19 | 1 | -2/+42 |
| | | | | display_path; add this to the rename function. We will also need it to populate existing file/photo structures as an upgrade task. | ||||
* | attach_folder_rpaths() providing incorrect results | zotlabs | 2017-03-19 | 1 | -3/+3 |
| | |||||
* | add os_path and display_path to photos, fix some issues with multiple path ↵ | zotlabs | 2017-03-14 | 1 | -5/+4 |
| | | | | separators after cloud/nickname in the content field of attach and photos | ||||
* | store os_path and display_path with files | zotlabs | 2017-03-14 | 1 | -2/+3 |
| | |||||
* | fix find_folder_hash_by_path() which was not safe against multiple attach ↵ | zotlabs | 2017-02-20 | 1 | -9/+23 |
| | | | | structures with the same filename but in different directories | ||||
* | don't search on empty filename - we shouldn't find it. The reason why this ↵ | zotlabs | 2017-02-20 | 1 | -4/+6 |
| | | | | change is being made is because we actually did find it due to a development glitch | ||||
* | Create virtual privacy groups for private profile member lists | zotlabs | 2017-02-12 | 1 | -28/+30 |
| | |||||
* | attach_delete() - remove photo resources even if the attach table row wasn't ↵ | zotlabs | 2017-01-15 | 1 | -12/+23 |
| | | | | found. | ||||
* | attach_list_files bugfix | zotlabs | 2016-12-06 | 1 | -1/+1 |
| | |||||
* | api files improvements/fixes and documentation | zotlabs | 2016-12-06 | 1 | -2/+2 |
| | |||||
* | attach_rename: flaw in duplicate filename detection resulted in ↵ | zotlabs | 2016-11-10 | 1 | -0/+4 |
| | | | | filename(1)(1)(1).ext |