| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ability to include page assets in documentation pages such as images. Upd... | Andrew Manning | 2016-11-27 | 1 | -1/+32 |
* | Merge pull request #601 from anaqreon/wiki | git-marijus | 2016-11-25 | 1 | -1/+12 |
|\ |
|
| * | Make a git commit when a new page is created, recording who created the page. | Andrew Manning | 2016-11-24 | 1 | -1/+12 |
* | | prev-next navigation for mod_connedit | zotlabs | 2016-11-24 | 1 | -3/+36 |
|/ |
|
* | whitespace and minor fixes | Mario Vavti | 2016-11-23 | 1 | -1/+1 |
* | silence headers already sent warning. issue #596 | Mario Vavti | 2016-11-23 | 1 | -6/+9 |
* | whitespace and coding style | Mario Vavti | 2016-11-23 | 1 | -8/+17 |
* | whitespace cleanup | Mario Vavti | 2016-11-23 | 1 | -25/+25 |
* | notification issue | zotlabs | 2016-11-22 | 1 | -1/+1 |
* | display wiki list on wiki landing page. | Mario Vavti | 2016-11-22 | 1 | -18/+31 |
* | redmatrix is no longer considered a supported platform and will not be listed... | zotlabs | 2016-11-19 | 3 | -5/+11 |
* | Hide all content if no wiki is selected except for a message saying to choose... | Andrew Manning | 2016-11-18 | 1 | -2/+3 |
* | Move page list back out to the side menu, but with the new page form below th... | Andrew Manning | 2016-11-18 | 1 | -0/+1 |
* | issue #588, change 'Bug Report' app to 'Report Bug' | zotlabs | 2016-11-17 | 2 | -3/+3 |
* | wiki: simplify permission model, reduce duplicate calls to get the same chann... | zotlabs | 2016-11-15 | 1 | -115/+102 |
* | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-11-14 | 1 | -0/+4 |
|\ |
|
| * | SECURITY: public calendar leaks connection information (birthdays) when view_... | zotlabs | 2016-11-14 | 1 | -0/+4 |
* | | Moved delete wiki button into new edit wiki form, opened by edit wiki icon in... | Andrew Manning | 2016-11-14 | 1 | -1/+0 |
|/ |
|
* | zidify wiki content | zotlabs | 2016-11-13 | 1 | -2/+2 |
* | don't send notification for posts/comments on old conversations that were ref... | zotlabs | 2016-11-12 | 1 | -0/+4 |
* | Moved save to bottom. Created Wiki Tools dropdown to be consistent, moved pag... | Andrew Manning | 2016-11-12 | 1 | -0/+2 |
* | deprecate/remove get_channel_by_nick() which is just a less generalised varia... | zotlabs | 2016-11-08 | 4 | -19/+24 |
* | more api work | zotlabs | 2016-11-08 | 1 | -5/+3 |
* | more api re-org | zotlabs | 2016-11-08 | 1 | -2/+4 |
* | a bit more background work to support private mail preview | zotlabs | 2016-11-08 | 1 | -3/+17 |
* | move twitter api to addon; there's still a bit of cleanup remaining, mostly d... | zotlabs | 2016-11-08 | 1 | -1/+11 |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2016-11-07 | 1 | -2/+2 |
|\ |
|
| * | reverse logic | Mario Vavti | 2016-11-07 | 1 | -2/+2 |
* | | cleanup and re-organise the voting and attendance buttons | zotlabs | 2016-11-07 | 1 | -0/+4 |
|/ |
|
* | provide /locs link on settings page if there is more than one hubloc for this... | zotlabs | 2016-11-05 | 2 | -5/+1 |
* | issue #576 - duplicate events shown | zotlabs | 2016-11-02 | 2 | -4/+3 |
* | silence a minor warning | zotlabs | 2016-11-02 | 1 | -0/+1 |
* | convert manual page updates to a display setting instead of a feature | zotlabs | 2016-11-02 | 6 | -5/+8 |
* | remove debugging | zotlabs | 2016-11-02 | 1 | -3/+0 |
* | issue #575, when 'nofinish' is set on an event, invalid date was generated/st... | zotlabs | 2016-11-02 | 1 | -4/+8 |
* | allow your own likes/comments to be updated when in static update mode | zotlabs | 2016-11-02 | 5 | -8/+35 |
* | feature: static page update as opposed to live update of conversations on the... | zotlabs | 2016-11-01 | 5 | -0/+10 |
* | command line connect utility. | zotlabs | 2016-11-01 | 1 | -2/+2 |
* | string update | zotlabs | 2016-10-30 | 1 | -9/+7 |
* | update setup and install documents for PDO and the freebsd issue with | zotlabs | 2016-10-27 | 1 | -3/+3 |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2016-10-26 | 5 | -5/+5 |
|\ |
|
| * | Merge pull request #570 from fsteinel/issue-NEW | zotlabs | 2016-10-27 | 5 | -5/+5 |
| |\ |
|
| | * | sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and p... | Florian Steinel | 2016-10-27 | 5 | -5/+5 |
* | | | modernise chanview, which has a renewed purpose - to provide a connect link t... | zotlabs | 2016-10-26 | 1 | -15/+32 |
|/ / |
|
* | | zot_finger from navbar people search looping | zotlabs | 2016-10-26 | 1 | -5/+24 |
* | | when inserting a link, if the url begins with '!' ignore oembed and do everyt... | zotlabs | 2016-10-26 | 1 | -5/+12 |
|/ |
|
* | the logic is much too complicated for the notifier. Let plugins know if they ... | zotlabs | 2016-10-26 | 1 | -1/+4 |
* | send "hidden" edit activities to networks which don't support edits themselves | zotlabs | 2016-10-25 | 3 | -1/+3 |
* | put all dns checking into one function, allow it to be ignored | zotlabs | 2016-10-25 | 1 | -2/+1 |
* | first cut at edit activities | zotlabs | 2016-10-25 | 1 | -0/+2 |