b5683bfac4
change default affinity (abook_closeness) to 80 for all new connections going forward (was 99). This way it can be adjusted down later without requiring you to change all your existing connections upward (since your existing connections are likely all sitting at 99 at the moment). The default setting is also configurable with a pconfig system.new_abook_closeness
friendica2015-03-08 14:11:38 -07:00
480dac1af2
add reddress to profile - but all is not as it seems. Copy to clipboard is blocked because it isn't really a reddress and won't work if you copy it and try and use it somewhere. We should really convert the symbol back to '@' on copy and allow it to be copied, but this isn't as easy as it sounds and is left as an exercise for the community. If we just allow it to be copied we'll get a lot of bugs that making friends doesn't work. It does, but that isn't a legitimate reddress and even if we made allowances for it, Diaspora and Friendica and other webfinger based services wouldn't and would just say it can't be found or it's an illegal address. So if we block copy we'll just get bugs that it can't be copied. Eventually somebody will see this checkin and take it on themselves to figure out how to fix the address when copied to clipboard and then allow it to be copied. And there will be joy.
friendica2015-03-07 23:35:56 -08:00
53e908d7b7
when fixing "naked links" make sure not to double link double urls as seen in archive.org - which has the complete unescaped target url, scheme and all, as part of its own.
friendica2015-03-06 20:45:26 -08:00
2ea162136e
the link icon on comments now calls the link parsing tool (just like the main editor window). Eventually the link specific icons (image, link, audio, video) will all be handled by inserting a link using the link icon (here and in the main editor window) and the separate buttons will go away. We also need to tie this to oembed so that there's one place to insert a link - no matter what kind of link it is, and we'll try to find the best way to render that as content. Similarly upload will upload content, no matter what kind of content; and we'll likewise try and figure out the best way to present whatever content was uploaded (img, file, audio, video, whatever).
friendica2015-03-04 20:00:54 -08:00
76eb0a7e56
Deprecate the "wall uploads" photo album. Photo uploads (from any source) with no album specified will go now into an album based on YYYY-MM.
friendica2015-03-04 18:55:17 -08:00
410f3335a9
parse_url: if url returns an image/audio/video file instead of a webpage, return the bbcode for the appropriate content type. This results in two web fetches of the url in question, but the first one is just a HEAD. This way we won't try and download and parse an entire video. TODO: img's are checked to see if they should be zid-ified, but audio/video currently are not.
friendica2015-03-04 15:14:10 -08:00
fb0f823be7
provide a list of potential addons and what they do for members who can't see the descriptions on the admin/plugins page Not all of these are in red-addons repository, please add any that haven't been listed. We should probably provide a list of addon repositories at the end.
friendica2015-03-04 02:32:59 -08:00
99e4d2362c
I'm going to use the site_update timestamp to indicate whenever we successfully connect with a site. This way we can mark hubs dead on non-directory servers; but we have to wait before implementing this until we have a history of site_update being updated.
friendica2015-03-03 15:54:38 -08:00
e3a559128d
yes switch to bootstrap blue again (same as link colour in default light redbasic schema). using link_colour for yes switch didnt work on dark schemas (displayes as white on white).
jeroenpraat2015-03-03 23:32:40 +01:00
36af426538
Nag hub admins with self-signed certs to fix them. Otherwise we'll just have to start marking them as dead sites.
friendica2015-03-01 20:14:42 -08:00
e006658b01
raise the default upload limit for the application. We eliminated this in English long ago, but several of the translated htconfig files still have the old limit.
friendica2015-03-01 19:14:59 -08:00
d83460cd2a
The never ending saga of parent = 0 bugs on Dreamhost.
friendica2015-03-01 18:58:50 -08:00
ba7bdd79b7
queue management actions. Still needs further work such as indication of last successful connection or indication that the hub was marked offline, but these are potentially expensive queries.
friendica2015-03-01 15:55:27 -08:00
e8e6231a4e
settings: missing /form and whitespace
Mario Vavti2015-03-01 21:51:44 +01:00