aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* make remove channel button work againMario Vavti2015-03-032-4/+8
|
* Merge https://github.com/friendica/red into pending_mergefriendica2015-03-023-90/+34
|\
| * Merge branch 'master' of https://github.com/friendica/redMario Vavti2015-03-023-13/+13
| |\
| * | some more work on settingsMario Vavti2015-03-023-90/+34
| | |
* | | automated warning after a few days if poller is deadfriendica2015-03-023-0/+63
| |/ |/|
* | tagcloud tweaksfriendica2015-03-023-13/+13
|/
* Merge pull request #915 from zzottel/masterRedMatrix2015-03-021-3/+2
|\ | | | | make public delivery to contacts or any connections work again
| * make public delivery to contacts or any connections work againzottel2015-03-021-3/+2
| | | | | | | | $hash wasn't defined in this case
* | Merge pull request #914 from tuscanhobbit/devPaolo T2015-03-022-3373/+3472
|\ \ | |/ |/| Updated Italian strings
| * Updated Italian stringsPaolo Tacconi2015-03-022-3373/+3472
| |
* | increase the dynamic range of the tag clouds slightly.friendica2015-03-011-1/+1
| |
* | here's the email templatefriendica2015-03-011-0/+20
| |
* | Nag hub admins with self-signed certs to fix them. Otherwise we'll just have ↵friendica2015-03-012-0/+35
| | | | | | | | | | | | to start marking them as dead sites.
* | raise the default upload limit for the application. We eliminated this in ↵friendica2015-03-019-9/+9
| | | | | | | | English long ago, but several of the translated htconfig files still have the old limit.
* | The never ending saga of parent = 0 bugs on Dreamhost.friendica2015-03-012-1/+11
| |
* | Merge https://github.com/friendica/red into pending_mergefriendica2015-03-0122-6272/+6486
|\ \
| * | settings: missing /form and whitespaceMario Vavti2015-03-011-133/+129
| | |
| * | more settings workMario Vavti2015-03-013-160/+191
| | |
| * | provide some more yes/no labelsMario Vavti2015-03-011-29/+31
| | |
| * | fix loginMario Vavti2015-03-012-86/+18
| | |
| * | first pile of work on settingsMario Vavti2015-03-0118-161/+80
| | |
| * | Merge branch 'master' of https://github.com/friendica/redMario Vavti2015-02-282-5845/+6180
| |\ \
| | * | Dutch language updatedjeroenpraat2015-02-282-5845/+6180
| | | |
| * | | some css fixes for settingsMario Vavti2015-02-282-6/+5
| |/ /
* / / 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
| |