Commit Graph

12984 Commits

Author SHA1 Message Date
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
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
RedMatrix 426f01d849 Merge pull request #910 from zzottel/master
make redirections restriction in z_fetch_url() work
2015-02-24 06:31:14 +11:00
zottel 8d03774666 make redirections restriction in z_fetch_url() work 2015-02-23 14:53:10 +01:00
friendica 18f5e269ce fix 404 pages for derivative themes by pretending we've found a module called '404'. This way all the correct theme initialisation stuff will happen. 2015-02-22 23:05:21 -08:00
friendica 1383915f86 notes about private realm registrations and multiple primary directories. 2015-02-22 22:58:09 -08:00
friendica d0e7fc76cd no longer needed 2015-02-22 20:59:24 -08:00
friendica e1cf396feb remove the new session functions from the trunk. Don't yet know if they'll come back or not. 2015-02-22 20:58:11 -08:00
friendica 324e59b1b6 remove these functions for now. 2015-02-22 18:06:33 -08:00
friendica 0109c0fcf3 fi8x the typo 2015-02-22 17:37:57 -08:00
friendica 86aefe0e01 new session functions 2015-02-22 15:27:45 -08:00
friendica 0faffe6160 Merge https://github.com/friendica/red into pending_merge 2015-02-20 21:30:31 -08:00
friendica 6c77550c29 more stuff for external resource page 2015-02-20 21:30:02 -08:00
Habeas Codice ffd47e6b95 catch negative ages
nix extra var
2015-02-20 19:48:51 -08:00
friendica 6b4d5eedc4 extend the troubleshooting doc 2015-02-20 14:58:09 -08:00
friendica 9bd56202b4 Merge https://github.com/friendica/red into pending_merge 2015-02-20 14:07:49 -08:00
friendica 835b259455 minor issues with arg passing 2015-02-20 14:07:24 -08:00
RedMatrix 035441550c Merge pull request #908 from zzottel/master
set html title to item title in channel/mid and display pages
2015-02-21 08:29:14 +11:00
RedMatrix 912c9fdd58 Merge pull request #907 from tuscanhobbit/dev
Added version tag to siteinfo/json
2015-02-21 08:26:31 +11:00
friendica 8eedc9d576 updated install doc 2015-02-20 13:18:44 -08:00
zottel 48080d4103 correct indent 2015-02-20 14:11:28 +01:00