aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Merge remote-tracking branch 'mike/master' into devMario Vavti2018-02-092-10/+184
| | |\
| | * \ Merge remote-tracking branch 'mike/master' into devMario Vavti2018-02-081-44/+0
| | |\ \
| | * | | do not spam the logMario Vavti2018-02-071-1/+1
| | | | |
| | * | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2018-02-075-333/+62
| | |\ \ \
| | | * \ \ Merge pull request #971 from dawnbreak/QA_testinggit-marijus2018-02-065-333/+62
| | | |\ \ \ | | | | | | | | | | | | | | UnitTests for database classes and bit cleanup and docu
| | | | * | | :white_check_mark: Add tests for non existent tables.Klaus Weidenbach2018-01-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent PHP warnings "Undefined variable" in dba_pdo::q();
| | | | * | | :fire: Cleanup old database related files.Klaus Weidenbach2018-01-285-332/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove non used database drivers, remove unused methods. Improve documentation.
| * | | | | | hubzilla issue #972 - provide system toggle to allow/disallow anonymous commentszotlabs2018-02-111-1/+1
| | | | | | |
| * | | | | | purify summaryzotlabs2018-02-111-0/+7
| | |_|_|_|/ | |/| | | |
| * | | | | cosmeticzotlabs2018-02-081-2/+1
| | | | | |
| * | | | | turn the logs down againzotlabs2018-02-081-2/+1
| | | | | |
| * | | | | zot6 testingzotlabs2018-02-081-4/+8
| | | | | |
| * | | | | z6 testingzotlabs2018-02-082-4/+2
| | | | | |
| * | | | | encrypt the httpsig for zot6 transportzotlabs2018-02-072-4/+24
| | | | | |
| * | | | | compatibility: fallback to legacy zot if OWA succeeds but no data['msg'] is ↵zotlabs2018-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | present
| * | | | | zot6 delivery workzotlabs2018-02-071-3/+3
| | | | | |
| * | | | | more zot6 delivery workzotlabs2018-02-072-11/+89
| | | | | |
| * | | | | Merge branch 'master' into z6zotlabs2018-02-074-228/+25
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | remove dead codezotlabs2018-02-071-44/+0
| | |/ / /
| | * / / slight improvement in ostatus protocol detection from xml feedzotlabs2018-02-061-7/+8
| | |/ /
| | * | code cleanupzotlabs2018-02-051-81/+16
| | | |
| | * | remove dead codezotlabs2018-02-051-96/+1
| | | |
| * | | Merge branch 'master' into z6zotlabs2018-02-0520-591/+452
| |\| |
| | * | feedutils: separate the parsing of author information from the parsing of ↵zotlabs2018-02-051-94/+126
| | | | | | | | | | | | | | | | item/activity information
| | * | implode can take its arguments in either order, but let's try to be consistentzotlabs2018-02-041-26/+29
| | | |
| | * | decomplicate cont.zotlabs2018-02-031-0/+60
| | | |
| | * | provide summaries in feeds under very limited cases, but never in compat ↵zotlabs2018-02-011-3/+19
| | | | | | | | | | | | | | | | (GNU-Social) mode
| | * | some feed cleanupzotlabs2018-02-011-26/+9
| | | |
| | * | more generalisation of commonly used code constructszotlabs2018-02-012-15/+29
| | | |
| | * | more separation of complex code into separate functionszotlabs2018-02-011-0/+32
| | | |
| | * | redirect to the email_validation page if login was attempted after account ↵zotlabs2018-01-292-1/+2
| | | | | | | | | | | | | | | | creation but prior to successful verification. This presents the link to resend the verification email and/or allows you to enter it.
| | * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-01-282-0/+13
| | |\|
| | | * query optimisations for notifications - use a specific index onlyMario Vavti2018-01-282-0/+13
| | | |
| | * | provide a default video image if nothing else is available. Allow sites to ↵zotlabs2018-01-281-1/+5
| | |/ | | | | | | | | | change it.
| | * typo from previous checkin and partial fix to hubzilla #965 - show any ↵zotlabs2018-01-262-2/+9
| | | | | | | | | | | | connection without comment permission as archived in contact_block().
| | * Issue with configurable site age limit, vagueness when informing about email ↵zotlabs2018-01-261-11/+33
| | | | | | | | | | | | validation policy; added email validation resend ability and the option to input a verification code at a webpage though both require additional work to provide these abilities.
| | * don't do any bbcode translation within code blocks (except baseurl, ↵zotlabs2018-01-251-14/+28
| | | | | | | | | | | | observer, and linefeeds)
| | * improve browser language detection by offering fallback of (for instance) ↵zotlabs2018-01-241-1/+34
| | | | | | | | | | | | fr-fr to fr if no other language matches could be found
| | * remove unused prototype importer template and obsolete reflection cms importerzotlabs2018-01-242-365/+0
| | |
| | * siteinfo embellishmentszotlabs2018-01-221-1/+3
| | |
| | * ensure filter words are not emptyzotlabs2018-01-211-4/+7
| | |
| | * zot api: provide channel list function (list all channel usernames [e.g. ↵zotlabs2018-01-181-0/+24
| | | | | | | | | | | | channel_address] associated with the logged in account)
| | * Merge branch 'dev' of https://github.com/dawnbreak/hubzillazotlabs2018-01-181-2/+2
| | |\
| | | * Change dsn port handling in dba_pdo.Klaus Weidenbach2018-01-181-2/+2
| | | |
| | * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-01-181-32/+0
| | |\|
| | | * Merge remote-tracking branch 'mike/master' into devMario Vavti2018-01-183-23/+16
| | | |\
| | | * | consolidate navbar tucson and some javascript cleanupMario Vavti2018-01-181-32/+0
| | | | |
| | * | | simplify interactions with the get_features hook by calling it before any ↵zotlabs2018-01-181-12/+14
| | | |/ | | |/| | | | | | | | | filtering takes place
| | * | simplify dir_tagadelic dramaticallyzotlabs2018-01-171-18/+4
| | | |
| | * | remove sendzid core code from core (put in plugin where it belongs)zotlabs2018-01-172-5/+12
| | |/