friendica
3821efb99e
issue #477
2014-06-01 01:30:34 -07:00
friendica
bcac633085
implement 'requires' on personal apps
2014-05-22 19:19:04 -07:00
friendica
696f62331d
try to recover from bad update
2014-05-20 22:38:33 -07:00
friendica
6d01707a72
more app backend work
2014-05-19 16:49:11 -07:00
friendica
68ca4ef19e
support commerical apps
2014-05-18 02:21:06 -07:00
friendica
28e8a1d2d3
app DB structure
2014-05-17 17:18:56 -07:00
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