ced0685d67
Change link label from Feature settings to Feature/Addon settings to more accurately describe its purpose, since we currently use it exclusively for addons (though this will not always be true).
friendica2015-01-19 15:18:44 -08:00
89a2012f7f
remove all hardwired references to 'cloud' in the files interfaces and replace with $a->module. It's OK to leave them in the RedBrowser component because this will remain under /cloud. All the DAV bits need to be abstracted as they will eventually end up under /dav. $a->module will contain the correct string to use.
friendica2015-01-18 17:52:09 -08:00
9924a39e45
Merge pull request #866 from redswede/dev_redswede
RedMatrix2015-01-19 12:12:31 +11:00
673556a847
don't unset a directory server which has no active channels and hence will never have a site table update. Do this by probing the sys channel of that directory weekly and checking the directory status returned by it.
friendica2015-01-18 16:43:46 -08:00
08038eafb4
Merge branch 'master' of git://github.com/friendica/red into dev_redswede
RedSwede2015-01-19 00:45:32 +01:00
5d30565c66
Merge pull request #863 from einervonvielen/Fix_bbcode_toc_for_help_pages
RedMatrix2015-01-19 10:19:38 +11:00
1c2d956d7f
basic proof of concept file activity support - will send activity via the filestorage module and via attach_delete()
marijus2015-01-18 14:44:58 +01:00
168b67fa41
correct some activity object types (for comments), also fix a foreach warning resulting from recent tag work
friendica2015-01-14 18:36:23 -08:00
b37915a40e
Merge pull request #850 from einervonvielen/toc
RedMatrix2015-01-15 11:22:57 +11:00
d6ae124bbd
ignore bbcode open tag (left bracket) in hash and mention tag regexes and turn it into a tag delimiter
friendica2015-01-14 16:00:21 -08:00
7a24943c34
some back-end code to support location activity objects. Work in progress.
friendica2015-01-14 14:46:01 -08:00
25e090148d
federate consensus items (in network only). Work in progress.
friendica2015-01-14 14:15:04 -08:00
1005618faf
honor disable_discover_tab in mod/home - it isn't a tab here but basically block public content from showing if it's set.
friendica2015-01-14 13:52:34 -08:00
dfab241692
Merge remote-tracking branch 'upstream/master' into toc
Einer von Vielen2015-01-14 22:49:16 +01:00
09129cbe5f
Added a table of content as bbcode element [toc] for webpages
2015-01-14 22:47:54 +01:00
7090b58f68
check mentions against the appropriate xchan_url and not a hard-coded /channel/ string
friendica2015-01-13 20:54:27 -08:00
dfdef0af0d
provide a setting to control ALLOWCODE permissions at the channel level - it isn't always appropriate to apply this to all channels in an account.
friendica2015-01-13 18:30:30 -08:00
98acefe228
revert recent 3.0 changes to mod/cloud so we can work on this completely in another branch and not destabilise core
friendica2015-01-13 18:12:04 -08:00
93735df2c7
Allow tags in mail, many profile fields, and admin info
Stefan Parviainen2015-01-13 17:54:40 +01:00
2fc0d64139
uninitialised theme parent in mod/cloud
friendica2015-01-12 19:29:43 -08:00
1b3e52af2d
theme toggle issue when viewing mod/cloud of another channel
friendica2015-01-12 18:33:39 -08:00
2f9fe0280e
document the pros and cons of the not-yet written hassle-free connection auto-permission setting.
friendica2015-01-12 17:20:28 -08:00
66cef7531a
don't wipe out the item body of a linked item to a photo when doing a normal delete and not forced
friendica2015-01-12 16:36:10 -08:00
cdc52ba884
change deletion behaviour of linked photo items. Previously deleting the visible item in the conversation deleted the photo as well. Now photos must be deleted in the photos module. Deleting the linked item removes any attached conversation elements (likes, etc.) and sets the conversation item to hidden. This may create an issue in the future if we move the photo tags, title, or other photo elements to the linked item rather than the photo. Noting here so this can potentially be discovered and remembered at that time.
friendica2015-01-12 16:27:27 -08:00
43b877caa1
Test ...with table of content. jquery.tableofconent.js works bunt not properly
Einer von Vielen2015-01-13 00:06:44 +01:00