aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Cloud.php
Commit message (Collapse)AuthorAgeFilesLines
* fix more php deprecationsMario2024-01-141-1/+1
|
* go away if method is not implementedMario2023-01-031-2/+2
|
* provide inline error messages for mod cloudMario2023-01-031-7/+4
|
* fix php warningsMario2022-10-121-1/+1
|
* cloud: instead of asking for a page reload when expiriencing a not ↵Mario2021-04-081-1/+2
| | | | implemnented exception just go there right away - issue #1556
* get devHilmar R2021-03-011-1/+1
|
* merge branch files_ng into devMario2020-12-141-8/+12
|
* fix bitrot in util/zotshzotlabs2019-08-151-7/+0
|
* SECURITY: provide option to disable the cloud 'root' directory and make the ↵zotlabs2018-06-131-0/+9
| | | | cloud module require a target channel nickname. This is a low impact change as there is currently no disclosure of private information. The presence of a file browser for all the channels on the site could be (and is reported to be) a concern to some people and there is no reason why it shouldn't be optional.
* initial support for alternative sort orders on the cloud pages. Can be ↵zotlabs2018-03-211-0/+6
| | | | triggered manually but further development is required.
* handle error logging in on cloud page (post method not implemented), ↵zotlabs2018-02-221-0/+3
| | | | politely ask viewer to refresh the page rather than alert 'unknown error'.
* mod_cloud: provide a themed page with an error notification on errors ↵zotlabs2017-12-051-0/+24
| | | | instead of an obtuse XML error structure
* allow cloud filenames to include ampersands without messing up auth tokens ↵zotlabs2017-11-051-16/+8
| | | | (zid, owt, and zat, and the constant placeholder 'f=')
* fix cloud redirects with owt tokenszotlabs2017-11-031-5/+14
|
* better fix for dav headers already sent issuezotlabs2017-06-261-1/+2
|
* typo in chanview, remove output buffering in mod_cloud which is preventing ↵zotlabs2017-06-251-2/+2
| | | | large files from being downloaded. IIRC this was put there to avoid a SAML warning in SabreDAV but I'm not seeing that currently.
* get rid of 'davguest' and allow for project specific DB updates (currently ↵zotlabs2017-03-251-2/+0
| | | | db updates are common between all possible projects/subprojects/forks).
* use head_add_link() for feed discoveryzotlabs2017-02-211-2/+0
|
* update fr translationzotlabs2017-02-201-2/+0
|
* [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-131-25/+26
| | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen.
* include attach.php at the module level since 2d4b75428a87038 wasn't ↵redmatrix2016-07-171-0/+3
| | | | backported to dev and we're about to branch an RC
* more fixes for /cloud and /davMario Vavti2016-07-071-11/+0
|
* fix /cloud after recent changesMario Vavti2016-07-061-2/+1
|
* remove the app $a passed to profile_load, also add profile_load to mod_wiki ↵redmatrix2016-06-261-1/+1
| | | | which should fix issue #431
* another try on #385 - replace sabres restrictive CSP with what we do in boot.phpMario Vavti2016-05-251-0/+3
|
* revert fix for #385Mario Vavti2016-05-211-4/+0
|
* possible better fix for #385Mario Vavti2016-05-211-1/+5
|
* sabre upgraderedmatrix2016-05-101-1/+0
|
* a bit more namespace wranglingredmatrix2016-04-181-4/+4
|
* module updatesredmatrix2016-04-181-0/+110