| Commit message (Expand) | Author | Age | Files | Lines |
* | some css fixes for settings | Mario Vavti | 2015-02-28 | 2 | -6/+5 |
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-27 | 5 | -448/+525 |
|\ |
|
| * | Merge pull request #913 from zzottel/master | zzottel | 2015-02-27 | 3 | -4/+11 |
| |\ |
|
| | * | update German help files to current English contents | zottel | 2015-02-27 | 2 | -3/+10 |
| | * | fix link to siteinfo/json | zottel | 2015-02-27 | 1 | -1/+1 |
| |/ |
|
| * | Merge pull request #912 from zzottel/master | zzottel | 2015-02-27 | 2 | -444/+514 |
| |\ |
|
| | * | update to German strings | zottel | 2015-02-27 | 2 | -444/+514 |
| |/ |
|
* | | Fix a couple of places where we weren't checking for dead hublocs. Add a func... | friendica | 2015-02-27 | 4 | -2352/+2394 |
* | | weekly doxygen push | friendica | 2015-02-27 | 69 | -765/+1321 |
|/ |
|
* | don't report already delivered queue items in admin queue summary | friendica | 2015-02-26 | 1 | -1/+1 |
* | high level queue inspector - needs a lot more, like the ability to dump certa... | friendica | 2015-02-26 | 3 | -1/+27 |
* | per Randal overheard on a foreign network - tab in post/comment edit window g... | friendica | 2015-02-26 | 3 | -4/+10 |
* | finish converting "delete" to trash icons for consistency. The 'x' was left i... | friendica | 2015-02-26 | 15 | -16/+20 |
* | Merge pull request #911 from tokudan/patch-1 | RedMatrix | 2015-02-27 | 1 | -2/+2 |
|\ |
|
| * | fix issues in schema_postgres.sql | Daniel Frank | 2015-02-26 | 1 | -2/+2 |
|/ |
|
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-26 | 1 | -0/+3 |
|\ |
|
| * | more fake null shenanigans | Habeas Codice | 2015-02-26 | 1 | -0/+3 |
| * | Revert "more fake null shenanigans" | Habeas Codice | 2015-02-26 | 1 | -23/+94 |
| * | more fake null shenanigans | Habeas Codice | 2015-02-26 | 1 | -94/+23 |
* | | loop breaker | friendica | 2015-02-26 | 2 | -1/+17 |
|/ |
|
* | syntax - missing arg | friendica | 2015-02-25 | 1 | -1/+1 |
* | this may actually fix the deliver loop when deleting existing items. It's hac... | friendica | 2015-02-25 | 2 | -1/+23 |
* | Found the cause of the delete looping, and I can prevent it going forward. Th... | friendica | 2015-02-25 | 3 | -15/+54 |
* | call post_local hooks prior to storing a post that is going to be sourced. Th... | friendica | 2015-02-25 | 2 | -0/+9 |
* | solve some (hopefully most) missing delivery issues | friendica | 2015-02-25 | 3 | -15/+57 |
* | don't send deleted items upstream - only downstream. | friendica | 2015-02-24 | 1 | -3/+6 |
* | require access token to view, query, or join directories in private realms, i... | friendica | 2015-02-24 | 8 | -14/+68 |
* | support rel=me on channel "homepage" url | friendica | 2015-02-24 | 3 | -4/+4 |
* | provide ability to link new themes/addons | friendica | 2015-02-23 | 4 | -8/+60 |
* | public_recips cleanup | friendica | 2015-02-23 | 1 | -18/+30 |
* | apply fix from 8d03774 to z_post_url also | friendica | 2015-02-23 | 1 | -1/+1 |
* | Merge pull request #910 from zzottel/master | RedMatrix | 2015-02-24 | 1 | -1/+1 |
|\ |
|
| * | make redirections restriction in z_fetch_url() work | zottel | 2015-02-23 | 1 | -1/+1 |
|/ |
|
* | fix 404 pages for derivative themes by pretending we've found a module called... | friendica | 2015-02-22 | 1 | -0/+3 |
* | notes about private realm registrations and multiple primary directories. | friendica | 2015-02-22 | 2 | -3/+15 |
* | no longer needed | friendica | 2015-02-22 | 1 | -33/+0 |
* | remove the new session functions from the trunk. Don't yet know if they'll co... | friendica | 2015-02-22 | 1 | -33/+0 |
* | remove these functions for now. | friendica | 2015-02-22 | 1 | -1/+2 |
* | fi8x the typo | friendica | 2015-02-22 | 1 | -1/+1 |
* | new session functions | friendica | 2015-02-22 | 3 | -2/+31 |
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-20 | 1 | -6/+7 |
|\ |
|
| * | catch negative ages | Habeas Codice | 2015-02-20 | 1 | -6/+7 |
* | | more stuff for external resource page | friendica | 2015-02-20 | 1 | -0/+1 |
|/ |
|
* | extend the troubleshooting doc | friendica | 2015-02-20 | 1 | -1/+14 |
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-20 | 4 | -3/+31 |
|\ |
|
| * | Merge pull request #908 from zzottel/master | RedMatrix | 2015-02-21 | 3 | -2/+17 |
| |\ |
|
| | * | correct indent | zottel | 2015-02-20 | 1 | -2/+2 |
| | * | show item title in channel/mid and display pages | zottel | 2015-02-20 | 3 | -2/+17 |
| * | | Merge pull request #907 from tuscanhobbit/dev | RedMatrix | 2015-02-21 | 1 | -1/+14 |
| |\ \ |
|
| | * | | Fixes to version tag in siteinfo/json | Paolo Tacconi | 2015-02-20 | 1 | -3/+3 |