Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use lock colour to indicate that permissions have been set by the software ↵ | zotlabs | 2016-12-16 | 3 | -1/+7 |
| | | | | to something you might not expect rather than an exclamation mark. This may not be the best colour in this page context, but it serves the intended purpose. Perhaps orange might be less intrusive and still convey the desired information. | ||||
* | string update | zotlabs | 2016-12-16 | 1 | -929/+959 |
| | |||||
* | there are occasional sites which use different capitalisation of ↵ | zotlabs | 2016-12-15 | 1 | -12/+7 |
| | | | | Content-Type; which is rare, but completely legal. | ||||
* | use array_shift - it's cleaner | zotlabs | 2016-12-15 | 1 | -1/+1 |
| | |||||
* | z_fetch_url incorrect variable | zotlabs | 2016-12-15 | 1 | -5/+5 |
| | |||||
* | html2plain warnings | zotlabs | 2016-12-15 | 1 | -1/+1 |
| | |||||
* | note widget: whitespace and resize the textarea to reveal full content | Mario Vavti | 2016-12-15 | 2 | -22/+27 |
| | |||||
* | reworked doco navigation | Mario Vavti | 2016-12-15 | 2 | -288/+246 |
| | |||||
* | more wiki cleanup | Mario Vavti | 2016-12-15 | 2 | -29/+19 |
| | |||||
* | Merge pull request #600 from toppoint/dev | zotlabs | 2016-12-15 | 1 | -0/+53 |
|\ | | | | | Configuring email notifications per channel | ||||
| * | Drop on switch for notifications | ilu33 | 2016-12-15 | 1 | -5/+2 |
| | | |||||
| * | Missing single quotes | ilu33 | 2016-12-15 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'dev' of https://github.com/toppoint/hubzilla into dev | xxx | 2016-12-15 | 0 | -0/+0 |
| |\ | |||||
| | * | Configuring email notifications per channel | ilu33 | 2016-11-24 | 1 | -0/+56 |
| | | | |||||
| * | | Configuring email notifications per channel | ilu33 | 2016-12-15 | 1 | -0/+56 |
| | | | |||||
* | | | postgres is picky about this stuff | zotlabs | 2016-12-14 | 1 | -2/+2 |
|/ / | |||||
* | | issue #446 apps usability - disable app if attached to a plugin that is ↵ | zotlabs | 2016-12-14 | 9 | -30/+87 |
| | | | | | | | | uninstalled, allow system apps to be soft deleted and undeleted from the edit pane. | ||||
* | | markdown regex | zotlabs | 2016-12-14 | 1 | -2/+3 |
| | | |||||
* | | fix regex | Mario Vavti | 2016-12-14 | 1 | -1/+1 |
| | | |||||
* | | wiki: do not show revert buttons if we do not have write perms and minor cleanup | Mario Vavti | 2016-12-14 | 5 | -19/+13 |
| | | |||||
* | | fix btn-group rendering | Mario Vavti | 2016-12-14 | 1 | -16/+2 |
| | | |||||
* | | use absolute namespace in case this gets moved | zotlabs | 2016-12-13 | 1 | -1/+1 |
| | | |||||
* | | tag and mention handling in private mail (which required refactoring the ↵ | zotlabs | 2016-12-13 | 5 | -78/+76 |
| | | | | | | | | bbcode cleanup stuff in mod_item) | ||||
* | | update hook doco | zotlabs | 2016-12-13 | 2 | -0/+6 |
| | | |||||
* | | add plugin hook to zot_best_algorithm() | zotlabs | 2016-12-13 | 1 | -0/+5 |
| | | |||||
* | | mail preview (basic functionality) | zotlabs | 2016-12-13 | 3 | -1/+62 |
| | | |||||
* | | restructuring include/message for mail preview | zotlabs | 2016-12-13 | 1 | -32/+44 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2016-12-13 | 11 | -6763/+10553 |
|\ \ | |||||
| * | | update dutch strings | jeroenpraat | 2016-12-13 | 2 | -6631/+10513 |
| | | | |||||
| * | | dropdown position fixes | Mario Vavti | 2016-12-13 | 2 | -4/+3 |
| | | | |||||
| * | | bring lockview to wikilist | Mario Vavti | 2016-12-13 | 3 | -6/+14 |
| | | | |||||
| * | | do not increase opacity to more than 1 | Mario Vavti | 2016-12-13 | 1 | -1/+1 |
| | | | |||||
| * | | simplify wikilist widget | Mario Vavti | 2016-12-13 | 2 | -120/+12 |
| | | | |||||
| * | | Merge pull request #619 from anaqreon/dev | git-marijus | 2016-12-13 | 1 | -1/+10 |
| |\ \ | | | | | | | | | Make region_1 table of contents "unsticky" when width is less than | ||||
| | * | | Make region_1 table of contents "unsticky" when width is less than 768px for ↵ | Andrew Manning | 2016-12-12 | 1 | -1/+10 |
| |/ / | | | | | | | | | | better mobile support. | ||||
* / / | document the stream_item hook before I forget | zotlabs | 2016-12-12 | 2 | -0/+16 |
|/ / | |||||
* | | clarifications of some of the descriptions | zotlabs | 2016-12-12 | 1 | -11/+11 |
| | | |||||
* | | bump version | Mario Vavti | 2016-12-12 | 1 | -1/+1 |
| | | |||||
* | | update changelog | Mario Vavti | 2016-12-12 | 1 | -0/+85 |
| | | |||||
* | | wiki: indicate saved state for bbcode type | Mario Vavti | 2016-12-12 | 1 | -7/+6 |
| | | |||||
* | | some preliminary work for email notification of likes - potentially ↵ | zotlabs | 2016-12-11 | 4 | -0/+83 |
| | | | | | | | | destabilising so disabled until after next release | ||||
* | | move the rest of superblock out of core | zotlabs | 2016-12-11 | 2 | -48/+14 |
| | | |||||
* | | clone sync missing for some item delete operations | zotlabs | 2016-12-11 | 2 | -28/+36 |
| | | |||||
* | | show doc section heading in titlebar | Mario Vavti | 2016-12-11 | 2 | -2/+14 |
| | | |||||
* | | This needs a bit more word-smithing to be concise and also accurate; but I ↵ | zotlabs | 2016-12-10 | 1 | -1/+1 |
| | | | | | | | | need to think about it some more. | ||||
* | | drug dealers have users | zotlabs | 2016-12-10 | 1 | -4/+4 |
| | | |||||
* | | fix embed-image for fullscreen mode and some adjustments for /help | Mario Vavti | 2016-12-10 | 4 | -41/+29 |
| | | |||||
* | | fix typo and do not do anything on resize if not fullscreen | Mario Vavti | 2016-12-10 | 1 | -2/+4 |
| | | |||||
* | | even more wiki fullscreen optimisation | Mario Vavti | 2016-12-10 | 2 | -4/+9 |
| | | |||||
* | | more wiki fullscreen optimisation | Mario Vavti | 2016-12-10 | 2 | -5/+26 |
| | |