Commit Graph

2132 Commits

Author SHA1 Message Date
Zach Prezkuta
b4a95460e6 fix show-stopping bugs 2013-01-06 19:34:54 -07:00
Zach Prezkuta
a0d19ffb72 implement Smarty3 2013-01-06 15:57:11 -07:00
friendica
a07500b527 structural cleanup of mod_message 2013-01-05 21:07:04 -08:00
friendica
22ceb7c048 remove debugging 2013-01-05 16:40:45 -08:00
friendica
f01d785aae fix timeago updates, reset unseen counts on channel page, don't set nav selected on profile page 2013-01-05 16:37:32 -08:00
friendica
472a905731 fix live update on channel page 2013-01-05 15:27:38 -08:00
friendica
9695e53a64 found it 2013-01-04 19:32:49 -08:00
friendica
ea6096e21d stray else 2013-01-04 19:26:53 -08:00
friendica
70b6f989dd fix the contorted update logic on the network page 2013-01-04 19:24:17 -08:00
friendica
0b2c857246 zfinger issue stray unfinished statement 2013-01-04 01:41:18 -08:00
friendica
bec7d9f483 temporary feed import/export (public only for the moment) until this is integrated with remote permissions 2013-01-03 19:34:04 -08:00
friendica
13ec589f80 add refresh to connection edit menu, and notify of communication issues 2013-01-03 16:48:18 -08:00
friendica
acc1dfa773 stray paren in sql 2013-01-03 16:24:30 -08:00
friendica
72da7ceba4 ensure the function can be found 2013-01-03 16:18:52 -08:00
friendica
a103c96c46 add "refresh their permissions" function 2013-01-03 16:17:22 -08:00
friendica
f8bd476b88 import the toggle_mobile stuff to shut up some warnings 2013-01-03 15:52:05 -08:00
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
e6000f3f6e fix event query - some DB's have problems with it 2013-01-03 02:10:37 -08:00
friendica
1fc38311f9 fix item owner on conversations 2013-01-03 01:42:28 -08: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
friendica
93d85858d5 poco discovery 2013-01-01 01:57:20 -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
a8812346c4 couple of fixes to follow, prepare for default connection permissions 2012-12-31 15:47:51 -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
4e23e700f4 requeue failed deliveries 2012-12-30 21:44:59 -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
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
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
da5a1be26d fix channel page permissions for public viewing 2012-12-28 19:56:01 -08:00
friendica
dda4d689bb This was bloody hard to sort out.... but now it's sorted and we can move forward again. Put back xtag for efficient keyword searching, use it in conjunction with xprof['keywords'] to avoid a SQL triple join and group_concat (which simply won't scale on a directory server), figured out how best to work timezone corrected birthdays into the protocol. The directory can even provide an age if one was provided to it. Both of these things need some more work, but we have the mechanisms and a plan how to do it right instead of "how the !@#$ are we going to do pull this off?" 2012-12-27 23:33:37 -08:00
friendica
196375251d directory server json search module 2012-12-27 00:04:54 -08:00
friendica
76c2fc5afd will have to search tags/keywords another way 2012-12-26 22:44:27 -08:00
friendica
8998d86423 local search against the directory - need to convert this to client/server role 2012-12-26 21:32:11 -08:00
friendica
83a1167682 typo in mod_match 2012-12-26 16:51:54 -08:00
friendica
7a257a66c3 Merge https://github.com/friendica/red into zpull 2012-12-26 16:51:18 -08:00
friendica
a162b20437 add keywords to zot-info profile 2012-12-26 16:50:52 -08:00
friendica
84fefcd469 add important profile fields to zot-info if permitted - for directory 2012-12-26 16:43:13 -08:00
friendica
91dac0f18a Merge pull request #9 from oohlaf/fixes
HTTP redirect fixes and a include file fix
2012-12-26 12:57:52 -08:00
friendica
c8292b3cdd remove the private keywords stuff to reduce directory and search complexity 2012-12-26 03:49:50 -08:00
Olaf Conradi
414f7ccc00 Include zot for magic 2012-12-26 04:22:43 +01:00
friendica
2c95858700 allow toplevel domain redirects for zot-info 2012-12-25 16:57:48 -08:00
friendica
f09b9f1e44 add permission controls to "storage" objects such as attachments or other stored files 2012-12-22 03:33:12 -08:00
friendica
8d71fe91f6 cleanup editpost 2012-12-21 04:08:48 -08:00