| Commit message (Expand) | Author | Age | Files | Lines |
* | imagemagick preserves exif when scaling. GD does not. We do not want to prese... | zotlabs | 2018-04-22 | 4 | -0/+23 |
* | better fix to permisisons.php - just cast to int. That's exactly what we want. | zotlabs | 2018-04-19 | 1 | -4/+1 |
* | permissions php error applying bit compare operation on a (presumed) boolean | zotlabs | 2018-04-19 | 1 | -0/+3 |
* | code booboo may have degraded the performance of the Trending tag query more ... | zotlabs | 2018-04-19 | 1 | -1/+2 |
* | follow activitypub by webfinger; requires addon update to all federation prot... | zotlabs | 2018-04-18 | 2 | -8/+9 |
* | relax restrictions to the design tools menu to allow those with write_pages p... | zotlabs | 2018-04-18 | 1 | -1/+1 |
* | do not queue anything which lacks a destination url | zotlabs | 2018-04-18 | 1 | -0/+6 |
* | just provide the trending tags in public stream by default and simplify the q... | zotlabs | 2018-04-18 | 1 | -1/+1 |
* | add alt_pager to mod_moderate, remove legacy $a parameter from all occurrence... | zotlabs | 2018-04-17 | 1 | -1/+1 |
* | minor code optimisation | zotlabs | 2018-04-17 | 2 | -10/+22 |
* | also add the noisy 'rss' tag | zotlabs | 2018-04-17 | 1 | -1/+1 |
* | re-use directory safemode setting for public stream tag filtering since a han... | zotlabs | 2018-04-17 | 1 | -4/+13 |
* | fine tuning the public stream tag results | zotlabs | 2018-04-17 | 1 | -9/+0 |
* | public stream tag enhancements | zotlabs | 2018-04-17 | 1 | -0/+64 |
* | set the correct webfinger Accept: request header now that Mastodon fixed the ... | zotlabs | 2018-04-16 | 1 | -8/+1 |
* | Active channels information is a bit imprecise. Provide a higher accuracy met... | zotlabs | 2018-04-16 | 3 | -1/+21 |
* | update the placeholder | zotlabs | 2018-04-16 | 1 | -2/+2 |
* | hubzilla issue #1078 ; provide content-type header for system emails (was alr... | zotlabs | 2018-04-16 | 1 | -1/+2 |
* | never mind. dbg(1) now gives you the basic debug result and dbg(2) gives you ... | zotlabs | 2018-04-14 | 1 | -1/+1 |
* | allow dbg(2) to only return the canonical SQL used in the query and the numbe... | zotlabs | 2018-04-14 | 1 | -1/+3 |
* | provide visible star status for starred posts | Mario Vavti | 2018-04-13 | 1 | -1/+1 |
* | move the thread author menu to to the wall item photo. the menu list was gett... | Mario Vavti | 2018-04-13 | 1 | -1/+1 |
* | poll responses: start treating them as hidden activities now so that when thi... | zotlabs | 2018-04-11 | 1 | -1/+1 |
* | channel delegation: push current identity and pop it on logout from the deleg... | zotlabs | 2018-04-11 | 3 | -4/+14 |
* | add commented_days parameter to item_expire(), default 7. Both expire_days an... | zotlabs | 2018-04-09 | 1 | -2/+8 |
* | Create catcloud widget and provide a type option which can include 'cards' or... | zotlabs | 2018-04-09 | 1 | -6/+10 |
* | fix xchan_query() for anon comments | Mario Vavti | 2018-04-09 | 2 | -2/+2 |
* | Merge pull request #1051 from anaqreon/auto-save | git-marijus | 2018-04-09 | 2 | -1/+13 |
|\ |
|
| * | Added feature setting for auto-save, defaulting to enabled. | Andrew Manning | 2018-04-08 | 2 | -1/+13 |
* | | don't provide a connect button for transient identities | zotlabs | 2018-04-08 | 1 | -0/+6 |
* | | first cut of feature/techlevel merge | zotlabs | 2018-04-08 | 1 | -2/+2 |
* | | anon_identity_init: put anonymous commenters in network 'anon' so that they c... | zotlabs | 2018-04-08 | 1 | -3/+3 |
|/ |
|
* | Remove remove plugin from \App::[] on uninstall | M.Dent | 2018-04-07 | 1 | -1/+4 |
* | Uninstall plugin on Exception on load. | M.Dent | 2018-04-07 | 1 | -1/+1 |
* | Add class for Exceptions | M.Dent | 2018-04-07 | 1 | -6/+6 |
* | Add error handler and try/catch for all () calls | DM42.Net (Matt Dent) | 2018-04-07 | 1 | -7/+53 |
* | channel import failing to provide channel_password value | zotlabs | 2018-04-06 | 1 | -1/+1 |
* | put directory server in siteinfo - there are a lot of sites using broken dire... | zotlabs | 2018-04-06 | 1 | -0/+1 |
* | oauth2 client settings page | zotlabs | 2018-04-05 | 1 | -2/+11 |
* | use profile_store_lowlevel() when importing profile structures to ensure all ... | zotlabs | 2018-04-05 | 2 | -5/+8 |
* | bbcode() - ensure that $options is always an array, as the interface has chan... | zotlabs | 2018-04-04 | 1 | -0/+4 |
* | oauth2 dynamic client registration update | zotlabs | 2018-04-04 | 1 | -19/+11 |
* | private forum mentions | zotlabs | 2018-04-04 | 1 | -2/+6 |
* | allow the profile recrods to be cloned separately | zotlabs | 2018-04-04 | 1 | -1/+1 |
* | allow the link target attribute to be modified in bbcode() from much further ... | zotlabs | 2018-04-04 | 4 | -32/+25 |
* | Merge branch 'master' into oauth2 | zotlabs | 2018-04-03 | 3 | -73/+72 |
|\ |
|
| * | community tags: allow signature of either author or owner so that it stands a... | zotlabs | 2018-04-03 | 1 | -1/+1 |
| * | community tagging refactor - we no longer send an edited post/comment to ever... | zotlabs | 2018-04-02 | 1 | -11/+9 |
| * | commtag refactor | zotlabs | 2018-04-02 | 1 | -35/+58 |
| * | missing year on profile birthday input, some optimisations to stats | zotlabs | 2018-04-02 | 3 | -39/+17 |