summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [tx-robot] updated from transifexNextcloud bot2022-11-2814-0/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-2710-0/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-2618-6/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35305 from nextcloud/release/25.0.2_rc1v25.0.2rc1blizzz2022-11-251-2/+2
|\ | | | | 25.0.2 RC1
| * 25.0.2 RC1Arthur Schiwon2022-11-211-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #35412 from ↵blizzz2022-11-253-26/+29
|\ \ | | | | | | | | | | | | nextcloud/fix/fix-33741-h1_should_instead_be_in_the_app_content-stable25 [stable25] Place ```<h1>``` into main content
| * | Place ```<h1>``` into main contentjulia.kirschenheuter2022-11-243-26/+29
| | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | Merge pull request #35415 from nextcloud/fix/35346/stable25Vincent Petry2022-11-251-4/+4
|\ \ \ | | | | | | | | [stable25] Fix theming tests
| * | | [stable25] Fix theming testsChristopher Ng2022-11-251-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #35414 from nextcloud/backport/35399/stable25Simon L2022-11-253-8/+8
|\ \ \ \ | | | | | | | | | | [stable25] Fix share admin page
| * | | | Fix share admin pageCarl Schwan2022-11-243-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | arrow function don't work that well with jquery Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-11-25108-124/+162
| |/ / / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #35390 from nextcloud/backport/35370/stable25Simon L2022-11-253-4/+7
|\ \ \ \ | |/ / / |/| | | [stable25] Fix UX of renaming token
| * | | Fix UX of renaming tokenCarl Schwan2022-11-243-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Now this get's instant applied and escaping will reset to the previous state Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #35411 from nextcloud/backport/35027/stable25Simon L2022-11-246-13/+9
|\ \ \ \ | | | | | | | | | | [stable25] fix missing share icon
| * | | | address reviewSimon L2022-11-245-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix missing share iconSimon L2022-11-244-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | | Merge pull request #35404 from nextcloud/backport/34642/stable25Simon L2022-11-246-8/+6
|\ \ \ \ \ | |_|_|/ / |/| | | | [stable25] Revert minimum length for tags
| * | | | Compile core-systemtags.js and systemtags-systemtags.jsDaniel Kesselberg2022-11-244-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | Revert "Add minimumInputLength for tags select"Daniel Kesselberg2022-11-242-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e1d9b0bae20510526b0d00c2afe464945847face. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #35408 from nextcloud/backport/35398/stable25Simon L2022-11-241-3/+3
|\ \ \ \ \ | |_|/ / / |/| | | | [stable25] Do not check quota for non Node
| * | | | Do not check quota for non NodeLouis Chemineau2022-11-241-3/+3
| |/ / / | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #35394 from nextcloud/stable25-audit-fixVincent Petry2022-11-243-148/+113
|\ \ \ \ | |/ / / |/| | | [stable25] Update some deps
| * | | CompileVincent Petry2022-11-242-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | Update some depsVincent Petry2022-11-241-145/+110
| | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Merge pull request #35377 from nextcloud/backport/35368/stable25Simon L2022-11-244-0/+67
|\ \ \ \ | | | | | | | | | | [stable25] Add repair job that will ensure that secret and passwordsalt are set
| * | | | remove superfluous use statementArthur Schiwon2022-11-241-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | Add repair job that will ensure that secret and passwordsalt are setCarl Schwan2022-11-234-0/+68
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #35335 from nextcloud/stable25-revert-34032-fix-quota-32bitblizzz2022-11-242-5/+5
|\ \ \ \ \ | |_|/ / / |/| | | | Revert "[stable25] Fix quota type to int"
| * | | | Float the quotaVincent Petry2022-11-231-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | | Revert "Fix quota type to int"Vincent Petry2022-11-232-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d61efdff6c53cb8588b1f54e2b096b336b5163b2. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | Merge pull request #35375 from nextcloud/backport/35350/stable25Simon L2022-11-2412-666/+65
|\ \ \ \ \ | |_|_|/ / |/| | | | [stable25] Fix user settings layout
| * | | | update vue to v7.1.0-beta.2root2022-11-244-64/+29
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix remaining user settings issuesSimon L2022-11-233-7/+17
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | scroll if too much groupsJohn Molakvoæ2022-11-234-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | Fix user settings layoutJohn Molakvoæ2022-11-236-600/+12
| | |/ / | |/| | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | Merge pull request #35382 from nextcloud/backport/35272/stable25blizzz2022-11-244-44/+58
|\ \ \ \ | | | | | | | | | | [stable25] Add label to sharing search field
| * | | | Add label to sharing search fieldChristopher Ng2022-11-244-44/+58
| |/ / / | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #35085 from nextcloud/backport/35054/stable25blizzz2022-11-246-16/+68
|\ \ \ \ | | | | | | | | | | [stable25] Fix HTML entities not decoded in comment just added
| * | | | Compile assetsnextcloud-command2022-11-243-3/+25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | Fix HTML entities not decoded in comment just addedDaniel Calviño Sánchez2022-11-241-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The XML data received from the comments endpoint has an inconsistent encoding; some entities are encoded once and others are encoded twice. When the comment list is loaded the comments are fetched using GetComments, which handles all that, and therefore shows the messages and author names as expected. However, when a new comment is posted the list is not got again; instead the new comment is loaded from the comment data returned after posting it. This is done in NewComment, which did not decode the messages nor the author names, and therefore showed, for example, "&amp;" instead of "&". To solve that now the same decoding logic used in GetComments is applied too in NewComment. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | Extract "decodeHtmlEntities" function to its own fileDaniel Calviño Sánchez2022-11-242-13/+35
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | This will make possible to use it from files other than "GetComments.js". Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | Merge pull request #35166 from nextcloud/backport/35091/stable25Julius Härtl2022-11-244-5/+5
|\ \ \ \ | | | | | | | | | | [stable25] Allow single character search by default
| * | | | Allow single character search by defaultChristopher Ng2022-11-244-5/+5
| |/ / / | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* / / / [tx-robot] updated from transifexNextcloud bot2022-11-2426-2/+56
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #35366 from nextcloud/backport/35353/stable25blizzz2022-11-231-3/+3
|\ \ \ | |/ / |/| | [stable25] Update cache when file size === 0
| * | Update cache when file size === 0Louis Chemineau2022-11-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | The conditions were false when $result === 0. $results here contains the number of written bits. The correct way of checking for operation success is to check if $result === false Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #34955 from nextcloud/backport/34934/stable25blizzz2022-11-231-2/+5
|\ \ \ | | | | | | | | [stable25] Read encrypted session data again on reopen
| * | | Do not remove complete encrypted session key when just a key should be removedJulius Härtl2022-11-031-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Read encrypted session data again on reopenJulius Härtl2022-11-031-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>