| Commit message (Expand) | Author | Age | Files | Lines |
* | implement diaspora profile message (oops) or updated profile photos won't be ... | friendica | 2015-01-29 | 1 | -21/+4 |
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-01-28 | 2 | -3/+3 |
|\ |
|
| * | Merge branch 'master' of https://github.com/friendica/red | Habeas Codice | 2015-01-28 | 9 | -144/+446 |
| |\ |
|
| * | | bookmarkedchats: remove extraneous group by, dupes removed on insert | Habeas Codice | 2015-01-28 | 1 | -2/+2 |
| * | | fix improper group by usage | Habeas Codice | 2015-01-28 | 1 | -1/+1 |
* | | | remote_user => remote_channel | friendica | 2015-01-28 | 7 | -13/+13 |
* | | | local_user => local_channel | friendica | 2015-01-28 | 27 | -171/+171 |
| |/
|/| |
|
* | | make sure we honour the disable_discover_tab pref | friendica | 2015-01-28 | 1 | -1/+5 |
* | | allow diaspora posts to be delivered to the discover channel unless prohibite... | friendica | 2015-01-28 | 1 | -1/+5 |
* | | limit the number of forums that can be tagged in a single post - default is 2... | friendica | 2015-01-28 | 1 | -8/+46 |
* | | add yet another firehose check | friendica | 2015-01-28 | 1 | -1/+1 |
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-01-28 | 1 | -1/+2 |
|\ \ |
|
| * | | show shared button only to local user | marijus | 2015-01-28 | 1 | -1/+2 |
* | | | more minor tweaks to the route mismatch algorithm after watching it all day. | friendica | 2015-01-28 | 1 | -2/+5 |
|/ / |
|
* | | ignore route mismatches on firehose posts to the sys channel. Use whatever pa... | friendica | 2015-01-27 | 1 | -1/+1 |
* | | we need to actually ask for the id from the DB if we want to use it. | friendica | 2015-01-27 | 1 | -1/+1 |
* | | improved route mismatch detection. We will be less strict about the absolute ... | friendica | 2015-01-27 | 2 | -35/+42 |
* | | move userReadableSize() and getIconFromType() from /include/RedDAV/RedBrowser... | marijus | 2015-01-27 | 2 | -88/+78 |
* | | superblock enhancements | friendica | 2015-01-26 | 1 | -0/+1 |
* | | handle an incoming directory rating message | friendica | 2015-01-26 | 1 | -2/+45 |
* | | provide storage for directory based reputation in the xlink table by setting ... | friendica | 2015-01-26 | 3 | -8/+10 |
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-01-26 | 1 | -1/+1 |
|\| |
|
| * | Merge pull request #878 from habeascodice/master | RedMatrix | 2015-01-26 | 1 | -1/+1 |
| |\ |
|
| | * | Merge branch 'master' of https://github.com/friendica/red | Habeas Codice | 2015-01-24 | 2 | -7/+31 |
| | |\ |
|
| | * | | remove superfluous group by | Habeas Codice | 2015-01-24 | 1 | -1/+1 |
* | | | | abstract poco into a single function in socgraph so we can provide different ... | friendica | 2015-01-25 | 1 | -0/+209 |
|/ / / |
|
* | | | turn "large photo thumbnails" into a feature. | friendica | 2015-01-25 | 2 | -6/+12 |
* | | | rework the new connection stuff so we don't need a "permissions have been cha... | friendica | 2015-01-25 | 1 | -14/+9 |
* | | | recognise opus as an audio file | friendica | 2015-01-25 | 2 | -2/+2 |
* | | | don't set a rating of 1 on old sites that report poco rating as an array. Jus... | friendica | 2015-01-25 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge pull request #877 from solstag/master | RedMatrix | 2015-01-25 | 1 | -1/+2 |
|\ \ |
|
| * | | Call sslify with an extra path element so files keep their names | Alexandre Hannud Abdo | 2015-01-25 | 1 | -1/+2 |
| |/ |
|
* / | Check allowed emails, also add blacklisting for | Christian Vogeley | 2015-01-25 | 1 | -6/+29 |
|/ |
|
* | optimize check query | marijus | 2015-01-24 | 1 | -2/+7 |
* | Merge branch 'master' of https://github.com/friendica/red | marijus | 2015-01-24 | 1 | -3/+2 |
|\ |
|
| * | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-01-23 | 1 | -97/+95 |
| |\ |
|
| * | | onedirsync issue reported by habeas codice | friendica | 2015-01-23 | 1 | -3/+2 |
* | | | the old item must be removed before the new is created | marijus | 2015-01-24 | 1 | -1/+8 |
| |/
|/| |
|
* | | disable notices | marijus | 2015-01-24 | 1 | -2/+2 |
* | | some more kiss | marijus | 2015-01-24 | 1 | -65/+51 |
* | | typo | marijus | 2015-01-23 | 1 | -1/+1 |
* | | we get the object info before it is deleted now | marijus | 2015-01-23 | 1 | -12/+12 |
* | | Merge branch 'master' of https://github.com/friendica/red | marijus | 2015-01-23 | 1 | -0/+9 |
|\| |
|
| * | provide pref to set default photo resolution for posts to something other tha... | friendica | 2015-01-23 | 1 | -0/+9 |
* | | some code restructure | marijus | 2015-01-23 | 1 | -43/+55 |
|/ |
|
* | Merge branch 'master' of https://github.com/friendica/red | Habeas Codice | 2015-01-22 | 2 | -2/+26 |
|\ |
|
| * | add some mimetypes | marijus | 2015-01-22 | 2 | -2/+26 |
* | | fix dir server query take 2 | Habeas Codice | 2015-01-22 | 1 | -1/+1 |
|/ |
|
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-01-21 | 1 | -1/+2 |
|\ |
|
| * | make $links an array of links | marijus | 2015-01-22 | 1 | -1/+2 |