| Commit message (Expand) | Author | Age | Files | Lines |
* | some more bookmark infrastructure plus a doc update | friendica | 2014-01-18 | 1 | -9/+44 |
* | prevent zid's from reaching the DAV core code. | friendica | 2014-01-16 | 1 | -1/+1 |
* | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2014-01-15 | 2 | -19/+53 |
|\ |
|
| * | fix folder timestamps and change them when a child DAV file is written to | friendica | 2014-01-15 | 1 | -5/+31 |
| * | dav: throw exception if channel for requested DAV directory is deleted | friendica | 2014-01-15 | 2 | -14/+22 |
* | | Log failed auth to it's own file so fail2ban doesn't have to parse MB of text | Thomas Willingham | 2014-01-15 | 1 | -2/+15 |
|/ |
|
* | mod_attach: output stream wasn't working | friendica | 2014-01-11 | 3 | -1/+7 |
* | DAV put() issues | friendica | 2014-01-10 | 1 | -1/+6 |
* | fix cloud path in filestorage edit page | friendica | 2014-01-10 | 1 | -1/+1 |
* | other reddav issues, but probably won't fix the empty file | friendica | 2014-01-10 | 1 | -4/+5 |
* | this may fix filesize 0 issues | friendica | 2014-01-10 | 1 | -3/+3 |
* | break delivery loop if an item is deleted twice | friendica | 2014-01-10 | 2 | -2/+9 |
* | Merge pull request #260 from zzottel/master | friendica | 2014-01-10 | 1 | -2/+3 |
|\ |
|
| * | fix the fix (can't work on query if it hasn't been added to $dest yet) | zottel | 2014-01-10 | 1 | -2/+3 |
* | | directory creation error, display localtimes on cloud webpage, doc updates | friendica | 2014-01-10 | 2 | -3/+7 |
|/ |
|
* | 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 | 2 | -10/+22 |
* | add cloud link to profile_tabs and Comanchify the sucker | friendica | 2014-01-09 | 1 | -0/+9 |
* | add link from DAV web ui to filestorage to set properties or delete or whatever | friendica | 2014-01-09 | 1 | -0/+8 |
* | wrap the web interface to DAV in a Red page. This is before we make the strin... | friendica | 2014-01-09 | 1 | -0/+181 |
* | simplify permalink selection logic | friendica | 2014-01-09 | 4 | -5/+7 |
* | some minor cleanup on plinks for some very subtle permissions issues | friendica | 2014-01-09 | 4 | -8/+19 |
* | process str_replace before urlencoding | friendica | 2014-01-09 | 1 | -1/+1 |
* | Merge https://github.com/friendica/red into zpull | friendica | 2014-01-09 | 3 | -5/+11 |
|\ |
|
| * | use display/ plinks for comments | zottel | 2014-01-09 | 1 | -3/+2 |
| * | use plinks instead of llinks on network/ and channel/ pages, though not in | zottel | 2014-01-09 | 1 | -1/+1 |
| * | save channel/<channel>/?mid=... plinks with the items | zottel | 2014-01-09 | 1 | -2/+9 |
| * | urlencode query_string for magic auth to make sure GET params make it back | zottel | 2014-01-09 | 1 | -2/+2 |
* | | remove a lot of extraneous debugging now that most of this stuff basically works | friendica | 2014-01-09 | 1 | -63/+28 |
|/ |
|
* | fix table bbcode | friendica | 2014-01-09 | 1 | -1/+1 |
* | This should be approaching completion for file OS storage. May be a few minor... | friendica | 2014-01-08 | 2 | -47/+62 |
* | preparatory work for supporting a "list view" mode for conversations. This wo... | friendica | 2014-01-08 | 2 | -0/+9 |
* | qr enhancements | friendica | 2014-01-08 | 1 | -1/+1 |
* | qr code support | friendica | 2014-01-07 | 1 | -0/+10 |
* | more work on dav - deletion and a bit more progress on OS storage | friendica | 2014-01-07 | 3 | -15/+62 |
* | make storage limit service classes apply to accounts, not channels. Also incl... | friendica | 2014-01-07 | 3 | -10/+8 |
* | bbcode convenience variables for producing documentation. | friendica | 2014-01-06 | 1 | -0/+2 |
* | prepare for OS file storage, and add bbcode attachment link to mod/filestorag... | friendica | 2014-01-06 | 2 | -4/+15 |
* | add potentially recursive set permissions function for file storage | friendica | 2014-01-06 | 1 | -1/+41 |
* | reddav: improve and cleanup permission checks | friendica | 2014-01-06 | 1 | -76/+62 |
* | Merge branch 'master' into movejs | friendica | 2014-01-06 | 4 | -35/+340 |
|\ |
|
| * | whitespace | friendica | 2014-01-06 | 1 | -6/+0 |
| * | implement storage size limits | friendica | 2014-01-05 | 1 | -8/+59 |
| * | disable web browser post inputs if no storage write permission | friendica | 2014-01-05 | 1 | -0/+89 |
| * | make directory hierarchy work | friendica | 2014-01-05 | 1 | -4/+11 |
| * | more syntax | friendica | 2014-01-05 | 1 | -1/+1 |
| * | typos | friendica | 2014-01-05 | 1 | -4/+4 |
| * | set channel default permissions on file creation | friendica | 2014-01-05 | 1 | -3/+9 |
| * | reddav: bring permissions up to date with recent code changes | friendica | 2014-01-05 | 1 | -3/+9 |
| * | dav uploading actually works - there's just an issue with the AnyClient runni... | friendica | 2014-01-05 | 1 | -2/+2 |