aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-05-144-64/+117
|\
| * Merge pull request #381 from anaqreon/chat-notifyredmatrix2016-05-141-3/+45
| |\ | | | | | | Enable options for chat notifications, with optional audio. Notify fo…
| | * Enable options for chat notifications, with optional audio. Notify for ↵Andrew Manning2016-05-131-3/+45
| |/ | | | | | | member entering room and incoming messages.
| * Merge pull request #380 from git-marijus/devredmatrix2016-05-143-61/+72
| |\ | | | | | | instead of radio buttons use select to choose between public and custom selection
| | * change wording restricted -> custom selection and add a label to the selectMario Vavti2016-05-132-2/+3
| | |
| | * instead of radio buttons use select to choose between public and restricted ↵Mario Vavti2016-05-133-61/+71
| |/ | | | | | | acl. if restricted is selected acl is set to default. if there is no default acl will be set to self. if public is selected acl-list will be hidden and acl-info is visible.
* | we don't need to force case conversion on anything but the plugin nameredmatrix2016-05-141-1/+1
| |
* | allow addon autoloaders to specify absolute namespace classes starting with \redmatrix2016-05-141-0/+2
| |
* | Allow plugins to define autoloaded classes - a class such as Foobar\Class ↵redmatrix2016-05-141-0/+11
|/ | | | will load addon/foobar/Class.php and also Foobar\Category\Class.php will load addon/foobar/Category/Class.php
* strings updateredmatrix2016-05-131-1577/+1639
|
* Comanche: provide a variable '$region' which can be used within a layout to ↵redmatrix2016-05-121-3/+4
| | | | make content aware of where it is on the page. For instance this can be passed as a variable to a widget and trigger either a vertical or horizontal layout depending on which region it is assigned to.
* split off feed handling stuff from include/itemsredmatrix2016-05-122-1312/+1319
|
* remove the rarely if ever used filter_insecure() function. We will provide ↵redmatrix2016-05-121-41/+0
| | | | this functionality in other ways.
* SECURITY: a comment to a private post that has been edited (the comment has ↵redmatrix2016-05-121-0/+10
| | | | been edited) loses its privacy settings. This comment isn't visible in the stream but may be visible in feeds.
* back mergeredmatrix2016-05-121-1/+1
|
* Merge pull request #379 from mjfriaza/devredmatrix2016-05-1313-92/+25
|\ | | | | Updated contextual help in Spanish
| * Updated contextual help in SpanishManuel Jiménez Friaza2016-05-1213-92/+25
| |
* | Merge pull request #378 from anaqreon/plugin-initredmatrix2016-05-131-0/+26
|\ \ | |/ |/| Create store/git/sys/extend/addon directory and link if it does not e…
| * Create store/git/sys/extend/addon directory and link if it does not exist in ↵Andrew Manning2016-05-121-0/+26
|/ | | | all plugin repo GUI POST actions
* Merge branch 'dev'1.6redmatrix2016-05-111-0/+76
|\
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-05-111-0/+76
| |\
| | * Merge pull request #377 from anaqreon/chat-notifyredmatrix2016-05-121-0/+76
| | |\ | | | | | | | | Chat browser notifications
| | | * Merge remote-tracking branch 'upstream/dev' into chat-notifyAndrew Manning2016-05-113-86/+111
| | | |\
| | | * | Browser notification issued when member enters chat roomAndrew Manning2016-05-111-0/+76
| | | | |
| * | | | move dev pointer past current releaseredmatrix2016-05-111-1/+1
| |/ / /
* / / / push point releaseredmatrix2016-05-112-1/+50
|/ / /
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-05-113-86/+111
|\ \ \ | | |/ | |/|
| * | Merge pull request #376 from anaqreon/plugin-reporedmatrix2016-05-122-66/+91
| |\ \ | | | | | | | | Check if target directories are writable when adding, updating, or removing plugin repos
| | * | Merge remote-tracking branch 'upstream/dev' into plugin-repoAndrew Manning2016-05-11741-42404/+64756
| | |\|
| | * | Check if target directories are writable when adding, updating, or removing ↵Andrew Manning2016-05-112-66/+91
| | | | | | | | | | | | | | | | plugin repos
| * | | more whitespaceMario Vavti2016-05-111-1/+1
| | | |
| * | | whitespaceMario Vavti2016-05-111-19/+19
| | |/ | |/|
* / | Ensure that channels can't be created with DAV reserved paths as a redress. ↵redmatrix2016-05-112-4/+22
|/ / | | | | | | Sabre mentions in several places that trying to change these paths to other strings; while possible - is unsupported and likely to cause problems. So for now, we're stuck with 'principals', 'addressbooks', and 'calendars'. If you already have these redresses on your site, you're basically buggered.
* | provide repository versions on admin summary page and an upgrade message if ↵redmatrix2016-05-104-7/+42
| | | | | | | | you're behind master
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-05-101-0/+15
|\ \
| * | Merge pull request #375 from anaqreon/plugin-reporedmatrix2016-05-111-0/+15
| |\| | | | | | | Plugin repo
| | * Remove debugging linesAndrew Manning2016-05-101-4/+0
| | |
| | * Link plugins in the newly installed addon repo to /addon so they are accessibleAndrew Manning2016-05-101-0/+19
| | |
* | | sabre upgraderedmatrix2016-05-104-71/+57
| | |
* | | initial sabre upgrade (needs lots of work - to wit: authentication, redo the ↵redmatrix2016-05-10735-42343/+64674
|/ / | | | | | | browser interface, and rework event export/import)
* | Merge pull request #374 from anaqreon/plugin-reporedmatrix2016-05-102-4/+17
|\| | | | | Delete existing repo if the new one has a different URL. Fixed bug th…
| * Delete existing repo if the new one has a different URL. Fixed bug that ↵Andrew Manning2016-05-102-4/+17
|/ | | | could cause repeated installation.
* another public -> pubstreamMario Vavti2016-05-101-1/+1
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-05-101-2/+2
|\
| * allow delayed publishing of webpagesMario Vavti2016-05-101-2/+2
| |
* | try again with shutdown handler, fix issue #373 (live-pubstream div wasn't ↵redmatrix2016-05-104-5/+17
|/ | | | present
* revert shutdown functionredmatrix2016-05-092-2/+4
|
* more work on diaspora relayredmatrix2016-05-091-0/+5
|
* register shutdown procedureredmatrix2016-05-092-1/+8
|
* Merge pull request #372 from anaqreon/plugin-reporedmatrix2016-05-10128-18/+18604
|\ | | | | Manage addon git repositories via the admin plugins page