Commit graph

6923 commits

Author SHA1 Message Date
friendica
7df33bb963 fix register_policy globally 2013-01-03 13:50:23 -08:00
friendica
781f49768a Merge pull request #11 from beardy-unixer/master
Redbasic update
2013-01-03 13:38:27 -08:00
Thomas Willingham
3b140d6e2f Fix register policy 2013-01-03 12:44:23 +00:00
friendica
05d8faf5e1 provide delivery report on both sides, local and remote 2013-01-03 02:21:35 -08:00
friendica
e6000f3f6e fix event query - some DB's have problems with it 2013-01-03 02:10:37 -08:00
Thomas Willingham
60e2d7b026 Merge remote-tracking branch 'upstream/master' 2013-01-03 09:57:46 +00:00
friendica
4aae0ac948 issue with abook creation 2013-01-03 01:53:22 -08:00
Thomas Willingham
958b5d623e Merge remote-tracking branch 'upstream/master' 2013-01-03 09:45:55 +00:00
friendica
1fc38311f9 fix item owner on conversations 2013-01-03 01:42:28 -08:00
Thomas Willingham
b1a02cf450 Merge remote-tracking branch 'upstream/master' 2013-01-03 09:17:11 +00:00
friendica
1e7a5560f5 missing ) 2013-01-02 23:37:52 -08:00
friendica
4c196471b8 pconfig['system']['channel_format'] lets you specify what your channel page 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. 2013-01-02 23:31:01 -08:00
friendica
4c21abe533 verify table needs auto_increment flag 2013-01-02 23:07:46 -08:00
friendica
32a97d5065 zome issues registering new hubs 2013-01-02 16:28:47 -08:00
Thomas Willingham
577236c372 Merge remote-tracking branch 'upstream/master' 2013-01-02 11:40:17 +00:00
friendica
4108598133 yikes that's a lot of typos 2013-01-02 02:00:46 -08:00
friendica
c266f0724b another typo 2013-01-02 01:47:06 -08:00
friendica
a824a87d80 foreach issue 2013-01-02 01:44:50 -08:00
friendica
03a4ad0e09 typos etc. 2013-01-02 01:30:53 -08:00
friendica
50d1cb2e3a start building social graph 2013-01-01 23:56:27 -08:00
Thomas Willingham
2fd0653d6f Redbasic - floating wall-item-content sometimes causes massive top margins. 2013-01-01 16:08:32 +00:00
Thomas Willingham
556f38afde Add icons to redbasic, move delete button to the right, and sync nav.tpl 2013-01-01 13:15:45 +00:00
friendica
4d7fe15d3b more poco discovery 2013-01-01 02:06:41 -08:00
friendica
93d85858d5 poco discovery 2013-01-01 01:57:20 -08:00
friendica
6accc190d4 ensure all delivery result possibilities are logged and communicated to the sender 2013-01-01 00:45:44 -08:00
friendica
3e5e8b420f accept expire params if expire feature is enabled 2012-12-31 23:00:37 -08:00
friendica
f2a4ea7254 add individual message delivery reporting 2012-12-31 21:33:11 -08:00
friendica
8d32477bff cleanup boot 2012-12-31 17:18:11 -08:00
friendica
a8812346c4 couple of fixes to follow, prepare for default connection permissions 2012-12-31 15:47:51 -08:00
friendica
791302f317 more delivery diagnostics 2012-12-31 14:45:26 -08:00
friendica
db16ea8527 connections edit: show existing permissions as checked (or unchecked) even if disabled 2012-12-31 01:17:52 -08:00
friendica
ba0876d011 update timestamps on successful poll 2012-12-30 23:55:57 -08:00
friendica
2d113f0c87 refresh now works on poller runs 2012-12-30 23:51:39 -08:00
friendica
83db4abaab fixes 2012-12-30 22:56:52 -08:00
friendica
15938289e2 update todo list 2012-12-30 22:51:15 -08:00
friendica
abc271a0e7 more progress on onepoll 2012-12-30 22:41:53 -08:00
friendica
4e23e700f4 requeue failed deliveries 2012-12-30 21:44:59 -08:00
friendica
14fb503800 progress on poller 2012-12-30 16:14:29 -08:00
friendica
8eee37e1fa more logging, some debugging of group membership page 2012-12-30 15:28:13 -08:00
friendica
a8e16c48b1 fix poco acct: url 2012-12-30 03:15:58 -08:00
friendica
2f1bc925de add item['expires'] to protocol communications 2012-12-30 00:41:08 -08:00
friendica
cb329b9fb4 no hub - well doh, no wonder; we were looking for array['hub'] and it's actually array['url']. 2012-12-29 23:45:06 -08:00
friendica
39c30d161f add item expires field 2012-12-29 03:02:22 -08:00
friendica
098de66c2f probe diagnostic translated to zot, will use your current channel for permissions, logout to check anonymous permissions 2012-12-29 00:33:04 -08:00
friendica
70153a2274 fix connections page layout 2012-12-28 22:54:56 -08:00
friendica
ba627500d9 simplify, simplify. We don't need a photo menu on the connnections page. Click a person, goto profile edit. We can put all other operations you might wish to perform on that page. 2012-12-28 22:43:31 -08:00
friendica
da5a1be26d fix channel page permissions for public viewing 2012-12-28 19:56:01 -08:00
friendica
f048c1d05a Merge https://github.com/friendica/red into zpull 2012-12-28 17:29:41 -08:00
friendica
ddd58e6e28 bypass replace_macros and use template processor directly for theme includes 2012-12-28 17:28:49 -08:00
friendica
096e370110 Merge pull request #10 from beardy-unixer/master
More themeing.
2012-12-27 23:47:29 -08:00