Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | provide os_mkdir to workaround permission issues with php mkdir | friendica | 2014-07-16 | 1 | -2/+2 |
| | |||||
* | Add rename support for DAV directories. | Klaus Weidenbach | 2014-06-30 | 1 | -3/+3 |
| | | | | This works only over DAV right now, no GUI yet. | ||||
* | Fixed some more timestamp bugs in RedDAV. | Klaus Weidenbach | 2014-06-29 | 1 | -13/+30 |
| | | | | Fixed an SQL-query in RedFile::put(), where parameters where in wrong order. | ||||
* | Fixed a wrong timestamp update when adding a file. | Klaus Weidenbach | 2014-06-29 | 1 | -4/+4 |
| | | | | | | | When a file was uploaded the timestamp of the containing folder should get updated, but the timestamp of the first file in the folder was mistakenly updated. There are some more wrong timestamps, but still looking for the bug. | ||||
* | Oops I left some debug stuff around | tuscanhobbit | 2014-06-24 | 1 | -5/+11 |
| | |||||
* | Fixes to links and forward URLs in filestorage | tuscanhobbit | 2014-06-24 | 1 | -0/+39 |
| | |||||
* | Doxygen include/attach.php | Klaus | 2014-02-19 | 1 | -70/+126 |
| | | | Some Doxygen as far as I understood and some styleguides. | ||||
* | add epub mimetype (application/epub+zip) | friendica | 2014-02-02 | 1 | -0/+1 |
| | |||||
* | mod_attach: output stream wasn't working | friendica | 2014-01-11 | 1 | -1/+2 |
| | |||||
* | fix cloud path in filestorage edit page | friendica | 2014-01-10 | 1 | -1/+1 |
| | |||||
* | directory creation error, display localtimes on cloud webpage, doc updates | friendica | 2014-01-10 | 1 | -1/+1 |
| | |||||
* | mod_filestorage: provide a URL for linking to webpages and other websites | friendica | 2014-01-09 | 1 | -0/+45 |
| | |||||
* | only let visitors remove their own files. | friendica | 2014-01-09 | 1 | -8/+12 |
| | |||||
* | This should be approaching completion for file OS storage. May be a few ↵ | friendica | 2014-01-08 | 1 | -4/+11 |
| | | | | minor bugs remaining due to some late-breaking fixes but I've been testing it as I go. | ||||
* | more work on dav - deletion and a bit more progress on OS storage | friendica | 2014-01-07 | 1 | -3/+56 |
| | |||||
* | make storage limit service classes apply to accounts, not channels. Also ↵ | friendica | 2014-01-07 | 1 | -2/+2 |
| | | | | include a css file that was missing from work yesterday. | ||||
* | prepare for OS file storage, and add bbcode attachment link to ↵ | friendica | 2014-01-06 | 1 | -2/+8 |
| | | | | mod/filestorage. This isn't beautiful, but it's a start. | ||||
* | add potentially recursive set permissions function for file storage | friendica | 2014-01-06 | 1 | -1/+41 |
| | |||||
* | reddav - basic mkdir support - needs more work to be robust | friendica | 2014-01-05 | 1 | -6/+9 |
| | |||||
* | fix mimetype detection fallback | friendica | 2014-01-03 | 1 | -10/+5 |
| | |||||
* | make the storage permissions tweakable for hosted environments where they ↵ | friendica | 2013-11-04 | 1 | -2/+2 |
| | | | | may require tweaking. | ||||
* | solid progress on attach_mkdir - but we need to figure out where to store ↵ | friendica | 2013-11-04 | 1 | -11/+73 |
| | | | | default file permissions. This should be separate from post/item permissions and we won't be able to set permissions from the DAV interface so if we want something private we have to provide these permissions in our preferences. | ||||
* | add attach_mkdir() | friendica | 2013-11-03 | 1 | -0/+71 |
| | |||||
* | Service class items | Christian Vogeley | 2013-09-08 | 1 | -1/+1 |
| | | | | Items / webpages /attachment message | ||||
* | attachment permissions not right | friendica | 2013-07-30 | 1 | -2/+2 |
| | |||||
* | this might make edits update across the wire, or it might not | friendica | 2013-02-28 | 1 | -0/+61 |
| | |||||
* | start formatting for Doxygen | friendica | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | mod/attach support for files/attachments using OS storage | friendica | 2013-02-05 | 1 | -4/+4 |
| | |||||
* | more progress on photos api | friendica | 2013-02-02 | 1 | -0/+11 |
| | |||||
* | debugging of file attachment api - somewhat functional but the attachment ↵ | friendica | 2013-01-31 | 1 | -6/+7 |
| | | | | info structure in the item table needs to be re-done. | ||||
* | file/attachment storage api with revision control - needs a bit more testing ↵ | friendica | 2013-01-31 | 1 | -2/+281 |
| | | | | but the framework is in place | ||||
* | beginning of backend file/attachment api | friendica | 2013-01-30 | 1 | -0/+68 |
| | |||||
* | Merge branch 'master' of https://github.com/friendica/friendica | Alexander Kampmann | 2012-04-05 | 1 | -0/+0 |
| | | | | | | Conflicts: include/config.php update.php | ||||
* | mime_content_type requires access to the file, not just the name | friendica | 2012-01-28 | 1 | -6/+8 |
| | |||||
* | add remove_user hook (it looks like dreamhost changed all my file ↵ | friendica | 2012-01-18 | 1 | -0/+0 |
| | | | | permissions, this will make a nasty commit) | ||||
* | several fixes for attachments | Friendika | 2011-08-03 | 1 | -5/+6 |
| | |||||
* | basic file upload/attach | Friendika | 2011-05-24 | 1 | -0/+80 |