Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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 | 2 | -2/+2 | |
| | | ||||||
* | | attachment issue | friendica | 2014-01-08 | 1 | -1/+1 | |
| | | ||||||
* | | some doc updates | friendica | 2014-01-08 | 3 | -2/+47 | |
| | | ||||||
* | | add store directory write check to install checks | friendica | 2014-01-08 | 2 | -1/+23 | |
| | | ||||||
* | | This should be approaching completion for file OS storage. May be a few ↵ | friendica | 2014-01-08 | 3 | -48/+70 | |
| | | | | | | | | minor bugs remaining due to some late-breaking fixes but I've been testing it as I go. | |||||
* | | Merge pull request #258 from zzottel/master | friendica | 2014-01-08 | 1 | -28/+48 | |
|\ \ | | | | | | | Add display of a thread to channel module | |||||
| * | | Add display of a thread to channel module using channel/<channel>/?mid=<mid> | zottel | 2014-01-08 | 1 | -28/+48 | |
| | | | ||||||
* | | | Merge https://github.com/friendica/red into zpull | friendica | 2014-01-08 | 1 | -0/+2 | |
|\ \ \ | ||||||
| * | | | Pass hash and extension to the photo templates for plugins that require | Thomas Willingham | 2014-01-08 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | links we can't construct from what's already there. | |||||
* | | | | preparatory work for supporting a "list view" mode for conversations. This ↵ | friendica | 2014-01-08 | 7 | -0/+15 | |
|/ / / | | | | | | | | | | would be useful for forum-like channels and/or block-oriented themes. | |||||
* | | | Merge https://github.com/friendica/red into zpull | friendica | 2014-01-08 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Fix new connection nav URL | Thomas Willingham | 2014-01-08 | 1 | -1/+1 | |
| |/ / | ||||||
* / / | qr enhancements | friendica | 2014-01-08 | 4 | -4/+17 | |
|/ / | ||||||
* | | teehee, tada, todo, etc. | friendica | 2014-01-08 | 1 | -2/+6 | |
| | | ||||||
* | | keep the to-do list somewhat current. | friendica | 2014-01-08 | 3 | -3/+16 | |
| | | ||||||
* | | qr code support | friendica | 2014-01-07 | 428 | -1/+10435 | |
| | | ||||||
* | | 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 ↵ | friendica | 2014-01-07 | 7 | -17/+26 | |
| | | | | | | | | include a css file that was missing from work yesterday. | |||||
* | | bbcode convenience variables for producing documentation. | friendica | 2014-01-06 | 1 | -0/+2 | |
| | | ||||||
* | | filestorage re-org and cleanup | friendica | 2014-01-06 | 3 | -8/+16 | |
| | | ||||||
* | | special handling for directories | friendica | 2014-01-06 | 2 | -3/+3 | |
| | | ||||||
* | | prepare for OS file storage, and add bbcode attachment link to ↵ | friendica | 2014-01-06 | 5 | -11/+29 | |
| | | | | | | | | mod/filestorage. This isn't beautiful, but it's a start. | |||||
* | | add "self" to access control lists with special marking to indicate it's ↵ | friendica | 2014-01-06 | 3 | -6/+10 | |
| | | | | | | | | special (for instance you can't really deny access to yourself). But this lets us make something private to our eyes only; whatever it may be. | |||||
* | | provide ability to change attachment/file permissions | friendica | 2014-01-06 | 3 | -1/+106 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | cleanup mod/filestorage before embarking on further changes to it | friendica | 2014-01-06 | 1 | -42/+45 | |
| | | ||||||
* | | fix photos/upload album selector | friendica | 2014-01-06 | 1 | -2/+11 | |
| | | ||||||
* | | version update | friendica | 2014-01-06 | 1 | -4/+1 | |
| | | ||||||
* | | Merge branch 'master' into movejs | friendica | 2014-01-06 | 18 | -3008/+3288 | |
|\ \ | | | | | | | | | | | | | Conflicts: version.inc | |||||
| * | | whitespace | friendica | 2014-01-06 | 2 | -7/+1 | |
| | | | ||||||
| * | | 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 | 2 | -78/+95 | |
| | | | ||||||
| * | | 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 ↵ | friendica | 2014-01-05 | 1 | -2/+2 | |
| | | | | | | | | | | | | running through a proxy. There are probably still some issues with tree structure, but you should be able to use your personal cloud in your top level storage directory now. | |||||
| * | | likes to comments getting indented an extra 50px | friendica | 2014-01-05 | 1 | -5/+0 | |
| | | | ||||||
| * | | some dav cleanup | friendica | 2014-01-05 | 1 | -6/+7 | |
| | | | ||||||
| * | | reddav - basic mkdir support - needs more work to be robust | friendica | 2014-01-05 | 3 | -11/+115 | |
| | | | ||||||
| * | | typo in import_directory_profile | friendica | 2014-01-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | the web browser interface for DAV has now got zot | friendica | 2014-01-05 | 2 | -2/+24 | |
| | | | ||||||
| * | | make plink href visible | friendica | 2014-01-04 | 1 | -2/+2 | |
| | | | ||||||
| * | | Merge https://github.com/friendica/red into zpull | friendica | 2014-01-04 | 2 | -2863/+2909 | |
| |\ \ | ||||||
| | * | | Merge pull request #255 from tuscanhobbit/master | Paolo T | 2014-01-04 | 2 | -2863/+2909 | |
| | |\| | | | | | | | | | Updated Italian translation | |||||
| | | * | Updated Italian translation | tuscanhobbit | 2014-01-04 | 2 | -2863/+2909 | |
| | | | | ||||||
| * | | | a few fixes to webpage editing | friendica | 2014-01-04 | 5 | -30/+57 | |
| |/ / |