- Video verification for password protected email shares #1123 #1049
- Add a file picker to the chat to share files and folders into a chat room #1151 #1050
- Log the activity of a conversation in the chat (user added/removed, call happened, …) #1067
- Allow to favor conversations so they are pinned to the top of the list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Github status check sort | |
// @namespace https://github.com/ | |
// @version 1.1.2 | |
// @description Sort the status checks on a PR by status and then by name | |
// @author Skjnldsv | |
// @match https://github.com/*/*/pull/* | |
// @icon https://github.githubassets.com/favicons/favicon.svg | |
// @grant none | |
// @updateURL https://gist.github.com/skjnldsv/eb7b894ae996affde4a7d0e00e0d80a1/raw/github-status-check-sort.user.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Github status check sort | |
// @namespace https://github.com/ | |
// @version 1.1.2 | |
// @description Sort the status checks on a PR by status and then by name | |
// @author Skjnldsv | |
// @match https://github.com/*/*/pull/* | |
// @icon https://github.githubassets.com/favicons/favicon.svg | |
// @grant none | |
// @updateURL https://gist.github.com/skjnldsv/eb7b894ae996affde4a7d0e00e0d80a1/raw/github-status-check-sort.user.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"reqId": "Ua2d0rNOq3UB5ESjjJ3v", | |
"level": 3, | |
"time": "2020-04-20T07:58:49+02:00", | |
"remoteAddr": "", | |
"user": "--", | |
"app": "updatenotification", | |
"method": "", | |
"url": "--", | |
"message": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git status | |
On branch master | |
Your branch is up to date with 'origin/master'. | |
Changes not staged for commit: | |
(use "git add <file>..." to update what will be committed) | |
(use "git restore <file>..." to discard changes in working directory) | |
modified: apps/workflowengine/js/workflowengine.js.map | |
no changes added to commit (use "git add" and/or "git commit -a") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019-02-06 16:23:42,332 [ 734800] ERROR - llij.ide.plugins.PluginManager - com.jetbrains.php.lang.psi.elements.impl.PhpClassImpl cannot be cast to com.intellij.psi.PsiFile | |
java.lang.ClassCastException: com.jetbrains.php.lang.psi.elements.impl.PhpClassImpl cannot be cast to com.intellij.psi.PsiFile | |
at com.intellij.find.impl.FindInProjectTask.findFile(FindInProjectTask.java:446) | |
at com.intellij.find.impl.FindInProjectTask.lambda$null$5(FindInProjectTask.java:201) | |
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:970) | |
at com.intellij.openapi.application.ReadAction.compute(ReadAction.java:57) | |
at com.intellij.find.impl.FindInProjectTask.lambda$searchInFiles$9(FindInProjectTask.java:201) | |
at com.intellij.psi.impl.search.PsiSearchHelperImpl.lambda$null$3(PsiSearchHelperImpl.java:363) | |
at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:164) | |
at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatient |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Backlog] | |
DynamicBacklogAmount=200 | |
FixedBacklogAmount=500 | |
GlobalUnreadBacklogAdditional=50 | |
GlobalUnreadBacklogLimit=200 | |
PerBufferUnreadBacklogAdditional=50 | |
PerBufferUnreadBacklogLimit=1000 | |
RequesterType=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
FAILS | |
* | |
* Your webserver seems to be not configured to use PHP or PHP is not installed. | |
* Please contact your administrator or follow our documentation: | |
* https://docs.nextcloud.com/server/13/admin_manual/installation/source_installation.html | |
* | |
* @copyright Copyright (c) 2016, ownCloud, Inc. | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lib/private/DB/QueryBuilder/QueryBuilder.php b/lib/private/DB/QueryBuilder/QueryBuilder.php | |
index ebbcdeb087..180b3430e8 100644 | |
--- a/lib/private/DB/QueryBuilder/QueryBuilder.php | |
+++ b/lib/private/DB/QueryBuilder/QueryBuilder.php | |
@@ -1071,7 +1071,10 @@ class QueryBuilder implements IQueryBuilder { | |
* | |
* @return IParameter the placeholder name used. | |
*/ | |
- public function createNamedParameter($value, $type = IQueryBuilder::PARAM_STR, $placeHolder = null) { | |
+ public function createNamedParameter($value, $type = self::PARAM_STR, $placeHolder = null) { |
NewerOlder