Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Add install instructions for cloning WebDAV component (which I think is best ↵ | friendica | 2013-10-10 | 2 | -0/+27 | |
|/ / | | | | | | | 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 | 5 | -9/+9 | |
| | | | | | | | | 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 | 4 | -13/+13 | |
| | | | | | | | | 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 | 3 | -6/+11 | |
| | | ||||||
* | | Merge pull request #169 from git-marijus/master | friendica | 2013-10-09 | 2 | -16/+12 | |
|\ \ | | | | | | | pimp up the searchbar a little and hoping it is the right way to do it... | |||||
| * | | 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 | 4 | -13/+17 | |
| | | ||||||
* | | move verified indicator | friendica | 2013-10-08 | 3 | -9/+5 | |
| | | ||||||
* | | replace a bunch of graphic icons with vector icons | friendica | 2013-10-08 | 8 | -38/+54 | |
| | | ||||||
* | | 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. | |||||
* | | Merge https://github.com/friendica/red into zpull | friendica | 2013-10-08 | 1 | -2/+2 | |
|\ \ | ||||||
| * \ | Merge pull request #168 from oohlaf/fixes | Olaf Conradi | 2013-10-06 | 1 | -2/+2 | |
| |\ \ | | | | | | | | | Typo and whitespace | |||||
| | * | | Typo and whitespace | Olaf Conradi | 2013-10-07 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | add font_awesome | friendica | 2013-10-08 | 197 | -1/+26559 | |
|/ / / | ||||||
* | | | Merge https://github.com/friendica/red into zpull | friendica | 2013-10-04 | 1 | -0/+5 | |
|\ \ \ | ||||||
| * | | | If an observer doesn't have view_stream perms, try for view_profile before | Thomas Willingham | 2013-10-04 | 1 | -0/+5 | |
| |/ / | | | | | | | | | | giving up. | |||||
* / / | The check for f*cked database (which otherwise sends out zillions of update ↵ | friendica | 2013-10-04 | 1 | -3/+3 | |
|/ / | | | | | | | failed emails) interferes with install. So what else can we do about f*cked databases which open successfully but don't actually read/write data? It would of course be nice if we didn't have to deal with them, but apparently we do. For now we're not doing anything until I can figure out how to take the site offline when it happens without affecting install. | |||||
* | | fix a bunch of post editing bugs - though this consolidates some disparate ↵ | friendica | 2013-10-04 | 4 | -875/+938 | |
| | | | | | | | | code and may create some new bugs due to regression | |||||
* | | doc additions | friendica | 2013-10-04 | 4 | -0/+311 | |
| | | ||||||
* | | doc update | friendica | 2013-10-04 | 82 | -939/+1065 | |
| | | ||||||
* | | get rid of pink search bar when not using redbasic "red" | friendica | 2013-10-03 | 4 | -2/+6 | |
| | | ||||||
* | | bring back photo shadows (via theme settings) | friendica | 2013-10-02 | 5 | -5/+14 | |
| | | ||||||
* | | 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 | |
| | | | ||||||
| * | | Remove some !important that isn't, and add deprecated note to old CSS | Thomas Willingham | 2013-10-02 | 3 | -7/+12 | |
| | | | ||||||
* | | | post signatures | friendica | 2013-10-02 | 10 | -63/+146 | |
|/ / | ||||||
* | | Merge https://github.com/friendica/red into zpull | friendica | 2013-10-02 | 1 | -0/+91 | |
|\ \ | ||||||
| * \ | Merge pull request #164 from tobiasd/README_translate | friendica | 2013-10-02 | 1 | -0/+91 | |
| |\ \ | | | | | | | | | Readme translate | |||||
| | * | | Update README.translate.md | tobiasd | 2013-10-02 | 1 | -30/+24 | |
| | | | | | | | | | | | | some fixes for the markdown syntax | |||||
| | * | | adopted README.translate from friendica | Tobias Diekershoff | 2013-10-02 | 1 | -0/+97 | |
| | | | | ||||||
* | | | | that would've messed it up | friendica | 2013-10-02 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | directory sync typo | friendica | 2013-10-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | block forgeries | friendica | 2013-10-02 | 3 | -5/+20 | |
| | | | ||||||
* | | | Merge https://github.com/friendica/red into zpull | friendica | 2013-10-01 | 3 | -7607/+6591 | |
|\| | | ||||||
| * | | Merge pull request #163 from tobiasd/initial_german_translation | tobiasd | 2013-10-01 | 2 | -7605/+6589 | |
| |\ \ | | | | | | | | | DE: Initial Red translation | |||||
| | * | | DE: Initial Red translation | Tobias Diekershoff | 2013-10-02 | 2 | -7605/+6589 | |
| | | | | ||||||
| * | | | Slightly modify reshares so they can be themed as a whole. | Thomas Willingham | 2013-10-02 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | in probe diagnostic - note https failure as diagnostic info - this also ↵ | friendica | 2013-10-01 | 2 | -5/+12 | |
|/ / / | | | | | | | | | | changes zot_finger so you can tell it not to fallback. This could be useful in corporate environments that are off the grid or other high security situations (as much as anything could be considered high security which relies on SSL). | |||||
* | | | Merge https://github.com/friendica/red into zpull | friendica | 2013-10-01 | 1 | -4/+4 | |
|\ \ \ | ||||||
| * | | | Four little typos | Thomas Willingham | 2013-10-02 | 1 | -4/+4 | |
| | | | | ||||||
* | | | | That's way too wide for the sidebar | friendica | 2013-10-01 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | add the auto form submit even though it doesn't seem to work. Will debug it ↵ | friendica | 2013-10-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | later. | |||||
* | | | Saved searches on the matrix/network page just got a lot more interesting. ↵ | friendica | 2013-10-01 | 3 | -38/+44 | |
| | | | | | | | | | | | | Hint: it's all about autocomplete | |||||
* | | | search_ac is really whacked - help it out a bit, but much more to do | friendica | 2013-10-01 | 1 | -17/+17 | |
| | | | ||||||
* | | | doc links | friendica | 2013-10-01 | 1 | -4/+4 | |
| | | | ||||||
* | | | add republish to quick privacy settings (settings page) | friendica | 2013-10-01 | 1 | -0/+4 | |
| | | |