aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* convert oembed tools to use json arrays rather than json objectsredmatrix2016-09-242-31/+34
|
* attach sql issueredmatrix2016-09-231-1/+1
|
* issue #527redmatrix2016-09-221-2/+1
|
* issue #526redmatrix2016-09-222-2/+12
|
* issue #519 continuedredmatrix2016-09-221-5/+12
|
* issue #524redmatrix2016-09-221-0/+3
|
* finish the channel_reddress() conversionredmatrix2016-09-217-17/+17
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-09-211-1/+1
|\
| * typoMario Vavti2016-09-211-1/+1
| |
* | zot discovery wasn't returning in all cases (after discovering zot), which ↵redmatrix2016-09-211-1/+3
|/ | | | means that it could fall through and also discover other protocols and create xchans for them.
* issue #519redmatrix2016-09-201-2/+5
|
* issue #520redmatrix2016-09-201-0/+1
|
* issue #515redmatrix2016-09-201-2/+5
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-09-201-4/+0
|\
| * remove redundant loopMario Vavti2016-09-201-4/+0
| |
* | don't offer a settings/features link for techlevel 0 (basic or pro:0) even ↵redmatrix2016-09-201-1/+1
| | | | | | | | if there are level 0 features/categories. The definition of level 0 is "don't confuse me with options".
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-09-191-1/+1
|\|
| * if a feature category array has no items unset itMario Vavti2016-09-191-1/+1
| |
* | probable fix for #509 - errant comment notifications provided on delayed ↵redmatrix2016-09-191-0/+6
|/ | | | (duplicate delivery) top level posts which are probably coming from clones
* pro: filter features by techlevelredmatrix2016-09-191-86/+377
|
* some changes merged from wrong branch... new function channel_reddress() ↵redmatrix2016-09-171-0/+5
| | | | instead of hardwired generation and which fixes case-sensitivity; allow dot notation in config and pconfig utils, updated string file
* do not show hidden channels in /randprof issue #513Mario Vavti2016-09-151-1/+1
|
* whitelist button tag in htmlpurifierMario Vavti2016-09-091-0/+3
|
* fix for old style version specifiersredmatrix2016-09-081-3/+0
|
* illegal offset errors in include/conversation:status_editor() when no ↵redmatrix2016-09-081-0/+4
| | | | permissions array is passed
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-09-081-1/+4
|\
| * add more foundation data- attributesMario Vavti2016-09-081-1/+4
| |
* | fix bookmarks in devredmatrix2016-09-081-1/+1
|/
* provide version info in /pubsitesredmatrix2016-09-071-5/+11
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-09-071-19/+59
|\
| * upgrade foundation to version 6.2.3Mario Vavti2016-09-071-19/+59
| |
* | photo move to another album - resurrected from a temporary branch where the ↵redmatrix2016-09-061-0/+48
|/ | | | work had gotten lost
* custom/expert permissions bugredmatrix2016-09-061-3/+14
|
* remove chatroom suggestions for the time being, until somebody decides it's ↵redmatrix2016-09-041-0/+8
| | | | worth fixing and rolls up their sleeves and does it. See the notes. There's a lot of useful technology involved and some valid use cases so we won't throw the code away. There's a lot of stuff in here worth saving. We just need to spend a bit more time working through the nitty-gritty bits.
* sidebar table of contents for help hierarchies; note that these should ↵redmatrix2016-09-042-29/+58
| | | | probably be html due to extraneous linefeeds you might find in bbcode or markdown
* incutio xmlrpc library uses old-style (php4) constructors which have been ↵redmatrix2016-09-041-1/+1
| | | | deprecated for some time. They should still work on 7.0, but it's only a matter of time before they go away.
* fix register link if logged inMario Vavti2016-09-041-1/+1
|
* move doc file parsing and rendering from the module level to the help ↵redmatrix2016-09-042-0/+96
| | | | library so that it can be re-used by widgets
* wrong operatorredmatrix2016-09-031-1/+1
|
* pro: add system techlevel to new accountsredmatrix2016-09-021-4/+6
|
* show home icon in first position in nav, provide register link also if ↵Mario Vavti2016-09-021-2/+2
| | | | register policy is set to approve and whitespace cleanup
* separate the 'expert' feature into 'advanced_theming' and ↵redmatrix2016-09-012-11/+37
| | | | 'advanced_dirsearch'. Hide both features unless techlevel > 3.
* introduce checklist BBcode for checklistsMario Vavti2016-09-011-2/+4
|
* some issues with saved search - tags and connection searches weren't being ↵redmatrix2016-08-312-2/+38
| | | | saved.
* document that include/permissions is being deprecated but may still be needed.redmatrix2016-08-311-0/+6
|
* allow public comments (sort of - see the notes)redmatrix2016-08-311-5/+4
|
* provide techlevels in the pro server role. Should have no visible effect on ↵redmatrix2016-08-316-15/+41
| | | | other roles.
* resolve merge conflictMario Vavti2016-08-315-17/+279
|\
| * Imported webpage elements update existing elements properly. AllowCode ↵Andrew Manning2016-08-301-12/+11
| | | | | | | | permission is checked correctly and issues error on import if denied.
| * increase timeout on oembed remote fetches. This is a balancing act. Too ↵redmatrix2016-08-301-3/+12
| | | | | | | | short and many sites won't show up. Too long and you could be watching a spinner anxiously waiting for the page to load even if your own site is blindingly fast.