friendica
c93353c0a3
we seem to have lost any install text mentioning that subdirs and alternate ports aren't supported
2014-04-12 03:31:55 -07:00
Thomas Willingham
742e2686ca
Don't explicitly deny our strongest features existence.
2014-04-11 14:53:18 +01:00
sasiflo
f16fc1eb4f
Added some more details about why browser-valid SSL certificates must be
...
used when SSL is used at all.
It is now in the check failure message in the installation routine, the
installation readme and in the documentation pages.
2014-04-10 23:41:18 +02:00
friendica
ad60e2c566
use parent_mid in the parent query for enotify instead of of the parent id. This should fix the issue with encrypted content in the notification messages (for locally posted replies). The fix was a bit harder than anticipated because we store the parent id as an int in the notify table so this had to be modified to char storage as well.
2014-04-06 02:57:33 -07:00
friendica
27fec9cb64
more efficient public feed fetching
2014-04-02 15:13:50 -07:00
friendica
ced6d82633
finish up the source route storage so we can prevent messages from flowing upstream in complicated delivery chains
2014-03-31 16:25:05 -07:00
friendica
7375e30506
This should be a slight improvement in setting ciphers - we'll punt on RedHat but open up the list just for openssl distros which seem to have all the problems at the moment.
2014-03-25 15:19:18 -07:00
Thomas Willingham
fea711ecde
Typo in database.sql
2014-03-07 17:27:44 +00:00
friendica
2a1729e671
typo
2014-03-06 01:34:39 -08:00
friendica
8c7e076dae
bring friends back
2014-03-06 01:29:42 -08:00
friendica
3d49bf0320
directory sync issues
2014-03-03 21:00:42 -08:00
friendica
e7e97e578b
put bookmarked chatrooms into poco
2014-02-25 19:48:13 -08:00
friendica
2c72e49d1f
more chatroom discovery
2014-02-25 17:55:30 -08:00
Thomas Willingham
36085bc608
Also update database.sql
2014-02-25 21:12:19 +00:00
Thomas Willingham
8e3a16bcdd
Update channel permissions to full ints
2014-02-25 21:06:47 +00:00
friendica
4944070e79
vsprintf error on update
2014-02-20 02:30:37 -08:00
friendica
a7194bc79a
fix the broken hublocs in an update
2014-02-20 01:44:29 -08:00
Thomas Willingham
35a3b2d8eb
s/Options All/AllowOverride All
2014-02-10 21:36:19 +00:00
friendica
8c845f5d50
set default for account_level in DB
2014-02-07 22:47:03 -08:00
friendica
d8f16442a1
bookmark permissions
2014-02-04 00:52:34 -08:00
friendica
a1d40431f2
chat expiration (default 2 hours) - but can be set on a per-chatroom basis
2014-01-30 20:10:47 -08:00
friendica
9261a170eb
basic chatroom management backend
2014-01-29 00:08:29 -08:00
friendica
8c8be2a05e
add client field to chatpresence - which will give us a place to put IP addresses for webRTC. Might as well allow for that since we'll (soon) have presence. Then we wouldn't need SIP and folks can "just" p2p each other using any mechanism they wish if they have permission to do so.
2014-01-28 15:05:44 -08:00
friendica
8c80589b5a
chat data structures
2014-01-27 21:02:57 -08:00
friendica
8a5c747010
move some store things
2014-01-21 00:19:53 -08:00
friendica
762a543249
allow menus to have special roles
2014-01-15 12:57:12 -08:00
friendica
a309bc0d47
only let visitors remove their own files.
2014-01-09 19:20:10 -08:00
friendica
352e4dc21b
add store directory write check to install checks
2014-01-08 18:20:47 -08:00
friendica
aacd3164fa
allow objects to have permissions
2013-12-28 16:05:03 -08:00
friendica
5dee22c94d
db update for directory profiles - and fix broken database.sql from the sys_perms addition a couple days back
2013-12-25 01:22:51 -08:00
friendica
63a42480c7
add account_level, is_foreigner and is_member functions; convert all e2ee user input and prompts to hex to avoid javascipt's lame handling of quotes. !!This breaks all prior encrypted posts.!!
2013-12-23 15:13:09 -08:00
friendica
1a42580ad4
remove a couple of mysql reserved words from being used as table or row names. For this round we're getting 'group' and 'desc'. Warning: potentially destabilising as this touches a lot of code.
2013-12-22 18:37:39 -08:00
Thomas Willingham
569e93d6e1
Ooops, also update the DB
2013-12-22 20:54:41 +00:00
Thomas Willingham
c4b4f27796
Some sys chan stuff
2013-12-22 20:47:57 +00:00
friendica
4791b2fd9c
add aid to notifiy table which we may need to supress duplicate notify emails across your channels
...
also try to handle the wretched mess of broken and duplicated hublocs that fred.cepheus.uberspace.de typically reports
2013-11-20 21:09:13 -08:00
friendica
d37f4da37b
remove the challenge table as well
2013-11-18 20:10:53 -08:00
friendica
bbd69c1e81
drop the queue table which we no longer use
2013-11-18 19:54:02 -08:00
friendica
8b9633e46b
DB - allow private messages to expire
2013-11-06 17:27:51 -08:00
friendica
310ccfda99
INSTALL for dummies - step 1: ensure that we throw an ugly error message in their face
...
if there's an ugly error when we first try to install. DON'T white screen until after
they've got it running.
2013-11-05 19:45:02 -08:00
Antoine G
8baf617c89
Fix missing parenthesis in database.sql
...
This was blocking database creation process
2013-11-01 14:02:07 +01:00
friendica
2035a5dd76
allow zot public providers to list their location, as a non US-based server could be a strong selling point.
2013-10-30 01:58:45 -07:00
friendica
d389ceed6c
Schema change - add channel_dirdate so we can ping a directory server once a month which means we can find dead channels - because they won't be pinging the directory server once a month.
2013-10-27 22:04:59 -07:00
friendica
e3504df514
installing sabre is a whole lot more complicated. It also doesn't like co-existing with other projects in the same web path. This is going to be fun.
2013-10-21 15:29:27 -07:00
friendica
ad29d0f9a1
preserve the source owner when creating a delivery fork so that we can uplink back to them without any ambiguity.
2013-10-13 18:36:28 -07:00
friendica
a92e1c617b
Add install instructions for cloning WebDAV component (which I think is best if we make optional). There may be webserver dependencies so let's just call this a plugin of sorts, but different than normal plugins because if it's installed it will be tightly integrated with everything we do. Eventually we may provide a static repository or select a specific sabre-dav version so that we're immune from changes upstream which break stuff we're doing; but for now we'll use the fruux main repository and install using the trunk.
2013-10-10 16:09:26 -07:00
friendica
78a8d176ac
post signatures
2013-10-02 21:04:48 -07:00
friendica
dffce63662
implement republish permission for use in sourced channels
2013-09-30 21:49:26 -07:00
friendica
e992cfeca9
directory sync - this will either work, or it won't work, or it will possibly recurse and blow up the matrix. Hard to say. Do you feel lucky? Well do ya' ... punk? Rule #1 - don't mess with anything unless it's blowing up the matrix. If it doesn't blow up the matrix, but doesn't work, just let it go and let's figure out what it is doing and what it isn't doing.
...
The flow is as follows:
Once a day go out to all the directory servers besides yourself and grab a list of updates. This happens in the poller. If we've never seen them before add them to the updates table. The poller also looks to see if we're a directory server and have updates that haven't yet been processed. It calls onedirsync.php to process each one. If we contact the channel to update and don't find anything (we're just doing a basic zot_finger), set a ud_last timestamp. If this is set we will only try once a day for seven days. Then we stop trying to update.
This will probably cause a spike the first time through because you haven't seen any updates before, but we spread out the load over your delivery interval.
2013-09-30 18:33:27 -07:00
friendica
edc5566f79
structure for channel unions
2013-09-26 16:25:28 -07:00
friendica
2a0406ec8c
add some text for issue #79
2013-09-24 19:23:39 -07:00