Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | superfluous comma | friendica | 2014-03-27 | 2 | -3/+2 |
| | |||||
* | catch the "new" view as well | friendica | 2014-03-26 | 1 | -3/+3 |
| | |||||
* | firehose testing (network?f=&fh=1) - some possible security bugs so testing ↵ | friendica | 2014-03-26 | 4 | -114/+22 |
| | | | | purposes only | ||||
* | 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 |
| | | | | space | ||||
* | 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 |
| | | | | per-item borders considerably so it isn't in your face. This is an experiment based on sound principles, but I'm not a UI expert. If this uglifies it too much - please revert. | ||||
* | webfinger enhancements: per RFC7033 | friendica | 2014-03-25 | 2 | -5/+19 |
| | |||||
* | This should be a slight improvement in setting ciphers - we'll punt on ↵ | friendica | 2014-03-25 | 5 | -18/+33 |
| | | | | RedHat but open up the list just for openssl distros which seem to have all the problems at the moment. | ||||
* | 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. | ||||
| | * | 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 | ||||
| | * | | Well, if you want to add a color picker it is indeed a good idea | Christian Vogeley | 2014-03-25 | 28 | -1/+3249 |
| | | | | | | | | | | | | | | | | to include the color picker. | ||||
| * | | | 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 |
| | |/ | |/| | | | | | | | certain conditions | ||||
* | | | 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 ↵ | friendica | 2014-03-23 | 1 | -1/+1 |
| | | | | | | | | had no loglevel set | ||||
* | | create_sys_channel during setup bypasses our check when creating the first ↵ | friendica | 2014-03-23 | 2 | -0/+11 |
| | | | | | | | | account that there is a site keypair. Esnure that a site keypair is created before any sys channels are created. | ||||
* | | 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 ↵ | friendica | 2014-03-23 | 3 | -2/+12 |
| | | | | | | | | 'list' format | ||||
* | | 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 ↵ | friendica | 2014-03-23 | 2 | -2/+8 |
| | | | | | | | | issues from other sites. | ||||
* | | allow authtest to accept webbies as well as urls since I'm always trying to ↵ | friendica | 2014-03-23 | 1 | -0/+4 |
| | | | | | | | | use the former and of course it always fails. | ||||
* | | Merge pull request #376 from cvogeley/master | friendica | 2014-03-24 | 3 | -17/+37 |
|\| | | | | | Add color picker to theme settings | ||||
| * | 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 | ||||
| | * | 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 | ||||
| | * | | 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 ↵ | friendica | 2014-03-21 | 1 | -0/+5 |
| | | | | | | | | allowing them to be sent. We do have to figure out how some secondary delivery chains are ending up with posts belonging to the original owner instead of the chain owner, but that's for another day. | ||||
* | | 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 ↵ | friendica | 2014-03-20 | 1 | -13/+21 |
| | | | | | | | | workable solution. This one is hard. |