aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed installation of hzaddonsEiner von Vielen2018-01-031-75/+2
|
* Fixed 3.0RC. Forgot to change the setup scriptEiner von Vielen2018-01-033-55/+47
|
* hubzilla issue #947zotlabs2018-01-031-1/+2
|
* this should finish up hubzilla issue #113zotlabs2018-01-034-9/+30
|
* provide warning if ffmpeg not found and video thumbnail is requestedzotlabs2018-01-031-1/+7
|
* update file thumbnails when imported/syncedzotlabs2018-01-031-0/+3
|
* possibly fix hubzilla #673 (prev/next buttons on connedit can show deleted ↵zotlabs2018-01-031-1/+1
| | | | connections). We cannot actually determine that a connection has been deleted (this is typically accomplished by removing the abook record), but we can determine if the corresponding xchan has been deleted.
* cleanupzotlabs2018-01-031-3/+5
|
* Make affinity widget settings work. It's entirely possible they never did ↵zotlabs2018-01-032-16/+16
| | | | work correctly. I'm not comfortable over-riding the network_page_default config in this way but this is the way I've always set the affinity and it has worked just fine for me for several years and there haven't been any other requests to extend the network page default options.
* Fix whitespace formattingMatthew Dent2018-01-031-14/+14
|
* fix dupe bug in content hooksM.Dent2018-01-031-15/+15
|
* changelogMario2017-12-281-0/+6
|
* hubzilla issue #945 - directory keywords returned from twkn in standalone modezotlabs2017-12-281-6/+19
|
* sort cloud directory by 1. is_dir and 2. name until we can figure out a way ↵zotlabs2017-12-281-1/+1
| | | | to request different sort orders
* document that imagick calls/execs ffmpeg for mp4 video thumbnailszotlabs2017-12-281-1/+7
|
* util/dcp - argument warning when arguments are correctzotlabs2017-12-281-1/+1
|
* cannot use file_get/put_contents in attach_store, must use pipe_streamszotlabs2017-12-281-2/+13
|
* changelogMario2017-12-231-0/+2
|
* hubzilla-addons issue #74 - delayed posts not honoured for GNU-Socialzotlabs2017-12-221-1/+1
| | | | There is a very high probability this will also fix hubzilla-addons issue #75
* more changelogMario2017-12-221-0/+16
|
* Merge pull request #938 from einervonvielen/3.0RCgit-marijus2017-12-222-61/+85
|\ | | | | 3.0 rc - Changes for Debian 9
| * TypoEiner von Vielen2017-12-211-4/+2
| |
| * Changes for Debian 9. Several fixes.Einer von Vielen2017-12-212-61/+87
|/
* add url and headings to bbco_autocomplete()Mario Vavti2017-12-211-1/+1
|
* remove additional linebreaks after headingsMario Vavti2017-12-211-0/+7
|
* html2bbcode: use headings bbcode for headingsMario Vavti2017-12-201-6/+6
|
* Update DE translation stringsphellmes2017-12-192-1439/+1599
|
* changelogMario Vavti2017-12-191-0/+114
|
* update composer autoload cacheMario Vavti2017-12-182-18/+18
|
* since api_zot (doc page) is now referenced from the project webpage, include ↵zotlabs2017-12-181-0/+4
| | | | a mention of the twitter/statusnet API plugin since that enables some degree of compatibility with dozens of third-party apps out of the box.
* notifications: only handle item otype notify_idsMario Vavti2017-12-182-2/+5
|
* Merge pull request #931 from mjfriaza/3.0RCgit-marijus2017-12-172-1411/+1572
|\ | | | | Updated Spanish translation.
| * Updated Spanish translation.Manuel Jiménez Friaza2017-12-162-1411/+1572
| |
* | reverse the logic so we zidify by defaultzotlabs2017-12-171-3/+3
| |
* | don't zidify all permalinks, only zot permalinkszotlabs2017-12-171-1/+6
| |
* | silence PHP7.2 warningMario Vavti2017-12-161-1/+1
| |
* | fix undefined constant warningMario Vavti2017-12-161-1/+1
|/
* only use effective uid if we deal with sys channel contentMario Vavti2017-12-151-1/+7
|
* hubzilla issue #928zotlabs2017-12-151-1/+1
|
* fix another PHP7.2 warninggMario Vavti2017-12-141-1/+1
|
* fix some more PHP7.2 warningsMario Vavti2017-12-141-2/+2
|
* make remote homelink link to the home host and not to the home channelMario Vavti2017-12-141-4/+6
|
* strings and version bumpMario Vavti2017-12-132-1380/+1514
|
* fix issue with long filenames in mod cloudMario Vavti2017-12-131-0/+4
|
* Merge remote-tracking branch 'mike/master' into devMario Vavti2017-12-133-1/+9
|\
| * hubzilla #475 continued - show photos in root folder. Part of Andrew's fix ↵zotlabs2017-12-122-1/+6
| | | | | | | | for this wasn't in my repository and hopefully won't conflict; as it appears to have been lost somewhere. It also needed a small change to the folder permissions check.
| * hubzilla issue #475, item 3zotlabs2017-12-121-1/+5
| |
* | Revert "try as best we can to keep the directory table (cloud list mode) ↵Mario Vavti2017-12-122-14/+5
|/ | | | | | inside the containing div. It looks pretty bad when you have a long filename." This reverts commit 4d7acdd44d4413c5bb712fe05a77bcaccc3054a5.
* Merge remote-tracking branch 'mike/master' into devMario Vavti2017-12-122-5/+14
|\
| * try as best we can to keep the directory table (cloud list mode) inside the ↵zotlabs2017-12-112-5/+14
| | | | | | | | containing div. It looks pretty bad when you have a long filename.