aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | whitespaceMario Vavti2015-11-171-1/+1
| | |
| * | more css fixesMario Vavti2015-11-176-16/+14
| | |
| * | missing closing " for src attributeMario Vavti2015-11-171-1/+1
| | |
| * | update bootstrap lib 3.3.4 -> 3.3.5Mario Vavti2015-11-176-195/+568
| | |
| * | css fixesMario Vavti2015-11-172-7/+9
| | |
| * | show jotnets toggle button only if there are jotnets and whitespace fixesMario Vavti2015-11-171-14/+10
| | |
* | | photo album widget permissions issueredmatrix2015-11-174-3/+9
|/ /
* | fix api/direct_messages/new at least for the json case. We seem to have a ↵redmatrix2015-11-164-16/+34
| | | | | | | | missing template for XML
* | tag_deliver of an edit to an already uplinked item wasn't resetting ↵redmatrix2015-11-151-1/+4
| | | | | | | | permissions and ownership bits before starting delivery chain on the edit.
* | allow plugins to also log to a different named logfile and also alter the ↵redmatrix2015-11-151-1/+1
| | | | | | | | log message
* | add logger plugin hookredmatrix2015-11-151-0/+16
| |
* | permission issues editing wall-to-wall postsredmatrix2015-11-153-9/+19
| |
* | issue with dead hub detectionredmatrix2015-11-151-1/+1
| |
* | revert html in markdown for posts, but trim the input before processing the ↵redmatrix2015-11-152-2/+2
| | | | | | | | markdown
* | Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-11-157-1138/+1160
|\ \
| * | nl+es and some other bitsjeroenpraat2015-11-147-1138/+1160
| | |
* | | issues connecting to local forumredmatrix2015-11-153-13/+9
|/ /
* | superblock enhancementsredmatrix2015-11-134-533/+543
| |
* | Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-11-123-4/+4
|\ \
| * | Add note about base64 and urlencode.ken restivo2015-11-121-2/+2
| | |
| * | Fix spelling of documentation.ken restivo2015-11-122-2/+2
| | |
* | | really basic photo album widget for content regionsredmatrix2015-11-123-0/+87
|/ /
* | allow pdl contentredmatrix2015-11-124-1/+23
| |
* | issue #154redmatrix2015-11-121-0/+11
| |
* | small fixes, removed old unused database row, and log more prominently a ↵redmatrix2015-11-123-2/+3
| | | | | | | | missing directory server URL
* | Small update to Bluegrid and generic-content-wrapper-styled to dreportjeroenpraat2015-11-122-3/+4
| |
* | will also need api docoredmatrix2015-11-112-1/+24
| |
* | Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-11-111-7/+7
|\ \
| * \ Merge pull request #149 from waitman/masterredmatrix2015-11-121-7/+7
| |\ \ | | | | | | | | updates to Postgres schema
| | * | updates to Postgres schemaWaitman Gobble2015-11-111-7/+7
| | | |
* | | | run markdown through html purifier for those who insist on mixing html with ↵redmatrix2015-11-112-2/+3
|/ / / | | | | | | | | | markdown.
* | | Merge pull request #144 from kenrestivo/api-auth-fixken restivo2015-11-111-0/+1
|\ \ \ | |/ / |/| | api_auth.php must be included since the function moved.
| * | api_auth.php must be included since the function moved.ken restivo2015-11-111-0/+1
| | |
* | | Merge pull request #143 from kenrestivo/allow-importing-by-proxyredmatrix2015-11-111-3/+13
|\ \ \ | | | | | | | | Bust out import_account() into a separate function
| * | | Bust out import_account() into a separate function to allow importing ↵ken restivo2015-11-101-3/+13
| | | | | | | | | | | | | | | | accounts by proxy, i.e. for admins to import a channel on behalf of a user.
* | | | Merge pull request #141 from HaakonME/masterredmatrix2015-11-111-0/+5
|\ \ \ \ | | | | | | | | | | Added Hubzilla plugin repo for ownMapp - decentralized and private map sharing
| * \ \ \ Merge remote-tracking branch 'upstream/master'Haakon Meland Eriksen2015-11-112-2/+2
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master'Haakon Meland Eriksen2015-11-102-2/+2
| |\ \ \ \ \
| * | | | | | Fixed ownMapp repo addressHaakon Meland Eriksen2015-11-101-1/+1
| | | | | | |
| * | | | | | Fixed ownMapp repo addressHaakon Meland Eriksen2015-11-101-1/+1
| | | | | | |
| * | | | | | Fixed ownMapp repo addressHaakon Meland Eriksen2015-11-101-3/+3
| | | | | | |
| * | | | | | Merge remote-tracking branch 'upstream/master'Haakon Meland Eriksen2015-11-1039-1956/+2223
| |\ \ \ \ \ \
| * | | | | | | Add ownMapHaakon Meland Eriksen2015-11-101-0/+5
| | | | | | | |
* | | | | | | | Merge pull request #140 from kenrestivo/move-export-to-pluginredmatrix2015-11-111-89/+0
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Moving this out into a plugin; hopefully one that will work with RM
| * | | | | | | Moving this out into a plugin; hopefully one that will work with Redmatrix ↵ken restivo2015-11-101-89/+0
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | as well.
* | | | | | | Merge pull request #142 from kenrestivo/refactor-out-api-authredmatrix2015-11-113-90/+96
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Move api_auth() out to a file that can be included from plugins/modules
| * | | | | | Move api_auth() out to a file that can be included from plugins/modules to ↵ken restivo2015-11-103-90/+96
|/ / / / / / | | | | | | | | | | | | | | | | | | allow them to expose their own programmatic API.
* | | | | | Merge https://github.com/redmatrix/hubzilla into pending_merge0.11redmatrix2015-11-102-2/+2
|\| | | | |
| * | | | | Merge pull request #139 from sasiflo/masterredmatrix2015-11-112-2/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | | Replaced references to redmatrix logo.
| | * | | | Replaced references to redmatrix logo.sasiflo2015-11-102-2/+2
| |/ / / /