aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Merge pull request #1083 from galettesaucisse/patch-8git-marijus2018-04-231-62/+105
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update French hstrings.php from Transifex
| | * | | | | | | | | | | | Update French hstrings.php from TransifexGalette Saucisse2018-04-181-62/+105
| | |/ / / / / / / / / / /
| * | | | | | | | | | | | fix permission role testMario Vavti2018-04-231-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2018-04-231-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | back to only nicknameJeroen2018-04-221-1/+1
| | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| | * | | | | | | | | | | Merge pull request #1099 from zotlabs/devMike Macgirvin2018-04-213-4/+28
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | | This is important
| | | * | | | | | | | | | anonymous comments shouldn't be allowed in StdLimitszotlabs2018-04-201-3/+1
| | | | | | | | | | | | |
| | | * | | | | | | | | | fix any misconfigured channel permission limitszotlabs2018-04-202-1/+27
| | |/ / / / / / / / / /
* | / / / / / / / / / / provide a short term compatibility mapping between social_party and ↵zotlabs2018-04-231-0/+8
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | social_federation
* | | | | | | | | | | as_fetch depends on the pubcrawl plugin, but is referenced in core. Ensure ↵zotlabs2018-04-221-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that it doesn't chuck a wobbly if the function isn't found. This is undergoing significant revision for zot6 so this action is considered a short-term workaround until that work work stabilises.
* | | | | | | | | | | owa: attempt channel discovery if not foundzotlabs2018-04-221-0/+9
| | | | | | | | | | |
* | | | | | | | | | | use consistent naming for 'Channel role and privacy'zotlabs2018-04-221-1/+1
| | | | | | | | | | |
* | | | | | | | | | | imagemagick preserves exif when scaling. GD does not. We do not want to ↵zotlabs2018-04-225-23/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | preserve exif on thumbnails which we have rotated, as a browser reading the exif information could rotate them yet again. This checkin adds an abstract function to the generic photo driver which makes the behaviour consistent by stripping EXIF from imagick processed images. However, we will attempt to preserve any ICC colour profiles. See http://php.net/manual/en/imagick.stripimage.php
* | | | | | | | | | | fix permissionlimitstest after recent changeszotlabs2018-04-211-1/+1
| | | | | | | | | | |
* | | | | | | | | | | fix any misconfigured channel permission limitszotlabs2018-04-202-1/+27
| | | | | | | | | | |
* | | | | | | | | | | anonymous comments shouldn't be allowed in StdLimitszotlabs2018-04-201-3/+1
| | | | | | | | | | |
* | | | | | | | | | | This fix needs to go deeper in the code. PermissionLimits::Get is called in ↵zotlabs2018-04-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a lot of places. If we have no stored setting for a particular permission, return 0 - which is basically no permission except to self.
* | | | | | | | | | | better fix to permisisons.php - just cast to int. That's exactly what we want.zotlabs2018-04-191-4/+1
| | | | | | | | | | |
* | | | | | | | | | | permissions php error applying bit compare operation on a (presumed) booleanzotlabs2018-04-191-0/+3
| | | | | | | | | | |
* | | | | | | | | | | fix navbar contact autocomplete 'undefined' hovertipzotlabs2018-04-191-1/+1
| | | | | | | | | | |
* | | | | | | | | | | fix link to renamed permission roles doc subsectionzotlabs2018-04-191-1/+1
| | | | | | | | | | |
* | | | | | | | | | | rename social - party to social - federation. Cleanup some of the ↵zotlabs2018-04-193-63/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | documentation surrounding channels. This checkin contains translatable string changes.
* | | | | | | | | | | code booboo may have degraded the performance of the Trending tag query more ↵zotlabs2018-04-191-1/+2
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | than necessary
* | | | | | | | | | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-04-1915-31/+34
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | follow activitypub by webfinger; requires addon update to all federation ↵zotlabs2018-04-182-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | protocols
| * | | | | | | | | relax restrictions to the design tools menu to allow those with write_pages ↵zotlabs2018-04-182-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | permission; this doesn't fix the underlying modules though as there are some potential security issues at the moment.
| * | | | | | | | | do not queue anything which lacks a destination urlzotlabs2018-04-181-0/+6
| | | | | | | | | |
| * | | | | | | | | just provide the trending tags in public stream by default and simplify the ↵zotlabs2018-04-182-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | query to improve load times; I intend to do additional work on this feature later
| * | | | | | | | | add alt_pager to mod_moderate, remove legacy $a parameter from all ↵zotlabs2018-04-179-10/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | occurrences of alt_pager
* | | | | | | | | | bump versionMario Vavti2018-04-181-1/+1
| | | | | | | | | |
* | | | | | | | | | version bump and stringsMario Vavti2018-04-182-89/+101
| | | | | | | | | |
* | | | | | | | | | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-04-188-11/+144
|\| | | | | | | | |
| * | | | | | | | | minor code optimisationzotlabs2018-04-172-10/+22
| | | | | | | | | |
| * | | | | | | | | also add the noisy 'rss' tagzotlabs2018-04-171-1/+1
| | | | | | | | | |
| * | | | | | | | | re-use directory safemode setting for public stream tag filtering since a ↵zotlabs2018-04-172-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handful of well-known tags skews the results wildly. Added 'bot' to the list just because it's noisy. A site can customise or nullify this feature if they desire.
| * | | | | | | | | fine tuning the public stream tag resultszotlabs2018-04-173-11/+2
| | | | | | | | | |
| * | | | | | | | | public stream tag enhancementszotlabs2018-04-174-1/+115
| | | | | | | | | |
| * | | | | | | | | when changing cover photo, show existingzotlabs2018-04-173-2/+8
| | | | | | | | | |
* | | | | | | | | | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-04-172-8/+27
|\| | | | | | | | |
| * | | | | | | | | missing update file in the previous update commitzotlabs2018-04-161-0/+26
| | | | | | | | | |
| * | | | | | | | | set the correct webfinger Accept: request header now that Mastodon fixed the ↵zotlabs2018-04-161-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug that we changed it to work around
* | | | | | | | | | fix closing parenthesis in wrong spotMario Vavti2018-04-171-2/+2
| | | | | | | | | |
* | | | | | | | | | update to bootstrap-4.1 and improve visibility of some text when using ↵Mario Vavti2018-04-1723-8949/+8923
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | custom panel colours
* | | | | | | | | Active channels information is a bit imprecise. Provide a higher accuracy ↵zotlabs2018-04-166-2/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | method. This will require a transition period
* | | | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-04-163-11/+9
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | remove some more distinct in queries and observe any regressions. this is ↵Mario Vavti2018-04-162-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | related to issue #1079 and commit d47ea20aa8bb8219f7a0760e81ba3db542392390
| * | | | | | | | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-04-163-6/+21
| |\ \ \ \ \ \ \ \
| * | | | | | | | | css fixesMario Vavti2018-04-151-0/+3
| | | | | | | | | |
| * | | | | | | | | fix regression where in the starred tab only top level posts were visibleMario Vavti2018-04-151-4/+4
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | don't save a permcat with empty namezotlabs2018-04-161-0/+5
| | | | | | | | |