aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/cloud_actionspanel.tpl
Commit message (Collapse)AuthorAgeFilesLines
* upgrade to bootstrap 5.0.1 and first batch of fixesMario2021-06-071-7/+7
|
* missing translateable string and adapt iconsMario2021-01-041-1/+1
|
* fix regression in files aclselectMario2020-12-151-1/+1
|
* add another parent element to wrap the toolsMario2020-12-141-39/+45
|
* merge branch files_ng into devMario2020-12-141-4/+11
|
* remove warning for large files on cloud uploadzotlabs2017-12-021-1/+1
|
* more or less working chunked uploads on /cloud now.zotlabs2017-11-301-1/+1
|
* progress on chunked uploads in /cloudzotlabs2017-11-301-3/+4
|
* more chunk stuffzotlabs2017-11-291-1/+1
|
* more chunkzotlabs2017-11-281-1/+1
|
* more chunk workzotlabs2017-11-281-1/+1
|
* lets try this in the wild for a whileMario Vavti2017-11-061-1/+1
|
* disable file notifications on initial upload for now - it can behave funky ↵git-marijus2017-07-311-1/+1
| | | | when uploading multiple small files at once
* implement file notification on initial upload and rename ↵git-marijus2017-07-291-0/+1
| | | | get_parent_cloudpath() to get_cloud_url() which now includes the filename
* Revert "move theme specific files to theme dir"zotlabs2017-05-021-0/+42
| | | | This reverts commit e332d1074f1b663ec66d37b0f575df2e41d5535c.
* move theme specific files to theme dirzotlabs2017-05-011-42/+0
|
* some sed magic on button class namesMario Vavti2017-03-101-2/+2
|
* add file size notes to /cloud actions panelzotlabs2017-02-271-1/+1
|
* make lock switching actually work with multiple acl formsMario Vavti2016-08-291-1/+0
|
* implement acl for folder creationMario Vavti2016-08-101-7/+19
|
* bring back acl for cloud file uploadsMario Vavti2016-08-061-15/+26
|
* multi acl: port /cloud and /filestorageMario Vavti2016-08-041-2/+1
|
* multiple acl workMario Vavti2016-08-031-0/+1
|
* reusing the original form did not work so well via xhr upload - let us ↵Mario Vavti2016-07-281-1/+1
| | | | create a new form for this action. revert progressbar- only works nice in firefox
* rework drag and drop to drag directly into files area, implement the default ↵Mario Vavti2016-07-271-8/+2
| | | | upload button to work with the same mechanism as drag and drop, revert 560af7a5b8e30001ea6bf9a6d2ea36e94ae904d0 since it did not work so well with the new cloud upload mechanism
* allow multiple-file cloud uploadMario Vavti2016-07-261-1/+1
|
* revert multiple testMario Vavti2016-07-251-1/+1
|
* css fixesMario Vavti2016-07-251-1/+1
|
* revert cloud acl selector (branched so as to continue development)redmatrix2016-07-251-18/+6
|
* add acl selection to files upload via /cloud (still missing from directory ↵redmatrix2016-07-241-6/+18
| | | | creation)
* Multiple file upload by drag and drop with progress indicators and auto page ↵Andrew Manning2016-07-241-193/+20
| | | | reload
* Include credentials for session cookie in xhrAndrew Manning2016-07-231-0/+1
|
* AJAX single upload might be working, but permissions problems seem to cause ↵Andrew Manning2016-07-231-11/+77
| | | | failure.
* Drag and drop file information display in cloud files upload form. No actual ↵Andrew Manning2016-07-221-0/+112
| | | | upload implemented yet.
* css fixesMario Vavti2015-10-271-2/+2
|
* warn if quota exceeds 90% of storage limitMario Vavti2015-10-211-1/+1
|
* move file storage quota display to upload section. add a warning if ↵Mario Vavti2015-10-211-0/+1
| | | | remaining space is less than 100MB and fix % calculation
* css fixesmarijus2014-12-301-1/+2
|
* some work on cloud actionspanel and minor cleanupmarijus2014-12-291-5/+6
|
* files: make mod/filestorage.php load via ajax and some design work. work in ↵marijus2014-12-211-26/+16
| | | | progress...
* This is a fix to not interfere the ongoing adding of ↵marijus2014-10-101-0/+2
| | | | | | | .generic-content-wrapper with the ongoing styling of redbasic theme. adding of .generic-content-wrapper is needed and useful for derivative themes but it should not contain any styling information for redbasic theme. therefor i added .generic-content-wrapper-styled as a quickfix for spots where redbasic is not finished yet. Sidenote: please avoid opening a div in one *.tpl and close it in another or (even worse) open a div in a *.tpl and close it in an already templatified mod/*.php. This will really make the code and templates very, very confusing.
* Added and changed on some places div class generic-content-wrapper. And ↵Jeroen2014-10-091-1/+3
| | | | added to redbasic. Other thems can now also theme backgrounds of a lot of pages. I'm not completely done, but till now - this is it.
* Some documentation for include/reddav.php and a new tpl-file.Klaus Weidenbach2014-06-291-0/+23
Documented include/reddav.php a bit more to understand what it is about to try to clean up some parts. Still a lot to be done here. I put serveral @todo markers that need to be checked. Moved some more HTML to template file. Changed getETag() return format according to documentation. (ETag MUST be surrounded by double-quotes)