aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-112-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Remove js navigation on alternative login clickzorn-v2023-01-101-5/+1
| | | | | Signed-off-by: zorn-v <zorn7@yandex.ru> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #35980 from nextcloud/remove-legacy-ajax-listVincent Petry2023-01-101-13/+0
|\ | | | | Remove unused legacy ajax/list.php in files app
| * Remove unused legacy ajax/list.php in files appVincent Petry2023-01-091-13/+0
| | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-106-0/+10
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-094-104/+106
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-082-22/+22
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-0710-60/+70
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-066-2/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(ui): Fix and optimize more SVGsJoas Schilling2023-01-052-5283/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(ui): Fix SVG mail icon missing width and heightJoas Schilling2023-01-051-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #33898 from nextcloud/fix/authtoken-password-updateJulius Härtl2023-01-051-0/+57
|\ | | | | PublickKeyTokenProvider: Fix password update routine with password hash
| * PublickKeyTokenProvider: Fix password update routine with password hashMarcel Klehr2023-01-041-0/+57
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Allow target="_blank" in app navigation itemsThomas Citharel2023-01-051-1/+3
| | | | | | | | | | | | Which was removed in the Vue rewrite in #33728. This breaks things like https://github.com/nextcloud/external/issues/79 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #35981 from ↵Joas Schilling2023-01-051-1/+1
|\ \ | | | | | | | | | | | | nextcloud/followup/35965/const-for-max-password-length Add a const for the max user password length
| * | Add a const for the max user password lengthJoas Schilling2023-01-041-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-056-8/+46
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Remove jstz usage from serverThomas Citharel2023-01-042-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Every proper browser has this kind of data now, with more up-to-date data than what's inside this package, which hasn't been updated in 3 years. https://github.com/pellepim/jstimezonedetect/issues/6 https://github.com/pellepim/jstimezonedetect/issues/9 Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Fix user status icon in avatar menuJoas Schilling2023-01-045-3/+17
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #35965 from ↵Joas Schilling2023-01-042-1/+5
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/limit-length-when-reseting-password Also limit the password length on reset
| * | Also limit the password length on resetJoas Schilling2023-01-032-1/+5
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #35873 from leegarrett/35830_lgarrettJoas Schilling2023-01-041-4/+23
|\ \ | |/ |/| Implement occ status command via return codes v2 (Fixes: #35704)
| * No output by default when --exit-code is usedJoas Schilling2023-01-031-1/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Print output also with status codeJoas Schilling2023-01-031-9/+8
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Implement occ status command via return codes (Fixes: #35704)Lee Garrett2023-01-031-3/+20
| | | | | | | | | | | | | | | | | | | | Running `./occ status -e` will produce any output. However, it will: exit 0 during normal operation, exit 1 when in maintenance mode, exit 2 when `./occ upgrade` is needed. Signed-off-by: Lee Garrett <lgarrett@rocketjump.eu>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-312-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix psalm issues related to signature changes from PHP 8.0Côme Chilliet2022-12-291-27/+23
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-272-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-264-4/+34
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* build(guests): update bundled css filesJulius Härtl2022-12-222-0/+940
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* style(guests): move plain css to scssJulius Härtl2022-12-221-152/+171
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* style(guests): Rename guest.css to scssJulius Härtl2022-12-224-0/+85
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-222-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-21138-524/+470
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Change focused items behavior that neighbor elements (text and border) have ↵julia.kirschenheuter2022-12-205-8/+85
| | | | | | | | | no overlapping. Add native tooltips to items. Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2022-12-202-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-12-192-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-12-176-4/+122
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35784 from nextcloud/chore/strict-login-controllerVincent Petry2022-12-161-1/+4
|\ | | | | Make the LoginController strict
| * chore: Make the LoginController strictChristoph Wurst2022-12-151-1/+4
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2022-12-164-6/+8
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-12-142-2/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-12-1354-104/+484
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-12-134-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35562 from nextcloud/bug/33187/read-userid-from-tokenSimon L2022-12-121-1/+1
|\ | | | | Read loginName from token
| * Fix GH-33187Daniel Kesselberg2022-12-121-1/+1
| | | | | | | | | | | | $this->userId is null when loggedin via app password. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #35714 from nextcloud/fix/vue-select-styles-the-sequelPytal2022-12-125-73/+312
|\ \ | |/ |/|
| * Fix vue-select stylesChristopher Ng2022-12-105-73/+312
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2022-12-122-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-12-114-0/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>