Commit graph

13092 commits

Author SHA1 Message Date
friendica
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. 2015-03-04 15:17:39 -08:00
friendica
24304c53eb add repo pointers 2015-03-04 14:20:53 -08:00
RedMatrix
3772ed0069 Merge pull request #917 from dawnbreak/docu
remove Doxygen API Documentation from repository.
2015-03-05 09:01:36 +11:00
friendica
ddaf5c067d cleanup mail buttons 2015-03-04 14:00:36 -08:00
friendica
5f0e073cfa Merge https://github.com/friendica/red into pending_merge 2015-03-04 11:21:45 -08:00
friendica
39c17adc0b remove broken sql query from early queue manager. 2015-03-04 11:20:52 -08:00
Mario Vavti
12be436a59 more on/off switch colour adjustment 2015-03-04 14:34:24 +01:00
Mario Vavti
fdd70c1949 make on/off switches work better with schemes 2015-03-04 14:19:20 +01:00
friendica
ba49060d0f missed a couple 2015-03-04 02:40:26 -08:00
Klaus Weidenbach
da6eecd031 remove Doxygen API Documentation from repository.
This removes around 14MB and can get easily generate locally by
doxygen util/Doxyfile when needed.
Restructured .gitignore a bit and some additions like zotshrc, etc.
Fixed a typo in doc/main.bb
2015-03-04 11:38:35 +01:00
friendica
684ce972fe Merge https://github.com/friendica/red into pending_merge 2015-03-04 02:35:20 -08:00
friendica
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.
2015-03-04 02:32:59 -08:00
Mario Vavti
e877eaed49 Merge branch 'master' of https://github.com/friendica/red 2015-03-04 11:12:34 +01:00
Mario Vavti
e5e96dfbff cleanup removeaccount 2015-03-04 11:11:36 +01:00
Mario Vavti
431a462d60 cleanup removeme 2015-03-04 11:01:16 +01:00
friendica
32968745fe Merge https://github.com/friendica/red into pending_merge 2015-03-04 01:31:45 -08:00
friendica
b471d2a3d1 Merge https://github.com/friendica/red into pending_merge 2015-03-04 01:26:29 -08:00
Mario Vavti
eceafd5777 fix wording 2015-03-04 10:26:25 +01:00
friendica
64e7c8b20f notes on what's needed to fix the queueing algorithms. 2015-03-04 01:26:02 -08:00
Mario Vavti
4b08ccd873 clean up account settings 2015-03-04 10:11:48 +01:00
Mario Vavti
6d30abe4bf Accordionize feature settings 2015-03-04 09:54:33 +01:00
friendica
df90677f90 add the tag hijacking preference to Diaspora settings 2015-03-03 17:43:13 -08:00
friendica
6d92ac7e58 enable sql_extra on pdl_selector 2015-03-03 16:00:24 -08:00
friendica
c551ca430b Merge https://github.com/friendica/red into pending_merge 2015-03-03 15:56:19 -08:00
friendica
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. 2015-03-03 15:54:38 -08:00
RedMatrix
958a140f64 Merge pull request #916 from dawnbreak/docu
Some cleanups and documentation.
2015-03-04 10:53:50 +11:00
friendica
85f79990af don't let a zot-finger bring a dead hub back to life unless it's the site we're currently talking to. 2015-03-03 15:22:24 -08:00
Klaus Weidenbach
0d601563d0 Some cleanups and documentation.
Fixed some wrong variable names.
Initialized some variables before using them.
Removed some checks for STATUSNET_PRIVACY_COMPATIBILITY in
include/security.php as it does not seem to be defined anywhere.
2015-03-04 00:15:24 +01:00
friendica
52f42e7d81 Merge https://github.com/friendica/red into pending_merge 2015-03-03 14:39:03 -08:00
friendica
44b714d0eb group/collection edit page cleanup 2015-03-03 14:38:34 -08:00
jeroenpraat
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). 2015-03-03 23:32:40 +01:00
Mario Vavti
2d38e58adb revert login max-width 2015-03-03 12:38:23 +01:00
Mario Vavti
6e0b5b742c login adjustment 2015-03-03 11:32:54 +01:00
Mario Vavti
7644a23de4 typo 2015-03-03 09:52:35 +01:00
Mario Vavti
74c1b61689 make remove channel button work again 2015-03-03 09:18:04 +01:00
friendica
ec65c76a66 Merge https://github.com/friendica/red into pending_merge 2015-03-02 18:03:00 -08:00
friendica
37384c0b27 automated warning after a few days if poller is dead 2015-03-02 18:02:06 -08:00
Mario Vavti
ea800c0b8c Merge branch 'master' of https://github.com/friendica/red 2015-03-02 20:52:03 +01:00
Mario Vavti
6b467974a3 some more work on settings 2015-03-02 20:51:32 +01:00
friendica
e6eee5ba92 tagcloud tweaks 2015-03-02 11:09:38 -08:00
RedMatrix
5a85096d77 Merge pull request #915 from zzottel/master
make public delivery to contacts or any connections work again
2015-03-02 21:43:52 +11:00
zottel
e4a2e353d8 make public delivery to contacts or any connections work again
$hash wasn't defined in this case
2015-03-02 11:05:03 +01:00
Paolo T
5a2914880f Merge pull request #914 from tuscanhobbit/dev
Updated Italian strings
2015-03-02 09:16:57 +01:00
Paolo Tacconi
b3f1fbf04f Updated Italian strings 2015-03-02 09:14:23 +01:00
friendica
7d0783c4dd increase the dynamic range of the tag clouds slightly. 2015-03-01 23:50:31 -08:00
friendica
41415d934f here's the email template 2015-03-01 20:18:08 -08:00
friendica
36af426538 Nag hub admins with self-signed certs to fix them. Otherwise we'll just have to start
marking them as dead sites.
2015-03-01 20:14:42 -08:00
friendica
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. 2015-03-01 19:14:59 -08:00
friendica
d83460cd2a The never ending saga of parent = 0 bugs on Dreamhost. 2015-03-01 18:58:50 -08:00
friendica
bc1afbc762 Merge https://github.com/friendica/red into pending_merge 2015-03-01 15:57:56 -08:00