Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use chanlink_hash() instead of chanlink_url() for $profile_link | Mario Vavti | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | Merge pull request #685 from phellmes/dev | zotlabs | 2017-02-23 | 2 | -6067/+6490 |
|\ | | | | | Update DE translation strings | ||||
| * | Update DE translation strings | phellmes | 2017-02-22 | 2 | -6067/+6490 |
|/ | |||||
* | apps improvements | Mario Vavti | 2017-02-22 | 8 | -31/+19 |
| | |||||
* | change text back to 'add apps' | zotlabs | 2017-02-21 | 2 | -3/+3 |
| | |||||
* | Merge pull request #684 from anaqreon/dev | zotlabs | 2017-02-22 | 2 | -3/+4 |
|\ | | | | | Change Add Apps to Manage Apps and support translation. | ||||
| * | Change Add Apps to Manage Apps and support translation. | Andrew Manning | 2017-02-21 | 2 | -3/+4 |
| | | |||||
* | | use head_add_link() for feed discovery | zotlabs | 2017-02-21 | 7 | -33/+45 |
|/ | |||||
* | display page not updating after comment | zotlabs | 2017-02-21 | 2 | -23/+29 |
| | |||||
* | do not lock out channels with only read perms from all post actions. we ↵ | Mario Vavti | 2017-02-21 | 1 | -5/+0 |
| | | | | check read/write permissions for each command later in the process | ||||
* | wrong permission | Mario Vavti | 2017-02-21 | 1 | -1/+1 |
| | |||||
* | detect no acl | zotlabs | 2017-02-20 | 1 | -4/+6 |
| | |||||
* | fix find_folder_hash_by_path() which was not safe against multiple attach ↵ | zotlabs | 2017-02-20 | 2 | -10/+30 |
| | | | | structures with the same filename but in different directories | ||||
* | update fr translation | zotlabs | 2017-02-20 | 4 | -7838/+12559 |
| | |||||
* | don't search on empty filename - we shouldn't find it. The reason why this ↵ | zotlabs | 2017-02-20 | 1 | -4/+6 |
| | | | | change is being made is because we actually did find it due to a development glitch | ||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-02-20 | 1 | -0/+1 |
|\ | |||||
| * | width must be 100% here | Mario Vavti | 2017-02-20 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-02-20 | 1 | -1/+1 |
|\| | |||||
| * | if we slide to left aside make the overlay darker and leave aside as is | Mario Vavti | 2017-02-20 | 1 | -1/+1 |
| | | |||||
* | | wiki page permissions issue | zotlabs | 2017-02-20 | 1 | -3/+11 |
|/ | |||||
* | bug in adding main.js as a js source | zotlabs | 2017-02-19 | 1 | -1/+1 |
| | |||||
* | fix several places where head_add_(css|js) functions have been used ↵ | zotlabs | 2017-02-19 | 6 | -63/+68 |
| | | | | | | | | | | | incorrectly. It appears that mistakes were made going back a long time and propagated. Here's the way it should work: - if there is no preceding / character, we look for the file within all the appropriate theme directories. - otherwise the file should have a preceding /, which means use this path relative to the hubzilla basedir - files beginning with // are considered to be schemeless URLs. Therefore 'foo.css' means find the best theme-able representation of foo.css. '/library/foo.css' means only use the version of foo.css that is in /library. | ||||
* | this icon also appears to require the fixed-width attribute | zotlabs | 2017-02-19 | 1 | -2/+2 |
| | |||||
* | change primary directory per request | zotlabs | 2017-02-18 | 1 | -2/+1 |
| | |||||
* | string update | zotlabs | 2017-02-17 | 1 | -405/+415 |
| | |||||
* | add the generic-icons-nav class | Mario Vavti | 2017-02-17 | 1 | -10/+10 |
| | |||||
* | add register button for collapsed state | Mario Vavti | 2017-02-17 | 2 | -11/+16 |
| | |||||
* | fixed width icons for item dropdown | Mario Vavti | 2017-02-17 | 1 | -10/+10 |
| | |||||
* | css fixes and rename link to full docs to help since its app is also called help | Mario Vavti | 2017-02-17 | 2 | -3/+3 |
| | |||||
* | strip possible quotes from attribute_contains() haystacks | zotlabs | 2017-02-15 | 1 | -1/+3 |
| | |||||
* | typo | zotlabs | 2017-02-15 | 1 | -1/+1 |
| | |||||
* | provide HTTP header parser which honours continuation lines and despite the ↵ | zotlabs | 2017-02-14 | 2 | -5/+46 |
| | | | | fact that continuation lines have been deprecated - as they still exist in the wild. | ||||
* | util/pconfig - don't enumerate empty arrays, mod_acl - add more comments | zotlabs | 2017-02-13 | 2 | -10/+26 |
| | |||||
* | Merge pull request #676 from anaqreon/doco | zotlabs | 2017-02-14 | 27 | -999/+388 |
|\ | | | | | Doco | ||||
| * | Merge remote-tracking branch 'upstream/dev' into doco | Andrew Manning | 2017-02-13 | 24 | -3665/+4067 |
| |\ | |/ |/| | |||||
* | | Merge pull request #675 from mjfriaza/dev | zotlabs | 2017-02-14 | 9 | -2699/+2902 |
|\ \ | | | | | | | Updated the Spanish translation | ||||
| * | | Fix 'settings/channel' page in Spanish contextual help | Manuel Jiménez Friaza | 2017-02-13 | 1 | -24/+24 |
| | | | |||||
| * | | Updated the Spanish contextual help | Manuel Jiménez Friaza | 2017-02-13 | 7 | -0/+150 |
| | | | |||||
| * | | Updated the Spanish translation | Manuel Jiménez Friaza | 2017-02-13 | 2 | -2699/+2752 |
|/ / | |||||
* | | be consistent with the name | zotlabs | 2017-02-12 | 1 | -1/+1 |
| | | |||||
* | | add default permcat to channel settings form | zotlabs | 2017-02-12 | 2 | -1/+22 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-02-12 | 4 | -19/+30 |
|\ \ | |||||
| * | | css fix | Mario Vavti | 2017-02-12 | 1 | -1/+1 |
| | | | |||||
* | | | testing and bug fixes virtual profile groups | zotlabs | 2017-02-12 | 3 | -4/+49 |
| | | | |||||
* | | | Create virtual privacy groups for private profile member lists | zotlabs | 2017-02-12 | 9 | -961/+1094 |
| | | | |||||
| | * | Integrated more content and deleted the original locations where applicable. | Andrew Manning | 2017-02-13 | 13 | -838/+180 |
| | | | |||||
| | * | Some more work converting api_zot to bbcode. This page needs some serious ↵ | Andrew Manning | 2017-02-12 | 1 | -4/+4 |
| | | | | | | | | | | | | formatting work. | ||||
| | * | Reformat code of conduct for developers and integrate. | Andrew Manning | 2017-02-12 | 7 | -179/+470 |
| | | | |||||
| | * | Deleting original help content pages that have been integrated into the new doco | Andrew Manning | 2017-02-12 | 11 | -293/+49 |
| |/ | |||||
| * | Merge pull request #671 from anaqreon/webimport | zotlabs | 2017-02-12 | 1 | -14/+18 |
| |\ | | | | | | | Fix webpage element import tool |