summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #34941 from nextcloud/enh/33654/add-group-displayname-cacheSimon L2022-11-281-0/+3
|\ | | | | Add a Group display name cache
| * Add group display name cacheAnna Larch2022-11-281-0/+3
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #35425 from nextcloud/bumpMinimumDesktopClientForWebdavSimon L2022-11-282-3/+3
|\ \ | | | | | | minimum desktop client that is supported is 2.3.0
| * | More fixingJoas Schilling2022-11-251-2/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | minimum desktop client that is supported is 2.3.0Matthieu Gallien2022-11-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2.3.0 was release on Mar 3, 2017 added support for new chunking algorithm allowing to now deprecate the older one Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
* | | Merge pull request #35257 from ↵Julia Kirschenheuter2022-11-284-17/+98
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/fix/fix-33854-User_management_pages_-_Window_title_must_change_when_switching_sidebar_sections Set page titel for each sidebar section through User management pages
| * | Adapt router.js for setting document title.julia.kirschenheuter2022-11-284-17/+98
| |/ | | | | | | | | | | | | | | Adapt store to store Promise for dynamic requested categories. Create new constants file to store category name with associated translation. Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #35403 from nextcloud/fix/fix-theming-tests-for-8.2Côme Chilliet2022-11-281-0/+5
|\ \ | | | | | | Fix theming tests for PHP 8.2
| * | Fix theming tests for PHP 8.2Côme Chilliet2022-11-241-0/+5
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-11-2812-0/+16
| | | | | | | | | | | | 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 #35240 from nextcloud/enh/a11y-share-buttonPytal2022-11-252-25/+39
|\ \ \ | | | | | | | | Copy to clipboard with button instead of link
| * | | Copy to clipboard with button instead of linkChristopher Ng2022-11-242-25/+39
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #35337 from nextcloud/fix-encrypted-version-fopen-errorRobin Appelman2022-11-251-0/+5
|\ \ \ \ | | | | | | | | | | skip files that cant be opened for FixEncryptedVersion
| * | | | skip files that cant be opened for FixEncryptedVersionRobin Appelman2022-11-221-0/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #34849 from nextcloud/feat/hint-about-no-access-reasonsCarl Schwan2022-11-251-1/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | | Add an hint about reasons why files can't be accessed
| * | | | Use public IAppManager instead of OC_AppCarl Schwan2022-11-231-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | Add an hint about reasons why files can't be accessedCarl Schwan2022-10-271-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hopefully saves some debugging time next time Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-11-25100-124/+150
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #35407 from Jerome-Herbinet/patch-12Simon L2022-11-241-1/+1
|\ \ \ \ | | | | | | | | | | More appropriate wording for background selection
| * | | | More appropriate wording for background selectionJérôme Herbinet2022-11-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* | | | | Merge pull request #35399 from nextcloud/fix/sharepi-adminSimon L2022-11-241-5/+5
|\ \ \ \ \ | | | | | | | | | | | | 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>
* | | | | | Merge pull request #35230 from nextcloud/fix/user_ldap-log-backup-switchCôme Chilliet2022-11-241-7/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | Log switching to LDAP backup host because main one is not available
| * | | | | | Improve a bit codestyleCôme Chilliet2022-11-221-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Log as warning instead of info when main LDAP server is unreachableCôme Chilliet2022-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Log switching to LDAP backup host because main one is not availableCôme Chilliet2022-11-171-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | Merge pull request #35228 from nextcloud/fix/user_ldap-cache-empty-display-namesCôme Chilliet2022-11-241-3/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | user_ldap - Cache display name even if it was not filled
| * | | | | | | Cache display name even if it was not filledCôme Chilliet2022-11-171-3/+4
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | Merge pull request #35027 from nextcloud/enh/34970Simon L2022-11-246-13/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | 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-084-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | | | | | Merge pull request #35398 from ↵Louis2022-11-241-3/+3
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/artonge/fix/dont_error_when_destination_is_not_a_node 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 #34642 from nextcloud/bug/noid/revert-minimum-lenght-for-tagsJohn Molakvoæ2022-11-241-1/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Revert "Add minimumInputLength for tags select"Daniel Kesselberg2022-11-071-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e1d9b0bae20510526b0d00c2afe464945847face. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | Merge pull request #35380 from nextcloud/enh/noid/fix-remaining-user-issuesVincent Petry2022-11-243-7/+17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix remaining user settings issues
| * | | | | | | 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>
* | | | | | | | Merge pull request #35370 from nextcloud/fix/renaming-tokenCarl Schwan2022-11-241-1/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Fix UX of renaming token
| * | | | | | | Fix UX of renaming tokenCarl Schwan2022-11-231-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now this get's instant applied and escaping will reset to the previous state Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-11-2412-2/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #35272 from nextcloud/enh/a11y-share-search-labelPytal2022-11-231-39/+53
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Add label to sharing search field
| * | | | | | | Add label to sharing search fieldChristopher Ng2022-11-231-39/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | | scroll if too much groupsJohn Molakvoæ2022-11-233-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | | | Fix user settings layoutJohn Molakvoæ2022-11-233-1/+12
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-11-23182-328/+2172
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix border color contrastChristopher Ng2022-11-224-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | Merge pull request #35299 from ↵Vincent Petry2022-11-226-3/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextmcloud/nmcpr/1416-prevents-selection-of-encrypted-folders 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>