aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* queue management actions. Still needs further work such as indication of ↵friendica2015-03-015-12/+49
| | | | last successful connection or indication that the hub was marked offline, but these are potentially expensive queries.
* Merge https://github.com/friendica/red into pending_mergefriendica2015-02-275-448/+525
|\
| * Merge pull request #913 from zzottel/masterzzottel2015-02-273-4/+11
| |\ | | | | | | update German help and fix a link in main.bb
| | * update German help files to current English contentszottel2015-02-272-3/+10
| | |
| | * fix link to siteinfo/jsonzottel2015-02-271-1/+1
| |/
| * Merge pull request #912 from zzottel/masterzzottel2015-02-272-444/+514
| |\ | | | | | | update to German strings
| | * update to German stringszottel2015-02-272-444/+514
| |/
* | Fix a couple of places where we weren't checking for dead hublocs. Add a ↵friendica2015-02-274-2352/+2394
| | | | | | | | function to mark a hubloc dead.
* | weekly doxygen pushfriendica2015-02-2769-765/+1321
|/
* don't report already delivered queue items in admin queue summaryfriendica2015-02-261-1/+1
|
* high level queue inspector - needs a lot more, like the ability to dump ↵friendica2015-02-263-1/+27
| | | | certain destinations and indicating known dead sites, but this is a start
* per Randal overheard on a foreign network - tab in post/comment edit window ↵friendica2015-02-263-4/+10
| | | | goes to submit instead of the next button.
* finish converting "delete" to trash icons for consistency. The 'x' was left ↵friendica2015-02-2615-16/+20
| | | | 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.
* Merge pull request #911 from tokudan/patch-1RedMatrix2015-02-271-2/+2
|\ | | | | fix issues in schema_postgres.sql
| * fix issues in schema_postgres.sqlDaniel Frank2015-02-261-2/+2
|/ | | | - change PRIMARY_KEY to PRIMARY KEY - replace smallint(1) with smallint
* Merge https://github.com/friendica/red into pending_mergefriendica2015-02-261-0/+3
|\
| * more fake null shenanigansHabeas Codice2015-02-261-0/+3
| |
| * Revert "more fake null shenanigans"Habeas Codice2015-02-261-23/+94
| | | | | | | | This reverts commit b57010e3da6c0521121a622c27013c8af7678132.
| * more fake null shenanigansHabeas Codice2015-02-261-94/+23
| |
* | loop breakerfriendica2015-02-262-1/+17
|/
* syntax - missing argfriendica2015-02-251-1/+1
|
* this may actually fix the deliver loop when deleting existing items. It's ↵friendica2015-02-252-1/+23
| | | | hackish but I don't see any other way out.
* Found the cause of the delete looping, and I can prevent it going forward. ↵friendica2015-02-253-15/+54
| | | | 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.
* call post_local hooks prior to storing a post that is going to be sourced. ↵friendica2015-02-252-0/+9
| | | | 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.
* solve some (hopefully most) missing delivery issuesfriendica2015-02-253-15/+57
|
* don't send deleted items upstream - only downstream.friendica2015-02-241-3/+6
|
* require access token to view, query, or join directories in private realms, ↵friendica2015-02-248-14/+68
| | | | if the realm is so configured.
* support rel=me on channel "homepage" urlfriendica2015-02-243-4/+4
|
* provide ability to link new themes/addonsfriendica2015-02-234-8/+60
|
* public_recips cleanupfriendica2015-02-231-18/+30
|
* apply fix from 8d03774 to z_post_url alsofriendica2015-02-231-1/+1
|
* Merge pull request #910 from zzottel/masterRedMatrix2015-02-241-1/+1
|\ | | | | make redirections restriction in z_fetch_url() work
| * make redirections restriction in z_fetch_url() workzottel2015-02-231-1/+1
|/
* fix 404 pages for derivative themes by pretending we've found a module ↵friendica2015-02-221-0/+3
| | | | called '404'. This way all the correct theme initialisation stuff will happen.
* notes about private realm registrations and multiple primary directories.friendica2015-02-222-3/+15
|
* no longer neededfriendica2015-02-221-33/+0
|
* remove the new session functions from the trunk. Don't yet know if they'll ↵friendica2015-02-221-33/+0
| | | | come back or not.
* remove these functions for now.friendica2015-02-221-1/+2
|
* fi8x the typofriendica2015-02-221-1/+1
|
* new session functionsfriendica2015-02-223-2/+31
|
* Merge https://github.com/friendica/red into pending_mergefriendica2015-02-201-6/+7
|\
| * catch negative agesHabeas Codice2015-02-201-6/+7
| | | | | | | | nix extra var
* | more stuff for external resource pagefriendica2015-02-201-0/+1
|/
* extend the troubleshooting docfriendica2015-02-201-1/+14
|
* Merge https://github.com/friendica/red into pending_mergefriendica2015-02-204-3/+31
|\
| * Merge pull request #908 from zzottel/masterRedMatrix2015-02-213-2/+17
| |\ | | | | | | set html title to item title in channel/mid and display pages
| | * correct indentzottel2015-02-201-2/+2
| | |
| | * show item title in channel/mid and display pageszottel2015-02-203-2/+17
| | |
| * | Merge pull request #907 from tuscanhobbit/devRedMatrix2015-02-211-1/+14
| |\ \ | | | | | | | | Added version tag to siteinfo/json
| | * | Fixes to version tag in siteinfo/jsonPaolo Tacconi2015-02-201-3/+3
| | | |