Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | issue #409 - use item_notshown for file activities to prevent display but ↵ | zotlabs | 2016-11-02 | 1 | -1/+1 |
| | | | | allow transmitting to other sites. We currently allow file acitivies with item_hidden to be transmitted as a special case but eventually we want to remove the special case and disallow items with item_hidden from being propagated. | ||||
* | some more places which require dbescbin and dbunescbin | zotlabs | 2016-10-24 | 1 | -8/+9 |
| | |||||
* | correct encoding | zotlabs | 2016-10-23 | 1 | -1/+1 |
| | |||||
* | attach_mkdir use $os_path and $display_path initilized to an empty string | Florian Steinel | 2016-10-22 | 1 | -2/+6 |
| | |||||
* | add column display_path to inserts into attachment, as this column is a not ↵ | Florian Steinel | 2016-10-22 | 1 | -10/+18 |
| | | | | | | | | | | null column Conflicts: Zotlabs/Storage/Directory.php include/attach.php amend 54def92bcf75c08cd8dec3921e5ef26f23d85ffc display_path | ||||
* | [TASK] Update Doxyfile and fix Doxygen errors. | Klaus Weidenbach | 2016-10-13 | 1 | -140/+143 |
| | | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen. | ||||
* | remove special handling of lookalike '@ char from attach path | zotlabs | 2016-10-12 | 1 | -2/+2 |
| | |||||
* | Comment and code about UTF-8 @-sign do not match. | Klaus Weidenbach | 2016-10-11 | 1 | -3/+3 |
| | | | | | | Changed code according to comment: First AT is now full-width AT U+FF20. Do we also need to replace small AT U+FE6B? | ||||
* | wrong resource (attach_change_permissions()) | redmatrix | 2016-10-03 | 1 | -1/+1 |
| | |||||
* | sync cloud storage permission changes (issue #538 continued) | redmatrix | 2016-10-01 | 1 | -2/+13 |
| | |||||
* | issue #538 continued | redmatrix | 2016-09-30 | 1 | -4/+4 |
| | |||||
* | issue #538 continued | redmatrix | 2016-09-29 | 1 | -4/+4 |
| | |||||
* | attach sql issue | redmatrix | 2016-09-23 | 1 | -1/+1 |
| | |||||
* | issue #519 continued | redmatrix | 2016-09-22 | 1 | -5/+12 |
| | |||||
* | photo move to another album - resurrected from a temporary branch where the ↵ | redmatrix | 2016-09-06 | 1 | -0/+48 |
| | | | | work had gotten lost | ||||
* | Merge remote-tracking branch 'upstream/dev' into website-export. Added ↵ | Andrew Manning | 2016-08-27 | 1 | -1/+125 |
|\ | | | | | | | attach_move() to include/attach.php. | ||||
| * | - implemented but untested: duplicate detection for photo 'move to another ↵ | redmatrix | 2016-08-26 | 1 | -2/+57 |
| | | | | | | | | | | | | folder' - weekly string update | ||||
| * | attach_move() function created to relocate files or photos to different ↵ | redmatrix | 2016-08-24 | 1 | -0/+70 |
| | | | | | | | | directories in the cloud area and photo albums without deleting and recreating (which would create a new resource_id and invalidate any existing links). | ||||
* | | Website export to cloud files works. Created new recursive copy function in ↵ | Andrew Manning | 2016-08-23 | 1 | -0/+47 |
|/ | | | | attach.php. | ||||
* | implement acl for folder creation | Mario Vavti | 2016-08-10 | 1 | -0/+16 |
| | |||||
* | fix /cloud upload for images | Mario Vavti | 2016-08-06 | 1 | -1/+1 |
| | |||||
* | bring back acl for cloud file uploads | Mario Vavti | 2016-08-06 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/dev' into website-import | Andrew Manning | 2016-07-30 | 1 | -0/+1 |
|\ | |||||
| * | translate mime types to icons, update some icons, move file preview (upload ↵ | Mario Vavti | 2016-07-28 | 1 | -0/+1 |
| | | | | | | | | progress) below table header | ||||
* | | Importing webpage elements from manually entered cloud file path work. All ↵ | Andrew Manning | 2016-07-17 | 1 | -1/+1 |
| | | | | | | | | detected elements are automatically imported. | ||||
* | | Added functions to check cloud files path and return path with hashed names | Andrew Manning | 2016-07-17 | 1 | -0/+67 |
|/ | |||||
* | stream large photos through buffered I/O if possible | redmatrix | 2016-06-29 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' into sabre32 | Mario Vavti | 2016-06-21 | 1 | -2/+2 |
|\ | |||||
| * | update attach on import if exists | redmatrix | 2016-06-20 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'dev' into sabre32 | Mario Vavti | 2016-06-17 | 1 | -3/+9 |
|\| | |||||
| * | core changes to better support media migrations | redmatrix | 2016-06-16 | 1 | -3/+9 |
| | | |||||
* | | more style work | Mario Vavti | 2016-06-09 | 1 | -1/+1 |
|/ | |||||
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -14/+12 |
| | | | | 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. | ||||
* | daemon conversion continued... | redmatrix | 2016-05-19 | 1 | -2/+2 |
| | |||||
* | send file sync packets for all known file operations | redmatrix | 2016-04-07 | 1 | -4/+12 |
| | |||||
* | use the explicit form of build_sync_packet so that file/photo sync will work ↵ | redmatrix | 2016-04-06 | 1 | -1/+1 |
| | | | | even when the actual observer is a guest (with permission to upload). | ||||
* | file sync testing | redmatrix | 2016-04-06 | 1 | -2/+2 |
| | |||||
* | file sync work | redmatrix | 2016-04-06 | 1 | -1/+24 |
| | |||||
* | getting file sync data - missed parent folder | redmatrix | 2016-04-06 | 1 | -1/+7 |
| | |||||
* | provide function to collect file/photo sync data per help/filesync | redmatrix | 2016-04-05 | 1 | -0/+55 |
| | |||||
* | static App | redmatrix | 2016-03-31 | 1 | -2/+2 |
| | |||||
* | some minor cleanups | redmatrix | 2016-03-10 | 1 | -1/+1 |
| | |||||
* | fix deletion of files from filesystem | Mario Vavti | 2016-02-29 | 1 | -1/+1 |
| | |||||
* | do not process update activity if there is no item to update and simplify ↵ | Mario Vavti | 2016-02-29 | 1 | -28/+19 |
| | | | | code a little | ||||
* | missing include | Mario Vavti | 2016-02-27 | 1 | -0/+1 |
| | |||||
* | make attach_delete() return and comment out album rename functionality since ↵ | Mario Vavti | 2016-02-27 | 1 | -0/+2 |
| | | | | this is not supported by the backend at the moment. | ||||
* | some improvement for file activity | Mario Vavti | 2016-02-26 | 1 | -7/+8 |
| |