Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update pt-br translation | Alexandre Hannud Abdo | 2014-04-01 | 2 | -1087/+1205 |
| | |||||
* | save notes every ten seconds while focused, then save them once more on focusout | friendica | 2014-04-01 | 1 | -1/+16 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-03-30 | 1 | -1/+1 |
|\ | |||||
| * | Default discover to on. | Thomas Willingham | 2014-03-30 | 1 | -1/+1 |
| | | |||||
* | | notes widget: jquery.live is deprecated, replacing with jquery.on and ↵ | friendica | 2014-03-30 | 1 | -1/+1 |
|/ | | | | binding to focusout, as the input and paste callbacks are a bit wasteful - they are presumably called on every character typed, yet some of these events have gone missing (probably due to having a lot of network calls in quick succession) so hopefully a single save of the workspace on focusout should be more reliable. | ||||
* | Let the site admin choose whether to display the Discover tab. | Alexandre Hannud Abdo | 2014-03-30 | 1 | -0/+1 |
| | |||||
* | check that aside actually exists before querying the html length | friendica | 2014-03-29 | 1 | -1/+1 |
| | |||||
* | more css fixes | marijus | 2014-03-27 | 1 | -1/+16 |
| | |||||
* | css fixes | marijus | 2014-03-27 | 3 | -0/+20 |
| | |||||
* | firehose testing (network?f=&fh=1) - some possible security bugs so testing ↵ | friendica | 2014-03-26 | 1 | -0/+2 |
| | | | | purposes only | ||||
* | add admin/channels | friendica | 2014-03-26 | 2 | -0/+51 |
| | |||||
* | 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. | ||||
* | This should be a slight improvement in setting ciphers - we'll punt on ↵ | friendica | 2014-03-25 | 1 | -7/+0 |
| | | | | RedHat but open up the list just for openssl distros which seem to have all the problems at the moment. | ||||
* | Merge pull request #379 from cvogeley/master | RedMatrix | 2014-03-26 | 1 | -1/+1 |
|\ | | | | | 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 | 1 | -1/+1 |
| | | | | | | | | to include the color picker. | ||||
* | | fix lock permissions view and autoload not kicking in on touch devices under ↵ | marijus | 2014-03-25 | 7 | -51/+14 |
| | | | | | | | | certain conditions | ||||
* | | ssl ciphers - be liberal in what we accept, conservative in what we generate | friendica | 2014-03-24 | 1 | -0/+7 |
| | | |||||
* | | provide 'style' option to archive widget to choose between 'select' and ↵ | friendica | 2014-03-23 | 2 | -2/+10 |
|/ | | | | 'list' format | ||||
* | Add color picker to theme settings | Christian Vogeley | 2014-03-23 | 3 | -17/+37 |
| | |||||
* | 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 |
| | | |||||
* | | use border-box for everything | marijus | 2014-03-22 | 5 | -37/+27 |
| | | |||||
* | | re-enable nav opacity and minor style.css cleanup | marijus | 2014-03-21 | 2 | -48/+3 |
| | | |||||
* | | add expire setting, take out unknown mailers and max friend requests per day ↵ | friendica | 2014-03-19 | 1 | -2/+2 |
| | | | | | | | | which aren't implemented | ||||
* | | 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 | ||||
* | 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 | 2 | -0/+8 |
| |\ | |||||
| * | | 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 | 1 | -2/+0 |
| |/ |/| | | | | | - as they are not implemented | ||||
* | | Merge https://github.com/friendica/red into zpull | friendica | 2014-03-12 | 1 | -0/+3 |
|\ \ | |||||
| * | | Stick help in a template | Thomas Willingham | 2014-03-12 | 1 | -0/+3 |
| |/ | |||||
* / | fix colors on input elements which bootstrap set to "inherit" and doesn't ↵ | friendica | 2014-03-12 | 1 | -0/+5 |
|/ | | | | play nicely with dark themes. | ||||
* | file had wrong extension | friendica | 2014-03-11 | 2 | -7/+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. | ||||
* | get rid of fancybox for photos upload, not just photo edit | friendica | 2014-03-11 | 2 | -1/+6 |
| | |||||
* | norwegian strings update | friendica | 2014-03-11 | 2 | -3/+3 |
| | |||||
* | revert recent changes to cmtBbClose which removed the ability to insert ↵ | friendica | 2014-03-11 | 1 | -4/+4 |
| | | | | quotes into an empty comment box | ||||
* | nb-no language update | friendica | 2014-03-10 | 2 | -8867/+7302 |
| | |||||
* | 10px is probably to close | marijus | 2014-03-10 | 1 | -2/+2 |
| | |||||
* | fix lock position | marijus | 2014-03-10 | 2 | -7/+4 |
| | |||||
* | fixes locations with a link | marijus | 2014-03-10 | 1 | -1/+1 |
| | |||||
* | this commit is an attempt to make conv items better scalable on smaller ↵ | marijus | 2014-03-10 | 8 | -36/+38 |
| | | | | screens. also save some horizontal space. | ||||
* | update cacert.pem , don't hide url link for rmagic | friendica | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | collapse the advanced directory search so that folks who think they're ↵ | friendica | 2014-03-08 | 1 | -1/+5 |
| | | | | advanced but really aren't don't whinge about it. | ||||
* | advanced search front-end | friendica | 2014-03-08 | 1 | -0/+4 |
| | |||||
* | style fixes | marijus | 2014-03-08 | 3 | -3/+19 |
| | |||||
* | showwarning when manually changing also | friendica | 2014-03-07 | 1 | -0/+7 |
| | |||||
* | notify when permissions change and haven't been saved. | friendica | 2014-03-07 | 4 | -1/+15 |
| |