Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | A CSS cheat to make the item-tools usable again | Christian Vogeley | 2014-04-23 | 1 | -0/+4 | |
| | | | | | | | | | | | | when opacity is set. | |||||
| * | | Merge pull request #425 from tuscanhobbit/master | Paolo T | 2014-04-22 | 2 | -1919/+2015 | |
| |\ \ | | | | | | | | | IT: strings updated | |||||
| | * | | IT: strings updated | Paolo Tacconi | 2014-04-22 | 2 | -1919/+2015 | |
| | | | | ||||||
* | | | | ability to unset a layout and subthread is probably close to working again. | friendica | 2014-04-23 | 3 | -53/+151 | |
|/ / / | ||||||
* | | | nb-no update | friendica | 2014-04-21 | 2 | -2382/+2569 | |
| | | | ||||||
* | | | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-04-21 | 2 | -11/+9 | |
|\ \ \ | ||||||
| * | | | Attempt to reduce the support burden of access and register policy. | Thomas Willingham | 2014-04-21 | 1 | -9/+9 | |
| | | | | ||||||
| * | | | Merge pull request #423 from cvogeley/master | RedMatrix | 2014-04-21 | 1 | -2/+0 | |
| |\ \ \ | | | |/ | | |/| | Alignment of icons in .item-tool | |||||
| | * | | Alignment of icons in .item-tool | Christian Vogeley | 2014-04-21 | 1 | -2/+0 | |
| |/ / | ||||||
* | | | Setting to undo/clear auto permissions | friendica | 2014-04-21 | 4 | -6/+17 | |
| | | | ||||||
* | | | subthread is still borked (~75% Friendica code which has never been ↵ | friendica | 2014-04-20 | 1 | -5/+5 | |
|/ / | | | | | | | translated)- but ported a bit more | |||||
* | | bring back the toolicon colour | friendica | 2014-04-20 | 2 | -11/+15 | |
| | | ||||||
* | | fix vcard truncation and escaping | friendica | 2014-04-20 | 2 | -20/+18 | |
| | | ||||||
* | | bug fix on wall-item-dislike position | friendica | 2014-04-20 | 2 | -4/+3 | |
| | | ||||||
* | | Merge pull request #422 from cvogeley/master | cvogeley | 2014-04-20 | 1 | -1/+6 | |
|\ \ | | | | | | | Position fix in comments | |||||
| * | | Position fix in comments | Christian Vogeley | 2014-04-20 | 1 | -1/+6 | |
|/ / | ||||||
* | | this should fix mention notification that aren't plus tagged | friendica | 2014-04-19 | 1 | -4/+20 | |
| | | ||||||
* | | the comment input box is still a couple pixels off but this aligns the ↵ | friendica | 2014-04-19 | 1 | -2/+2 | |
| | | | | | | | | conversation a bit better on narrow screens. | |||||
* | | another minor position tweak | friendica | 2014-04-19 | 1 | -1/+1 | |
| | | ||||||
* | | minor alignment issues after the wall-item-tools button conversion | friendica | 2014-04-19 | 1 | -1/+2 | |
| | | ||||||
* | | Merge pull request #418 from jmankiewicz/mod-profpicperm | RedMatrix | 2014-04-20 | 3 | -10/+133 | |
|\ \ | | | | | | | Patch for Issue #410 | |||||
| * \ | Merge branch 'master' of https://github.com/friendica/red into mod-profpicperm | sirius | 2014-04-20 | 179 | -5836/+10970 | |
| |\ \ | ||||||
| * | | | Now we also refresh permissions after the user posted connedit. | sirius | 2014-04-20 | 2 | -3/+64 | |
| | | | | ||||||
| * | | | Added permission handling of profile-photos | sirius | 2014-04-20 | 2 | -16/+29 | |
| | | | | | | | | | | | | | | | | Now we automatically set the appropiate viewing-permissions on profile edit and revert photos chosen as default profile picture bacl to public access. | |||||
| * | | | Merging in conflict | sirius | 2014-04-16 | 19 | -94/+129 | |
| |\ \ \ | ||||||
| * | | | | Added hackish support for permissions-sync between profile and profile-pictures | sirius | 2014-04-14 | 2 | -4/+41 | |
| | | | | | ||||||
* | | | | | Merge pull request #416 from cvogeley/master | RedMatrix | 2014-04-20 | 2 | -9/+67 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Bootstrapify item tools … | |||||
| * | | | | css | Christian Vogeley | 2014-04-20 | 1 | -3/+6 | |
| | | | | | ||||||
| * | | | | ok we need that div | Christian Vogeley | 2014-04-20 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Add descriptions to drop down | Christian Vogeley | 2014-04-20 | 1 | -7/+7 | |
| | | | | | ||||||
| * | | | | More work | Christian Vogeley | 2014-04-19 | 1 | -19/+14 | |
| | | | | | ||||||
| * | | | | For the moment restore old delete icon | Christian Vogeley | 2014-04-19 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | because the integrated button in the the bootstrap menu didn’t work on Firefox | |||||
| * | | | | Move javascript calls to button tag | Christian Vogeley | 2014-04-19 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | because otherwise it didn’t work in Firefox | |||||
| * | | | | Bootstrapify item tools | Christian Vogeley | 2014-04-19 | 2 | -15/+75 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only show the like buttons and the delete button permanently hide everything else in a drop down. This will break non bootstrap themes. So may be we also want to move this into the red basic folder. It still a little bit work in progress. Allignment is not 100% correct. May be we want to add text into the drop down. | |||||
* | | | | | Merge pull request #417 from f03el/master | Thomas Willingham | 2014-04-19 | 16 | -1555/+9479 | |
|\ \ \ \ \ | | | | | | | | | | | | | Update Swedish translation | |||||
| * \ \ \ \ | Merge branch 'master' of https://github.com/f03el/red | Erik Lundin | 2014-04-19 | 0 | -0/+0 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Update Swedish strings | Erik Lundin | 2014-04-19 | 1 | -942/+943 | |
| | | | | | | | ||||||
| * | | | | | | Update Swedish strings | Erik Lundin | 2014-04-19 | 2 | -1152/+1153 | |
| |/ / / / / | ||||||
| * | | | | | Update Swedish email templates | Erik Lundin | 2014-04-19 | 14 | -234/+95 | |
| | | | | | | ||||||
| * | | | | | Add Swedish .po file and update strings | Erik Lundin | 2014-04-18 | 2 | -1321/+9383 | |
| | | | | | | ||||||
* | | | | | | Clean up legacy smarty3 | Thomas Willingham | 2014-04-19 | 127 | -3224/+0 | |
| | | | | | | ||||||
* | | | | | | Oeps | jeroenpraat | 2014-04-19 | 1 | -1/+0 | |
| | | | | | | ||||||
* | | | | | | Workaround alignment notify menu's | jeroenpraat | 2014-04-19 | 3 | -1/+11 | |
| | | | | | | ||||||
* | | | | | | remove whitespace at the top of widgets because bootstrap gives us 20 pixels ↵ | friendica | 2014-04-18 | 1 | -8/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | above an h3 element and we end up with way too much whitespace | |||||
* | | | | | | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-04-18 | 4 | -9/+10 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' of https://github.com/friendica/red | Thomas Willingham | 2014-04-18 | 2 | -2/+5 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | This should fix the preview allignment permantly. | jeroenpraat | 2014-04-18 | 2 | -2/+5 | |
| | | |/ / / / | | |/| | | | | ||||||
| * / | | | | | We know why third party zids didn't work now, so don't use hacky | Thomas Willingham | 2014-04-18 | 2 | -5/+2 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | workarounds anymore. | |||||
| * | | | | | Little fix and previous fix on a different place | jeroenpraat | 2014-04-18 | 1 | -3/+4 | |
| | | | | | | ||||||
* | | | | | | move create a new collection below the actual collection list again. failed ↵ | friendica | 2014-04-18 | 12 | -888/+898 | |
|/ / / / / | | | | | | | | | | | | | | | | experiment. |