Commit Graph

13003 Commits

Author SHA1 Message Date
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
friendica 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. 2015-03-01 15:55:27 -08:00
Mario Vavti e8e6231a4e settings: missing /form and whitespace 2015-03-01 21:51:44 +01:00
Mario Vavti ea6e86fecc more settings work 2015-03-01 21:45:49 +01:00
Mario Vavti af06766627 provide some more yes/no labels 2015-03-01 16:59:44 +01:00
Mario Vavti b4a2f764ab fix login 2015-03-01 16:21:32 +01:00
Mario Vavti 6e64f9af54 first pile of work on settings 2015-03-01 15:22:23 +01:00
Mario Vavti 7018aefd6f Merge branch 'master' of https://github.com/friendica/red 2015-02-28 23:21:25 +01:00
Mario Vavti b286ad221c some css fixes for settings 2015-02-28 23:21:05 +01:00
jeroenpraat 016f096208 Dutch language updated 2015-02-28 21:46:15 +01:00
friendica ced19bf7d8 Merge https://github.com/friendica/red into pending_merge 2015-02-27 13:44:02 -08:00
friendica 2b44c5fc72 Fix a couple of places where we weren't checking for dead hublocs. Add a function to mark a hubloc dead. 2015-02-27 13:43:12 -08:00
friendica 2a74fab21a weekly doxygen push 2015-02-27 13:41:41 -08:00
zzottel c7798a41a8 Merge pull request #913 from zzottel/master
update German help and fix a link in main.bb
2015-02-27 14:03:15 +01:00
zottel 0d3a8b2d94 update German help files to current English contents 2015-02-27 13:59:56 +01:00
zottel f58b261a8c fix link to siteinfo/json 2015-02-27 13:54:13 +01:00
zzottel d5bfb0f286 Merge pull request #912 from zzottel/master
update to German strings
2015-02-27 11:04:18 +01:00
zottel 08a4c714db update to German strings 2015-02-27 11:02:07 +01:00
friendica 05dff886c8 don't report already delivered queue items in admin queue summary 2015-02-26 20:07:08 -08:00
friendica a00c072f02 high level queue inspector - needs a lot more, like the ability to dump certain destinations and indicating known dead sites, but this is a start 2015-02-26 20:00:47 -08:00
friendica 5d57df2694 per Randal overheard on a foreign network - tab in post/comment edit window goes to submit instead of the next button. 2015-02-26 17:18:09 -08:00
friendica dce0bb0ef8 finish converting "delete" to trash icons for consistency. The 'x' was left in a couple of places like the group list widget and saved search term widget and ignoring friend suggestions where it was more appropriate to leave it. 2015-02-26 16:41:38 -08:00
RedMatrix b79d242052 Merge pull request #911 from tokudan/patch-1
fix issues in schema_postgres.sql
2015-02-27 10:14:46 +11:00
Daniel Frank 32e4d4633a fix issues in schema_postgres.sql
- change PRIMARY_KEY to PRIMARY KEY
- replace smallint(1) with smallint
2015-02-26 23:50:46 +01:00
friendica 4162dfe43f Merge https://github.com/friendica/red into pending_merge 2015-02-26 14:21:26 -08:00
friendica 09f80270de loop breaker 2015-02-26 14:20:43 -08:00
Habeas Codice 82bb216952 more fake null shenanigans 2015-02-26 08:23:02 -08:00
Habeas Codice f55e210120 Revert "more fake null shenanigans"
This reverts commit b57010e3da.
2015-02-26 08:22:15 -08:00
Habeas Codice b57010e3da more fake null shenanigans 2015-02-26 08:20:29 -08:00
friendica ac3384e661 syntax - missing arg 2015-02-25 17:24:09 -08:00
friendica b9e485be54 this may actually fix the deliver loop when deleting existing items. It's hackish but I don't see any other way out. 2015-02-25 16:51:39 -08:00
friendica b32841e2dd Found the cause of the delete looping, and I can prevent it going forward. The issue remains what to do about comments which are already in the DB and have ITEM_ORIGIN incorrectly set. We can't exactly reset them because the "original" context has been lost. (Sorry but couldn't resist an insider pun that none of you will be able to follow anyway). Read the comments. 2015-02-25 15:27:33 -08:00
friendica 1a071ea4f0 call post_local hooks prior to storing a post that is going to be sourced. There are some fields in the actual stored item that may change when we start the second delivery chain so a few plugins may not deal with these items correctly. Since we only source public items these effects will be slight. 2015-02-25 03:16:43 -08:00
friendica 2a2cc309ce solve some (hopefully most) missing delivery issues 2015-02-25 01:39:45 -08:00
friendica 1434130264 don't send deleted items upstream - only downstream. 2015-02-24 20:21:21 -08:00
friendica 08f054130f require access token to view, query, or join directories in private realms, if the realm is so configured. 2015-02-24 16:36:27 -08:00
friendica 11df605c2e support rel=me on channel "homepage" url 2015-02-24 00:45:03 -08:00
friendica 2264ad5c6e provide ability to link new themes/addons 2015-02-23 19:10:34 -08:00
friendica d29de912b4 public_recips cleanup 2015-02-23 16:27:12 -08:00
friendica fbbcc10025 apply fix from 8d03774 to z_post_url also 2015-02-23 11:33:16 -08:00