Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more modmagic tracking | friendica | 2013-05-28 | 1 | -0/+1 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-05-28 | 3 | -19/+114 |
|\ | |||||
| * | Update doco | Thomas Willingham | 2013-05-29 | 2 | -17/+110 |
| | | |||||
| * | Add an article to default.php to allow for fixed width themes, without ↵ | Thomas Willingham | 2013-05-29 | 1 | -2/+4 |
| | | | | | | | | breaking anything we've already got. | ||||
* | | add logging to mod/magic when channel not found so we can trace it. | friendica | 2013-05-28 | 1 | -0/+1 |
|/ | |||||
* | fix location setting stuff | friendica | 2013-05-28 | 3 | -5/+5 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-05-28 | 9 | -12/+214 |
|\ | |||||
| * | Merge pull request #56 from beardy-unixer/master | friendica | 2013-05-28 | 9 | -12/+214 |
| |\ | | | | | | | Various | ||||
| | * | Oops, remove site specific CSS | Thomas Willingham | 2013-05-28 | 1 | -8/+1 |
| | | | |||||
| | * | Clean up dark theme | Thomas Willingham | 2013-05-28 | 1 | -3587/+21 |
| | | | |||||
| | * | Use misanthrozot as dark scheme, fix some PCSS bugs | Thomas Willingham | 2013-05-28 | 3 | -5/+8 |
| | | | |||||
| | * | Make pages better. | Thomas Willingham | 2013-05-28 | 3 | -8/+3742 |
| | | | |||||
| | * | mod_page.css | Thomas Willingham | 2013-05-28 | 1 | -0/+28 |
| | | | |||||
| | * | Add notification count to titles. | Thomas Willingham | 2013-05-28 | 1 | -1/+10 |
| | | | |||||
| | * | Add red smiley for the sake of consistency with Friendica's set. | Thomas Willingham | 2013-05-28 | 2 | -0/+1 |
| |/ | |||||
* / | issue #55 (number 2) | friendica | 2013-05-28 | 1 | -4/+6 |
|/ | |||||
* | convert most red photos to zmg | friendica | 2013-05-28 | 5 | -18/+20 |
| | |||||
* | cleanup localisation of like activities | friendica | 2013-05-28 | 1 | -5/+3 |
| | |||||
* | wrong attribution on likes of comments in email notifications. Let's also ↵ | friendica | 2013-05-28 | 4 | -36/+27 |
| | | | | call the thing they liked a comment instead of a status | ||||
* | add support for zmg bbcode tag (img with class=zrl) which will eventually ↵ | friendica | 2013-05-27 | 1 | -1/+3 |
| | | | | get turned into a zid link when rendered for display. TODO - turn photo items and photos uploaded into posts into zmg, then run all incoming bbcode posts through a filter to see if there's a photo from a known hubloc (with an http(s): src attr - not data:) and if so turn it into a zmg. Then fix the zidify functions to look for class="zrl" and we're done. | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-05-27 | 2 | -2/+8 |
|\ | |||||
| * | Prevent showmore covering up the end of posts, plus put likes back where ↵ | Thomas Willingham | 2013-05-27 | 2 | -2/+8 |
| | | | | | | | | they were pre-threaded comments. | ||||
* | | fix zidify_img_callback - wrong number of args | friendica | 2013-05-27 | 1 | -1/+1 |
|/ | |||||
* | zidify img links, delay notifier until actually published for time ↵ | friendica | 2013-05-27 | 6 | -10/+44 |
| | | | | travelling posts | ||||
* | set default contact affinity back to 99 - we'll solve the other problem ↵ | friendica | 2013-05-24 | 53 | -2787/+3043 |
| | | | | another way, this one is flawed | ||||
* | use http_authorization header with nginx | friendica | 2013-05-23 | 1 | -0/+10 |
| | |||||
* | move new_cookie() to the session driver so we can use it for other purposes ↵ | friendica | 2013-05-23 | 2 | -10/+11 |
| | | | | besides "normal" web login (for instance magic auth) | ||||
* | more progress on items_fetch (new name) | friendica | 2013-05-23 | 3 | -36/+45 |
| | |||||
* | implement time travelling posts | friendica | 2013-05-23 | 3 | -0/+20 |
| | |||||
* | make 90 the default closeness when humans are involved in the process | friendica | 2013-05-23 | 2 | -2/+2 |
| | |||||
* | didn't realise that collections (search by group) and search by contact ↵ | friendica | 2013-05-22 | 1 | -26/+26 |
| | | | | weren't working on the matrix/network page and had never been properly ported. They're now ported - whether or not they work is another matter. | ||||
* | first cut at generic item search | friendica | 2013-05-22 | 1 | -0/+222 |
| | |||||
* | and the obligatory typo | friendica | 2013-05-22 | 1 | -0/+1 |
| | |||||
* | add api/red/channel/stream POST method (post_activity_item()), add ↵ | friendica | 2013-05-22 | 1 | -0/+12 |
| | | | | additional endpoint to channel export to api/red/channel/export/basic | ||||
* | add basic input filtering to the simple activity posting | friendica | 2013-05-22 | 3 | -8/+29 |
| | |||||
* | missing comma | friendica | 2013-05-21 | 1 | -1/+1 |
| | |||||
* | improvements to post_activity_item() so that it does not behave differently ↵ | friendica | 2013-05-21 | 1 | -0/+13 |
| | | | | with delivery plugins than post_local via the API. | ||||
* | fix app display | friendica | 2013-05-21 | 2 | -2/+8 |
| | |||||
* | more permissions descriptive text to lessen confusion | friendica | 2013-05-21 | 5 | -6/+16 |
| | |||||
* | slight privacy tweaks | friendica | 2013-05-20 | 1 | -3/+3 |
| | |||||
* | add the "publish in directory" setting to the privacy macros | friendica | 2013-05-20 | 1 | -0/+12 |
| | |||||
* | privacy settings macros - the basics except for toggling "publish in ↵ | friendica | 2013-05-20 | 4 | -1/+93 |
| | | | | directory" which is rather hard because it's a custom on/off button and not a normal input thingy. | ||||
* | fix magic auth against orphaned duplicated hublocs | friendica | 2013-05-19 | 1 | -4/+4 |
| | |||||
* | some auto-friending cleanups | friendica | 2013-05-19 | 4 | -3/+12 |
| | |||||
* | typo in auto permissions | friendica | 2013-05-19 | 2 | -3/+6 |
| | |||||
* | issue with auto permissions | friendica | 2013-05-19 | 3 | -3/+11 |
| | |||||
* | issue with startpage plugin | friendica | 2013-05-18 | 1 | -0/+1 |
| | |||||
* | default page on login changed to matrix (/network) | friendica | 2013-05-18 | 1 | -2/+6 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-05-18 | 2 | -2/+2 |
|\ | |||||
| * | Merge pull request #54 from beardy-unixer/master | Thomas Willingham | 2013-05-17 | 2 | -2/+2 |
| |\ | | | | | | | Typo |