2721d58a1c
correct the permissions on profile page
friendica2014-07-17 22:07:23 -07:00
9e988afa1f
ensure that we don't have permission settings issues due to version skew across sites.
friendica2014-07-17 20:59:58 -07:00
b19176169c
provide a specific permission for liking profiles (reuse the obsolete bookmark permission), also remove the unused 'unconnected contacts' view for now.
friendica2014-07-17 20:54:30 -07:00
0cb81714d8
better handling of interactive likes
friendica2014-07-17 19:07:39 -07:00
39632f65b6
confirm that something was done.
friendica2014-07-17 18:25:52 -07:00
bfe4bdc30b
make mod_like interactive if requested
friendica2014-07-17 18:20:12 -07:00
bd75b68a7c
shield share meta info from markdown processing.
friendica2014-07-16 17:39:40 -07:00
f11856f839
allow a site to run cron daily at a chosen hour
friendica2014-07-16 16:21:01 -07:00
010d4071ad
Introducing page template Redable (sic). A template for making it easier to read long texts on a wide range of devices. Using rem and em for font sizes and region widths. Regions: aside, content, right_aside and footer. Advised to only use the middle content region as much as possible (but left and right can be used for indexes if you like). Based on the default template. Maybe later I will add some alternative css's.
Jeroen2014-07-16 18:09:46 +00:00
3a31ddea2b
provide os_mkdir to workaround permission issues with php mkdir
friendica2014-07-16 01:07:00 -07:00
0435a08f3b
fix rename_system_url() for the case of somebody who has no local xchan_url (was cloned from elsewhere and is not primary)
friendica2014-07-15 17:11:43 -07:00
01491e7d61
limit fields to what we require
friendica2014-07-14 21:52:20 -07:00
c398d556b3
index collection sync info by hash rather than id
friendica2014-07-14 21:49:48 -07:00
1accf82bd1
clean up more code duplication
friendica2014-07-14 21:21:24 -07:00
f710ebc7f9
Brain fart. Should really wait until the first cuppa kicks in.
friendica2014-07-14 15:55:23 -07:00
a6c03a8c2e
issue #536 - move a line so it doesn't interfere
friendica2014-07-14 15:53:23 -07:00
5ad76c4d0c
the sending side of clone syncing of collection/privacy_group information. The receiving side is not yet implemented.
friendica2014-07-14 02:37:41 -07:00
29aece3472
added A NAME/ID to whitelist in HTMLpurifier. That means we can now make vintage indexes in web pages.
jeroenpraat2014-07-11 22:28:26 +00:00
1839808da0
Merge pull request #535 from zzottel/master
zzottel2014-07-11 16:55:37 +02:00
dd1bf6e4c2
added link to privacy help file
zottel2014-07-11 16:53:49 +02:00
c74fd78993
move smarty compiled files to store/[data]/smarty3 - which puts all writeable areas of the server except the config file and logs under the "store" directory. We'll do logs at a future time.
friendica2014-07-10 21:34:52 -07:00
62ea1841d2
added link to nubasic in external resources/3rd party themes
tonybaldwin2014-07-10 16:07:16 +02:00
9a96ae041f
make sure we don't block new folks if there's a different register policy and the hub admin turns on email verify
friendica2014-07-09 21:13:48 -07:00
fa706c8e86
finish implementing email verification. Currently it only applies if REGISTER_OPEN is in effect.
friendica2014-07-09 21:10:56 -07:00
c59cd91836
This is a bit wordy - but gets to the point about what problems we are trying to solve. I'm hoping we can find a way to get past the almost universal "I don't get it" and reach out to those who we know are looking for this kind of service but don't understand or can't figure out that we have it.
friendica2014-07-07 02:21:43 -07:00
7c40a41e1b
more event display formatting
friendica2014-07-07 01:42:46 -07:00
7317e2bad2
Added a help file about privacy (as promised). Please take a look and fix spelling and grammar. Maybe I forgot something (please add) or I used the wrong words. Be free to improve.
jeroenpraat2014-07-07 00:17:58 +00:00
53217ad9a7
add 'block_public' checking to get_all_perms() and perm_is_allowed() so we have everything related to allowing or denying something in one place. Currently this check is done separately in a huge number of places. Now we can start to remove all the extra checks. A couple of them are still necessary, but most are now redundant.
friendica2014-07-03 19:34:00 -07:00
5ed9444bee
some initial work towards email address verification
friendica2014-07-03 18:29:32 -07:00
1cbec39af8
Red Matrix default instead of global default. Is more clear. Update nl to 99%. Update util/messages.po
jeroenpraat2014-07-02 13:26:44 +00:00
42c9a67dee
Changed Default to Light (global default). So if hub owners want to change the default, they don't get two defaults. Please revert when not needed/wanted.
jeroenpraat2014-07-02 13:13:29 +00:00
409c767ba1
Merge pull request #526 from zzottel/master
zzottel2014-07-02 14:53:41 +02:00
2423e71b40
Doco - better wording. Unless it was intended to block indexing, but it never did that - it always just blocked search (which seems to be a sane default).
Thomas Willingham2014-07-01 18:12:59 +01:00
03e4240a22
Doco - update raspberry pi install, mostly trivial, only real change is to block search properly without relying on robots.txt which doesn't really work.
Thomas Willingham2014-07-01 18:04:49 +01:00
8a84718163
for non-post items (e.g. photos, events, whatever) add mention tags explicitly to the output rendering since they may not be present in the post body.
friendica2014-06-30 22:46:17 -07:00
b2abc51929
much better fix to problem yesterday of updates with the wrong ud_addr getting updated. Now we'll pass in the update table row to import_xchan so we know exactly which ud_addr applies. We still need ud_flags passed in separately.
friendica2014-06-30 21:17:19 -07:00
4fbe63aaeb
more doco on mod/ping - plus fix a birthday notification which was a day off.
friendica2014-06-30 17:03:00 -07:00
406740479a
Merge pull request #520 from pixelroot/master
RedMatrix2014-07-01 09:19:24 +10:00
bb4ece672a
Merge pull request #521 from tuscanhobbit/master
RedMatrix2014-07-01 09:19:08 +10:00
e8d7bd64eb
Merge pull request #522 from dawnbreak/master
RedMatrix2014-07-01 09:18:49 +10:00
4afa2853cc
Documented include/plugin.php a bit and removed an annoying default logging. Changed it to LOGGER_DEBUG.
Klaus Weidenbach2014-06-30 23:43:05 +02:00
13098ba8d8
Some documentation in mod/ping.php an reduced default logging. It is now LOGGER_DATA as it returns the json data contents.
Klaus Weidenbach2014-06-30 22:16:21 +02:00
6bd9492e77
Doco - update Debian install. That link is out of date, and the git moved too.
Thomas Willingham2014-06-30 19:29:02 +01:00
7a079cd7dc
Make [observer.baseurl] more reliable using connurl which will change less often than xchan_url, which can break the regex and might not even contain the baseurl at all, plus a bit of doco clean up.
Thomas Willingham2014-06-30 16:23:42 +01:00