summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1940-14/+96
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-18128-606/+788
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1744-30/+406
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1666-308/+314
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-156-0/+58
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1418-6/+78
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1326-4/+172
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(meta): copyright noteArthur Schiwon2023-10-121-1/+1
|
* remove unused propertiessorbaugh2023-10-121-29/+1
| | | | Signed-off-by: sorbaugh <stephan.orbaugh@nextcloud.com>
* Remove unneeded includes.sorbaugh2023-10-121-4/+0
| | | | | | Usage: 1. Type a string in the search bar 2. Add in:users filter to avoid unnecessary searches in other apps
* Keep Search Provider but remove actual search and display on the searchlist ↵sorbaugh2023-10-121-29/+1
| | | | | | | | dialog. Will revisit in future search result list in future issue. Usage: 1. Type a string in the search bar 2. Add in:users filter to avoid unnecessary searches in other apps
* Add new user filter to search.sorbaugh2023-10-125-0/+151
| | | | | | | | Add regex to prevent filter collision in user-list page Usage: 1. Type a string in the search bar 2. Add in:users to display only users in the search result
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-12178-592/+956
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #40569 from nextcloud/backport/40499/stable27Arthur Schiwon2023-10-111-18/+10
|\ | | | | [stable27] add wrapper for external storage to ensure we don't get an mtime that is lower than we know it is
| * apply known mtime wrapper for external storagesRobin Appelman2023-10-101-18/+10
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1126-2/+140
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #40577 from nextcloud/s3-multipart-copy-27Julius Härtl2023-10-101-4/+1
|\ \
| * | use multipart copy for s3Robin Appelman2023-09-221-4/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #40837 from nextcloud/manual/backport/stable27/40801F. E Noel Nfebe2023-10-101-16/+19
|\ \ \ | | | | | | | | [stable27] Fixed mixed translations in sharing details
| * | | Fixed mixed translations in sharing detailsfenn-cs2023-10-101-16/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to a typo in the app passed to the translation method, some strings translations don't work. This commit corrects the spelling `file_sharing` to `files_sharing` and hence resolves : https://github.com/nextcloud/server/issues/40801 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #39826 from nextcloud/backport/39806/stable27Arthur Schiwon2023-10-102-2/+32
|\ \ \ \ | | | | | | | | | | [stable27] fix(updatenotification): Skip update check
| * | | | test(updatenotification): No internetChristopher Ng2023-08-111-2/+27
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit de4bc44f956cf51bcd01fa3ac01fc8824dc05eda)
| * | | | fix(updatenotification): Skip update checkChristopher Ng2023-08-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit b63dbae68aa1b5430f186aee5fcce55db711abc4)
* | | | | Merge pull request #40383 from nextcloud/backport/36830/stable27Arthur Schiwon2023-10-102-10/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | | [stable27] fix: Avoid failing with duplicate checks
| * | | | fix: Avoid failing with duplicate checksJulius Härtl2023-09-122-10/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1010-0/+10
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #40681 from nextcloud/manual/backport/stable27/40430F. E Noel Nfebe2023-10-101-1/+4
|\ \ \ \ | | | | | | | | | | [stable27] enh(a11y): Add label to share note textbox
| * | | | enh(a11y): Add label to share note textboxChristopher Ng2023-10-091-1/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Merge pull request #40572 from nextcloud/clear-progress-bar-text-when-hiding-itDaniel Calviño Sánchez2023-10-101-0/+1
|\ \ \ \ \ | |/ / / / |/| | | | [stable27] Clear progress bar text when hiding it
| * | | | Clear progress bar text when hiding itDaniel Calviño Sánchez2023-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When files are uploaded the progress bar text is set accordingly. However, other operations that show the progress bar, like deleting files, do not explicitly set any text. Due to that, when the progress bar was shown again after uploading files the text did not match the operation. To solve that now the text is cleared when the progress bar is hidden (it is not cleared when it is shown as in some cases the text is set already before showing the progress bar). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | Merge pull request #40747 from nextcloud/manual/backport/stable27/40629F. E Noel Nfebe2023-10-092-33/+36
|\ \ \ \ \ | | | | | | | | | | | | [stable27] Updates to new sharing flow
| * | | | | Correct check for enabled expiration datefenn-cs2023-10-091-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default expiration date cannot be enforced if it is not enabled in the first place. Hence, the check for whether a share has an expiration date should not consider enforcements but only where the share expiry type is enabled. For example : Using `this.config.isDefaultExpireDateEnabled` instead of `this.config.isDefaultExpireDateEnforced` which can be verified by checking `isExpiryDateEnforced`. Resolves : https://github.com/nextcloud/server/issues/40612 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | Updates to sharing flowfenn-cs2023-10-092-30/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Show enforced expiry date for new shares. - Improve quick share dropdown visibility in dark mode. - Prevent expiry date from showing expire for incoming shares. by updating the check for `share.passwordExpirationTime` to equally check for `undefined`. - Move "Download permission/attribute" from custom setting (as it is just another advanced setting and not an actual permission). - Show correct text for upload/editing when "allow public uploads" is enabled or disabled by admin. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | | | Merge pull request #40718 from nextcloud/backport/40428/stable27Arthur Schiwon2023-10-092-1/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable27] Multiple bug fix in users list
| * | | | | | fix(ux): Show initial loading state of managersChristopher Ng2023-09-291-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - NcMultiselect version of 50ddc6820e8f90044dfc752d711023452aabdafc Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | Do not preload potential manager list on UserRow mountChristopher Ng2023-09-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - NcMultiselect version of 992c03d842f962c2900fab715104d310d19dc6bf Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | Do not manipulate userCount when it is equal to 0Louis Chemineau2023-09-291-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> (cherry picked from commit bd787e859344eae1466b3bdeb33839b4f82a5147)
* | | | | | | Merge pull request #40757 from nextcloud/encode-uri-trashbin-delete-2Arthur Schiwon2023-10-092-2/+5
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | [stable27] fix: encode uri for trashbin delete
| * | | | | | fix: encode uri for trashbin deleteDaniel Kesselberg2023-10-032-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace d280912f31756593fb877ad3c6129399a30e019b with a cleaner approach. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | Merge pull request #40739 from AaronDewes/stable27Arthur Schiwon2023-10-093-11/+9
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | [stable27] Fix: Escape group names for LDAP
| * | | | | | Merge pull request #37201 from AaronDewes/fix/ldap-filter-generationCôme Chilliet2023-10-023-11/+9
| | | | | | | | | | | | | | | | | | | | | Fix: Escape group names for LDAP
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-0916-12/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-0834-40/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | fix: Adjust cypress component testFerdinand Thiessen2023-10-061-12/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | fix(files): Show correct quota size (file size base 2)Ferdinand Thiessen2023-10-063-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-0660-58/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-05146-170/+328
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-048-2/+36
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-0396-108/+186
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-0212-6/+56
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>