summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-082-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-072-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-058-2/+130
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-046-10/+10
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-042-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-034-0/+28
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-0210-14/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-014-2/+38
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-316-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-3010-6/+84
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-29108-932/+456
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #44513 from nextcloud/feat/mdi-pdf-img-vidPytal2024-03-283-3/+15
|\ | | | | feat: Add more new mdi icons
| * feat: Add more new mdi iconsChristopher Ng2024-03-273-3/+15
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-282-0/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-274-14/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-266-22/+48
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat(login): Clear login form (password) after IDLE timeoutFerdinand Thiessen2024-03-254-31/+145
| | | | | | | | | For security reasons it is recommended to stop the login process at a defined time, this could prevent password leaks by e.g. user forgetting that they entered their password on public devices. Enforced e.g. by the BSI ORP.4.A13 rule. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-258-62/+76
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-2410-0/+68
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(tests): Add mock for `window._oc_webroot`Ferdinand Thiessen2024-03-231-0/+6
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-2312-0/+28
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-222-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #44368 from nextcloud/feat/new-file-menu-icon-svgPytal2024-03-217-6/+34
|\ | | | | feat: Add new mdi New file menu icons
| * feat: Add new icon-filetype-text and icon-add-folder-descriptionChristopher Ng2024-03-202-1/+12
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * fix: Use default grey for text as background-image url svgs do not support ↵Christopher Ng2024-03-201-1/+1
| | | | | | | | | | | | CSS variables Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * chore: Add mdi mimetype svgsChristopher Ng2024-03-205-5/+22
| | | | | | | | | | | | | | | | | | | | - article for text - description for x-office-document - file-table-box for x-office-spreadsheet - file-presentation-box for x-office-presentation - drawing-box for x-office-drawing Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | feat: Limit email input on auth pages to 255 charsfenn-cs2024-03-215-2/+65
| | | | | | | | | | | | | | | | | | Excessively long emails reported make server unresponsive. We could at some point, consider adding a configuration for sysadmins to bypass this setting on their instance if they want. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-2112-0/+12
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(db): remove redundant index in cardsDaniel Kesselberg2024-03-191-7/+0
| | | | | | Follow up for https://github.com/nextcloud/server/pull/43340 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #37953 from moan0s/reword-disabled-login-formJohn Molakvoæ2024-03-191-4/+4
|\
| * feat: Reword login form disabled warning #37949Julian-Samuel Gebühr2024-03-171-4/+4
| | | | | | | | | | Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Julian-Samuel Gebühr <julian-samuel@gebuehr.net>
* | Merge pull request #33546 from adam-blakey/show-enabled-and-disabled-appsJohn Molakvoæ2024-03-191-12/+40
|\ \
| * | style: Fixed style from composer cs:fixAdam Blakey2024-03-181-2/+2
| | | | | | | | | | | | Signed-off-by: Adam Blakey <adam@blakey.family>
| * | Update core/Command/App/ListApps.phpAdam Blakey2024-03-181-16/+2
| | | | | | | | | | | | | | | | | | refactor: changed overcomplicated if statement into two shorter lines Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Adam Blakey <adam@blakey.family>
| * | Merge branch 'master' into show-enabled-and-disabled-appsJohn Molakvoæ2024-03-15755-48758/+42298
| |\ \ | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | Fixed logic issue where checking for wrong optionAdam Blakey2022-08-151-8/+7
| | | | | | | | | | | | | | | | Signed-off-by: Adam Blakey <adam@blakey.family>
| * | | added --enabled and --disabled options to occ app:listAdam Blakey2022-08-151-12/+55
| | | | | | | | | | | | | | | | Signed-off-by: Adam Blakey <adam@blakey.family>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-182-2/+2
| |_|/ |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-172-2/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-16108-110/+130
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #41684 from nextcloud/feat/rst-mimetypeAnupam Kumar2024-03-151-1/+3
|\ \ \ | | | | | | | | feat(mimetypes): Add mimetype for ReStructuredText
| * | | feat(mimetypes): Add mimetype for ReStructuredTextAnupam Kumar2024-03-151-1/+3
| | |/ | |/| | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
* | | Merge pull request #44202 from nextcloud/fix/migrate-webdav-check-to-setupcheckJohn Molakvoæ2024-03-152-69/+0
|\ \ \ | |/ / |/| |
| * | fix: Migrate WebDAV endpoint check to SetupCheck APICôme Chilliet2024-03-142-69/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-15100-438/+438
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #44067 from nextcloud/fix/migrate-header-check-to-setupcheckCôme Chilliet2024-03-142-741/+0
|\ \ | | | | | | Migrate header check to setupcheck API
| * | feat: Migrate HSTS check to Security headers SetupCheckCôme Chilliet2024-03-132-262/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Migrate security headers check tests and fix the SetupCheck implementationCôme Chilliet2024-03-131-409/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Fix Security headers setup check behaviorCôme Chilliet2024-03-131-70/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #39669 from nooblag/lastseen-allJoas Schilling2024-03-141-16/+43
|\ \ \ | | | | | | | | occ: Add `--all` support to `user:lastseen`