aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-0210-2/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* add test for unmarking encrypted file on cross storage moveRobin Appelman2023-04-011-0/+85
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-01126-26/+108
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #37497 from nextcloud/enh/profile-fieldsArthur Schiwon2023-03-3110-33/+66
|\ | | | | Improve handling of profile fields
| * Improve handling of profile fieldsChristopher Ng2023-03-3010-33/+66
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #37478 from silopolis/stringfixValdnet2023-03-311-1/+1
|\ \ | | | | | | String fix
| * | fix(text): Fix small typo in app descriptionJérémie Tarot (@silopolis)2023-03-301-1/+1
| | | | | | | | | | | | Signed-off-by: Jérémie Tarot (@silopolis) <silopolis@gmail.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-3122-190/+246
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Port update notification selectChristopher Ng2023-03-301-8/+9
| |/ |/| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Use implementations instead of interfaces for accessing private methodsjld31032023-03-303-5/+4
|/ | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-3026-58/+68
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-294-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-2822-0/+36
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #37346 from nextcloud/fix/34557/undefined-getExtStorageHomeArthur Schiwon2023-03-272-1/+10
|\ | | | | fix undefined method getExtStorageHome()
| * fix undefined method getExtStorageHome()Arthur Schiwon2023-03-222-1/+10
| | | | | | | | | | | | | | - adds a type check - defines missing method in OfflineUser Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-2794-0/+174
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Add back missing dashboard versionjld31032023-03-271-0/+1
| | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | Merge pull request #37397 from nextcloud/check-exifJohn Molakvoæ2023-03-251-0/+6
|\ \
| * | check-setup: recommend exif extensionVarun Patil2023-03-241-0/+6
| | | | | | | | | | | | | | | | | | | | | JPEG previews are not correctly oriented when exif is not enabled along with other issues. There's no easy way to discover this either. Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* | | Merge pull request #37340 from nextcloud/fix/undefined-index-mailer-settingsSimon L2023-03-241-6/+2
|\ \ \ | | | | | | | | fix(mailer): remove value comparison for smtp_authtype as there is only one option
| * | | fix(mailer): check if authentication is neccessaryAnna Larch2023-03-241-6/+2
| | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | Create `<h3>` headings for profile page. Replace `<label>` which have no ↵julia.kirschenheuter2023-03-248-12/+21
|/ / / | | | | | | | | | | | | | | | conncted `<input>` with `<h3>` heading Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-24204-336/+346
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | adjust tests after #36665Julien Veyssier2023-03-231-1/+7
| | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | improve dashboard descriptionSimon L2023-03-231-5/+2
| | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | l10n: Change name of app to a capital letterValdnet2023-03-231-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: Simon L <szaimen@e.mail.de>
* | | l10n: Delete unnecessary charactersValdnet2023-03-231-8/+3
| | | | | | | | | | | | | | | Removal of unnecessary characters that appear in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | l10n: Spelling unificationValdnet2023-03-231-1/+1
| | | | | | | | | | | | | | | Change the abbreviation to full words. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | chore(eslint): replace node/no-extraneous-import by n/no-extraneous-importJohn Molakvoæ2023-03-231-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-23138-370/+370
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | chore(eslint): replace node/no-missing-import by n/no-missing-importJohn Molakvoæ2023-03-235-5/+5
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-2320-0/+36
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36665 from nextcloud/fix/36539Julien Veyssier2023-03-222-4/+3
|\ \ \ | |_|/ |/| | Always set displayname and display-name for user data
| * | Always set displayname and display-name for user datajld31032023-02-102-4/+3
| | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-2214-4/+16
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-2112-2/+18
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #37006 from nextcloud/ldap-unmark-dhArthur Schiwon2023-03-201-2/+0
|\ \ | | | | | | also unmark deleted ldap user when checking the ldap entry
| * | also unmark deleted ldap user when checking the ldap entryRobin Appelman2023-03-021-2/+0
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #37271 from ↵Julia Kirschenheuter2023-03-201-1/+5
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/36908-set_aria-hidden-for-default-shipped_widgets-icons Fix description for icons in dashboard widgets
| * | | Fix description for icons in dashboard widgetsjulia.kirschenheuter2023-03-201-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-2014-8/+124
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-1914-12/+40
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-1828-2/+68
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix: add important to css hidden files classAnna Larch2023-03-175-5/+5
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-172-2/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #37244 from ↵Julia Kirschenheuter2023-03-167-26/+98
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/37179-replace-custom-tooltips-with-native-ones Replace custom tooltips with native ones and add description to all e…
| * | | Replace custom tooltips with native ones and add description to all elements ↵julia.kirschenheuter2023-03-167-26/+98
| | | | | | | | | | | | | | | | | | | | | | | | which have `title` Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | Merge pull request #37252 from nextcloud/bugfix/noid/validate-tagJoas Schilling2023-03-161-8/+29
|\ \ \ \ | | | | | | | | | | fix(workflow): Check tag attributes
| * | | | fix(workflow): Check tag attributeJoas Schilling2023-03-161-8/+29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #37174 from nextcloud/fix/36911-create-h1-heading-for-filesJulia Kirschenheuter2023-03-161-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Set `<h1>` headings for navigation through files app