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
friendica
e62dfc6f8a
add a flag field to xtags so that we can filter tags based on whether or not the parent xchan is safe or not. Otherwise we'll have tags that lead to nowhere because the directory entry is hidden but the tag isn't. A successful porn site in the matrix could also swamp the directory with x-rated tags, even if the site was playing nice and did everything right to self-censor. Accomplishing this with joins would be horrendously inefficient, though it will take a bit of code re-org to get this flag where it needs to be when it's time to set keywords.
2013-09-19 22:27:12 -07:00
friendica
63fc92b9e5
sync item_search with yesterday's network fix for collections. Add ud_addr to update table to store the target address since it's possible the mirroring directory won't yet have an xchan or hubloc they can link the ud_hash to and therefore mayn't know how to contact them.
2013-09-19 01:01:51 -07:00
friendica
14f6bf06e7
set default charset of email_header_encode, add ud_flags to indicate which (directory sync) updates have been processed in some way.
2013-09-18 21:22:08 -07:00
friendica
d3aa31be4d
site sellpage links
2013-09-17 22:27:51 -07:00
ndurchx
bf3e7f5e9f
Fixed error in SQL Statement
2013-09-12 11:39:07 +02:00
Michael Meer
f93e92c260
extends DB in hubloc to maintain hubloc connectivity
2013-09-10 14:18:51 +02:00
friendica
0565a6ef01
change primary key on updates table
2013-09-09 04:55:43 -07:00
friendica
c65ea0b97b
public site list (will take a few days to populate, assuming folks have updated their site access policy which old sites do not have)
2013-09-05 22:00:06 -07:00
friendica
de3345f5f3
This isn't optimal, but on the short term we'll clone the page editor to use as a block editor, and probably a layout editor as well. Eventually, these should all probably just be switches onto a single editor instance. Decided to put the layout_mid into the item table directory rather than re-use resource_id, so that we can still have pages attached to different resources like photos and events and stuff. The block editor is far from finished, at this point I've only cloned it and changed the name and type of item it looks for.
2013-09-01 17:07:55 -07:00
friendica
00622779f3
add a guid to directory update table to avoid recursion
2013-08-31 04:30:01 -07:00
friendica
2d3a489f51
basic structure for premium channel implementation
2013-08-21 17:15:56 -07:00
friendica
d8ef1417fb
poll stuff
2013-08-21 01:33:20 -07:00
friendica
5d35d21100
network-wide poll voting structure
2013-08-20 20:39:00 -07:00
friendica
cd5fdbcb48
email attachments (and fix email photos)
2013-08-19 21:19:39 -07:00
friendica
1c1449cd82
we only want to maintain one INSTALL.txt - and it is in the directory 'install' where it belongs.
2013-08-15 22:41:34 -07:00
friendica
6191cfef2a
check these in so I can go back and find out why the stylsheet is horked
2013-08-11 19:04:07 -07:00
friendica
68d907803a
basic *account* removal, but the channel removal which it calls still needs (lots of) work. Oh and the intro table is no longer used and won't be - so it's gone.
2013-08-04 17:17:00 -07:00
friendica
6197f945ad
add "xchan_instance_url" for communicating with services that lack nomadic identity. This will be set to the url of the Red site that they are connected with. Only the nomadic identity clone at that site can communicate directly with them. Other instances will need to relay through that site - and if it goes down, that connection is stuffed.
2013-08-01 16:55:37 -07:00
friendica
c00c550c58
better mail obscuring
2013-07-31 02:32:41 -07:00
friendica
7b3c29ebe6
fix bug #84 , make imported messages from your clones show up on your wall
2013-07-29 17:30:46 -07:00
friendica
c975e51e8a
add chandesc field to profiles to provide some arbitrary text in the directory - such as to inform people what this channel is about before they connect. This will work best with a "channel detail" popup in the directory to provide more info than is available in the micro-profiles (when hovered, or clicked or something). And of course, the first thing is to enable this data to be stored in the directory.
2013-07-24 21:23:20 -07:00
friendica
94e87c0a84
update friends/followers API so Friendica Android client won't choke
2013-07-17 21:53:35 -07:00
friendica
fc265a8e3a
block duplicate channels
2013-07-17 21:38:37 -07:00
friendica
de734bbea8
photo_flags - for adding taxonomy photos and other stuff.
2013-07-16 04:46:01 -07:00
friendica
12c2cea36f
fix xtag
2013-07-14 18:52:24 -07:00
friendica
25ed8788e9
install typo
2013-07-14 01:22:56 -07:00
friendica
39856f7cb1
Add self to recipient lists. Sure we already have a copy but it's possible our nomadic channel clones don't.
2013-07-14 01:12:05 -07:00
friendica
5a8cda632b
remove double tags on search results, updates to install doco to get rid of Friendica name there and clarify Red requirements.
2013-07-09 22:48:34 -07:00
friendica
429ebabfd9
any questions regarding this checkin will be ignored
2013-07-03 04:28:36 -07:00
friendica
72f6edd595
add age to directory profile - requires updating on each birthday and that part is still missing
2013-06-30 00:38:02 -07:00
friendica
cdc66da52f
Basic ability to create "things"
2013-06-27 19:35:59 -07:00
friendica
61601dc23d
Add site registration policy to site record. This is not yet used or stored, but potentially can be exchanged through directory mirrors to automatically create "open site" lists.
2013-06-20 18:36:02 -07:00
friendica
4f06905a18
infrastructure for future stuff
2013-06-19 18:06:14 -07:00
friendica
764ee785f5
We will need a per item comment policy to be able to determine in advance if we have permission to comment on something , and we'll need to send it out with all communications. The current check is not only flawed but also a huge performance hit. Also provide the ability for an item to disable commenting completely - such as for a webpage or wherever you want to prevent comments on one item, without requiring a change to your entire permission scheme. All of this is only partially implemented at the moment but we need the structures in place on several sites in order to finish it without breaking everything.
2013-06-16 19:14:01 -07:00
friendica
0deec983b4
DB: add timestamps to hubloc table so we can eventually expire dead entries.
2013-06-04 17:46:21 -07:00
friendica
98018f4969
update the really old sample config file
2013-05-16 16:29:03 -07:00
Thomas Willingham
069e874e6d
Typo
2013-05-14 23:23:04 +01:00
fabrixxm
d4c07930d5
add $db_port to .htconfig.php and $a->config['syste]['smarty3_folder'] for compiled templates
2013-05-10 06:13:24 -04:00
friendica
027f932ff5
add driver param to output queue so we know what protocol to use when faced with multiple choice
2013-05-06 03:55:58 -07:00
friendica
dc028ce8ba
fixes
2013-05-06 02:17:20 -07:00
friendica
6f04a7e070
minor fixes related to postgres development
2013-05-05 19:34:56 -07:00
friendica
c10e30631a
missed channel_default_group key nrename
2013-04-03 15:51:56 -07:00
friendica
810a60b912
add new connections to default group (if any)
2013-03-27 19:35:34 -07:00
friendica
8148b7c32f
update manage table and some documentation
2013-03-27 19:02:01 -07:00
friendica
ddf5bf8968
rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present.
2013-03-21 18:25:41 -07:00
Thomas Willingham
897910b5c9
Add "channels" field to profile table.
2013-03-20 03:17:07 +00:00
friendica
5a29f511c1
add xconfig table and functions, update strings and doco
2013-03-15 15:36:58 -07:00
friendica
ed2bcb6855
directory synchronisation timestamps
2013-03-13 16:28:41 -07:00
friendica
952b2ef2ab
.
2013-03-10 18:45:58 -07:00
friendica
c5d0da43e5
tweaky tweak, plus add share tracking db, and don't show acl for guest postings, and experiment with compressing pcss on the fly
2013-03-06 15:13:54 -08:00
friendica
4062be2869
basic friend suggestions (but not "new to the network and have no friends at all" suggestions)
2013-03-05 21:00:25 -08:00
friendica
0bdab225db
add account_external for linking to legacy authentication infrastructure (e.g. ldap, pam, AD, phpBB, Drupal, etc) - this field is not used by Red.
2013-03-01 13:42:22 -08:00
friendica
2d6027150f
viewcontacts update
2013-02-19 00:20:47 -08:00
friendica
5914ebbfe8
reverse the cyclic conundrum, and a minor db update of no consequence
2013-02-18 16:04:01 -08:00
friendica
65912ec0bf
moving on
2013-02-18 15:15:55 -08:00
friendica
663f09e01b
typo in update
2013-02-15 22:37:54 -08:00
friendica
e754845c80
add rating support to poco
2013-02-15 22:34:01 -08:00
friendica
ace1104d08
contact rating field so it's here when we need it
2013-02-15 19:05:00 -08:00
friendica
869b704b40
add mimetype to items
2013-02-10 19:00:22 -08:00
friendica
4ae5445e03
support for OS files and add directory support to file/attach object
2013-02-03 17:22:35 -08:00
friendica
02e099da45
file/attachment storage api with revision control - needs a bit more testing but the framework is in place
2013-01-31 16:13:44 -08:00
friendica
3d06f3964f
add item revision column and index
2013-01-30 18:20:14 -08:00
friendica
3767bba3c3
beginning of backend file/attachment api
2013-01-30 17:27:32 -08:00
friendica
28ab6d5bf5
lostpass fixes and login/logout flow if authenticated but no default channel exists
2013-01-27 01:19:24 -08:00
zottel
376d8f17cc
remove KEY commands for columns that don't exist anymore
2013-01-24 13:57:16 +01:00
friendica
cf2488e999
clean up the photo storage backend, revamp mod/wall_upload
2013-01-22 17:48:42 -08:00
friendica
f1afe68052
typo
2013-01-16 02:01:23 -08:00
friendica
a9f4a47a35
import events (not just event posts) from zot
2013-01-16 00:59:43 -08:00
friendica
275fa6e1d2
events backend heavy lifting - the new structure is slowly emerging.
2013-01-15 17:59:49 -08:00
friendica
ed275cd40d
slow progress on events, one step forward, one step back.
2013-01-15 16:48:59 -08:00
friendica
482e0659c4
menu structures for linking your pages to other pages or whatever
2013-01-15 14:34:14 -08:00
friendica
610dc2823a
read/write "pages" permissions and fiddly bits - per Thomas
2013-01-14 16:17:57 -08:00
friendica
4c21abe533
verify table needs auto_increment flag
2013-01-02 23:07:46 -08:00
friendica
4108598133
yikes that's a lot of typos
2013-01-02 02:00:46 -08:00
friendica
03a4ad0e09
typos etc.
2013-01-02 01:30:53 -08:00