e06d9e97c5
make chatrooms in /chat/channel visible to observers aswell
marijus2014-02-12 21:31:11 +01:00
e47035f85a
bbcode element of where you are on a site. perhaps this is less than generally useful but I plan to use it in a demo video where there is no other way to accomplish this
friendica2014-02-12 11:42:33 -08:00
ba360b4347
ui improvements on the manage page
friendica2014-02-12 03:05:55 -08:00
7f3f981d96
fix a mysql error which popped up in the dbfail log
friendica2014-02-11 20:45:17 -08:00
655b6445d5
use profile photo on vcard before reverting to xchan photo
friendica2014-02-11 19:51:43 -08:00
95a45a119d
shamelessly steal, and cut/paste from the settings page to get mod_photos edit permissions working - and it looks like we still have some other fancybox instances (yet another lightbox) which haven't yet been converted to colorbox and will need to be fixed. Way too many lightboxes.
friendica2014-02-11 18:45:50 -08:00
b5728fa42e
fixes to thing profile assignments
friendica2014-02-11 16:56:39 -08:00
9498ed17ab
move expiration of notifications to the equivalent of "cron daily" to try and reduce the number of things the poller has to do on every run.
friendica2014-02-11 14:35:02 -08:00
d02529fde1
implement a forced directory update mode where we unconditionally create a directory sync packet. This is needed to ensure that monthly directory pings are propagated to other directory servers so they can each prove for themselves whether or not an account is alive or dead. We do not trust other directories to provide us information beyond "look at this entry and decide for yourself" as doing otherwise would invite rogue directory manipulations. As this scheduled update occurs on all channels across all servers, we should also pick up refresh messages from all existing channel clones and these should also propagate out to all directory servers using the same mechanism (though perhaps not at the same time).
friendica2014-02-11 14:19:20 -08:00
2b38936cde
Merge pull request #309 from beardy-unixer/master
friendica2014-02-12 08:30:06 +11:00
59094cda51
reversed args in update_modtime, incorrect ud_guid and ud_hash
friendica2014-02-10 20:38:26 -08:00
74fb7d158b
Check for the correct DB name before pushing.
friendica2014-02-10 19:20:55 -08:00
7f741a7e85
add channel_notify_flags to list of things which should *not* be synced across nomads. You probably only want one site to send you notification emails for the same events as opposed to all of them.
friendica2014-02-10 19:18:09 -08:00
dfcb863c70
fix ambiguous result message from authtest
friendica2014-02-10 18:20:23 -08:00
e6185eea28
The scenario is that you're authenticated via magic-auth on a remote hub and you change channels locally. Next time you start an auth exchange we'll look to see if your identity changed and we should start fresh if that's the case, rather than just falling through and keeping the old credentials.
friendica2014-02-10 15:39:19 -08:00
12319c41e3
add chanview mode to settings
friendica2014-02-10 15:14:03 -08:00
bf09fc9bbe
getting bookmark support in tinymce is left as a FIXME. I've got something that almost works, but not quite in editor_plugin_src.js2
friendica2014-02-10 14:37:50 -08:00
eb96a04d34
since the project donate section was added to siteinfo - add a way for the hub admin to add in a donation section to keep the hub running.
friendica2014-02-09 20:08:29 -08:00
c7ffae03d8
perform remote discovery on abook sync of nomadic clones if remote channel (xchan) is unknown
friendica2014-02-09 19:45:22 -08:00
cf3b76c046
backend for chatroom activity monitor - honours permissions and returns (json) how many in room and last chat timestamp, regardless of whether the observer is actually in the room.
friendica2014-02-09 16:47:06 -08:00
9f6d0a2676
Merge pull request #307 from git-marijus/master
friendica2014-02-10 10:02:13 +11:00
b58baa5e4a
more XSS blockage of uploaded files
friendica2014-02-09 15:00:47 -08:00
97739920eb
create a new "subdued" CSS class for things that shouldn't be in your face unless you want them and intentionally hover over them. Typically this would be accomplished via an opacity or colour change, but themes are free to use other methods. Also changed the channel_tabs "chatroom" link to use the subdued class if no rooms have been created rather than a count of chatrooms. Themse should probably create a .subdued and .subdued:hover definition because we'll probably take most of the stuff which is now hardwired to use opacity by id and change it to use the class definition instead.
friendica2014-02-08 00:48:19 -08:00
ecac985e33
make bookmarks message into an 'info' so it expires and goes away after a bit
friendica2014-02-07 23:33:40 -08:00
8c845f5d50
set default for account_level in DB
friendica2014-02-07 22:47:03 -08:00
ae6bd7dc1e
fix issue with double linkify in the git feed
friendica2014-02-07 15:41:31 -08:00
63589d4f2e
from olivier: use double quotes in js strings, updated FR translation from me: provide future ability to have an optional edit link/icon next to menus (such as bookmarks)
friendica2014-02-07 13:37:33 -08:00
a3c8178703
Merge pull request #304 from git-marijus/master
friendica2014-02-08 08:00:55 +11:00
c80325b427
order menu_list by description, not name
friendica2014-02-07 01:49:34 -08:00
14fd940e08
To be listed as a public site, you need to be an https site with a valid cert. If you don't make the cut, you will either not be listed as a public site or you will be de-listed. Period. This is non-negotiable.
friendica2014-02-07 00:50:04 -08:00
e8d98fbc85
extend the usermenu so we don't have to keep going back to channel homepage to get to the other channel links
friendica2014-02-06 16:43:04 -08:00
be475bb0cc
Minor doco - markdown doesn't like angle brackets. Also give instructions for mounting one's own directory rather than the cloud root.
Thomas Willingham2014-02-07 00:24:39 +00:00
9b2dc9b87c
make all naked links bookmark-able
friendica2014-02-06 16:22:40 -08:00
a46fa1fbae
apply service class restriction to the number of channels allowed in a chatroom at a time ('chatters_inroom'). If you've got a public site you probably want to restrict this.
friendica2014-02-06 15:23:20 -08:00
3e677ec53d
add bookmark tag to naked links if they're red sites. We can do this because red links are linkified when the post is submitted. Can't do this for other naked links because they only get linkified during display and won't have a taxonomy object attached to the message.
friendica2014-02-06 13:54:39 -08:00
f9381ed746
notification bug - don't use $r, we already set it to something else that we need further on.
friendica2014-02-06 13:32:29 -08:00