aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* | That's a string, not an integerThomas Willingham2014-10-031-1/+1
| |
* | Set timezone when creating a channel.Thomas Willingham2014-10-031-3/+4
| |
* | Merge pull request #610 from tuscanhobbit/devRedMatrix2014-10-022-0/+80
|\ \ | | | | | | site language wasn't included in siteinfo/json
| * | query for statistics are now executed by pollerPaolo Tacconi2014-10-022-0/+80
| | |
* | | issues with diaspora comment signatures on relayed comments that are relayed ↵friendica2014-10-023-4/+20
|/ / | | | | | | through a redmatrix site (parent post is redmatrix) and involve a private post.
* | only auto-follow the site recommendations if creating the first channel for ↵friendica2014-10-011-1/+11
| | | | | | | | an account.
* | ability to pre-populate connections for new channels. e.g. "MySpace Tom"friendica2014-10-013-4/+11
| |
* | that's why remove_obsolete_hublocs() isn't telling anybody when it does its ↵friendica2014-09-301-3/+3
| | | | | | | | thing, I forgot to uncomment the bit that tells everybody after I tested it. I needed extensive testing to make sure we didn't accidentally wipe out all hublocs everywhere. Testing went fine so I just assumed it was all working as planned; but went back today to find out why I wasn't told of a recent change.
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-09-301-2/+4
|\ \
| * \ Merge pull request #608 from beardy-unixer/masterRedMatrix2014-10-011-2/+4
| |\ \ | | | | | | | | Pluggable page templates
| | * | Pluggable page templatesThomas Willingham2014-09-291-2/+4
| | |/
* | / allow site specific templates, css, js, whateverfriendica2014-09-301-0/+1
|/ /
* | allow custom role permissions and fix site timezone.friendica2014-09-292-1/+10
| |
* | implement a "powered-by" but leave it turned off until somebody with a good ↵friendica2014-09-292-0/+20
| | | | | | | | eye for layout can figure out where best to put it.
* | Merge branch 'master' of https://github.com/friendica/redThomas Willingham2014-09-291-1/+1
|\|
| * Merge remote branch 'upstream/master'habeascodice2014-09-283-106/+286
| |\
| * | Typo in regex causes runtime errorhabeascodice2014-09-281-1/+1
| | |
* | | Silence insanely noisy log - should probably stick this in a dloggerThomas Willingham2014-09-291-1/+1
| |/ |/| | | | | if we need it - we're getting literally hundreds of thousands of these.
* | BBCode - $1 wrote doesn't make sense as a spoiler. $1 spoiler does.Thomas Willingham2014-09-281-1/+1
| |
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-09-271-105/+269
|\ \
| * | Some documentation of include/config.php.Klaus Weidenbach2014-09-261-105/+269
| |/ | | | | | | | | I hope my guesses are not completely wrong, anyway please take look not that I tell complete bullshit.
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-09-271-1/+1
|\|
| * So much so, in fact, that I didn't even notice the typo.Thomas Willingham2014-09-261-1/+1
| |
| * Minor doco. Add some clarity - that had me scratching my head.Thomas Willingham2014-09-261-1/+1
| |
* | some background work for import/export of things and liked things/profilesfriendica2014-09-271-0/+16
|/
* optionally include wall items (posts) in import/exportfriendica2014-09-253-6/+29
|
* TypoThomas Willingham2014-09-251-1/+1
|
* if no rss/atom element author, use feed level contactfriendica2014-09-241-7/+11
|
* make it the defaultfriendica2014-09-241-21/+20
|
* one step closerfriendica2014-09-241-1/+3
|
* more testingfriendica2014-09-241-3/+18
|
* just an experiment - don't do anything with this until I'm finished with it.friendica2014-09-241-0/+9
|
* fix url mismatches of a single trailing slash for feed author/owner ↵friendica2014-09-233-4/+8
| | | | comparisons; update diaspora_compat
* diaspora private mail seems to work now - but there's an obfuscation leak ↵friendica2014-09-232-11/+13
| | | | via the conversation structure that needs to be dealt with.
* d* little fixesfriendica2014-09-231-10/+4
|
* d* PM cont.friendica2014-09-233-4/+11
|
* more work on d* private messagesfriendica2014-09-232-8/+77
|
* trying to call mod/magic on rss resources - which have no hubfriendica2014-09-222-5/+9
|
* better way to deal with effective_uidfriendica2014-09-222-10/+10
|
* make discover items interactivefriendica2014-09-223-9/+25
|
* found the suckerfriendica2014-09-222-2/+4
|
* private mail from d* to r# seems to work with these edits. - Now have to go ↵friendica2014-09-221-10/+7
| | | | back the other way.
* Merge https://github.com/friendica/red into pending_mergefriendica2014-09-211-96/+90
|\
| * Merge pull request #600 from dawnbreak/masterRedMatrix2014-09-221-96/+90
| |\ | | | | | | Don't link unknown likes.
| | * Don't link unknown likes.Klaus Weidenbach2014-09-211-96/+90
| | | | | | | | | | | | | | | Likes/Dislikes of unknown channels have disabled links now. Fixed intention a bit, romved a unused variable.
* | | we don't always set HUBLOC_FLAGS_DELETED but we often set hubloc_status = ↵friendica2014-09-211-2/+3
|/ / | | | | | | HUBLOC_OFFLINE instead. Filter this as well from deliveries.
* / feeds with '@' in the URL were being handled as webfinger addresses and ↵friendica2014-09-212-1/+2
|/ | | | didn't fall through to RSS discovery. Issue #599
* Navbar notifications: don't show "nothing new here" unless we've checked and ↵friendica2014-09-202-1/+2
| | | | there's nothing. Until we know for sure, display "Loading...".
* Merge https://github.com/friendica/red into pending_mergefriendica2014-09-204-7/+35
|\
| * oups...marijus2014-09-201-1/+1
| |