aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | change logging of some troublesome or noisy bits so we can figure out what ↵friendica2014-11-193-4/+4
| | | | | | | | | | | | is really going on
| * | minor photo flag issue - and some more whitespace editsfriendica2014-11-193-6/+6
| | |
| * | couple of fixes:friendica2014-11-192-1/+6
| | | | | | | | | | | | | | | - significantly increase the content availability on the discover channel - fix the button group on the blog/list mode which made the border on a single comment button a bit wonky
| * | there's still a permission issue delivering a public post directly to the ↵friendica2014-11-193-2/+4
| | | | | | | | | | | | sys channel (on the local system), but this puts the local sys channel in the public delivery chain and fixes an issue with unseen counts showing on the discover page (where you can't do anything about it).
| * | add sys channel to public recips if scope publicfriendica2014-11-181-0/+12
| | |
| * | turn the "adult photo flagging" (which prevents a particularly flagged photo ↵friendica2014-11-183-0/+5
| | | | | | | | | | | | from showing up in your top level albums) into a feature so it doesn't clutter the normal photo edit form. This feature was a quick hack and needs more work; but it could be important to somebody.
| * | blog mode - turn the comment link into a button and group with the ↵friendica2014-11-182-16/+11
| | | | | | | | | | | | likes/dislikes
| * | private mail buttonsfriendica2014-11-184-23/+28
| | |
| * | Merge pull request #703 from friendica/revert-702-masterRedMatrix2014-11-194-43/+4
| |\ \ | | | | | | | | Revert "Directory shows channel suggestions by default"
| | * | Revert "Directory shows channel suggestions by default"RedMatrix2014-11-194-43/+4
| |/ /
| * | Merge pull request #702 from pafcu/masterRedMatrix2014-11-194-4/+43
| |\ \ | | | | | | | | Directory shows channel suggestions by default
| | * | Directory shows channel suggestions by defaultStefan Parviainen2014-11-184-4/+43
| | | |
| * | | Merge pull request #701 from habeascodice/masterRedMatrix2014-11-192-3/+5
| |\ \ \ | | | | | | | | | | minor postgres fixes
| * \ \ \ Merge pull request #699 from pafcu/masterRedMatrix2014-11-191-0/+6
| |\ \ \ \ | | | |/ / | | |/| | Fix dirsearch with quoted single-word term
| | * | | Fix dirsearch with quoted single-word termStefan Parviainen2014-11-181-0/+6
| | | | |
* | | | | Should fix issue #704Habeas Codice2014-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | submitter please verify and close
* | | | | Merge remote-tracking branch 'upstream/master'Habeas Codice2014-11-1818-56/+154
|\| | | | | |_|/ / |/| | |
| * | | undo disabled submit buttons now that ACL is initialised when page loadedfriendica2014-11-188-13/+12
| | | |
| * | | allow members to set the per-item "show more" height (separately for network ↵friendica2014-11-175-18/+31
| | | | | | | | | | | | | | | | and matrix, display and search are system pages and therefore set at 400)
| * | | forgot to add catcloud to the widget docfriendica2014-11-171-0/+6
| | | |
| * | | requote ignorefriendica2014-11-171-1/+1
| | | |
| * | | place holderfriendica2014-11-171-0/+5
| | | |
| * | | Merge pull request #698 from habeascodice/masterRedMatrix2014-11-182-4/+4
| |\ \ \ | | | | | | | | | | some sql fixes
| * | | | fix the update_unseen stuff on the channel page alsofriendica2014-11-171-8/+26
| | | | |
| * | | | Merge https://github.com/friendica/red into pending_mergefriendica2014-11-1716-306/+2543
| |\ \ \ \
| * | | | | whitespacefriendica2014-11-171-7/+7
| | | | | |
| * | | | | add unseen count and way to mark unseen to list mode. Also fix automatic ↵friendica2014-11-176-12/+69
| | | | | | | | | | | | | | | | | | | | | | | | mark of unseen so as to work with list mode.
* | | | | | update docsHabeas Codice2014-11-181-2/+2
| | | | | |
* | | | | | postgres fixesHabeas Codice2014-11-181-3/+3
| | | | | |
* | | | | | Merge branch 'master' of https://github.com/habeascodice/redHabeas Codice2014-11-172-3/+3
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | implicit type conversionHabeas Codice2014-11-171-1/+1
| | | | | |
| * | | | | implicit type conversionHabeas Codice2014-11-171-1/+1
| | | | | |
| * | | | | another oneHabeas Codice2014-11-171-1/+1
| | | | | |
* | | | | | Merge branch 'master' of https://github.com/habeascodice/redHabeas Codice2014-11-1717-307/+2544
|\| | | | |
| * | | | | Merge branch 'master' of https://github.com/habeascodice/redHabeas Codice2014-11-17191-5117/+9279
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge pull request #697 from pafcu/masterRedMatrix2014-11-181-25/+28
| | |\ \ \ \ | | | | |/ / | | | |/| | Fix dirsearch parser to not get confused by logic terms in values and to ...
| | | * | | Fix dirsearch parser to not get confused by logic terms in names and to ↵Stefan Parviainen2014-11-171-25/+28
| | | | | | | | | | | | | | | | | | | | | | | | handle quoted single word names
| | * | | | Merge pull request #696 from habeascodice/masterRedMatrix2014-11-182-0/+361
| | |\ \ \ \ | | | | | | | | | | | | | | simple commandline mysql to postgres migrator
| | | * | | | simple command-line migrator from mysql to postgresHabeas Codice2014-11-172-0/+361
| | | | | | | | | | | | | | | | | | | | | | | | | | | | provided with the WorksForMe(tm) warranty of fitness for a purpose implied or otherwise
| | | * | | | Merge branch 'master' of https://github.com/habeascodice/redhabeascodice2014-11-17540-14892/+28372
| | | |\ \ \ \
| | | * \ \ \ \ Merge remote branch 'upstream/master'habeascodice2014-10-1526-283/+493
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge remote branch 'upstream/master'habeascodice2014-10-1321-957/+1139
| | | |\ \ \ \ \ \
| | * | \ \ \ \ \ \ Merge pull request #695 from pafcu/masterRedMatrix2014-11-1813-281/+2154
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / | | | |/| | | | / / | | | |_|_|_|_|/ / | | |/| | | | | | Switch to a better datetime picker widget
| | | * | | | | | Use new date selector for item expiryStefan Parviainen2014-11-171-6/+1
| | | | | | | | |
| | | * | | | | | Switch to a better datetime picker widgetStefan Parviainen2014-11-1612-275/+2153
| | | | | | | | |
| * | | | | | | | fix booleanHabeas Codice2014-11-171-1/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge remote-tracking branch 'upstream/master'Habeas Codice2014-11-17176-4812/+6741
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | allow somebody to access the "home page content" (whatever that may be) even ↵friendica2014-11-161-23/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after logging in by including a home/splash argument. It appears that nothing else is required to provide 'sys' channel webpage contents except a link in the admin page to create them. There *may* be an issue with comanche theme selection but we'll cross that bridge when we come to it. Also thinking that we might want to map /home/foo to /page/sys/foo in the longer term scheme of things.
| * | | | | | | remove old timersfriendica2014-11-161-20/+2
| | | | | | | |
| * | | | | | | speed things up a wee bitfriendica2014-11-162-7/+16
| | | | | | | |