summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #37517 from ↵Julia Kirschenheuter2023-04-042-14/+21
|\ | | | | | | | | nextcloud/fix/36919-create-semantic-list-for-comments-in_comments_tab Create semantic list for comments in comments tab
| * Create semantic list for comments in comments tabjulia.kirschenheuter2023-04-032-14/+21
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-0412-6/+118
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #36905 from nextcloud/ftp-fix-filezillaRobin Appelman2023-04-032-7/+15
|\ \ | | | | | | fix ftp external storage with filezilla server
| * | fix ftp external storage with filezilla serverRobin Appelman2023-03-302-7/+15
| | | | | | | | | | | | | | | | | | | | | - filezilla doesn't like "" as parameter for `mdtm` (all others seem fine) - filezilla sends fractional modified date Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #37543 from nextcloud/fix/inherited-parameter-namesCôme Chilliet2023-04-031-6/+6
|\ \ \ | | | | | | | | Fix inherited parameter names
| * | | Fix inherited parameter namesjld31032023-04-031-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | Merge pull request #36652 from ↵Julius Härtl2023-04-0313-0/+1215
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/perf/autoloading/theming-authoritative-autoloader perf(autoloading): Add authoritative autoloader for theming
| * | | perf(autoloading): Add authoritative autoloader for themingChristoph Wurst2023-03-2713-0/+1215
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | 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>