aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* channel delegation: push current identity and pop it on logout from the ↵zotlabs2018-04-113-4/+14
| | | | delegated channel. This fixes the known issue of being forced to log back in after leaving the delegated channel.
* add commented_days parameter to item_expire(), default 7. Both expire_days ↵zotlabs2018-04-091-2/+8
| | | | and commented_days have to be exceeded to expire.
* Create catcloud widget and provide a type option which can include 'cards' ↵zotlabs2018-04-091-6/+10
| | | | or 'articles'
* fix xchan_query() for anon commentsMario Vavti2018-04-092-2/+2
|
* Merge pull request #1051 from anaqreon/auto-savegit-marijus2018-04-092-1/+13
|\ | | | | Auto-save comment and post text
| * 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 ↵zotlabs2018-04-081-3/+3
|/ | | | can be easily distinguished from federated network members and handled appropriately.
* 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 ↵zotlabs2018-04-061-0/+1
| | | | directories
* oauth2 client settings pagezotlabs2018-04-051-2/+11
|
* use profile_store_lowlevel() when importing profile structures to ensure all ↵zotlabs2018-04-052-5/+8
| | | | non-null fields are present
* bbcode() - ensure that $options is always an array, as the interface has ↵zotlabs2018-04-041-0/+4
| | | | changed slightly
* 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
| | | | up the call stack in prepare_page() which will usually refer to a local item.
* Merge branch 'master' into oauth2zotlabs2018-04-033-73/+72
|\
| * community tags: allow signature of either author or owner so that it stands ↵zotlabs2018-04-031-1/+1
| | | | | | | | a chance of working across multiple delivery chains
| * community tagging refactor - we no longer send an edited post/comment to ↵zotlabs2018-04-021-11/+9
| | | | | | | | everybody. The post owner approves the tag and this is transmitted along with the tag activity. Recipients check the signature of the approval and add the tag to their local copy of the post.
| * 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 ↵Andrew Manning2018-02-262-13/+48
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | authenticated API call using an access_token.
* | | | | | | / 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 ↵zotlabs2018-03-271-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to the storage root but that is for another day)
* | | | | | | 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
| | | | | | |
* | | | | | | Merge branch 'newmemberwidget'zotlabs2018-03-251-2/+11
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | testing start_menu featurezotlabs2018-03-251-2/+3
| | | | | | |
| * | | | | | turn newmember widget into a featurezotlabs2018-03-231-1/+9
| | | | | | |
* | | | | | | code optimisations and de-duplication on updating parent commented timestampzotlabs2018-03-241-25/+31
| | | | | | |
* | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-03-231-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-03-233-9/+27
| |\| | | | | |