aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
* 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`
| * | | fix: Use IUserManager::callForAllUsers() to save memoryJoas Schilling2024-03-141-5/+26
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | feat(occ): Add --all option for occ user:lastseenJordan Brown2024-03-131-18/+24
| |/ / | | | | | | | | | Signed-off-by: Jordan Brown <code@jore.cc>
* | | Merge pull request #41189 from HolonProduction/webroot-setupJohn Molakvoæ2024-03-141-1/+1
|\ \ \
| * | | fix: Respect custom webroot in setup formHolonProduction2024-03-131-1/+1
| |/ / | | | | | | | | | Signed-off-by: HolonProduction <holonproduction@gmail.com>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2024-03-142-0/+6
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(updatenotification): spread the use of new appconfigMaxence Lange2024-03-131-5/+8
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-132-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: Suppress psalm errors about deprecated execute method, we have to use ↵Côme Chilliet2024-03-121-1/+1
| | | | | | | | | | | | it for now Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: Call execute until it is removed for Job classCôme Chilliet2024-03-121-1/+2
| | | | | | | | | | | | | | Because if an application extends execute it will change behavior without warning otherwise. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-1222-0/+58
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-1142-42/+42
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: login page now correctly shows email LDAP settingsEduardo Morales2024-03-102-1/+18
| | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | feat: added login's initial possible email-statesEduardo Morales2024-03-101-0/+31
| | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-08100-244/+424
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | refactor: use TypeScript for unified-search boostrap filefenn-cs2024-03-071-1/+10
| | | | | | | | | | | | | | This would allow us to type guard what is sent to`registerFilterAction` for unified search, so that incompatibilties are caught quickly. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | Merge pull request #43824 from nextcloud/fix/db/occ-db-convert-disabled-appsJosh2024-03-071-1/+1
|\ \ | | | | | | fix(db): db-convert supports disabled apps but not removed ones