aboutsummaryrefslogtreecommitdiffstats
path: root/include/attach.php
Commit message (Expand)AuthorAgeFilesLines
* util/dcp - support recursion and folders full of photos by importing files si...zotlabs2017-08-221-1/+7
* finally fix recursive attachments permissionsgit-marijus2017-08-011-54/+79
* improve file_activity() a littlegit-marijus2017-07-311-20/+3
* disable file notifications on initial upload for now - it can behave funky wh...git-marijus2017-07-311-3/+3
* fix a bug where if multiple channels uploaded the same file to the same folde...git-marijus2017-07-301-2/+4
* ltrim $display_path in attach_store() to be consistent with attach_mkdir() an...git-marijus2017-07-301-2/+2
* implement file notification on initial upload and rename get_parent_cloudpath...git-marijus2017-07-291-7/+14
* implement chunked uploads on the wall; making it work painlessly on /cloud wa...zotlabs2017-07-131-0/+101
* more cloud updates - upgrade the DAV structures as well.zotlabs2017-03-221-18/+28
* some more photo issueszotlabs2017-03-221-5/+7
* perform attach_upgrade()zotlabs2017-03-201-0/+23
* add function attach_syspaths to calculate the contents of os_path and display...zotlabs2017-03-191-2/+42
* attach_folder_rpaths() providing incorrect resultszotlabs2017-03-191-3/+3
* add os_path and display_path to photos, fix some issues with multiple path se...zotlabs2017-03-141-5/+4
* store os_path and display_path with fileszotlabs2017-03-141-2/+3
* fix find_folder_hash_by_path() which was not safe against multiple attach str...zotlabs2017-02-201-9/+23
* don't search on empty filename - we shouldn't find it. The reason why this ch...zotlabs2017-02-201-4/+6
* Create virtual privacy groups for private profile member listszotlabs2017-02-121-28/+30
* attach_delete() - remove photo resources even if the attach table row wasn't ...zotlabs2017-01-151-12/+23
* attach_list_files bugfixzotlabs2016-12-061-1/+1
* api files improvements/fixes and documentationzotlabs2016-12-061-2/+2
* attach_rename: flaw in duplicate filename detection resulted in filename(1)(1...zotlabs2016-11-101-0/+4
* issue #409 - use item_notshown for file activities to prevent display but all...zotlabs2016-11-021-1/+1
* some more places which require dbescbin and dbunescbinzotlabs2016-10-241-8/+9
* correct encodingzotlabs2016-10-231-1/+1
* attach_mkdir use $os_path and $display_path initilized to an empty stringFlorian Steinel2016-10-221-2/+6
* add column display_path to inserts into attachment, as this column is a not n...Florian Steinel2016-10-221-10/+18
* [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-131-140/+143
* remove special handling of lookalike '@ char from attach pathzotlabs2016-10-121-2/+2
* Comment and code about UTF-8 @-sign do not match.Klaus Weidenbach2016-10-111-3/+3
* wrong resource (attach_change_permissions())redmatrix2016-10-031-1/+1
* sync cloud storage permission changes (issue #538 continued)redmatrix2016-10-011-2/+13
* issue #538 continuedredmatrix2016-09-301-4/+4
* issue #538 continuedredmatrix2016-09-291-4/+4
* attach sql issueredmatrix2016-09-231-1/+1
* issue #519 continuedredmatrix2016-09-221-5/+12
* photo move to another album - resurrected from a temporary branch where the w...redmatrix2016-09-061-0/+48
* Merge remote-tracking branch 'upstream/dev' into website-export. Added attach...Andrew Manning2016-08-271-1/+125
|\
| * - implemented but untested: duplicate detection for photo 'move to another fo...redmatrix2016-08-261-2/+57
| * attach_move() function created to relocate files or photos to different direc...redmatrix2016-08-241-0/+70
* | Website export to cloud files works. Created new recursive copy function in a...Andrew Manning2016-08-231-0/+47
|/
* implement acl for folder creationMario Vavti2016-08-101-0/+16
* fix /cloud upload for imagesMario Vavti2016-08-061-1/+1
* bring back acl for cloud file uploadsMario Vavti2016-08-061-1/+1
* Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-301-0/+1
|\
| * translate mime types to icons, update some icons, move file preview (upload p...Mario Vavti2016-07-281-0/+1
* | Importing webpage elements from manually entered cloud file path work. All de...Andrew Manning2016-07-171-1/+1
* | Added functions to check cloud files path and return path with hashed namesAndrew Manning2016-07-171-0/+67
|/
* stream large photos through buffered I/O if possibleredmatrix2016-06-291-1/+1
* Merge branch 'dev' into sabre32Mario Vavti2016-06-211-2/+2
|\