Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | parent folder permissions weren't being checked back to the cloud root ↵ | zotlabs | 2018-04-30 | 1 | -13/+26 | |
| |/ | | | | | | | directory in all cases | |||||
| * | hubzilla issue #1119 - xml2array has issues with some unicode ↵ | zotlabs | 2018-04-29 | 1 | -0/+11 | |
| | | | | | | | | sequences/conversions. Working around it using the older simplexml parser until it can be debugged, as Diaspora does not use complex XML with namespaces; which is where we need the more advaced capabilities of xml2array. | |||||
| * | remove unused function | zotlabs | 2018-04-28 | 1 | -24/+1 | |
| | | ||||||
| * | where possible strip zid parameter from links that get pasted into posts so ↵ | zotlabs | 2018-04-26 | 3 | -5/+11 | |
| | | | | | | | | that they will get a correct zid when rendered | |||||
| * | more testing of attach_move() uncovered some issues | zotlabs | 2018-04-26 | 1 | -57/+73 | |
| | | ||||||
| * | function doc update | zotlabs | 2018-04-25 | 1 | -0/+1 | |
| | | ||||||
| * | malformed embeds from gfycat hubzilla issue #1108 | zotlabs | 2018-04-25 | 1 | -2/+4 | |
| | | ||||||
| * | some tagging work | zotlabs | 2018-04-25 | 1 | -0/+15 | |
| | | ||||||
| * | undo_post_tagging - don't waste a connection query if we're undoing a ↵ | zotlabs | 2018-04-25 | 1 | -3/+6 | |
| | | | | | | | | hashtag and not a mention. | |||||
| * | make tag autocomplete less scary looking in the editor. If this works out we ↵ | zotlabs | 2018-04-24 | 1 | -38/+74 | |
| | | | | | | | | can simplify and get rid of a huge amount of spaghetti tag logic. | |||||
| * | minor tweak to utf8 usernames after some testing of the underlying ↵ | zotlabs | 2018-04-23 | 2 | -0/+10 | |
| | | | | | | | | encode/decode funations. This probably isn't critical and I do not have a failure case but just trying to cover all bases. | |||||
* | | set the correct album name when moving photos | Mario Vavti | 2018-07-18 | 1 | -1/+3 | |
| | | | | | | (cherry picked from commit eb322e831297ee8fd773049c1a00c915c49dc93e) | |||||
* | | issue syncing pageflags | zotlabs | 2018-07-04 | 1 | -8/+5 | |
| | | ||||||
* | | fixes for immediate expire, channel_active not initialised in DB | zotlabs | 2018-06-10 | 2 | -4/+2 | |
| | | ||||||
* | | when removing a connection, use the same rules as expire: don't remove items ↵ | zotlabs | 2018-06-08 | 1 | -2/+7 | |
| | | | | | | | | | | that are starred, filed, or that you replied to. (cherry picked from commit 5d83469621facf89884ada4036bd25b7b566b616) | |||||
* | | update a number of links in the code | zotlabs | 2018-06-07 | 1 | -1/+1 | |
| | | | | | | (cherry picked from commit 2c7597066c03bc60e83b934415df6fd7551016d1) | |||||
* | | anybody authenticated not correctly handled in can_comment_on_post() | zotlabs | 2018-05-16 | 1 | -1/+1 | |
| | | ||||||
* | | fix postgres issue if register mode is set to yes - with approval | Mario Vavti | 2018-05-12 | 1 | -2/+4 | |
| | | ||||||
* | | Merge branch '3.4RC'3.4 | Mario Vavti | 2018-05-04 | 37 | -389/+879 | |
|\ \ | ||||||
| * | | Revert "hubzilla issue #1151 - activitypub mention gets bookmarked" | Mario Vavti | 2018-05-03 | 2 | -4/+4 | |
| | | | | | | | | | | | | This reverts commit 285781b8870d1c36cf90a3b38a448719b8bf9d21. | |||||
| * | | hubzilla issue #1151 - activitypub mention gets bookmarked | zotlabs | 2018-05-03 | 2 | -4/+4 | |
| | | | ||||||
| * | | The channel import page seems to have missed the big theme cleanup of the ↵ | zotlabs | 2018-05-02 | 1 | -0/+25 | |
| | | | | | | | | | | | | last couple of years. | |||||
| * | | Revert "Revert "hubzilla issue #1119 - xml2array has issues with some ↵ | Mario Vavti | 2018-05-02 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | unicode sequences/conversions. Working around it using the older simplexml parser until it can be debugged, as Diaspora does not use complex XML with namespaces; which is where we need the more advaced capabilities of xml2array."" This reverts commit b223e364c6221aa3c680505fda4acfd6a1790272. | |||||
| * | | parent folder permissions weren't being checked back to the cloud root ↵ | zotlabs | 2018-05-02 | 1 | -13/+26 | |
| | | | | | | | | | | | | directory in all cases | |||||
| * | | activitypub xchans do not have an xchan_addr. use xchan_url for the follow ↵ | Mario Vavti | 2018-04-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | button if we do not find an xchan_addr | |||||
| * | | Revert "hubzilla issue #1119 - xml2array has issues with some unicode ↵ | Mario Vavti | 2018-04-30 | 1 | -11/+0 | |
| | | | | | | | | | | | | | | | | | | sequences/conversions. Working around it using the older simplexml parser until it can be debugged, as Diaspora does not use complex XML with namespaces; which is where we need the more advaced capabilities of xml2array." This reverts commit f620274c6a68ae9a2a6a5142947aa199862087fc. | |||||
| * | | hubzilla issue #1119 - xml2array has issues with some unicode ↵ | zotlabs | 2018-04-30 | 1 | -0/+11 | |
| | | | | | | | | | | | | sequences/conversions. Working around it using the older simplexml parser until it can be debugged, as Diaspora does not use complex XML with namespaces; which is where we need the more advaced capabilities of xml2array. | |||||
| * | | remove unused function | zotlabs | 2018-04-30 | 1 | -24/+1 | |
| | | | ||||||
| * | | where possible strip zid parameter from links that get pasted into posts so ↵ | zotlabs | 2018-04-27 | 3 | -5/+11 | |
| | | | | | | | | | | | | that they will get a correct zid when rendered | |||||
| * | | more testing of attach_move() uncovered some issues | zotlabs | 2018-04-27 | 1 | -57/+73 | |
| | | | ||||||
| * | | malformed embeds from gfycat hubzilla issue #1108 | zotlabs | 2018-04-26 | 1 | -2/+4 | |
| |/ | ||||||
| * | strings update | Mario Vavti | 2018-04-23 | 1 | -1/+1 | |
| | | ||||||
| * | update zot.php to fix php warning invalid argument supplied for foreach() | Mario Vavti | 2018-04-23 | 1 | -16/+18 | |
| | | | | | | | | - this is taken from pr #1085 which was against wrong branch | |||||
| * | imagemagick preserves exif when scaling. GD does not. We do not want to ↵ | zotlabs | 2018-04-22 | 4 | -0/+23 | |
| | | | | | | | | 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 | |||||
| * | better fix to permisisons.php - just cast to int. That's exactly what we want. | zotlabs | 2018-04-19 | 1 | -4/+1 | |
| | | ||||||
| * | permissions php error applying bit compare operation on a (presumed) boolean | zotlabs | 2018-04-19 | 1 | -0/+3 | |
| | | ||||||
| * | code booboo may have degraded the performance of the Trending tag query more ↵ | zotlabs | 2018-04-19 | 1 | -1/+2 | |
| | | | | | | | | than necessary | |||||
| * | follow activitypub by webfinger; requires addon update to all federation ↵ | zotlabs | 2018-04-18 | 2 | -8/+9 | |
| | | | | | | | | protocols | |||||
| * | relax restrictions to the design tools menu to allow those with write_pages ↵ | zotlabs | 2018-04-18 | 1 | -1/+1 | |
| | | | | | | | | 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 url | zotlabs | 2018-04-18 | 1 | -0/+6 | |
| | | ||||||
| * | just provide the trending tags in public stream by default and simplify the ↵ | zotlabs | 2018-04-18 | 1 | -1/+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 ↵ | zotlabs | 2018-04-17 | 1 | -1/+1 | |
| | | | | | | | | occurrences of alt_pager | |||||
| * | minor code optimisation | zotlabs | 2018-04-17 | 2 | -10/+22 | |
| | | ||||||
| * | also add the noisy 'rss' tag | zotlabs | 2018-04-17 | 1 | -1/+1 | |
| | | ||||||
| * | re-use directory safemode setting for public stream tag filtering since a ↵ | zotlabs | 2018-04-17 | 1 | -4/+13 | |
| | | | | | | | | 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 results | zotlabs | 2018-04-17 | 1 | -9/+0 | |
| | | ||||||
| * | public stream tag enhancements | zotlabs | 2018-04-17 | 1 | -0/+64 | |
| | | ||||||
| * | set the correct webfinger Accept: request header now that Mastodon fixed the ↵ | zotlabs | 2018-04-16 | 1 | -8/+1 | |
| | | | | | | | | bug that we changed it to work around | |||||
| * | Active channels information is a bit imprecise. Provide a higher accuracy ↵ | zotlabs | 2018-04-16 | 3 | -1/+21 | |
| | | | | | | | | method. This will require a transition period | |||||
| * | update the placeholder | zotlabs | 2018-04-16 | 1 | -2/+2 | |
| | |