Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Mario Vavti | 2018-04-13 | 1 | -1/+1 |
| | | | | getting too long. | ||||
* | poll responses: start treating them as hidden activities now so that when ↵ | zotlabs | 2018-04-11 | 1 | -1/+1 |
| | | | | this feature gets finished it will work flawlessly for versions greater than today. | ||||
* | channel delegation: push current identity and pop it on logout from the ↵ | zotlabs | 2018-04-11 | 3 | -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 ↵ | zotlabs | 2018-04-09 | 1 | -2/+8 |
| | | | | and commented_days have to be exceeded to expire. | ||||
* | Create catcloud widget and provide a type option which can include 'cards' ↵ | zotlabs | 2018-04-09 | 1 | -6/+10 |
| | | | | or 'articles' | ||||
* | 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 |
|\ | | | | | Auto-save comment and post text | ||||
| * | 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 ↵ | zotlabs | 2018-04-08 | 1 | -3/+3 |
|/ | | | | can be easily distinguished from federated network members and handled appropriately. | ||||
* | 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 ↵ | zotlabs | 2018-04-06 | 1 | -0/+1 |
| | | | | directories | ||||
* | 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 |
| | | | | non-null fields are present | ||||
* | bbcode() - ensure that $options is always an array, as the interface has ↵ | zotlabs | 2018-04-04 | 1 | -0/+4 |
| | | | | changed slightly | ||||
* | 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 |
| | | | | up the call stack in prepare_page() which will usually refer to a local item. | ||||
* | 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 ↵ | zotlabs | 2018-04-03 | 1 | -1/+1 |
| | | | | | | | | a chance of working across multiple delivery chains | ||||
| * | community tagging refactor - we no longer send an edited post/comment to ↵ | zotlabs | 2018-04-02 | 1 | -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 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 |
| | | |||||
* | | Merge branch 'oauth2' of https://github.com/anaqreon/hubzilla into oauth2 | zotlabs | 2018-03-31 | 1 | -12/+45 |
|\ \ | |/ |/| | |||||
| * | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-03-31 | 9 | -13/+52 |
| |\ | |||||
| * \ | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-03-27 | 14 | -49/+135 |
| |\ \ | |||||
| * \ \ | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-03-10 | 1 | -7/+10 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-03-05 | 3 | -7/+17 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-03-04 | 8 | -12/+81 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-02-28 | 3 | -26/+83 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-02-26 | 1 | -3/+1 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Successful OAuth2 sequence demonstrated with the test vehicle, including an ↵ | Andrew Manning | 2018-02-26 | 2 | -13/+48 |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | authenticated API call using an access_token. | ||||
* | | | | | | / | wrong function | zotlabs | 2018-03-31 | 1 | -1/+1 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | add directory keyword links to profile | zotlabs | 2018-03-29 | 1 | -2/+13 |
| | | | | | | | |||||
* | | | | | | | hubzilla issue #1019 - punycode urls on connedit page when displaying locations | zotlabs | 2018-03-29 | 2 | -4/+7 |
| | | | | | | | |||||
* | | | | | | | hubzilla issue #1015 - login with unicode domain name | zotlabs | 2018-03-28 | 2 | -3/+5 |
| | | | | | | | |||||
* | | | | | | | update folder timestamp on uploaded files (fixme - we need to recurse back ↵ | zotlabs | 2018-03-27 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | to the storage root but that is for another day) | ||||
* | | | | | | | put vcard widget with author of top-level post on display page | zotlabs | 2018-03-27 | 1 | -1/+0 |
| | | | | | | | |||||
* | | | | | | | Hard fail imports of removed channels. This is silly. | zotlabs | 2018-03-27 | 1 | -0/+5 |
| | | | | | | | |||||
* | | | | | | | php strpos() empty needle warning when a term entry has no url | zotlabs | 2018-03-25 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'newmemberwidget' | zotlabs | 2018-03-25 | 1 | -2/+11 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | testing start_menu feature | zotlabs | 2018-03-25 | 1 | -2/+3 |
| | | | | | | | |||||
| * | | | | | | turn newmember widget into a feature | zotlabs | 2018-03-23 | 1 | -1/+9 |
| | | | | | | |