aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* hubzilla issue #1078 ; provide content-type header for system emails (was alr...zotlabs2018-04-161-1/+2
* never mind. dbg(1) now gives you the basic debug result and dbg(2) gives you ...zotlabs2018-04-141-1/+1
* allow dbg(2) to only return the canonical SQL used in the query and the numbe...zotlabs2018-04-141-1/+3
* provide visible star status for starred postsMario Vavti2018-04-131-1/+1
* move the thread author menu to to the wall item photo. the menu list was gett...Mario Vavti2018-04-131-1/+1
* poll responses: start treating them as hidden activities now so that when thi...zotlabs2018-04-111-1/+1
* channel delegation: push current identity and pop it on logout from the deleg...zotlabs2018-04-113-4/+14
* add commented_days parameter to item_expire(), default 7. Both expire_days an...zotlabs2018-04-091-2/+8
* Create catcloud widget and provide a type option which can include 'cards' or...zotlabs2018-04-091-6/+10
* fix xchan_query() for anon commentsMario Vavti2018-04-092-2/+2
* Merge pull request #1051 from anaqreon/auto-savegit-marijus2018-04-092-1/+13
|\
| * Added feature setting for auto-save, defaulting to enabled.Andrew Manning2018-04-082-1/+13
* | don't provide a connect button for transient identitieszotlabs2018-04-081-0/+6
* | first cut of feature/techlevel mergezotlabs2018-04-081-2/+2
* | anon_identity_init: put anonymous commenters in network 'anon' so that they c...zotlabs2018-04-081-3/+3
|/
* Remove remove plugin from \App::[] on uninstallM.Dent2018-04-071-1/+4
* Uninstall plugin on Exception on load.M.Dent2018-04-071-1/+1
* Add class for ExceptionsM.Dent2018-04-071-6/+6
* Add error handler and try/catch for all () callsDM42.Net (Matt Dent)2018-04-071-7/+53
* channel import failing to provide channel_password valuezotlabs2018-04-061-1/+1
* put directory server in siteinfo - there are a lot of sites using broken dire...zotlabs2018-04-061-0/+1
* oauth2 client settings pagezotlabs2018-04-051-2/+11
* use profile_store_lowlevel() when importing profile structures to ensure all ...zotlabs2018-04-052-5/+8
* bbcode() - ensure that $options is always an array, as the interface has chan...zotlabs2018-04-041-0/+4
* oauth2 dynamic client registration updatezotlabs2018-04-041-19/+11
* private forum mentionszotlabs2018-04-041-2/+6
* allow the profile recrods to be cloned separatelyzotlabs2018-04-041-1/+1
* allow the link target attribute to be modified in bbcode() from much further ...zotlabs2018-04-044-32/+25
* Merge branch 'master' into oauth2zotlabs2018-04-033-73/+72
|\
| * community tags: allow signature of either author or owner so that it stands a...zotlabs2018-04-031-1/+1
| * community tagging refactor - we no longer send an edited post/comment to ever...zotlabs2018-04-021-11/+9
| * commtag refactorzotlabs2018-04-021-35/+58
| * missing year on profile birthday input, some optimisations to statszotlabs2018-04-023-39/+17
* | Merge branch 'oauth2' of https://github.com/anaqreon/hubzilla into oauth2zotlabs2018-03-311-12/+45
|\ \ | |/ |/|
| * Merge branch 'dev' into oauth2Andrew Manning2018-03-319-13/+52
| |\
| * \ Merge branch 'dev' into oauth2Andrew Manning2018-03-2714-49/+135
| |\ \
| * \ \ Merge branch 'dev' into oauth2Andrew Manning2018-03-101-7/+10
| |\ \ \
| * \ \ \ Merge branch 'dev' into oauth2Andrew Manning2018-03-053-7/+17
| |\ \ \ \
| * \ \ \ \ Merge branch 'dev' into oauth2Andrew Manning2018-03-048-12/+81
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'dev' into oauth2Andrew Manning2018-02-283-26/+83
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'dev' into oauth2Andrew Manning2018-02-261-3/+1
| |\ \ \ \ \ \ \
| * | | | | | | | Successful OAuth2 sequence demonstrated with the test vehicle, including an a...Andrew Manning2018-02-262-13/+48
| |/ / / / / / /
* | | | | | | / wrong functionzotlabs2018-03-311-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | add directory keyword links to profilezotlabs2018-03-291-2/+13
* | | | | | | hubzilla issue #1019 - punycode urls on connedit page when displaying locationszotlabs2018-03-292-4/+7
* | | | | | | hubzilla issue #1015 - login with unicode domain namezotlabs2018-03-282-3/+5
* | | | | | | update folder timestamp on uploaded files (fixme - we need to recurse back to...zotlabs2018-03-271-0/+10
* | | | | | | put vcard widget with author of top-level post on display pagezotlabs2018-03-271-1/+0
* | | | | | | Hard fail imports of removed channels. This is silly.zotlabs2018-03-271-0/+5
* | | | | | | php strpos() empty needle warning when a term entry has no urlzotlabs2018-03-251-1/+1