d7fbc52
Bump to v4.17.192e1c0f2
Add npm-package1b6c282
Bump to v4.17.18a370ac8
Bump to v4.17.171144918
Rebuild lodash and docs3a3b0fd
Bump to v4.17.16c84fe82
fix(zipObjectDeep): prototype pollution (#4759)e7b28ea
Sanitize sourceURL so it cannot affect evaled code (#4518)0cec225
Fix lodash.isEqual for circular references (#4320) (#4515)94c3a81
Document matches* shorthands for over* methods (#4510) (#4514)This version was pushed to npm by mathias, a new releaser for lodash since your current version.
Sourced from websocket-extensions's changelog.
0.1.4 / 2020-06-02
- Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin)
- Change license from MIT to Apache 2.0
8efd0cd
Bump version to 0.1.43dad4ad
Remove ReDoS vulnerability in the Sec-WebSocket-Extensions header parser4a76c75
Add Node versions 13 and 14 on Travis44a677a
Formatting change: {...} should have spaces inside the bracesf6c50ab
Let npm reformat package.json2d211f3
Change markdown formatting of docs.0b62083
Update Travis target versions.729a465
Switch license to Apache 2.0.9a2e9b6
Mark version 6.4.190a9548
More rigorously check surrogate pairs in regexp validator6d19489
Mark release 7.1.1793c0e5
More rigorously check surrogate pairs in regexp validatorb5c1787
Fix incorrect comment in regexp parser12ae8fe
Parameterize dummy value and export isDummy
fa3ad8c
Further refine acorn-walk types1d50286
Fix some errors in walk types97801f0
Mark acorn-walk 7.1.1e9372c1
Further clean up walker typesde6edeb
Remove NarrowNode from walk.d.ts1d85e7c
Fix: acorn-walk type work with acorn'sSourced from junit's releases.
JUnit 4.13
Please refer to the release notes for details.
JUnit 4.13 RC 2
Please refer to the release notes for details.
JUnit 4.13 RC 1
Please refer to the release notes for details.
JUnit 4.13 Beta 3
Please refer to the release notes for details.
JUnit 4.13 Beta 2
Please refer to the release notes for details.
JUnit 4.13 Beta 1
Please refer to the release notes for details.
038f751
[maven-release-plugin] prepare release r4.138fd0197
[maven-release-plugin] prepare for next development iterationc0bdd7d
[maven-release-plugin] prepare release r4.13-rc-2ea2e229
[maven-release-plugin] prepare for next development iteration0a5a2f8
[maven-release-plugin] prepare release r4.13-rc-2b51fa17
Ensure classes annotated with @OrderWith do not have @FixMethodOrder.7c2f12c
Never reorder classes annotated with @FixMethodOrder6c5de81
Remove reference to obsolete mailing list6c7cb4b
Delete outdated docsfc3938a
[maven-release-plugin] prepare for next development iteration8093aaa
[2.2.x] Bumped version for 2.2.13 release.07e59ca
[2.2.x] Fixed CVE-2020-13254 -- Enforced cache key validation in memcached ba...6d61860
[2.0.x] Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdW...7e1084e
[2.2.x] Added release date for 2.2.13.2b69680
[2.2.x] Refs #31485 -- Backported jQuery upgrade to 3.5.1.8301bc9
[2.2.x] Fixed E128, E741 flake8 warnings.c7bab8d
[2.2.x] Fixed term warning on Sphinx 3.0.1+.79baf33
[2.2.x] Fixed highlightlang deprecation warning on Sphinx 1.8+.151a83e
[2.2.x] Fixed CodeBlock deprecation warning on Sphinx 2.1+.b0d810a
[2.2.x] Fixed Sphinx warnings on duplicate object descriptions.Sourced from bleach's changelog.
Version 3.1.4 (March 24th, 2020)
Security fixes
bleach.clean
behavior parsing style attributes could result in a regular expression denial of service (ReDoS).Calls to
bleach.clean
with an allowed tag with an allowedstyle
attribute were vulnerable to ReDoS. For example,bleach.clean(..., attributes={'a': ['style']})
.This issue was confirmed in Bleach versions v3.1.3, v3.1.2, v3.1.1, v3.1.0, v3.0.0, v2.1.4, and v2.1.3. Earlier versions used a similar regular expression and should be considered vulnerable too.
Anyone using Bleach <=v3.1.3 is encouraged to upgrade.
Backwards incompatible changes
- Style attributes with dashes, or single or double quoted values are cleaned instead of passed through.
Features
None
Bug fixes
None
Version 3.1.3 (March 17th, 2020)
Security fixes
None
Backwards incompatible changes
None
Features
... (truncated)
6e74a50
Update for v3.1.4 released6018f2
fix bug 1623633fc77027
Merge branch 'v3.1.0-branch'e4b1c50
Update for v3.1.3 release59cc502
Update for v3.1.2 release3f39d48
add wheel to requirements-dev175f677
fix bug 162169278a0672
Update for v3.1.2 release7b625ff
add wheel to requirements-deve4e9e21
fix bug 1621692Sourced from bleach's changelog.
Version 3.1.2 (March 11th, 2020)
Security fixes
bleach.clean
behavior parsing embedded MathML and SVG content with RCDATA tags did not match browser behavior and could result in a mutation XSS.Calls to
bleach.clean
withstrip=False
andmath
orsvg
tags and one or more of the RCDATA tagsscript
,noscript
,style
,noframes
,iframe
,noembed
, orxmp
in the allowed tags whitelist were vulnerable to a mutation XSS.This security issue was confirmed in Bleach version v3.1.1. Earlier versions are likely affected too.
Anyone using Bleach <=v3.1.1 is encouraged to upgrade.
Backwards incompatible changes
None
Features
None
Bug fixes
None
78a0672
Update for v3.1.2 release7b625ff
add wheel to requirements-deve4e9e21
fix bug 16216928093aaa
[2.2.x] Bumped version for 2.2.13 release.07e59ca
[2.2.x] Fixed CVE-2020-13254 -- Enforced cache key validation in memcached ba...6d61860
[2.0.x] Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdW...7e1084e
[2.2.x] Added release date for 2.2.13.2b69680
[2.2.x] Refs #31485 -- Backported jQuery upgrade to 3.5.1.8301bc9
[2.2.x] Fixed E128, E741 flake8 warnings.c7bab8d
[2.2.x] Fixed term warning on Sphinx 3.0.1+.79baf33
[2.2.x] Fixed highlightlang deprecation warning on Sphinx 1.8+.151a83e
[2.2.x] Fixed CodeBlock deprecation warning on Sphinx 2.1+.b0d810a
[2.2.x] Fixed Sphinx warnings on duplicate object descriptions.Sourced from bleach's changelog.
Version 3.1.4 (March 24th, 2020)
Security fixes
bleach.clean
behavior parsing style attributes could result in a regular expression denial of service (ReDoS).Calls to
bleach.clean
with an allowed tag with an allowedstyle
attribute were vulnerable to ReDoS. For example,bleach.clean(..., attributes={'a': ['style']})
.This issue was confirmed in Bleach versions v3.1.3, v3.1.2, v3.1.1, v3.1.0, v3.0.0, v2.1.4, and v2.1.3. Earlier versions used a similar regular expression and should be considered vulnerable too.
Anyone using Bleach <=v3.1.3 is encouraged to upgrade.
Backwards incompatible changes
- Style attributes with dashes, or single or double quoted values are cleaned instead of passed through.
Features
None
Bug fixes
None
Version 3.1.3 (March 17th, 2020)
Security fixes
None
Backwards incompatible changes
None
Features
... (truncated)
6e74a50
Update for v3.1.4 released6018f2
fix bug 1623633fc77027
Merge branch 'v3.1.0-branch'e4b1c50
Update for v3.1.3 release59cc502
Update for v3.1.2 release3f39d48
add wheel to requirements-dev175f677
fix bug 162169278a0672
Update for v3.1.2 release7b625ff
add wheel to requirements-deve4e9e21
fix bug 1621692Sourced from bleach's changelog.
Version 3.1.2 (March 11th, 2020)
Security fixes
bleach.clean
behavior parsing embedded MathML and SVG content with RCDATA tags did not match browser behavior and could result in a mutation XSS.Calls to
bleach.clean
withstrip=False
andmath
orsvg
tags and one or more of the RCDATA tagsscript
,noscript
,style
,noframes
,iframe
,noembed
, orxmp
in the allowed tags whitelist were vulnerable to a mutation XSS.This security issue was confirmed in Bleach version v3.1.1. Earlier versions are likely affected too.
Anyone using Bleach <=v3.1.1 is encouraged to upgrade.
Backwards incompatible changes
None
Features
None
Bug fixes
None
78a0672
Update for v3.1.2 release7b625ff
add wheel to requirements-deve4e9e21
fix bug 1621692Sourced from bleach's changelog.
Version 3.1.4 (March 24th, 2020)
Security fixes
bleach.clean
behavior parsing style attributes could result in a regular expression denial of service (ReDoS).Calls to
bleach.clean
with an allowed tag with an allowedstyle
attribute were vulnerable to ReDoS. For example,bleach.clean(..., attributes={'a': ['style']})
.This issue was confirmed in Bleach versions v3.1.3, v3.1.2, v3.1.1, v3.1.0, v3.0.0, v2.1.4, and v2.1.3. Earlier versions used a similar regular expression and should be considered vulnerable too.
Anyone using Bleach <=v3.1.3 is encouraged to upgrade.
Backwards incompatible changes
- Style attributes with dashes, or single or double quoted values are cleaned instead of passed through.
Features
None
Bug fixes
None
Version 3.1.3 (March 17th, 2020)
Security fixes
None
Backwards incompatible changes
None
Features
... (truncated)
6e74a50
Update for v3.1.4 released6018f2
fix bug 1623633fc77027
Merge branch 'v3.1.0-branch'e4b1c50
Update for v3.1.3 release59cc502
Update for v3.1.2 release3f39d48
add wheel to requirements-dev175f677
fix bug 162169278a0672
Update for v3.1.2 release7b625ff
add wheel to requirements-deve4e9e21
fix bug 1621692Sourced from bleach's changelog.
Version 3.1.2 (March 11th, 2020)
Security fixes
bleach.clean
behavior parsing embedded MathML and SVG content with RCDATA tags did not match browser behavior and could result in a mutation XSS.Calls to
bleach.clean
withstrip=False
andmath
orsvg
tags and one or more of the RCDATA tagsscript
,noscript
,style
,noframes
,iframe
,noembed
, orxmp
in the allowed tags whitelist were vulnerable to a mutation XSS.This security issue was confirmed in Bleach version v3.1.1. Earlier versions are likely affected too.
Anyone using Bleach <=v3.1.1 is encouraged to upgrade.
Backwards incompatible changes
None
Features
None
Bug fixes
None
Version 3.1.1 (February 13th, 2020)
Security fixes
... (truncated)
bleach.clean
behavior parsingnoscript
tags did not match browser behavior.Calls to
bleach.clean
allowingnoscript
and one or more of the raw text tags (title
,textarea
,script
,style
,noembed
,noframes
,iframe
, andxmp
) were vulnerable to a mutation XSS.This security issue was confirmed in Bleach versions v2.1.4, v3.0.2, and v3.1.0. Earlier versions are probably affected too.
78a0672
Update for v3.1.2 release7b625ff
add wheel to requirements-deve4e9e21
fix bug 16216920d88dd8
Update for v3.1.1 release996cde7
fix bug 16153152f210e0
Merge pull request #435 from willkg/3_1_0_releasead910ce
Update for 3.1.0 release948b745
Merge pull request #433 from willkg/357-doctest245c21c
Fix doctest failurescabd665
Merge pull request #432 from willkg/431-charencodingSourced from psutil's changelog.
5.6.6
2019-11-25
Bug fixes
- 1179_: [Linux] Process cmdline() now takes into account misbehaving processes renaming the command line and using inappropriate chars to separate args.
- 1616_: use of Py_DECREF instead of Py_CLEAR will result in double free and segfault (
CVE-2019-18874 <https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18874>
__). (patch by Riccardo Schirone)- 1619_: [OpenBSD] compilation fails due to C syntax error. (patch by Nathan Houghton)
5.6.5
2019-11-06
Bug fixes
- 1615_: remove pyproject.toml as it was causing installation issues.
5.6.4
2019-11-04
Enhancements
- 1527_: [Linux] added Process.cpu_times().iowait counter, which is the time spent waiting for blocking I/O to complete.
- 1565_: add PEP 517/8 build backend and requirements specification for better pip integration. (patch by Bernát Gábor)
Bug fixes
... (truncated)
- 875_: [Windows] Process' cmdline(), environ() or cwd() may occasionally fail with ERROR_PARTIAL_COPY which now gets translated to AccessDenied.
- 1126_: [Linux] cpu_affinity() segfaults on CentOS 5 / manylinux. cpu_affinity() support for CentOS 5 was removed.
- 1528_: [AIX] compilation error on AIX 7.2 due to 32 vs 64 bit differences. (patch by Arnon Yaari)
- 1535_: 'type' and 'family' fields returned by net_connections() are not always turned into enums.
- 1536_: [NetBSD] process cmdline() erroneously raise ZombieProcess error if cmdline has non encodable chars.
- 1546_: usage percent may be rounded to 0 on Python 2.
c6cd256
pre releaseb2414b8
revert #1595c63369e
updat HISTORYedb20f6
linux, cmdline(), fix for #1179, comment 552984549: sometimes string ends wit...d739cbb
use PROCESS_QUERY_LIMITED_INFORMATIONf7e898b
#1595: use psutil_pid_is_running() instead of GetExitCodeProcess72c84cb
#fix #1595 / windows: kill() may not raise AccessDenied1f8d432
Merge branch 'master' of github.com:giampaolo/psutile6faebc
release gil around users()/BSD (#1425)5cb1b0b
Merge branch 'master' of github.com:giampaolo/psutil```` That looks like this: ![Bildschirmfoto vom 2020-04-19 09-42-43](https://user-images.githubusercontent.com/1711504/79682501-2d146900-8223-11ea-94bd-396b14c6ec21.png) In the mobile rendering this becomes a **single** ordered list with no defined ""start"" instead it just starts on 1. just as the markdown ""standard"" defines: ![Screenshot_20200414-13nnnn](https://user-images.githubusercontent.com/1711504/79683815-dca20900-822c-11ea-9f5f-98332cf33337.jpg) And in **insporation** these are probably separated ordered lists with no starting point so every list starts on 1. I think this is the worst variant of these XD Still one could say the author has created poor markdown. When **not** separating the list in multiple quotes it becomes a single list that just renders fine: ```` ### Lernen aus der Pandemie: Die Coronalehren - taz.de Sehr geil! 77 Lehren aus der Pandemie ;) > 32. Viele Lehrer*innen halten das Internet für ein Virus und lieber Abstand. > 33. Anwesenheitspflicht ist jetzt umstritten: Schule, Arbeit, Kultur gehen auch online. > 34. U-Bahnen können ihre Türen nicht automatisch öffnen. > 35. Die hinteren Türen der BVG-Busse gehen auch zum Einsteigen auf. @[taz](/u/taz) #berlin #corona https://taz.de/Lernen-aus-der-Pandemie/!5675320/ ```` Renders like: ````
- Viele Lehrer*innen halten das Internet für ein Virus und lieber Abstand.
```` ![Bildschirmfoto vom 2020-04-19 09-59-45](https://user-images.githubusercontent.com/1711504/79682699-99439c80-8224-11ea-9514-6fe07d6f8fde.png) ![Screenshot_20200419-10nnnn](https://user-images.githubusercontent.com/1711504/79683832-fc393180-822c-11ea-8e7c-4718cde4d070.png) So I am not sure what's the best way to attack this issue: * tell the author to format his posts better * collapse quotes separated by two newlines to a single quote * imitate the desktop view and set starting points for the ordered lists (seems to be closest to what the author wants and is suggested by [the commonMark spec](https://spec.commonmark.org/0.29/#list-items))",, 131,https://api.github.com/repos/jhass/insporation/issues/4,https://api.github.com/repos/jhass/insporation,https://api.github.com/repos/jhass/insporation/issues/4/labels{/name},https://api.github.com/repos/jhass/insporation/issues/4/comments,https://api.github.com/repos/jhass/insporation/issues/4/events,https://github.com/jhass/insporation/issues/4,592173029,MDU6SXNzdWU1OTIxNzMwMjk=,4,Reshare: Link to original post,"{'login': 'DeusFigendi', 'id': 1711504, 'node_id': 'MDQ6VXNlcjE3MTE1MDQ=', 'avatar_url': 'https://avatars0.githubusercontent.com/u/1711504?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/DeusFigendi', 'html_url': 'https://github.com/DeusFigendi', 'followers_url': 'https://api.github.com/users/DeusFigendi/followers', 'following_url': 'https://api.github.com/users/DeusFigendi/following{/other_user}', 'gists_url': 'https://api.github.com/users/DeusFigendi/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/DeusFigendi/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/DeusFigendi/subscriptions', 'organizations_url': 'https://api.github.com/users/DeusFigendi/orgs', 'repos_url': 'https://api.github.com/users/DeusFigendi/repos', 'events_url': 'https://api.github.com/users/DeusFigendi/events{/privacy}', 'received_events_url': 'https://api.github.com/users/DeusFigendi/received_events', 'type': 'User', 'site_admin': False}","[{'id': 1804290430, 'node_id': 'MDU6TGFiZWwxODA0MjkwNDMw', 'url': 'https://api.github.com/repos/jhass/insporation/labels/enhancement', 'name': 'enhancement', 'color': 'a2eeef', 'default': True, 'description': 'New feature or request'}]",open,False,,[],,3,2020-04-01T20:08:11Z,2020-04-04T07:29:02Z,,NONE,,"I am missing a link to the original post in reshared posts in my streamview. That is especially important because of the ""please comment at the origin post""-policy :) Since the content of the post itself is identical, I think the easiest and most sane way to do so would be to offer **two** comment-buttons, one for the reshare the user is looking at and one for the original post. Depending which one is tabbed other comments are loaded (and the own comment is sent to). Unfortunately this could also be confusing to some users… but I think it would be cool XD",, 132,https://api.github.com/repos/jhass/insporation/issues/3,https://api.github.com/repos/jhass/insporation,https://api.github.com/repos/jhass/insporation/issues/3/labels{/name},https://api.github.com/repos/jhass/insporation/issues/3/comments,https://api.github.com/repos/jhass/insporation/issues/3/events,https://github.com/jhass/insporation/issues/3,589397147,MDU6SXNzdWU1ODkzOTcxNDc=,3,"""Conversation"" needs testing","{'login': 'DeusFigendi', 'id': 1711504, 'node_id': 'MDQ6VXNlcjE3MTE1MDQ=', 'avatar_url': 'https://avatars0.githubusercontent.com/u/1711504?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/DeusFigendi', 'html_url': 'https://github.com/DeusFigendi', 'followers_url': 'https://api.github.com/users/DeusFigendi/followers', 'following_url': 'https://api.github.com/users/DeusFigendi/following{/other_user}', 'gists_url': 'https://api.github.com/users/DeusFigendi/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/DeusFigendi/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/DeusFigendi/subscriptions', 'organizations_url': 'https://api.github.com/users/DeusFigendi/orgs', 'repos_url': 'https://api.github.com/users/DeusFigendi/repos', 'events_url': 'https://api.github.com/users/DeusFigendi/events{/privacy}', 'received_events_url': 'https://api.github.com/users/DeusFigendi/received_events', 'type': 'User', 'site_admin': False}",[],open,False,,[],,1,2020-03-27T20:30:41Z,2020-04-04T07:31:48Z,,NONE,,"I had some trouble using ""Conversations"". First of all: I always see the ""new conversation"" -indicator (the red dot). No matter if there are new private messages or not. In the webinterface there are no unread conversations. Second: Conversations seem to be delayed. I am not sure about this, but I got a PM a few days ago and I got an email notification about that. But when I checked my conversations in insporation it wasn't there. So I cannot realy verify this, that's why I think it needs some testing.",, 133,https://api.github.com/repos/jhass/insporation/issues/2,https://api.github.com/repos/jhass/insporation,https://api.github.com/repos/jhass/insporation/issues/2/labels{/name},https://api.github.com/repos/jhass/insporation/issues/2/comments,https://api.github.com/repos/jhass/insporation/issues/2/events,https://github.com/jhass/insporation/issues/2,589218847,MDU6SXNzdWU1ODkyMTg4NDc=,2,Cannot select text,"{'login': 'DeusFigendi', 'id': 1711504, 'node_id': 'MDQ6VXNlcjE3MTE1MDQ=', 'avatar_url': 'https://avatars0.githubusercontent.com/u/1711504?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/DeusFigendi', 'html_url': 'https://github.com/DeusFigendi', 'followers_url': 'https://api.github.com/users/DeusFigendi/followers', 'following_url': 'https://api.github.com/users/DeusFigendi/following{/other_user}', 'gists_url': 'https://api.github.com/users/DeusFigendi/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/DeusFigendi/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/DeusFigendi/subscriptions', 'organizations_url': 'https://api.github.com/users/DeusFigendi/orgs', 'repos_url': 'https://api.github.com/users/DeusFigendi/repos', 'events_url': 'https://api.github.com/users/DeusFigendi/events{/privacy}', 'received_events_url': 'https://api.github.com/users/DeusFigendi/received_events', 'type': 'User', 'site_admin': False}","[{'id': 1804290430, 'node_id': 'MDU6TGFiZWwxODA0MjkwNDMw', 'url': 'https://api.github.com/repos/jhass/insporation/labels/enhancement', 'name': 'enhancement', 'color': 'a2eeef', 'default': True, 'description': 'New feature or request'}, {'id': 1939210159, 'node_id': 'MDU6TGFiZWwxOTM5MjEwMTU5', 'url': 'https://api.github.com/repos/jhass/insporation/labels/upstream', 'name': 'upstream', 'color': 'f2a6a4', 'default': False, 'description': ''}]",open,False,,[],,1,2020-03-27T15:36:37Z,2020-03-27T16:03:30Z,,NONE,,"I cannot select and copy text from the stream view. This is pretty important for quoting but also to copy text into other apps. At least pressing long time the text doesn't start the selection state as android usually does. Also I cannot copy nor share hyperlinks but maybe that is another issue.",, 134,https://api.github.com/repos/jhass/insporation/issues/1,https://api.github.com/repos/jhass/insporation,https://api.github.com/repos/jhass/insporation/issues/1/labels{/name},https://api.github.com/repos/jhass/insporation/issues/1/comments,https://api.github.com/repos/jhass/insporation/issues/1/events,https://github.com/jhass/insporation/pull/1,574745944,MDExOlB1bGxSZXF1ZXN0MzgzMDE0OTYy,1,StreamTypeSelector: Adjust font size and Icon,"{'login': 'SettRaziel', 'id': 2436232, 'node_id': 'MDQ6VXNlcjI0MzYyMzI=', 'avatar_url': 'https://avatars1.githubusercontent.com/u/2436232?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/SettRaziel', 'html_url': 'https://github.com/SettRaziel', 'followers_url': 'https://api.github.com/users/SettRaziel/followers', 'following_url': 'https://api.github.com/users/SettRaziel/following{/other_user}', 'gists_url': 'https://api.github.com/users/SettRaziel/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/SettRaziel/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/SettRaziel/subscriptions', 'organizations_url': 'https://api.github.com/users/SettRaziel/orgs', 'repos_url': 'https://api.github.com/users/SettRaziel/repos', 'events_url': 'https://api.github.com/users/SettRaziel/events{/privacy}', 'received_events_url': 'https://api.github.com/users/SettRaziel/received_events', 'type': 'User', 'site_admin': False}",[],open,False,,[],,0,2020-03-03T15:25:00Z,2020-03-03T15:25:00Z,,NONE,,"Changes: * adjusted text and icon size * allowed the menu list to use the whole screen width * replaced the list icon by a more item like icon",,"{'url': 'https://api.github.com/repos/jhass/insporation/pulls/1', 'html_url': 'https://github.com/jhass/insporation/pull/1', 'diff_url': 'https://github.com/jhass/insporation/pull/1.diff', 'patch_url': 'https://github.com/jhass/insporation/pull/1.patch'}" 135,https://api.github.com/repos/jhass/insporation/issues/5,https://api.github.com/repos/jhass/insporation,https://api.github.com/repos/jhass/insporation/issues/5/labels{/name},https://api.github.com/repos/jhass/insporation/issues/5/comments,https://api.github.com/repos/jhass/insporation/issues/5/events,https://github.com/jhass/insporation/issues/5,602664132,MDU6SXNzdWU2MDI2NjQxMzI=,5,Rendering: Ordered list always begin at 1,"{'login': 'DeusFigendi', 'id': 1711504, 'node_id': 'MDQ6VXNlcjE3MTE1MDQ=', 'avatar_url': 'https://avatars0.githubusercontent.com/u/1711504?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/DeusFigendi', 'html_url': 'https://github.com/DeusFigendi', 'followers_url': 'https://api.github.com/users/DeusFigendi/followers', 'following_url': 'https://api.github.com/users/DeusFigendi/following{/other_user}', 'gists_url': 'https://api.github.com/users/DeusFigendi/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/DeusFigendi/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/DeusFigendi/subscriptions', 'organizations_url': 'https://api.github.com/users/DeusFigendi/orgs', 'repos_url': 'https://api.github.com/users/DeusFigendi/repos', 'events_url': 'https://api.github.com/users/DeusFigendi/events{/privacy}', 'received_events_url': 'https://api.github.com/users/DeusFigendi/received_events', 'type': 'User', 'site_admin': False}","[{'id': 1804290430, 'node_id': 'MDU6TGFiZWwxODA0MjkwNDMw', 'url': 'https://api.github.com/repos/jhass/insporation/labels/enhancement', 'name': 'enhancement', 'color': 'a2eeef', 'default': True, 'description': 'New feature or request'}, {'id': 1939210159, 'node_id': 'MDU6TGFiZWwxOTM5MjEwMTU5', 'url': 'https://api.github.com/repos/jhass/insporation/labels/upstream', 'name': 'upstream', 'color': 'f2a6a4', 'default': False, 'description': ''}]",open,False,,[],,1,2020-04-19T09:10:39Z,2020-04-19T09:45:30Z,,NONE,,"This is an interesting one, I have an ordered list within a multiline quote. The markup (erm markdown) looks like this: ```` ### Lernen aus der Pandemie: Die Coronalehren - taz.de Sehr geil! 77 Lehren aus der Pandemie ;) >32. Viele Lehrer*innen halten das Internet für ein Virus und lieber Abstand. > 33. Anwesenheitspflicht ist jetzt umstritten: Schule, Arbeit, Kultur gehen auch online. > 34. U-Bahnen können ihre Türen nicht automatisch öffnen. > 35. Die hinteren Türen der BVG-Busse gehen auch zum Einsteigen auf. @{taz; taz@pod.geraspora.de} #berlin #corona https://taz.de/Lernen-aus-der-Pandemie/!5675320/ ```` In the desktop view of diaspora* this renders into four independent ordered lists (ol) each starting with the given number and containing exact one item. ````
- Viele Lehrer*innen halten das Internet für ein Virus und lieber Abstand.
- Anwesenheitspflicht ist jetzt umstritten: Schule, Arbeit, Kultur gehen auch online.
- U-Bahnen können ihre Türen nicht automatisch öffnen.
- Die hinteren Türen der BVG-Busse gehen auch zum Einsteigen auf.
```` That looks like this: ![Bildschirmfoto vom 2020-04-19 09-42-43](https://user-images.githubusercontent.com/1711504/79682501-2d146900-8223-11ea-94bd-396b14c6ec21.png) In the mobile rendering this becomes a **single** ordered list with no defined ""start"" instead it just starts on 1. just as the markdown ""standard"" defines: ![Screenshot_20200414-13nnnn](https://user-images.githubusercontent.com/1711504/79683815-dca20900-822c-11ea-9f5f-98332cf33337.jpg) And in **insporation** these are probably separated ordered lists with no starting point so every list starts on 1. I think this is the worst variant of these XD Still one could say the author has created poor markdown. When **not** separating the list in multiple quotes it becomes a single list that just renders fine: ```` ### Lernen aus der Pandemie: Die Coronalehren - taz.de Sehr geil! 77 Lehren aus der Pandemie ;) > 32. Viele Lehrer*innen halten das Internet für ein Virus und lieber Abstand. > 33. Anwesenheitspflicht ist jetzt umstritten: Schule, Arbeit, Kultur gehen auch online. > 34. U-Bahnen können ihre Türen nicht automatisch öffnen. > 35. Die hinteren Türen der BVG-Busse gehen auch zum Einsteigen auf. @[taz](/u/taz) #berlin #corona https://taz.de/Lernen-aus-der-Pandemie/!5675320/ ```` Renders like: ````
- Viele Lehrer*innen halten das Internet für ein Virus und lieber Abstand.
```` ![Bildschirmfoto vom 2020-04-19 09-59-45](https://user-images.githubusercontent.com/1711504/79682699-99439c80-8224-11ea-9514-6fe07d6f8fde.png) ![Screenshot_20200419-10nnnn](https://user-images.githubusercontent.com/1711504/79683832-fc393180-822c-11ea-8e7c-4718cde4d070.png) So I am not sure what's the best way to attack this issue: * tell the author to format his posts better * collapse quotes separated by two newlines to a single quote * imitate the desktop view and set starting points for the ordered lists (seems to be closest to what the author wants and is suggested by [the commonMark spec](https://spec.commonmark.org/0.29/#list-items))",, 136,https://api.github.com/repos/jhass/insporation/issues/4,https://api.github.com/repos/jhass/insporation,https://api.github.com/repos/jhass/insporation/issues/4/labels{/name},https://api.github.com/repos/jhass/insporation/issues/4/comments,https://api.github.com/repos/jhass/insporation/issues/4/events,https://github.com/jhass/insporation/issues/4,592173029,MDU6SXNzdWU1OTIxNzMwMjk=,4,Reshare: Link to original post,"{'login': 'DeusFigendi', 'id': 1711504, 'node_id': 'MDQ6VXNlcjE3MTE1MDQ=', 'avatar_url': 'https://avatars0.githubusercontent.com/u/1711504?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/DeusFigendi', 'html_url': 'https://github.com/DeusFigendi', 'followers_url': 'https://api.github.com/users/DeusFigendi/followers', 'following_url': 'https://api.github.com/users/DeusFigendi/following{/other_user}', 'gists_url': 'https://api.github.com/users/DeusFigendi/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/DeusFigendi/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/DeusFigendi/subscriptions', 'organizations_url': 'https://api.github.com/users/DeusFigendi/orgs', 'repos_url': 'https://api.github.com/users/DeusFigendi/repos', 'events_url': 'https://api.github.com/users/DeusFigendi/events{/privacy}', 'received_events_url': 'https://api.github.com/users/DeusFigendi/received_events', 'type': 'User', 'site_admin': False}","[{'id': 1804290430, 'node_id': 'MDU6TGFiZWwxODA0MjkwNDMw', 'url': 'https://api.github.com/repos/jhass/insporation/labels/enhancement', 'name': 'enhancement', 'color': 'a2eeef', 'default': True, 'description': 'New feature or request'}]",open,False,,[],,3,2020-04-01T20:08:11Z,2020-04-04T07:29:02Z,,NONE,,"I am missing a link to the original post in reshared posts in my streamview. That is especially important because of the ""please comment at the origin post""-policy :) Since the content of the post itself is identical, I think the easiest and most sane way to do so would be to offer **two** comment-buttons, one for the reshare the user is looking at and one for the original post. Depending which one is tabbed other comments are loaded (and the own comment is sent to). Unfortunately this could also be confusing to some users… but I think it would be cool XD",, 137,https://api.github.com/repos/jhass/insporation/issues/3,https://api.github.com/repos/jhass/insporation,https://api.github.com/repos/jhass/insporation/issues/3/labels{/name},https://api.github.com/repos/jhass/insporation/issues/3/comments,https://api.github.com/repos/jhass/insporation/issues/3/events,https://github.com/jhass/insporation/issues/3,589397147,MDU6SXNzdWU1ODkzOTcxNDc=,3,"""Conversation"" needs testing","{'login': 'DeusFigendi', 'id': 1711504, 'node_id': 'MDQ6VXNlcjE3MTE1MDQ=', 'avatar_url': 'https://avatars0.githubusercontent.com/u/1711504?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/DeusFigendi', 'html_url': 'https://github.com/DeusFigendi', 'followers_url': 'https://api.github.com/users/DeusFigendi/followers', 'following_url': 'https://api.github.com/users/DeusFigendi/following{/other_user}', 'gists_url': 'https://api.github.com/users/DeusFigendi/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/DeusFigendi/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/DeusFigendi/subscriptions', 'organizations_url': 'https://api.github.com/users/DeusFigendi/orgs', 'repos_url': 'https://api.github.com/users/DeusFigendi/repos', 'events_url': 'https://api.github.com/users/DeusFigendi/events{/privacy}', 'received_events_url': 'https://api.github.com/users/DeusFigendi/received_events', 'type': 'User', 'site_admin': False}",[],open,False,,[],,1,2020-03-27T20:30:41Z,2020-04-04T07:31:48Z,,NONE,,"I had some trouble using ""Conversations"". First of all: I always see the ""new conversation"" -indicator (the red dot). No matter if there are new private messages or not. In the webinterface there are no unread conversations. Second: Conversations seem to be delayed. I am not sure about this, but I got a PM a few days ago and I got an email notification about that. But when I checked my conversations in insporation it wasn't there. So I cannot realy verify this, that's why I think it needs some testing.",, 138,https://api.github.com/repos/jhass/insporation/issues/2,https://api.github.com/repos/jhass/insporation,https://api.github.com/repos/jhass/insporation/issues/2/labels{/name},https://api.github.com/repos/jhass/insporation/issues/2/comments,https://api.github.com/repos/jhass/insporation/issues/2/events,https://github.com/jhass/insporation/issues/2,589218847,MDU6SXNzdWU1ODkyMTg4NDc=,2,Cannot select text,"{'login': 'DeusFigendi', 'id': 1711504, 'node_id': 'MDQ6VXNlcjE3MTE1MDQ=', 'avatar_url': 'https://avatars0.githubusercontent.com/u/1711504?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/DeusFigendi', 'html_url': 'https://github.com/DeusFigendi', 'followers_url': 'https://api.github.com/users/DeusFigendi/followers', 'following_url': 'https://api.github.com/users/DeusFigendi/following{/other_user}', 'gists_url': 'https://api.github.com/users/DeusFigendi/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/DeusFigendi/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/DeusFigendi/subscriptions', 'organizations_url': 'https://api.github.com/users/DeusFigendi/orgs', 'repos_url': 'https://api.github.com/users/DeusFigendi/repos', 'events_url': 'https://api.github.com/users/DeusFigendi/events{/privacy}', 'received_events_url': 'https://api.github.com/users/DeusFigendi/received_events', 'type': 'User', 'site_admin': False}","[{'id': 1804290430, 'node_id': 'MDU6TGFiZWwxODA0MjkwNDMw', 'url': 'https://api.github.com/repos/jhass/insporation/labels/enhancement', 'name': 'enhancement', 'color': 'a2eeef', 'default': True, 'description': 'New feature or request'}, {'id': 1939210159, 'node_id': 'MDU6TGFiZWwxOTM5MjEwMTU5', 'url': 'https://api.github.com/repos/jhass/insporation/labels/upstream', 'name': 'upstream', 'color': 'f2a6a4', 'default': False, 'description': ''}]",open,False,,[],,1,2020-03-27T15:36:37Z,2020-03-27T16:03:30Z,,NONE,,"I cannot select and copy text from the stream view. This is pretty important for quoting but also to copy text into other apps. At least pressing long time the text doesn't start the selection state as android usually does. Also I cannot copy nor share hyperlinks but maybe that is another issue.",, 139,https://api.github.com/repos/jhass/insporation/issues/1,https://api.github.com/repos/jhass/insporation,https://api.github.com/repos/jhass/insporation/issues/1/labels{/name},https://api.github.com/repos/jhass/insporation/issues/1/comments,https://api.github.com/repos/jhass/insporation/issues/1/events,https://github.com/jhass/insporation/pull/1,574745944,MDExOlB1bGxSZXF1ZXN0MzgzMDE0OTYy,1,StreamTypeSelector: Adjust font size and Icon,"{'login': 'SettRaziel', 'id': 2436232, 'node_id': 'MDQ6VXNlcjI0MzYyMzI=', 'avatar_url': 'https://avatars1.githubusercontent.com/u/2436232?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/SettRaziel', 'html_url': 'https://github.com/SettRaziel', 'followers_url': 'https://api.github.com/users/SettRaziel/followers', 'following_url': 'https://api.github.com/users/SettRaziel/following{/other_user}', 'gists_url': 'https://api.github.com/users/SettRaziel/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/SettRaziel/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/SettRaziel/subscriptions', 'organizations_url': 'https://api.github.com/users/SettRaziel/orgs', 'repos_url': 'https://api.github.com/users/SettRaziel/repos', 'events_url': 'https://api.github.com/users/SettRaziel/events{/privacy}', 'received_events_url': 'https://api.github.com/users/SettRaziel/received_events', 'type': 'User', 'site_admin': False}",[],open,False,,[],,0,2020-03-03T15:25:00Z,2020-03-03T15:25:00Z,,NONE,,"Changes: * adjusted text and icon size * allowed the menu list to use the whole screen width * replaced the list icon by a more item like icon",,"{'url': 'https://api.github.com/repos/jhass/insporation/pulls/1', 'html_url': 'https://github.com/jhass/insporation/pull/1', 'diff_url': 'https://github.com/jhass/insporation/pull/1.diff', 'patch_url': 'https://github.com/jhass/insporation/pull/1.patch'}" 140,https://api.github.com/repos/culturemesh/CultureMeshAndroid/issues/149,https://api.github.com/repos/culturemesh/CultureMeshAndroid,https://api.github.com/repos/culturemesh/CultureMeshAndroid/issues/149/labels{/name},https://api.github.com/repos/culturemesh/CultureMeshAndroid/issues/149/comments,https://api.github.com/repos/culturemesh/CultureMeshAndroid/issues/149/events,https://github.com/culturemesh/CultureMeshAndroid/pull/149,510121647,MDExOlB1bGxSZXF1ZXN0MzMwNTQxNzY0,149,Bump werkzeug from 0.14.1 to 0.15.3 in /docs,"{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars0.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}","[{'id': 1629836710, 'node_id': 'MDU6TGFiZWwxNjI5ODM2NzEw', 'url': 'https://api.github.com/repos/culturemesh/CultureMeshAndroid/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]",open,False,,[],,0,2019-10-21T17:00:15Z,2019-10-21T17:00:16Z,,NONE,,"Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.14.1 to 0.15.3.
- Viele Lehrer*innen halten das Internet für ein Virus und lieber Abstand.
- Anwesenheitspflicht ist jetzt umstritten: Schule, Arbeit, Kultur gehen auch online.
- U-Bahnen können ihre Türen nicht automatisch öffnen.
- Die hinteren Türen der BVG-Busse gehen auch zum Einsteigen auf.
d7fbc52
Bump to v4.17.192e1c0f2
Add npm-package1b6c282
Bump to v4.17.18a370ac8
Bump to v4.17.171144918
Rebuild lodash and docs3a3b0fd
Bump to v4.17.16c84fe82
fix(zipObjectDeep): prototype pollution (#4759)e7b28ea
Sanitize sourceURL so it cannot affect evaled code (#4518)0cec225
Fix lodash.isEqual for circular references (#4320) (#4515)94c3a81
Document matches* shorthands for over* methods (#4510) (#4514)This version was pushed to npm by mathias, a new releaser for lodash since your current version.
d7fbc52
Bump to v4.17.192e1c0f2
Add npm-package1b6c282
Bump to v4.17.18a370ac8
Bump to v4.17.171144918
Rebuild lodash and docs3a3b0fd
Bump to v4.17.16c84fe82
fix(zipObjectDeep): prototype pollution (#4759)e7b28ea
Sanitize sourceURL so it cannot affect evaled code (#4518)0cec225
Fix lodash.isEqual for circular references (#4320) (#4515)94c3a81
Document matches* shorthands for over* methods (#4510) (#4514)This version was pushed to npm by mathias, a new releaser for lodash since your current version.
7a0a850
3.5.08570a08
Release: Update AUTHORS.txtda3dd85
Ajax: Do not execute scripts for unsuccessful HTTP responses065143c
Ajax: Overwrite s.contentType with content-type header value, if any1a4f10d
Tests: Blacklist one focusin test in IE9e15d6b
Event: Use only one focusin/out handler per matching window & document966a709
Manipulation: Skip the select wrapper for <option> outside of IE 91d61fd9
Manipulation: Make jQuery.htmlPrefilter an identity function04bf577
Selector: Update Sizzle from 2.3.4 to 2.3.57506c9c
Build: Resolve Travis config warningsThis version was pushed to npm by mgol, a new releaser for jquery since your current version.