| Commit message (Expand) | Author | Age | Files | Lines |
* | Confirm box: fall back to standard js confirm dialog if bootstrap isn't avail... | Christian Vogeley | 2014-01-13 | 1 | -3/+8 |
* | delete confirmation popup for blocks and layouts | Christian Vogeley | 2014-01-12 | 3 | -5/+7 |
* | Do the same thang for webpage blocks | Christian Vogeley | 2014-01-12 | 1 | -1/+6 |
* | Fix webpage layout title editing | Christian Vogeley | 2014-01-12 | 1 | -2/+7 |
* | remove debug loggers | Christian Vogeley | 2014-01-12 | 1 | -3/+0 |
* | Fix page layout selector | Christian Vogeley | 2014-01-12 | 2 | -2/+5 |
* | other reddav issues, but probably won't fix the empty file | friendica | 2014-01-10 | 1 | -4/+5 |
* | Merge https://github.com/friendica/red into zpull | friendica | 2014-01-10 | 1 | -3/+1 |
|\ |
|
| * | Prevent whitespace breaking copy-paste of reset passwords. | Thomas Willingham | 2014-01-10 | 1 | -3/+1 |
* | | this may fix filesize 0 issues | friendica | 2014-01-10 | 1 | -3/+3 |
* | | Merge https://github.com/friendica/red into zpull | friendica | 2014-01-10 | 2 | -5/+8 |
|\| |
|
| * | Merge pull request #263 from git-marijus/master | Thomas Willingham | 2014-01-10 | 1 | -2/+2 |
| |\ |
|
| | * | make goaway link work | marijus | 2014-01-10 | 1 | -2/+2 |
| |/ |
|
| * | Merge pull request #262 from zzottel/master | zzottel | 2014-01-10 | 1 | -3/+0 |
| |\ |
|
| | * | and don't send duplicate notices <sigh> | zottel | 2014-01-10 | 1 | -3/+0 |
| * | | Merge pull request #261 from zzottel/master | zzottel | 2014-01-10 | 1 | -3/+9 |
| |\| |
|
| | * | add security fix to load case, too | zottel | 2014-01-10 | 1 | -3/+9 |
| |/ |
|
* / | 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 |
* | | security fix for channel?mid= per zottel | friendica | 2014-01-10 | 1 | -2/+4 |
* | | doc updates | friendica | 2014-01-10 | 4 | -0/+374 |
* | | directory creation error, display localtimes on cloud webpage, doc updates | friendica | 2014-01-10 | 115 | -1134/+1838 |
|/ |
|
* | mod_filestorage: provide a URL for linking to webpages and other websites | friendica | 2014-01-09 | 4 | -7/+56 |
* | only let visitors remove their own files. | friendica | 2014-01-09 | 5 | -12/+35 |
* | add cloud link to profile_tabs and Comanchify the sucker | friendica | 2014-01-09 | 3 | -0/+27 |
* | 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 | 9 | -31/+43 |
* | process str_replace before urlencoding | friendica | 2014-01-09 | 1 | -1/+1 |
* | Merge https://github.com/friendica/red into zpull | friendica | 2014-01-09 | 4 | -11/+36 |
|\ |
|
| * | Merge pull request #259 from zzottel/master | friendica | 2014-01-09 | 4 | -11/+36 |
| |\ |
|
| | * | use display/ plinks for comments | zottel | 2014-01-09 | 1 | -3/+2 |
| | * | fix notices | zottel | 2014-01-09 | 1 | -7/+12 |
| | * | took out some left-overs from the debugging phase | zottel | 2014-01-09 | 1 | -12/+0 |
| | * | fix a bug that made it possible for everyone to access any message from other | zottel | 2014-01-09 | 1 | -0/+26 |
| | * | 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 | 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 minor... | friendica | 2014-01-08 | 3 | -48/+70 |
* | Merge pull request #258 from zzottel/master | friendica | 2014-01-08 | 1 | -28/+48 |
|\ |
|
| * | 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 |