summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | [tx-robot] updated from transifexNextcloud bot2022-12-1018-0/+38
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-12-0954-536/+104
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35529 from nextcloud/enh/a11y-search-describedbyPytal2022-12-081-1/+1
|\
| * Improve verbosity of search descriptionChristopher Ng2022-12-081-1/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #35665 from nextcloud/revert-35165-fix/vue-select-stylesJohn Molakvoæ2022-12-085-137/+73
|\ \
| * | Revert "Disable style override on vue-select elements"John Molakvoæ2022-12-085-137/+73
| | |
* | | Merge pull request #35660 from nextcloud/enh/a11y-input-borderVincent Petry2022-12-083-3/+3
|\ \ \ | |/ / |/| | Increase default global input field border contrast
| * | Increase default input field border contrastChristopher Ng2022-12-083-3/+3
| |/ | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* / Add alt to the logo, adapt css for logojulia.kirschenheuter2022-12-089-37/+10
|/ | | | | 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-072-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35222 from nextcloud/fix/a11y-search-headingPytal2022-12-061-4/+4
|\ | | | | Fix contrast of global search headings
| * Fix contrast of global search headingsChristopher Ng2022-11-251-4/+4
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #35613 from nextcloud/fix/mail-iconSimon L2022-12-061-1/+1
|\ \ | | | | | | Change mail icon to the material design icon
| * | Chang mail icon to the material design icongreta2022-12-061-1/+1
| | | | | | | | | | | | Signed-off-by: greta <gretadoci@gmail.com>
* | | Merge pull request #35165 from nextcloud/fix/vue-select-stylesPytal2022-12-065-73/+137
|\ \ \ | |/ / |/| | Disable style override on vue-select elements
| * | Disable style override on vue-select elementsChristopher Ng2022-12-065-73/+137
| | | | | | | | | | | | | | | | | | | | | | | | - Disable style override on NcActionButton with `:not(.action-button)` due to increased specificity over scoped Vue styles when only `:not([class^="vs__"])` is added Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-12-066-6/+40
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>