Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-08-24 | 8 | -128/+209 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | minor adjustmen to the help language selector | git-marijus | 2017-08-24 | 2 | -3/+3 | |
| | | | ||||||
| * | | Merge pull request #849 from anaqreon/doco | git-marijus | 2017-08-24 | 4 | -2/+93 | |
| |\| | | | | | | | Added language selector menu for Help pages | |||||
| | * | Merge remote-tracking branch 'upstream/dev' into doco | Andrew Manning | 2017-08-24 | 33 | -64/+904 | |
| | |\ | ||||||
| | * | | Added language selector menu for Help pages | Andrew Manning | 2017-08-24 | 4 | -2/+93 | |
| | | | | ||||||
| * | | | ditch discover tab in favour of the public stream app | git-marijus | 2017-08-24 | 2 | -36/+5 | |
| | |/ | |/| | ||||||
| * | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-08-24 | 33 | -64/+904 | |
| |\ \ | ||||||
| * \ \ | Merge pull request #848 from anaqreon/doco | git-marijus | 2017-08-24 | 5 | -92/+113 | |
| |\ \ \ | | | |/ | | |/| | Repaired and extended support for help page translations including ta… | |||||
| | * | | Fixed incorrect language path when choosing the language from browser preference | Andrew Manning | 2017-08-24 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Repaired and extended support for help page translations including table of ↵ | Andrew Manning | 2017-08-23 | 5 | -92/+113 | |
| |/ / | | | | | | | | | | contents files at the top level. Moved help module javascript to mod_help.js. | |||||
* | | | fix title of edit card which showed up as 'edit block' due to copy/paste | zotlabs | 2017-08-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | cards - change placeholdertext, separate from button text | zotlabs | 2017-08-24 | 3 | -2/+8 | |
| | | | ||||||
* | | | make cards searchable | zotlabs | 2017-08-24 | 3 | -13/+18 | |
| | | | ||||||
* | | | fix permalinks for card comments (send to parent url) | zotlabs | 2017-08-24 | 1 | -0/+11 | |
| |/ |/| | ||||||
* | | last remaining task in tasklist was not removed from view when 'completed' | zotlabs | 2017-08-23 | 1 | -1/+2 | |
| | | ||||||
* | | add tasklist and notes to cards page | zotlabs | 2017-08-23 | 1 | -1/+4 | |
| | | ||||||
* | | add a section to the admin guide about admin rights and how to grant them if ↵ | zotlabs | 2017-08-23 | 1 | -0/+13 | |
| | | | | | | | | the first account on the system used a different email address than the desired administrator email. | |||||
* | | cards: make likes reload page | zotlabs | 2017-08-23 | 2 | -2/+3 | |
| | | ||||||
* | | cards: make page load after comment post | zotlabs | 2017-08-23 | 4 | -38/+55 | |
| | | ||||||
* | | partial support (unfinished) for ajax loading cards with liveupdate; page ↵ | zotlabs | 2017-08-23 | 4 | -3/+51 | |
| | | | | | | | | still functions even though this isn't finished | |||||
* | | oembed provider cleanup, add oembed to cards | zotlabs | 2017-08-23 | 6 | -14/+139 | |
| | | ||||||
* | | apply autotime to all autotime classed elements when static loading a page | zotlabs | 2017-08-23 | 1 | -2/+1 | |
| | | ||||||
* | | add autotime to cards | zotlabs | 2017-08-23 | 1 | -0/+4 | |
| | | ||||||
* | | use two keys for the updated sort | zotlabs | 2017-08-23 | 1 | -1/+3 | |
| | | ||||||
* | | add new conv_sort option | zotlabs | 2017-08-23 | 2 | -1/+7 | |
| | | ||||||
* | | lognoise: don't log sync packet contents if there are no clones to receive them | zotlabs | 2017-08-23 | 1 | -2/+3 | |
| | | ||||||
* | | fix permalink for cards | zotlabs | 2017-08-23 | 1 | -0/+4 | |
| | | ||||||
* | | cards: acl support | zotlabs | 2017-08-23 | 1 | -0/+1 | |
| | | ||||||
* | | add category support to main page | zotlabs | 2017-08-23 | 1 | -0/+3 | |
| | | ||||||
* | | several card enhancements | zotlabs | 2017-08-23 | 8 | -37/+175 | |
| | | ||||||
* | | typo | zotlabs | 2017-08-23 | 1 | -1/+1 | |
| | | ||||||
* | | cards feature | zotlabs | 2017-08-23 | 13 | -7/+373 | |
| | | ||||||
* | | test recursive dav copy | zotlabs | 2017-08-22 | 2 | -5/+19 | |
| | | ||||||
* | | allow cards to federate | zotlabs | 2017-08-22 | 1 | -1/+1 | |
| | | ||||||
* | | add support for card doctype and activity_obj type | zotlabs | 2017-08-22 | 1 | -1/+3 | |
| | | ||||||
* | | util/dcp - support recursion and folders full of photos by importing files ↵ | zotlabs | 2017-08-22 | 3 | -26/+116 | |
| | | | | | | | | singly in separate processes - not yet tested | |||||
* | | remove debugging | zotlabs | 2017-08-21 | 1 | -4/+4 | |
| | | ||||||
* | | more work on oembed from /display | zotlabs | 2017-08-21 | 3 | -8/+10 | |
|/ | ||||||
* | stream_perms_xchans wasn't working which has effects in mod_display and ↵ | zotlabs | 2017-08-21 | 2 | -22/+45 | |
| | | | | there are also issues with the oembed provider for mod_display. This is a first cut for the second but hasn't yet been tested | |||||
* | some issues with message-ids and urlencoding (again) | zotlabs | 2017-08-20 | 1 | -2/+1 | |
| | ||||||
* | util/dcp will now accept a directory as a destination. The directory must ↵ | zotlabs | 2017-08-20 | 1 | -36/+50 | |
| | | | | exist. Recursion is not yet supported. | |||||
* | a few file activities were not getting synced | zotlabs | 2017-08-20 | 4 | -3/+37 | |
| | ||||||
* | add dmkdir | zotlabs | 2017-08-20 | 1 | -0/+48 | |
| | ||||||
* | add namespaces to activitystreams parser | zotlabs | 2017-08-20 | 1 | -12/+53 | |
| | ||||||
* | httpsig - return an array with all the different signing possibilities ↵ | zotlabs | 2017-08-20 | 1 | -8/+21 | |
| | | | | enumerated | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-08-20 | 2 | -1/+9 | |
|\ | ||||||
| * | Update zot_protocol.bb | Andrew Manning | 2017-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-08-20 | 1 | -1/+2 | |
| |\ | ||||||
| * \ | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-08-19 | 4 | -10/+79 | |
| |\ \ | ||||||
| * | | | update changelog | Mario Vavti | 2017-08-18 | 1 | -0/+5 | |
| | | | |