Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -35/+48 |
| | |||||
* | optionally report total available space when uploading | zotlabs | 2018-06-13 | 1 | -0/+4 |
| | |||||
* | Update github.com git repo URLs with framagit.org URLs | Andrew Manning | 2018-06-08 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | turn down logging from DAV basicauth until needed | zotlabs | 2018-05-07 | 1 | -6/+6 |
| | |||||
* | make the cloud logging a bit less verbose until we actually need it. | zotlabs | 2018-05-02 | 1 | -1/+1 |
| | |||||
* | admin delete of files | zotlabs | 2018-05-02 | 1 | -1/+3 |
| | |||||
* | 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. | ||||
* | Use Add Files/Photos instead of Upload to open the upload dialog | Mario Vavti | 2018-04-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-03-27 | 1 | -2/+18 |
|\ | |||||
| * | 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 |
| | | |||||
* | | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-02-24 | 1 | -1/+4 |
|\| | |||||
| * | cloud 'view-as-tiles' toggle wasn't available (at all) for guests and they ↵ | zotlabs | 2018-02-22 | 1 | -1/+4 |
| | | | | | | | | are the most likely to prefer that view. Fix that and make tiles the default view for guests, and list mode the default view for the channel owner. | ||||
* | | OAuth2TestVehicle module can create and delete oauth2 database tables. | Andrew Manning | 2018-02-20 | 1 | -0/+10 |
|/ | |||||
* | 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 | ||||
* | mod_cloud: provide a themed page with an error notification on errors ↵ | zotlabs | 2017-12-05 | 1 | -1/+1 |
| | | | | instead of an obtuse XML error structure | ||||
* | remove warning for large files on cloud upload | zotlabs | 2017-12-02 | 1 | -3/+0 |
| | |||||
* | set display_path for photo_upload from the DAV File interface | zotlabs | 2017-11-20 | 1 | -2/+6 |
| | |||||
* | text thumbnails in cloud tile mode | zotlabs | 2017-11-19 | 3 | -2/+16 |
| | |||||
* | svg thumbnails have security concerns. Added thumbnail security setting and ↵ | zotlabs | 2017-11-17 | 1 | -2/+11 |
| | | | | hook to generate other thumbnails - a plugin for text file thumbnails isn't too difficult (using imagemagick lib), however it's a tossup whether we do this at file submission time or at render time for performance reasons. Perhaps both options should be available. | ||||
* | allow svg image previews in cloud browser when using tile mode. | zotlabs | 2017-11-16 | 1 | -1/+10 |
| | |||||
* | sort out a few more large image upload issues | zotlabs | 2017-11-14 | 3 | -2/+22 |
| | |||||
* | set os_syspath in DAV file put operation so that photos will scale correctly. | zotlabs | 2017-11-10 | 1 | -3/+6 |
| | |||||
* | allow cloud filenames to include ampersands without messing up auth tokens ↵ | zotlabs | 2017-11-05 | 1 | -0/+1 |
| | | | | (zid, owt, and zat, and the constant placeholder 'f=') | ||||
* | provide a 'tile' view (view only) mode to mod_cloud | zotlabs | 2017-10-30 | 1 | -0/+20 |
| | |||||
* | feed untranslated appnames to nav_set_selected() and query for the active ↵ | Mario Vavti | 2017-10-09 | 1 | -1/+1 |
| | | | | app directly to get app details | ||||
* | check code rights on cloud files | zotlabs | 2017-09-05 | 1 | -2/+2 |
| | |||||
* | hubzilla issue #846 | zotlabs | 2017-08-17 | 1 | -1/+1 |
| | |||||
* | create cdav principal also on client access and remove redundant pconfig ↵ | Mario Vavti | 2017-08-10 | 1 | -6/+3 |
| | | | | check in authentication process | ||||
* | implement file notification on initial upload and rename ↵ | git-marijus | 2017-07-29 | 1 | -1/+2 |
| | | | | get_parent_cloudpath() to get_cloud_url() which now includes the filename | ||||
* | suppress fopen errors from dav | zotlabs | 2017-07-23 | 1 | -1/+1 |
| | |||||
* | more nav_set_selected apps | git-marijus | 2017-07-21 | 1 | -0/+2 |
| | |||||
* | better fix for dav headers already sent issue | zotlabs | 2017-06-26 | 1 | -1/+2 |
| | |||||
* | get rid of some more deprecated uses of $a | zotlabs | 2017-03-28 | 1 | -1/+1 |
| | |||||
* | remove obsolete app argument from load_pdl | zotlabs | 2017-03-28 | 1 | -1/+1 |
| | |||||
* | get rid of get_app() | zotlabs | 2017-03-28 | 1 | -2/+3 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-03-25 | 1 | -1/+2 |
|\ | |||||
| * | move profile tabs to app-tray | Mario Vavti | 2017-03-20 | 1 | -1/+2 |
| | | |||||
* | | more cloud updates - upgrade the DAV structures as well. | zotlabs | 2017-03-22 | 2 | -23/+51 |
|/ | |||||
* | add file size notes to /cloud actions panel | zotlabs | 2017-02-27 | 1 | -0/+4 |
| | |||||
* | prep work | zotlabs | 2017-02-27 | 1 | -1/+1 |
| | |||||
* | fix find_folder_hash_by_path() which was not safe against multiple attach ↵ | zotlabs | 2017-02-20 | 1 | -1/+7 |
| | | | | structures with the same filename but in different directories | ||||
* | 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 | 4 | -75/+76 |
| | | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen. |