| Commit message (Expand) | Author | Age | Files | Lines |
* | firehose testing (network?f=&fh=1) - some possible security bugs so testing p... | friendica | 2014-03-26 | 4 | -114/+22 |
* | need include | friendica | 2014-03-26 | 1 | -0/+2 |
* | let's limit this to two weeks so it doesn't pound servers and waste too much ... | friendica | 2014-03-26 | 1 | -1/+1 |
* | there's the problem | friendica | 2014-03-26 | 1 | -4/+5 |
* | more work on firehose | friendica | 2014-03-26 | 6 | -10/+44 |
* | Merge https://github.com/friendica/red into zpull | friendica | 2014-03-26 | 1 | -2/+1 |
|\ |
|
| * | Spare / and an undeclared var in editwebpage. | Thomas Willingham | 2014-03-26 | 1 | -2/+1 |
* | | add admin/channels | friendica | 2014-03-26 | 5 | -10/+210 |
* | | allow zotfeed to create a firehose of a site. | friendica | 2014-03-26 | 5 | -18/+43 |
|/ |
|
* | improve scannability of content with per-item bottom border, but lighten the ... | friendica | 2014-03-25 | 2 | -2/+10 |
* | webfinger enhancements: per RFC7033 | friendica | 2014-03-25 | 2 | -5/+19 |
* | This should be a slight improvement in setting ciphers - we'll punt on RedHat... | friendica | 2014-03-25 | 5 | -18/+33 |
* | Merge https://github.com/friendica/red into zpull | friendica | 2014-03-25 | 37 | -60/+3275 |
|\ |
|
| * | Merge pull request #377 from beardy-unixer/master | RedMatrix | 2014-03-26 | 1 | -1/+5 |
| |\ |
|
| | * | Fix wall photo uploads. | Thomas Willingham | 2014-03-25 | 1 | -1/+5 |
| * | | Merge pull request #379 from cvogeley/master | RedMatrix | 2014-03-26 | 28 | -1/+3249 |
| |\ \ |
|
| | * | | Well, if you want to add a color picker it is indeed a good idea | Christian Vogeley | 2014-03-25 | 28 | -1/+3249 |
| * | | | forgot to change one line | marijus | 2014-03-25 | 1 | -1/+1 |
| * | | | fix lock permissions view and autoload not kicking in on touch devices under ... | marijus | 2014-03-25 | 8 | -57/+20 |
| | |/
| |/| |
|
* | | | missed one | friendica | 2014-03-25 | 1 | -1/+0 |
* | | | ensure wall_upload always has width and height if the image is valid | friendica | 2014-03-25 | 2 | -2/+6 |
|/ / |
|
* | | this should improve queue performance dramatically. | friendica | 2014-03-24 | 4 | -7/+15 |
* | | that should fix it. | friendica | 2014-03-24 | 2 | -2/+7 |
* | | that didn't work out well | friendica | 2014-03-24 | 1 | -2/+2 |
* | | ssl ciphers - be liberal in what we accept, conservative in what we generate | friendica | 2014-03-24 | 7 | -17/+42 |
* | | update widget docs with archive widget changes | friendica | 2014-03-23 | 1 | -0/+3 |
* | | don't allow normal channels to have the name 'sys'. | friendica | 2014-03-23 | 1 | -0/+5 |
* | | make sure crypto is loaded before creating a keypair | friendica | 2014-03-23 | 1 | -0/+1 |
* | | cheange encode_item() logging to logger_data because it's way too noisy and h... | friendica | 2014-03-23 | 1 | -1/+1 |
* | | create_sys_channel during setup bypasses our check when creating the first ac... | friendica | 2014-03-23 | 2 | -0/+11 |
* | | photos upload - remove phantom duplicated blank album name from selection list | friendica | 2014-03-23 | 1 | -2/+1 |
* | | provide 'style' option to archive widget to choose between 'select' and 'list... | friendica | 2014-03-23 | 3 | -2/+12 |
* | | report curl errors during install when they are most needed | friendica | 2014-03-23 | 1 | -0/+3 |
* | | add curl error text to mod/probe so we can remotely diagnose communication is... | friendica | 2014-03-23 | 2 | -2/+8 |
* | | allow authtest to accept webbies as well as urls since I'm always trying to u... | friendica | 2014-03-23 | 1 | -0/+4 |
* | | Merge pull request #376 from cvogeley/master | friendica | 2014-03-24 | 3 | -17/+37 |
|\| |
|
| * | Add color picker to theme settings | Christian Vogeley | 2014-03-23 | 3 | -17/+37 |
* | | Merge https://github.com/friendica/red into zpull | friendica | 2014-03-23 | 8 | -90/+39 |
|\| |
|
| * | Merge pull request #375 from cvogeley/master | friendica | 2014-03-23 | 1 | -3/+5 |
| |\ |
|
| | * | Narrow navbar:Switch to bs default on small screens | Christian Vogeley | 2014-03-22 | 1 | -3/+5 |
| * | | Merge pull request #374 from git-marijus/master | friendica | 2014-03-23 | 1 | -1/+3 |
| |\ \ |
|
| | * | | add width and height to uploaded photo body | marijus | 2014-03-22 | 1 | -1/+3 |
| |/ / |
|
| * | | use border-box for everything | marijus | 2014-03-22 | 6 | -38/+28 |
| * | | re-enable nav opacity and minor style.css cleanup | marijus | 2014-03-21 | 2 | -48/+3 |
* | | | improve curl error logging | friendica | 2014-03-23 | 2 | -2/+4 |
|/ / |
|
* | | we don't allow forgeries to be received - save some bandwidth by not allowing... | friendica | 2014-03-21 | 1 | -0/+5 |
* | | doc update | friendica | 2014-03-21 | 25 | -617/+785 |
* | | found what I believe is the root cause of issue #230, but don't yet have a wo... | friendica | 2014-03-20 | 1 | -13/+21 |
* | | increase log info to track down source of ownership failures | friendica | 2014-03-20 | 2 | -2/+2 |
* | | add expire setting, take out unknown mailers and max friend requests per day ... | friendica | 2014-03-19 | 2 | -2/+3 |