aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* issue #183redmatrix2015-11-231-1/+1
|
* update datetimepicker and fix it for finish dateMario Vavti2015-11-221-1/+1
|
* datetimepicker should also respect first day of week settingMario Vavti2015-11-211-3/+4
|
* make calendar week start (sun or mon) configurableMario Vavti2015-11-212-2/+8
|
* add v4 project roadmap, partial fix for cloning of profile photos on ↵redmatrix2015-11-202-4/+15
| | | | alternate profiles
* make calendar language awareMario Vavti2015-11-201-2/+2
|
* issue #85, community tags and file tags lost during edits. This required ↵redmatrix2015-11-206-7/+32
| | | | splitting off communitytags as a separate tag type and is not backward compatible. Community tags on older posts or those federated from redmatrix clones will not be preserved during edits.
* directory search for pubforums using hubzilla directory servers using ↵redmatrix2015-11-191-3/+9
| | | | redmatrix flag value
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-11-191-1/+1
|\
| * Had to switch these 2. Sorry.jeroenpraat2015-11-201-1/+1
| |
| * Merge branch 'master' of https://github.com/redmatrix/hubzillajeroenpraat2015-11-201-3/+9
| |\
| * | Some bitsjeroenpraat2015-11-201-2/+2
| | |
* | | new feature: 'suppress_duplicates' issue #146 triggered with less than two ↵redmatrix2015-11-192-2/+23
| |/ |/| | | | | minutes between posts having identical content.
* | Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-11-191-1/+2
|\| | | | | | | | | Conflicts: version.inc
| * move today button from aside to section titleMario Vavti2015-11-191-1/+2
| |
* | issue #173redmatrix2015-11-191-3/+9
|/
* Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2015-11-181-4/+4
|\
| * Pass in account_id. Required for bulk identity importer.ken restivo2015-11-181-1/+1
| |
| * Use provided account_id instead of user's logged in account_id. Necessary ↵ken restivo2015-11-181-3/+3
| | | | | | | | for bulk importer.
* | some events refacturingMario Vavti2015-11-181-15/+14
|/
* fix admin plugin hooksredmatrix2015-11-171-1/+6
|
* fix api/direct_messages/new at least for the json case. We seem to have a ↵redmatrix2015-11-161-1/+1
| | | | missing template for XML
* permission issues editing wall-to-wall postsredmatrix2015-11-151-7/+7
|
* revert html in markdown for posts, but trim the input before processing the ↵redmatrix2015-11-151-1/+1
| | | | markdown
* superblock enhancementsredmatrix2015-11-131-2/+2
|
* allow pdl contentredmatrix2015-11-121-0/+4
|
* small fixes, removed old unused database row, and log more prominently a ↵redmatrix2015-11-121-0/+2
| | | | missing directory server URL
* Small update to Bluegrid and generic-content-wrapper-styled to dreportjeroenpraat2015-11-121-2/+3
|
* run markdown through html purifier for those who insist on mixing html with ↵redmatrix2015-11-111-1/+2
| | | | markdown.
* 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.
* do a better job of preserving linebreaks in posts for channels that use markdownredmatrix2015-11-101-0/+1
|
* suppress duplicate locations in connedit, issue #111redmatrix2015-11-081-0/+4
|
* no comment permission bug, also implement delete() in RedDirectory per Waitmanredmatrix2015-11-081-8/+13
|
* relative attachment not fetched due to os filename issueredmatrix2015-11-081-1/+4
|
* A few quotes too many. Also translations for tooltip.jeroenpraat2015-11-081-5/+5
|
* Fix ffsapi for non-English languages (or better when 's was used in the ↵jeroenpraat2015-11-081-7/+7
| | | | strings) - Update nl+es
* more work on hook docoredmatrix2015-11-051-1/+2
|
* update hooklistredmatrix2015-11-051-1/+1
|
* Firefox Share app. Paper plane icon is public domain. Shorted the name in ↵jeroenpraat2015-11-051-3/+4
| | | | ffsapi > compare it with other providers. Changed bookmark (checkmark) item to selfmade Hubzilla bookmark icon for Firefox (bookmark icon = bootstrap icon).
* Firefox share (that seems now the official name) button added to misc. settings.jeroenpraat2015-11-051-2/+3
|
* Style the buttonjeroenpraat2015-11-051-2/+2
|
* menu_list() takes a channel_id, not the whole channel arrayredmatrix2015-11-041-1/+3
|
* typoredmatrix2015-11-041-1/+1
|
* add bookmarking to FF social api providerredmatrix2015-11-041-3/+3
|
* Firefox Share API provider interface (first cut, only has share ability)redmatrix2015-11-041-0/+64
|
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-11-031-0/+2
|\ | | | | | | | | | | | | Conflicts: include/photo/photo_driver.php include/text.php mod/post.php
| * backport small bits of the re-install fix; at least the damaging bitsredmatrix2015-11-031-6/+6
| |
* | better re-install detection/protection. This necessitated a slight protocol ↵redmatrix2015-11-031-21/+33
| | | | | | | | change but should not introduce any compatibility issues with older software. Things just work better if you use an up-to-date server.
* | need better peer verification due to re-install issue, this is temporaryredmatrix2015-11-031-31/+38
| |
* | provide admin setting to change directory serverredmatrix2015-11-031-1/+26
| |