a0674af416
firehose fixes and optimisations. In particular get rid of the unresponsive script warning when trying to load updates (sine they aren't our posts, we can't check for unseen, hence we can't really load updates). Also make the url selection pluggable.
friendica2014-03-27 15:35:29 -07:00
bd7be38da5
improve scannability of content with per-item bottom border, but lighten the per-item borders considerably so it isn't in your face. This is an experiment based on sound principles, but I'm not a UI expert. If this uglifies it too much - please revert.
friendica2014-03-25 21:13:04 -07:00
f924d38d8c
webfinger enhancements: per RFC7033
friendica2014-03-25 16:44:19 -07:00
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.
friendica2014-03-25 15:19:18 -07:00
350624e993
don't allow normal channels to have the name 'sys'.
friendica2014-03-23 18:45:42 -07:00
7575ff11fb
make sure crypto is loaded before creating a keypair
friendica2014-03-23 18:34:17 -07:00
0a5d0d98f8
cheange encode_item() logging to logger_data because it's way too noisy and had no loglevel set
friendica2014-03-23 18:26:48 -07:00
944d051e45
create_sys_channel during setup bypasses our check when creating the first account that there is a site keypair. Esnure that a site keypair is created before any sys channels are created.
friendica2014-03-23 18:12:32 -07:00
02af02118d
photos upload - remove phantom duplicated blank album name from selection list
friendica2014-03-23 17:07:21 -07:00
34eb79e6ba
provide 'style' option to archive widget to choose between 'select' and 'list' format
friendica2014-03-23 16:20:44 -07:00
ba6765a403
report curl errors during install when they are most needed
friendica2014-03-23 15:48:08 -07:00
b6b4ffa68d
add curl error text to mod/probe so we can remotely diagnose communication issues from other sites.
friendica2014-03-23 15:24:38 -07:00
d8577ac7b5
allow authtest to accept webbies as well as urls since I'm always trying to use the former and of course it always fails.
friendica2014-03-23 15:15:20 -07:00
f6af20576a
Merge pull request #374 from git-marijus/master
friendica2014-03-23 08:07:56 +11:00
7d90340eda
add width and height to uploaded photo body
marijus2014-03-22 21:59:32 +01:00
13916566f0
use border-box for everything
marijus2014-03-22 21:10:26 +01:00
c968a18db3
re-enable nav opacity and minor style.css cleanup
marijus2014-03-21 17:37:23 +01:00
caa284e786
we don't allow forgeries to be received - save some bandwidth by not allowing them to be sent. We do have to figure out how some secondary delivery chains are ending up with posts belonging to the original owner instead of the chain owner, but that's for another day.
friendica2014-03-21 01:14:51 -07:00
6d37e41fc3
found what I believe is the root cause of issue #230, but don't yet have a workable solution. This one is hard.
friendica2014-03-20 22:08:16 -07:00
1156b141db
increase log info to track down source of ownership failures
friendica2014-03-20 16:45:19 -07:00
2dda5d6c70
add expire setting, take out unknown mailers and max friend requests per day which aren't implemented
friendica2014-03-19 20:40:35 -07:00
9b64c6163c
Merge pull request #2 from friendica/master
Paolo T2014-03-15 19:14:10 +01:00
3cb179aff1
contact_block() not being shown to unauthenticated visitors - even if perms allow. Also separate the permissions logic for this function so that we can have a mini-profile widget and a separate contact_block widget instead of always lumping them together. We probably also should move contact_block() outside of include/text.php as it doesn't really belong there. Just not sure where it belongs - perhaps contact_widgets wouold be a good place.
friendica2014-03-13 17:13:36 -07:00
a8ea919765
remove allowed friend domains and allowed email domains from admin settings - as they are not implemented
friendica2014-03-13 15:36:35 -07:00
d7dcf463ed
update acl internal list whenever there is a change - the submit handler seems to be unreliable or is getting into a race condition.
friendica2014-03-11 20:17:14 -07:00
5e41ef9219
protect filed conversations from expiration - we check the parent to see if it is filed, but one may have filed a comment and that will vanish when the parent expires unless the parent is protected.
friendica2014-03-11 17:41:56 -07:00
c903ff7aab
get rid of fancybox for photos upload, not just photo edit
friendica2014-03-11 17:09:02 -07:00
25901a7bc4
revert recent changes to cmtBbClose which removed the ability to insert quotes into an empty comment box
friendica2014-03-11 15:43:51 -07:00