Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use uuid in file storage | zotlabs | 2018-11-22 | 1 | -1/+1 |
| | |||||
* | hiding a channel from the directory also hides them from the cloud rootdir | zotlabs | 2018-06-18 | 1 | -3/+2 |
| | |||||
* | re-implement/refactor getQuotaInfo() on DAV storage | zotlabs | 2018-06-14 | 1 | -33/+44 |
| | |||||
* | show/hide dot files only in mod_cloud. For DAV let the OS decide | zotlabs | 2018-05-09 | 1 | -1/+1 |
| | |||||
* | hide dotfiles by default in /cloud - the web interface (they are still ↵ | zotlabs | 2018-05-08 | 1 | -0/+2 |
| | | | | accessible but hidden). Change this behaviour with pconfig system.show_dot_files | ||||
* | sql error | zotlabs | 2018-04-27 | 1 | -1/+1 |
| | |||||
* | set the 'force' flag on attach_mkdir when initiated from a DAV operation. ↵ | zotlabs | 2018-04-26 | 1 | -1/+5 |
| | | | | This will report success if it already exists rather than throwing an exception. | ||||
* | initial support for alternative sort orders on the cloud pages. Can be ↵ | zotlabs | 2018-03-21 | 1 | -1/+17 |
| | | | | triggered manually but further development is required. | ||||
* | slight re-org and update of documentation, moving the tutorial to the top. | zotlabs | 2018-03-16 | 1 | -1/+1 |
| | |||||
* | sort cloud directory by 1. is_dir and 2. name until we can figure out a way ↵ | zotlabs | 2017-12-25 | 1 | -1/+1 |
| | | | | to request different sort orders | ||||
* | hubzilla issue #680, implement IMoveTarget and recursive file/directory ↵ | zotlabs | 2017-12-06 | 1 | -1/+17 |
| | | | | move/rename | ||||
* | text thumbnails in cloud tile mode | zotlabs | 2017-11-19 | 1 | -0/+2 |
| | |||||
* | sort out a few more large image upload issues | zotlabs | 2017-11-14 | 1 | -0/+11 |
| | |||||
* | more cloud updates - upgrade the DAV structures as well. | zotlabs | 2017-03-22 | 1 | -22/+40 |
| | |||||
* | prep work | zotlabs | 2017-02-27 | 1 | -1/+1 |
| | |||||
* | until we've settled on what they should be, set os_path and display_path to ↵ | Florian Steinel | 2016-10-22 | 1 | -2/+2 |
| | | | | an emtpy string | ||||
* | add column display_path to inserts into attachment, as this column is a not ↵ | Florian Steinel | 2016-10-22 | 1 | -2/+4 |
| | | | | | | | | | | 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 | -21/+21 |
| | | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen. | ||||
* | [TASK] Replace deprecated Sabre functions. | Klaus Weidenbach | 2016-09-29 | 1 | -55/+35 |
| | | | | Replaced some deprecated functions from Sabre's URLUtil class. | ||||
* | Merge remote-tracking branch 'upstream/dev' into website-import | Andrew Manning | 2016-07-30 | 1 | -1/+2 |
|\ | |||||
| * | URLUtil path has changed since sabredav 1.8 - fixes renaming issue in dav ↵ | Mario Vavti | 2016-07-26 | 1 | -1/+2 |
| | | | | | | | | clients | ||||
* | | Merge remote-tracking branch 'upstream/dev' into website-import | Andrew Manning | 2016-07-20 | 1 | -1/+0 |
|\| | |||||
| * | include attach.php at the module level since 2d4b75428a87038 wasn't ↵ | redmatrix | 2016-07-17 | 1 | -1/+0 |
| | | | | | | | | backported to dev and we're about to branch an RC | ||||
* | | Added functions to check cloud files path and return path with hashed names | Andrew Manning | 2016-07-17 | 1 | -0/+1 |
|/ | |||||
* | more fixes for /cloud and /dav | Mario Vavti | 2016-07-07 | 1 | -0/+2 |
| | |||||
* | merge include/reddav.php into Zotlabs/Storage/Directory.php | redmatrix | 2016-07-05 | 1 | -4/+280 |
| | |||||
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -1/+1 |
| | | | | 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. | ||||
* | Synchronization: Directory creation on sync import corrected. | sasiflo | 2016-05-17 | 1 | -4/+6 |
| | |||||
* | allow engineering units (e.g. 400M, 1G) as service class limits | redmatrix | 2016-04-28 | 1 | -3/+3 |
| | |||||
* | send file sync packets for all known file operations | redmatrix | 2016-04-07 | 1 | -1/+25 |
| | |||||
* | use the explicit form of build_sync_packet so that file/photo sync will work ↵ | redmatrix | 2016-04-06 | 1 | -0/+6 |
| | | | | even when the actual observer is a guest (with permission to upload). | ||||
* | static App | redmatrix | 2016-03-31 | 1 | -5/+5 |
| | |||||
* | move storage assets to zotlabs/storage | redmatrix | 2016-02-19 | 1 | -0/+536 |