aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Storage
Commit message (Collapse)AuthorAgeFilesLines
* remove extraneous loggingzotlabs2019-02-191-1/+0
|
* fix ability for file storage creators (visitors) to be able to delete their ↵zotlabs2019-02-191-4/+11
| | | | own content
* use uuid in file storagezotlabs2018-11-221-1/+1
|
* hiding a channel from the directory also hides them from the cloud rootdirzotlabs2018-06-181-3/+2
|
* re-implement/refactor getQuotaInfo() on DAV storagezotlabs2018-06-142-35/+48
|
* optionally report total available space when uploadingzotlabs2018-06-131-0/+4
|
* Update github.com git repo URLs with framagit.org URLsAndrew Manning2018-06-081-1/+1
|
* show/hide dot files only in mod_cloud. For DAV let the OS decidezotlabs2018-05-091-1/+1
|
* hide dotfiles by default in /cloud - the web interface (they are still ↵zotlabs2018-05-081-0/+2
| | | | accessible but hidden). Change this behaviour with pconfig system.show_dot_files
* turn down logging from DAV basicauth until neededzotlabs2018-05-071-6/+6
|
* make the cloud logging a bit less verbose until we actually need it.zotlabs2018-05-021-1/+1
|
* admin delete of fileszotlabs2018-05-021-1/+3
|
* sql errorzotlabs2018-04-271-1/+1
|
* set the 'force' flag on attach_mkdir when initiated from a DAV operation. ↵zotlabs2018-04-261-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 dialogMario Vavti2018-04-071-1/+1
|
* Merge branch 'dev' into oauth2Andrew Manning2018-03-271-2/+18
|\
| * initial support for alternative sort orders on the cloud pages. Can be ↵zotlabs2018-03-211-1/+17
| | | | | | | | triggered manually but further development is required.
| * slight re-org and update of documentation, moving the tutorial to the top.zotlabs2018-03-161-1/+1
| |
* | Merge branch 'dev' into oauth2Andrew Manning2018-02-241-1/+4
|\|
| * cloud 'view-as-tiles' toggle wasn't available (at all) for guests and they ↵zotlabs2018-02-221-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 Manning2018-02-201-0/+10
|/
* sort cloud directory by 1. is_dir and 2. name until we can figure out a way ↵zotlabs2017-12-251-1/+1
| | | | to request different sort orders
* hubzilla issue #680, implement IMoveTarget and recursive file/directory ↵zotlabs2017-12-061-1/+17
| | | | move/rename
* mod_cloud: provide a themed page with an error notification on errors ↵zotlabs2017-12-051-1/+1
| | | | instead of an obtuse XML error structure
* remove warning for large files on cloud uploadzotlabs2017-12-021-3/+0
|
* set display_path for photo_upload from the DAV File interfacezotlabs2017-11-201-2/+6
|
* text thumbnails in cloud tile modezotlabs2017-11-193-2/+16
|
* svg thumbnails have security concerns. Added thumbnail security setting and ↵zotlabs2017-11-171-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.zotlabs2017-11-161-1/+10
|
* sort out a few more large image upload issueszotlabs2017-11-143-2/+22
|
* set os_syspath in DAV file put operation so that photos will scale correctly.zotlabs2017-11-101-3/+6
|
* allow cloud filenames to include ampersands without messing up auth tokens ↵zotlabs2017-11-051-0/+1
| | | | (zid, owt, and zat, and the constant placeholder 'f=')
* provide a 'tile' view (view only) mode to mod_cloudzotlabs2017-10-301-0/+20
|
* feed untranslated appnames to nav_set_selected() and query for the active ↵Mario Vavti2017-10-091-1/+1
| | | | app directly to get app details
* check code rights on cloud fileszotlabs2017-09-051-2/+2
|
* hubzilla issue #846zotlabs2017-08-171-1/+1
|
* create cdav principal also on client access and remove redundant pconfig ↵Mario Vavti2017-08-101-6/+3
| | | | check in authentication process
* implement file notification on initial upload and rename ↵git-marijus2017-07-291-1/+2
| | | | get_parent_cloudpath() to get_cloud_url() which now includes the filename
* suppress fopen errors from davzotlabs2017-07-231-1/+1
|
* more nav_set_selected appsgit-marijus2017-07-211-0/+2
|
* better fix for dav headers already sent issuezotlabs2017-06-261-1/+2
|
* get rid of some more deprecated uses of $azotlabs2017-03-281-1/+1
|
* remove obsolete app argument from load_pdlzotlabs2017-03-281-1/+1
|
* get rid of get_app()zotlabs2017-03-281-2/+3
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-251-1/+2
|\
| * move profile tabs to app-trayMario Vavti2017-03-201-1/+2
| |
* | more cloud updates - upgrade the DAV structures as well.zotlabs2017-03-222-23/+51
|/
* add file size notes to /cloud actions panelzotlabs2017-02-271-0/+4
|
* prep workzotlabs2017-02-271-1/+1
|
* fix find_folder_hash_by_path() which was not safe against multiple attach ↵zotlabs2017-02-201-1/+7
| | | | structures with the same filename but in different directories