Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix register policy | Thomas Willingham | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2013-01-03 | 1 | -2/+3 |
|\ | |||||
| * | issue with abook creation | friendica | 2013-01-03 | 1 | -2/+3 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2013-01-03 | 1 | -2/+3 |
|\| | |||||
| * | fix item owner on conversations | friendica | 2013-01-03 | 1 | -2/+3 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2013-01-03 | 11 | -45/+134 |
|\| | |||||
| * | missing ) | friendica | 2013-01-02 | 1 | -1/+1 |
| | | |||||
| * | pconfig['system']['channel_format'] lets you specify what your channel page ↵ | friendica | 2013-01-02 | 1 | -4/+15 |
| | | | | | | | | looks like. By default it's a social network-like profile. 'full' makes it a full page of channel content with no sidebar widgets, and 'partial' includes the archive and categories widget (like a blog and only if they are enabled) on the sidebar but leaves out the 'social network' vcard and contact block. This may undergo revision as we use it and figure out how to make other pages tweakable and configurable in the same sorts of ways. | ||||
| * | verify table needs auto_increment flag | friendica | 2013-01-02 | 6 | -30/+100 |
| | | |||||
| * | zome issues registering new hubs | friendica | 2013-01-02 | 4 | -11/+19 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2013-01-02 | 7 | -106/+99 |
|\| | |||||
| * | yikes that's a lot of typos | friendica | 2013-01-02 | 1 | -1/+1 |
| | | |||||
| * | another typo | friendica | 2013-01-02 | 1 | -1/+1 |
| | | |||||
| * | foreach issue | friendica | 2013-01-02 | 1 | -3/+5 |
| | | |||||
| * | typos etc. | friendica | 2013-01-02 | 2 | -3/+2 |
| | | |||||
| * | start building social graph | friendica | 2013-01-01 | 6 | -101/+93 |
| | | |||||
* | | Redbasic - floating wall-item-content sometimes causes massive top margins. | Thomas Willingham | 2013-01-01 | 1 | -1/+0 |
| | | |||||
* | | Add icons to redbasic, move delete button to the right, and sync nav.tpl | Thomas Willingham | 2013-01-01 | 3 | -124/+30 |
|/ | |||||
* | more poco discovery | friendica | 2013-01-01 | 1 | -8/+12 |
| | |||||
* | poco discovery | friendica | 2013-01-01 | 5 | -8/+18 |
| | |||||
* | ensure all delivery result possibilities are logged and communicated to the ↵ | friendica | 2013-01-01 | 1 | -6/+20 |
| | | | | sender | ||||
* | accept expire params if expire feature is enabled | friendica | 2012-12-31 | 1 | -0/+13 |
| | |||||
* | add individual message delivery reporting | friendica | 2012-12-31 | 2 | -7/+19 |
| | |||||
* | cleanup boot | friendica | 2012-12-31 | 3 | -70/+26 |
| | |||||
* | couple of fixes to follow, prepare for default connection permissions | friendica | 2012-12-31 | 4 | -20/+49 |
| | |||||
* | more delivery diagnostics | friendica | 2012-12-31 | 3 | -4/+12 |
| | |||||
* | connections edit: show existing permissions as checked (or unchecked) even ↵ | friendica | 2012-12-31 | 1 | -1/+4 |
| | | | | if disabled | ||||
* | update timestamps on successful poll | friendica | 2012-12-30 | 1 | -2/+5 |
| | |||||
* | refresh now works on poller runs | friendica | 2012-12-30 | 2 | -21/+17 |
| | |||||
* | fixes | friendica | 2012-12-30 | 2 | -2/+2 |
| | |||||
* | update todo list | friendica | 2012-12-30 | 1 | -5/+5 |
| | |||||
* | more progress on onepoll | friendica | 2012-12-30 | 2 | -162/+20 |
| | |||||
* | requeue failed deliveries | friendica | 2012-12-30 | 4 | -172/+24 |
| | |||||
* | progress on poller | friendica | 2012-12-30 | 2 | -167/+74 |
| | |||||
* | more logging, some debugging of group membership page | friendica | 2012-12-30 | 4 | -7/+21 |
| | |||||
* | fix poco acct: url | friendica | 2012-12-30 | 1 | -2/+2 |
| | |||||
* | add item['expires'] to protocol communications | friendica | 2012-12-30 | 1 | -0/+5 |
| | |||||
* | no hub - well doh, no wonder; we were looking for array['hub'] and it's ↵ | friendica | 2012-12-29 | 3 | -5/+3 |
| | | | | actually array['url']. | ||||
* | add item expires field | friendica | 2012-12-29 | 3 | -2/+13 |
| | |||||
* | probe diagnostic translated to zot, will use your current channel for ↵ | friendica | 2012-12-29 | 2 | -3/+65 |
| | | | | permissions, logout to check anonymous permissions | ||||
* | fix connections page layout | friendica | 2012-12-28 | 2 | -0/+6 |
| | |||||
* | simplify, simplify. We don't need a photo menu on the connnections page. ↵ | friendica | 2012-12-28 | 1 | -10/+2 |
| | | | | Click a person, goto profile edit. We can put all other operations you might wish to perform on that page. | ||||
* | fix channel page permissions for public viewing | friendica | 2012-12-28 | 2 | -3/+2 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2012-12-28 | 18 | -282/+166 |
|\ | |||||
| * | Merge pull request #10 from beardy-unixer/master | friendica | 2012-12-27 | 18 | -282/+166 |
| |\ | | | | | | | More themeing. | ||||
| | * | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2012-12-28 | 7 | -141/+177 |
| | |\ | |||||
| | * | | More fancyred progress | Thomas Willingham | 2012-12-28 | 1 | -44/+49 |
| | | | | |||||
| | * | | Move like wrapper. Keep template theme specific while, at least while it's ↵ | Thomas Willingham | 2012-12-27 | 1 | -0/+117 |
| | | | | | | | | | | | | | | | | still in flux. | ||||
| | * | | Another diaspora template | Thomas Willingham | 2012-12-27 | 1 | -3/+0 |
| | | | | |||||
| | * | | Pretty sure we don't need Diaspora templates. | Thomas Willingham | 2012-12-27 | 15 | -235/+0 |
| | | | |