Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | | 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 |
| | | | | | | | | which aren't implemented | ||||
* | | doco | friendica | 2014-03-19 | 1 | -0/+1 |
| | | |||||
* | | prune_hub_reinstalls() and add cron weekly as a side effect | friendica | 2014-03-19 | 3 | -1/+50 |
| | | |||||
* | | lesson learned.... dont fix anything on a mobile device | git-marijus | 2014-03-19 | 1 | -2/+1 |
| | | |||||
* | | this shouldnt be there | git-marijus | 2014-03-19 | 1 | -3/+1 |
| | | |||||
* | | bootstrapify common tabs and make show aside/tabs buttons only appear if ↵ | marijus | 2014-03-19 | 7 | -40/+41 |
| | | | | | | | | there is something to show | ||||
* | | cleanup | friendica | 2014-03-18 | 4 | -27/+37 |
| | | |||||
* | | oops | Thomas Willingham | 2014-03-18 | 1 | -1/+1 |
| | | |||||
* | | Missed one | Thomas Willingham | 2014-03-18 | 1 | -2/+3 |
| | | |||||
* | | sprintf error | friendica | 2014-03-17 | 2 | -2/+2 |
| | | |||||
* | | remove mysql dependencies from cache api | friendica | 2014-03-16 | 1 | -31/+16 |
| | | |||||
* | | mail notification goes to old link | friendica | 2014-03-16 | 1 | -1/+1 |
| | | |||||
* | | little fixes of hopefully nil significance | friendica | 2014-03-16 | 6 | -18/+19 |
| | | |||||
* | | this is the correct fix | friendica | 2014-03-16 | 1 | -2/+2 |
| | | |||||
* | | Merge https://github.com/friendica/red into zpull | friendica | 2014-03-16 | 1 | -1/+2 |
|\ \ | |||||
| * | | Merge pull request #367 from cvogeley/master | friendica | 2014-03-16 | 1 | -1/+2 |
| |\| | | | | | | | API: statusnet_html:trim was trimming too much | ||||
| | * | merge | Christian Vogeley | 2014-03-15 | 34 | -9425/+7932 |
| | |\ | | |/ | |/| | |||||
| | * | API: statusnet_html:trim was trimming too much | Christian Vogeley | 2014-03-15 | 1 | -1/+2 |
| | | | |||||
* | | | doc update | friendica | 2014-03-16 | 75 | -866/+1665 |
|/ / | |||||
* | | contact_block() not being shown to unauthenticated visitors - even if perms ↵ | friendica | 2014-03-13 | 2 | -4/+7 |
| | | | | | | | | allow. Also separate the permissions logic for this function so that we can have a mini-profile widget and a separate contact_block widget instead of always lumping them together. We probably also should move contact_block() outside of include/text.php as it doesn't really belong there. Just not sure where it belongs - perhaps contact_widgets wouold be a good place. | ||||
* | | Merge https://github.com/friendica/red into zpull | friendica | 2014-03-13 | 6 | -9/+25 |
|\ \ | |||||
| * \ | Merge branch 'master' of https://github.com/friendica/red | marijus | 2014-03-13 | 5 | -6/+18 |
| |\ \ | |||||
| * | | | move region_1 to off instead of removing it and dont squelch region_2 when ↵ | marijus | 2014-03-13 | 6 | -9/+25 |
| | | | | | | | | | | | | | | | | region_1 moves in again | ||||
* | | | | remove allowed friend domains and allowed email domains from admin settings ↵ | friendica | 2014-03-13 | 2 | -3/+1 |
| |/ / |/| | | | | | | | | - as they are not implemented | ||||
* | | | json_return_and_dir isn't a thing | Thomas Willingham | 2014-03-13 | 1 | -1/+1 |
| | | | |||||
* | | | json_return_and_dir is a typo | friendica | 2014-03-12 | 1 | -1/+1 |
| | | | |||||
* | | | Merge https://github.com/friendica/red into zpull | friendica | 2014-03-12 | 2 | -3/+10 |
|\ \ \ | |||||
| * \ \ | Merge pull request #366 from beardy-unixer/master | friendica | 2014-03-13 | 2 | -3/+10 |
| |\ \ \ | | |/ / | |/| | | Stick help in a template | ||||
| | * | | Stick help in a template | Thomas Willingham | 2014-03-12 | 2 | -3/+10 |
| |/ / | |||||
* / / | fix colors on input elements which bootstrap set to "inherit" and doesn't ↵ | friendica | 2014-03-12 | 2 | -1/+6 |
|/ / | | | | | | | play nicely with dark themes. | ||||
* | | file had wrong extension | friendica | 2014-03-11 | 3 | -16/+7 |
| | | |||||
* | | update acl internal list whenever there is a change - the submit handler ↵ | friendica | 2014-03-11 | 1 | -10/+20 |
| | | | | | | | | seems to be unreliable or is getting into a race condition. | ||||
* | | protect filed conversations from expiration - we check the parent to see if ↵ | friendica | 2014-03-11 | 2 | -1/+15 |
| | | | | | | | | it is filed, but one may have filed a comment and that will vanish when the parent expires unless the parent is protected. |