summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #35414 from nextcloud/backport/35399/stable25Simon L2022-11-251-5/+5
|\ | | | | [stable25] Fix share admin page
| * Fix share admin pageCarl Schwan2022-11-241-5/+5
| | | | | | | | | | | | | | 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-25100-124/+150
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #35390 from nextcloud/backport/35370/stable25Simon L2022-11-251-1/+4
|\ \ | |/ |/| [stable25] Fix UX of renaming token
| * Fix UX of renaming tokenCarl Schwan2022-11-241-1/+4
| | | | | | | | | | | | | | 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-241-1/+0
|\ \ \ | | | | | | | | [stable25] Revert minimum length for tags
| * | | Revert "Add minimumInputLength for tags select"Daniel Kesselberg2022-11-241-1/+0
| |/ / | | | | | | | | | | | | | | | This reverts commit e1d9b0bae20510526b0d00c2afe464945847face. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* / / Do not check quota for non NodeLouis Chemineau2022-11-241-3/+3
|/ / | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #35375 from nextcloud/backport/35350/stable25Simon L2022-11-243-1/+34
|\ \ | |/ |/| [stable25] Fix user settings layout
| * 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-233-1/+13
| | | | | | | | | | 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-232-0/+11
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Merge pull request #35382 from nextcloud/backport/35272/stable25blizzz2022-11-241-39/+53
|\ \ | | | | | | [stable25] Add label to sharing search field
| * | Add label to sharing search fieldChristopher Ng2022-11-241-39/+53
| |/ | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #35085 from nextcloud/backport/35054/stable25blizzz2022-11-243-13/+43
|\ \ | | | | | | [stable25] Fix HTML entities not decoded in comment just added
| * | 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>
* / [tx-robot] updated from transifexNextcloud bot2022-11-2412-2/+26
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35322 from nextcloud/backport/stable25/35187blizzz2022-11-232-17/+23
|\ | | | | [stable25] Fix mentions rendering in comment editor
| * Fix mentions rendering in comment editorLouis Chemineau2022-11-232-17/+23
| | | | | | | | | | | | NcRichContentEditable needs an index of users to properly display them. This commit adds a caching logic and provides it to NcRichContentEditable. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #35340 from nextcloud/backport/35299/stable25Vincent Petry2022-11-236-3/+20
|\ \ | |/ |/| [stable25] Prevents the selection of encrypted folders when clicking on the "Select all" checkbox
| * CSS compiled files for deactivates the possiblility to checkmark or click on ↵kavita.sonawane@t-systems.com2022-11-224-2/+8
| | | | | | | | | | | | the encrypted folders Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
| * Prevent selection of encrypted folderskavita.sonawane@t-systems.com2022-11-221-1/+4
| | | | | | | | Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
| * Prevents the selection of encrypted folder on next page loadkavita.sonawane@t-systems.com2022-11-221-1/+1
| | | | | | | | Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
| * Prevents the selection of encrypted folder on scroll pagekavita.sonawane@t-systems.com2022-11-221-1/+2
| | | | | | | | Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
| * Deactivates the possiblility to checkmark or click on the encrypted folderkavita.sonawane@t-systems.com2022-11-221-0/+5
| | | | | | | | Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
| * Add comments for prevents the selection of encrypted folderskavita.sonawane@t-systems.com2022-11-221-0/+1
| | | | | | | | Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
| * Filelist:-Deselecting all files checkboxes within cells of encrypted folderkavita.sonawane@t-systems.com2022-11-221-1/+2
| | | | | | | | Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
* | Merge pull request #35346 from nextcloud/backport/35315/stable25blizzz2022-11-234-17/+17
|\ \ | | | | | | [stable25] Fix border color contrast
| * | Fix border color contrastChristopher Ng2022-11-224-17/+17
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #35327 from nextcloud/backport/34528/stable25blizzz2022-11-231-5/+13
|\ \ \ | | | | | | | | [stable25] Handle badly named version files more gracefully and log information
| * | | Handle badly named version files more gracefully and log informationCôme Chilliet2022-11-221-5/+13
| | |/ | |/| | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #35326 from ↵blizzz2022-11-232-33/+137
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/34602/background-image-migration/stable25 [stable25] optimize background image migration job
| * | | rename placeholderArthur Schiwon2022-11-221-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix const visibilityArthur Schiwon2022-11-221-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | use constblizzz2022-11-221-1/+1
| | | | | | | | | | | | | | | | Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
| * | | use constblizzz2022-11-221-1/+1
| | | | | | | | | | | | | | | | Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
| * | | use .json extentionsblizzz2022-11-221-1/+1
| | | | | | | | | | | | | | | | Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
| * | | do not store state in appconfigArthur Schiwon2022-11-221-14/+83
| | | | | | | | | | | | | | | | | | | | | | | | - and use count over isset for better understanding Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | remove dashboard check, as fallback did not consider it eitherArthur Schiwon2022-11-221-9/+0
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | optimize background image migration jobArthur Schiwon2022-11-222-26/+70
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - separate in two stages: to prepare, and to actually migrate - in step one, prepare a list of users to be migrated, and store it compressed as app config - gzcompress can be used, because we already require zlib - upon the next calls (step two), slice off the first 5000 users and migrate them. Re-add job if necessary to repeat. - downside is that an app config value will in the beginning use the RAM with any request, until it thins out. Examples: 2m UUIDs (75 MiB) result in ~40 MiB compressed data, while 0.2Mib for 10 000 UUIDs, 0.4MiB for 20 000 and 4.1 MiB for 200 000. Acceptable. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #34928 from nextcloud/backport/34868/stable25John Molakvoæ2022-11-236-6/+6
|\ \ \ | | | | | | | | [stable25] Update @nextcloud/dialogs and fix toasts styling
| * | | Update @nextcloud/dialogs@ and fix toasts stylingSimon L2022-11-226-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-11-23182-328/+2172
| |_|/ |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Help pages: set window title for sidebar sectionsjulia.kirschenheuter2022-11-221-2/+9
| |/ |/| | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | Merge pull request #35312 from nextcloud/stable25-user-mgmt-quota-no-cacheSimon L2022-11-221-1/+1
|\ \ | |/ |/| [stable25] Don't use quota cache through user management
| * Don't use quota cache through user managementVincent Petry2022-11-211-1/+1
| | | | | | | | | | | | | | When querying the free space through user management APIs, don't use the cached quota value. The latter is only there to accelerate PROPFINDs. Signed-off-by: Vincent Petry <vincent@nextcloud.com>