Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | feat(login): Clear login form (password) after IDLE timeout | Ferdinand Thiessen | 2024-03-25 | 4 | -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 Transifex | Nextcloud bot | 2024-03-25 | 8 | -62/+76 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-24 | 10 | -0/+68 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(tests): Add mock for `window._oc_webroot` | Ferdinand Thiessen | 2024-03-23 | 1 | -0/+6 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-23 | 12 | -0/+28 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-22 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #44368 from nextcloud/feat/new-file-menu-icon-svg | Pytal | 2024-03-21 | 7 | -6/+34 | |
|\ | | | | | feat: Add new mdi New file menu icons | |||||
| * | feat: Add new icon-filetype-text and icon-add-folder-description | Christopher Ng | 2024-03-20 | 2 | -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 Ng | 2024-03-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | CSS variables Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
| * | chore: Add mdi mimetype svgs | Christopher Ng | 2024-03-20 | 5 | -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 chars | fenn-cs | 2024-03-21 | 5 | -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 Transifex | Nextcloud bot | 2024-03-21 | 12 | -0/+12 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(db): remove redundant index in cards | Daniel Kesselberg | 2024-03-19 | 1 | -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-form | John Molakvoæ | 2024-03-19 | 1 | -4/+4 | |
|\ | ||||||
| * | feat: Reword login form disabled warning #37949 | Julian-Samuel Gebühr | 2024-03-17 | 1 | -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-apps | John Molakvoæ | 2024-03-19 | 1 | -12/+40 | |
|\ \ | ||||||
| * | | style: Fixed style from composer cs:fix | Adam Blakey | 2024-03-18 | 1 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: Adam Blakey <adam@blakey.family> | |||||
| * | | Update core/Command/App/ListApps.php | Adam Blakey | 2024-03-18 | 1 | -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-apps | John Molakvoæ | 2024-03-15 | 755 | -48758/+42298 | |
| |\ \ | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | |||||
| * | | | Fixed logic issue where checking for wrong option | Adam Blakey | 2022-08-15 | 1 | -8/+7 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Adam Blakey <adam@blakey.family> | |||||
| * | | | added --enabled and --disabled options to occ app:list | Adam Blakey | 2022-08-15 | 1 | -12/+55 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Adam Blakey <adam@blakey.family> | |||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-18 | 2 | -2/+2 | |
| |_|/ |/| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-17 | 2 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-16 | 108 | -110/+130 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Merge pull request #41684 from nextcloud/feat/rst-mimetype | Anupam Kumar | 2024-03-15 | 1 | -1/+3 | |
|\ \ \ | | | | | | | | | feat(mimetypes): Add mimetype for ReStructuredText | |||||
| * | | | feat(mimetypes): Add mimetype for ReStructuredText | Anupam Kumar | 2024-03-15 | 1 | -1/+3 | |
| | |/ | |/| | | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com> | |||||
* | | | Merge pull request #44202 from nextcloud/fix/migrate-webdav-check-to-setupcheck | John Molakvoæ | 2024-03-15 | 2 | -69/+0 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | fix: Migrate WebDAV endpoint check to SetupCheck API | Côme Chilliet | 2024-03-14 | 2 | -69/+0 | |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-15 | 100 | -438/+438 | |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #44067 from nextcloud/fix/migrate-header-check-to-setupcheck | Côme Chilliet | 2024-03-14 | 2 | -741/+0 | |
|\ \ | | | | | | | Migrate header check to setupcheck API | |||||
| * | | feat: Migrate HSTS check to Security headers SetupCheck | Côme Chilliet | 2024-03-13 | 2 | -262/+0 | |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | fix: Migrate security headers check tests and fix the SetupCheck implementation | Côme Chilliet | 2024-03-13 | 1 | -409/+0 | |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | fix: Fix Security headers setup check behavior | Côme Chilliet | 2024-03-13 | 1 | -70/+0 | |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | Merge pull request #39669 from nooblag/lastseen-all | Joas Schilling | 2024-03-14 | 1 | -16/+43 | |
|\ \ \ | | | | | | | | | occ: Add `--all` support to `user:lastseen` | |||||
| * | | | fix: Use IUserManager::callForAllUsers() to save memory | Joas Schilling | 2024-03-14 | 1 | -5/+26 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | | | feat(occ): Add --all option for occ user:lastseen | Jordan Brown | 2024-03-13 | 1 | -18/+24 | |
| |/ / | | | | | | | | | | Signed-off-by: Jordan Brown <code@jore.cc> | |||||
* | | | Merge pull request #41189 from HolonProduction/webroot-setup | John Molakvoæ | 2024-03-14 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | fix: Respect custom webroot in setup form | HolonProduction | 2024-03-13 | 1 | -1/+1 | |
| |/ / | | | | | | | | | | Signed-off-by: HolonProduction <holonproduction@gmail.com> | |||||
* / / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-14 | 2 | -0/+6 | |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | fix(updatenotification): spread the use of new appconfig | Maxence Lange | 2024-03-13 | 1 | -5/+8 | |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-13 | 2 | -0/+4 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | fix: Suppress psalm errors about deprecated execute method, we have to use ↵ | Côme Chilliet | 2024-03-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | it for now Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | fix: Call execute until it is removed for Job class | Côme Chilliet | 2024-03-12 | 1 | -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 Transifex | Nextcloud bot | 2024-03-12 | 22 | -0/+58 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-11 | 42 | -42/+42 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | fix: login page now correctly shows email LDAP settings | Eduardo Morales | 2024-03-10 | 2 | -1/+18 | |
| | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | | feat: added login's initial possible email-states | Eduardo Morales | 2024-03-10 | 1 | -0/+31 | |
| | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-08 | 100 | -244/+424 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | refactor: use TypeScript for unified-search boostrap file | fenn-cs | 2024-03-07 | 1 | -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-apps | Josh | 2024-03-07 | 1 | -1/+1 | |
|\ \ | | | | | | | fix(db): db-convert supports disabled apps but not removed ones |