Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | json_decode param missing | friendica | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | temporary feed import/export (public only for the moment) until this is ↵ | friendica | 2013-01-03 | 4 | -7/+110 |
| | | | | integrated with remote permissions | ||||
* | Merge pull request #12 from beardy-unixer/master | Thomas Willingham | 2013-01-03 | 6 | -0/+32 |
|\ | | | | | Events/Message icons | ||||
| * | Aha, I anticipated that - event and message icons. | Thomas Willingham | 2013-01-04 | 6 | -0/+32 |
|/ | |||||
* | make the menu consistent and eliminate redundancy - though we need icons for ↵ | friendica | 2013-01-03 | 3 | -14/+14 |
| | | | | mail and events (sorry Thomas if this breaks your themes in a bad way, but at least the menus make sense now). | ||||
* | place holders for mail and event icons on nav bar | friendica | 2013-01-03 | 2 | -2/+13 |
| | |||||
* | add refresh to connection edit menu, and notify of communication issues | friendica | 2013-01-03 | 1 | -1/+9 |
| | |||||
* | more debugging - looks like michameer.dyndns.org is throwing 500s so cannot ↵ | friendica | 2013-01-03 | 1 | -0/+2 |
| | | | | test further | ||||
* | change precedence of bitwise operation | friendica | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | stray paren in sql | friendica | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | ensure the function can be found | friendica | 2013-01-03 | 1 | -0/+1 |
| | |||||
* | add "refresh their permissions" function | friendica | 2013-01-03 | 1 | -0/+5 |
| | |||||
* | import the toggle_mobile stuff to shut up some warnings | friendica | 2013-01-03 | 6 | -4/+39 |
| | |||||
* | fix register_policy globally | friendica | 2013-01-03 | 11 | -16/+16 |
| | |||||
* | Merge pull request #11 from beardy-unixer/master | friendica | 2013-01-03 | 4 | -126/+31 |
|\ | | | | | Redbasic update | ||||
| * | 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 |
| |\ | |||||
| * \ | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2013-01-03 | 1 | -2/+3 |
| |\ \ | |||||
| * \ \ | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2013-01-03 | 11 | -45/+134 |
| |\ \ \ | |||||
| * \ \ \ | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2013-01-02 | 7 | -106/+99 |
| |\ \ \ \ | |||||
| * | | | | | 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 |
| | | | | | | |||||
* | | | | | | provide delivery report on both sides, local and remote | friendica | 2013-01-03 | 1 | -0/+2 |
| | | | | | | |||||
* | | | | | | fix event query - some DB's have problems with it | friendica | 2013-01-03 | 1 | -3/+3 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | issue with abook creation | friendica | 2013-01-03 | 1 | -2/+3 |
| |_|_|/ |/| | | | |||||
* | | | | fix item owner on conversations | friendica | 2013-01-03 | 1 | -2/+3 |
| |_|/ |/| | | |||||
* | | | 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 |
| |/ |/| | |||||
* | | 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 |
|/ | |||||
* | 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 |
| |