aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* break delivery loop if an item is deleted twicefriendica2014-01-102-2/+9
|
* Merge pull request #260 from zzottel/masterfriendica2014-01-101-2/+3
|\ | | | | Small fix
| * fix the fix (can't work on query if it hasn't been added to $dest yet)zottel2014-01-101-2/+3
| |
* | security fix for channel?mid= per zottelfriendica2014-01-101-2/+4
| |
* | doc updatesfriendica2014-01-104-0/+374
| |
* | directory creation error, display localtimes on cloud webpage, doc updatesfriendica2014-01-10115-1134/+1838
|/
* mod_filestorage: provide a URL for linking to webpages and other websitesfriendica2014-01-094-7/+56
|
* only let visitors remove their own files.friendica2014-01-095-12/+35
|
* add cloud link to profile_tabs and Comanchify the suckerfriendica2014-01-093-0/+27
|
* add link from DAV web ui to filestorage to set properties or delete or whateverfriendica2014-01-091-0/+8
|
* wrap the web interface to DAV in a Red page. This is before we make the ↵friendica2014-01-091-0/+181
| | | | strings translateable and put it in a template.
* simplify permalink selection logicfriendica2014-01-094-5/+7
|
* some minor cleanup on plinks for some very subtle permissions issuesfriendica2014-01-099-31/+43
|
* process str_replace before urlencodingfriendica2014-01-091-1/+1
|
* Merge https://github.com/friendica/red into zpullfriendica2014-01-094-11/+36
|\
| * Merge pull request #259 from zzottel/masterfriendica2014-01-094-11/+36
| |\ | | | | | | Finish up channel/ plinks
| | * use display/ plinks for commentszottel2014-01-091-3/+2
| | |
| | * fix noticeszottel2014-01-091-7/+12
| | |
| | * took out some left-overs from the debugging phasezottel2014-01-091-12/+0
| | |
| | * fix a bug that made it possible for everyone to access any message from otherzottel2014-01-091-0/+26
| | | | | | | | | | | | channels using channel/<channel>/?mid=...
| | * use plinks instead of llinks on network/ and channel/ pages, though not inzottel2014-01-091-1/+1
| | | | | | | | | | | | mode network-new (network/new and network/search)
| | * save channel/<channel>/?mid=... plinks with the itemszottel2014-01-091-2/+9
| | |
| | * urlencode query_string for magic auth to make sure GET params make it backzottel2014-01-091-2/+2
| |/ | | | | | | to the originating server
* / remove a lot of extraneous debugging now that most of this stuff basically worksfriendica2014-01-091-63/+28
|/
* fix table bbcodefriendica2014-01-092-2/+2
|
* attachment issuefriendica2014-01-081-1/+1
|
* some doc updatesfriendica2014-01-083-2/+47
|
* add store directory write check to install checksfriendica2014-01-082-1/+23
|
* This should be approaching completion for file OS storage. May be a few ↵friendica2014-01-083-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/masterfriendica2014-01-081-28/+48
|\ | | | | Add display of a thread to channel module
| * Add display of a thread to channel module using channel/<channel>/?mid=<mid>zottel2014-01-081-28/+48
| |
* | Merge https://github.com/friendica/red into zpullfriendica2014-01-081-0/+2
|\ \
| * | Pass hash and extension to the photo templates for plugins that requireThomas Willingham2014-01-081-0/+2
| | | | | | | | | | | | links we can't construct from what's already there.
* | | preparatory work for supporting a "list view" mode for conversations. This ↵friendica2014-01-087-0/+15
|/ / | | | | | | would be useful for forum-like channels and/or block-oriented themes.
* | Merge https://github.com/friendica/red into zpullfriendica2014-01-081-1/+1
|\ \
| * | Fix new connection nav URLThomas Willingham2014-01-081-1/+1
| |/
* / qr enhancementsfriendica2014-01-084-4/+17
|/
* teehee, tada, todo, etc.friendica2014-01-081-2/+6
|
* keep the to-do list somewhat current.friendica2014-01-083-3/+16
|
* qr code supportfriendica2014-01-07428-1/+10435
|
* more work on dav - deletion and a bit more progress on OS storagefriendica2014-01-073-15/+62
|
* make storage limit service classes apply to accounts, not channels. Also ↵friendica2014-01-077-17/+26
| | | | include a css file that was missing from work yesterday.
* bbcode convenience variables for producing documentation.friendica2014-01-061-0/+2
|
* filestorage re-org and cleanupfriendica2014-01-063-8/+16
|
* special handling for directoriesfriendica2014-01-062-3/+3
|
* prepare for OS file storage, and add bbcode attachment link to ↵friendica2014-01-065-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 ↵friendica2014-01-063-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 permissionsfriendica2014-01-063-1/+106
|
* add potentially recursive set permissions function for file storagefriendica2014-01-061-1/+41
|
* reddav: improve and cleanup permission checksfriendica2014-01-061-76/+62
|