Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | We really don't need the category delete links on each category in each post ↵ | friendica | 2013-10-14 | 1 | -1/+1 |
| | | | | with categories, as we can now change the categories by editing the post. So take out the delete links. | ||||
* | linkify post categories | friendica | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | i guess we should use .active class for all selected links. | marijus | 2013-10-14 | 2 | -9/+3 |
| | |||||
* | template and icons for categories and "file as" | friendica | 2013-10-14 | 3 | -0/+20 |
| | |||||
* | attachment icons revisited | friendica | 2013-10-13 | 2 | -0/+21 |
| | |||||
* | directory sort links on sidebar | friendica | 2013-10-13 | 1 | -0/+6 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-10-13 | 3 | -7/+12 |
|\ | |||||
| * | reorder items in private-mail - the delete button is on the right side ↵ | marijus | 2013-10-13 | 2 | -3/+8 |
| | | | | | | | | everywhere else... | ||||
| * | Merge pull request #178 from cvogeley/master | friendica | 2013-10-12 | 1 | -3/+3 |
| |\ | | | | | | | New icons in private mails section | ||||
| | * | New icons in private mails section | Christian Vogeley | 2013-10-13 | 1 | -3/+3 |
| | | | |||||
* | | | remove the disabled flag on individual permissions and improve the text to ↵ | friendica | 2013-10-13 | 2 | -1/+8 |
|/ / | | | | | | | | | | | show that settings may be inherited. The reason for this change is that we want the individual settings to be stored regardless of the inherited settings, because if somebody changes the higher precedence privacy settings it could leave all their existing contacts with no permissions and this could be a support nightmare. So this way if somebody starts off with "anybody on the network can send me their stream and posts" and later changes it to "only specific connections can send me their stream and posts", the individual setting will already be set for all their connections. The previous behaviour is that this setting would have been disabled so none of their existing connections will have this specific permission. Old-timers who were here and made lots of connections before this commit - will have to edit all their connections if they change their privacy settings from lesser restrictive to be more restrictive. | ||||
* | | Merge pull request #177 from tuscanhobbit/master | friendica | 2013-10-12 | 2 | -2401/+2871 |
|\ \ | |/ |/| | Updated italian translation | ||||
| * | updated italian translation | tuscanhobbit | 2013-10-12 | 2 | -183/+294 |
| | | |||||
| * | Update italian translation | p.tacconi | 2013-10-11 | 2 | -2375/+2734 |
| | | |||||
* | | show private message conversant in sidebar because without a reply you may ↵ | friendica | 2013-10-12 | 2 | -2/+3 |
| | | | | | | | | not remember who it is/was. | ||||
* | | mail recall | friendica | 2013-10-11 | 3 | -1/+15 |
| | | |||||
* | | more icons | friendica | 2013-10-11 | 3 | -4/+3 |
| | | |||||
* | | Dark schema, and associated fixes. | Thomas Willingham | 2013-10-11 | 3 | -19/+35 |
| | | |||||
* | | Typo | Thomas Willingham | 2013-10-11 | 1 | -1/+1 |
|/ | |||||
* | more readability improvements | friendica | 2013-10-10 | 1 | -2/+2 |
| | |||||
* | set the colour of the active nav element so it doesn't get washed out | friendica | 2013-10-10 | 4 | -18/+24 |
| | |||||
* | Easier to load a chosen schema if one has a chosen schema to load... | friendica | 2013-10-10 | 1 | -0/+1 |
| | |||||
* | fix blue lock | friendica | 2013-10-10 | 1 | -0/+5 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-10-10 | 6 | -962/+1117 |
|\ | |||||
| * | Add "scheme default" button for nav colours. | Thomas Willingham | 2013-10-10 | 1 | -0/+1 |
| | | |||||
| * | *sigh* I swear I DID test this first... | Thomas Willingham | 2013-10-10 | 1 | -2/+2 |
| | | |||||
| * | Various schema issues. | Thomas Willingham | 2013-10-10 | 4 | -22/+22 |
| | | |||||
| * | But remember to set the expert flag | Thomas Willingham | 2013-10-10 | 1 | -0/+4 |
| | | |||||
| * | Basic schema support - but no actual schemas. | Thomas Willingham | 2013-10-10 | 3 | -3/+45 |
| | | |||||
| * | Merge pull request #170 from git-marijus/master | friendica | 2013-10-10 | 1 | -2/+2 |
| |\ | | | | | | | get rid of the clean font because it looks weird in some browsers | ||||
| | * | get rid of the clean font because it looks weird in some browsers | marijus | 2013-10-10 | 1 | -2/+2 |
| | | | |||||
| * | | DE: update to the strings (for real) | Tobias Diekershoff | 2013-10-10 | 3 | -7819/+1076 |
| | | | |||||
| * | | DE: update to the strings | Tobias Diekershoff | 2013-10-10 | 2 | -23/+6874 |
| |/ | |||||
* / | Add install instructions for cloning WebDAV component (which I think is best ↵ | friendica | 2013-10-10 | 1 | -0/+9 |
|/ | | | | if we make optional). There may be webserver dependencies so let's just call this a plugin of sorts, but different than normal plugins because if it's installed it will be tightly integrated with everything we do. Eventually we may provide a static repository or select a specific sabre-dav version so that we're immune from changes upstream which break stuff we're doing; but for now we'll use the fruux main repository and install using the trunk. | ||||
* | more icon tweaks - this could be going on for some time; try to get icon ↵ | friendica | 2013-10-10 | 2 | -5/+5 |
| | | | | code (and all theme stuff) out of main code and into templates, but on the short term provide both so nothing breaks. | ||||
* | more icon conversions - savedsearch listings need more work. The drop icon ↵ | friendica | 2013-10-09 | 3 | -11/+11 |
| | | | | should be hidden unless the entry is being hovered. | ||||
* | delete icons | friendica | 2013-10-09 | 2 | -1/+10 |
| | |||||
* | more redbasic icon work | friendica | 2013-10-09 | 2 | -2/+3 |
| | |||||
* | might be better that way | marijus | 2013-10-09 | 1 | -4/+2 |
| | |||||
* | pimp up the searchbar a little and hoping it is the right way to do | marijus | 2013-10-09 | 2 | -15/+13 |
| | | | | it | ||||
* | nav icons | friendica | 2013-10-09 | 2 | -10/+14 |
| | |||||
* | move verified indicator | friendica | 2013-10-08 | 3 | -9/+5 |
| | |||||
* | replace a bunch of graphic icons with vector icons | friendica | 2013-10-08 | 5 | -35/+47 |
| | |||||
* | First visit http://fontawesome.io/cheatsheet/, then it's your turn. Please ↵ | friendica | 2013-10-08 | 3 | -1/+8 |
| | | | | don't leave this for me to fix, because you'll hate it. There are a few icons we'll have to map to something appropriate - such as "matrix"; though there are some interesting options - and you can always dip into unicode if you don't find something appropriate here; though I would suggest that *if* you do this to create an icon-xyz class wrapper to the HTML "i" tag so that it's handled exactly the same. | ||||
* | get rid of pink search bar when not using redbasic "red" | friendica | 2013-10-03 | 2 | -1/+5 |
| | |||||
* | bring back photo shadows (via theme settings) | friendica | 2013-10-02 | 4 | -4/+12 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-10-02 | 6 | -46/+66 |
|\ | |||||
| * | Fix a gotcha in theme defaults. | Thomas Willingham | 2013-10-03 | 1 | -15/+26 |
| | | |||||
| * | Why use 6 lines when you can use 8,000? | Thomas Willingham | 2013-10-02 | 3 | -1/+5 |
| | | |||||
| * | Post = Beitrag | Oliver | 2013-10-02 | 1 | -23/+23 |
| | |