summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | | | Set `<h1>` headings for navigation through files appjulia.kirschenheuter2023-03-161-0/+2
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | | Merge pull request #36661 from onny/event-update-mail-subjectSimon L2023-03-163-7/+13
|\ \ \ \ \ | | | | | | | | | | | | Invitation mail: Change subject if event got updated
| * | | | | Invitation mail: Change subject if event got updatedJonas Heinrich2023-02-203-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonas Heinrich <heinrich@synyx.de>
* | | | | | Merge pull request #37152 from nextcloud/artonge/fix/title_foar_version_dateLouis2023-03-161-5/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Use native tooltip for version's date
| * | | | | Use native tooltip for versionsLouis Chemineau2023-03-091-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-1620-20/+150
| |_|/ / / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #37197 from ↵Arthur Schiwon2023-03-151-9/+13
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/user_ldap-do-not-send-0-size-pagination-control Do not send a pagination control with size = 0 if cookie is empty
| * | | | | Do not send a pagination control with size = 0 if cookie is emptyCôme Chilliet2023-03-131-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It only makes sense to send a pagination control with size 0 with a cookie to abandon a paged search. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #36033 from ↵Côme Chilliet2023-03-152-7/+72
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/invalidateTokensWhenDeletingOAuthClientMaster [master] invalidate existing tokens when deleting an oauth client
| * | | | | | move mocks into private variablesArtur Neumann2023-03-141-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com>
| * | | | | | adjust SettingsController testsArtur Neumann2023-03-141-15/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com>
| * | | | | | public interface to invalidate tokens of userArtur Neumann2023-03-141-9/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com>
| * | | | | | invalidate existing tokens when deleting an oauth clientArtur Neumann2023-03-142-7/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com>
* | | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-1520-74/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #37168 from nextcloud/bugfix/noid/hide-download-actionsSimon L2023-03-141-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | fix(files_sharing): Allow file actions other than download for hide download shares
| * | | | | | fix(files_sharing): Allow file actions other than download for hide download ↵Julius Härtl2023-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shares Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-148-6/+44
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #36852 from ↵Joas Schilling2023-03-132-4/+217
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-user-status-automation-on-the-day-rules-are-adjusted fix(user_status): Fix the user status automation on the day availablity rules are adjusted
| * | | | | fix(CI): Add unit test for nextcloud/server#37167Joas Schilling2023-03-131-1/+46
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | fix(user_status): Fix the user status automation on the day availability ↵Joas Schilling2023-03-132-4/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rules are adjusted Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #36800 from rotdrop/feature/dav-macos-quirksAnna2023-03-134-0/+137
|\ \ \ \ \ \ | |/ / / / / |/| | | | | apps/dav: add some OSX specific quirks.