aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-062-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* add restrictions on content-type and content-size when downloading to ↵Julien Veyssier2023-01-051-0/+16
| | | | | | resolve with opengraph link provider Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Merge pull request #33898 from nextcloud/fix/authtoken-password-updateJulius Härtl2023-01-054-4/+24
|\ | | | | PublickKeyTokenProvider: Fix password update routine with password hash
| * PublickKeyTokenProvider: Fix password update routine with password hashMarcel Klehr2023-01-044-4/+24
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Merge pull request #35981 from ↵Joas Schilling2023-01-052-1/+8
|\ \ | | | | | | | | | | | | 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-042-1/+8
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #35979 from ↵Joas Schilling2023-01-054-0/+91
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/feature/talk-4657/show-local-time-in-avatar-menu Show local time in avatar menu
| * | | Show local time in avatar menuJoas Schilling2023-01-044-0/+91
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-052-0/+2
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #35873 from leegarrett/35830_lgarrettJoas Schilling2023-01-041-1/+2
|\ \ | | | | | | Implement occ status command via return codes v2 (Fixes: #35704)
| * | Implement occ status command via return codes (Fixes: #35704)Lee Garrett2023-01-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #35876 from bennet0496/patch-mail-headerJoas Schilling2023-01-046-17/+135
|\ \ \ | |_|/ |/| | Adding option to set Auto-Submitted email header
| * | fix missing class in NewUserMailHelper and static code analysis errorsBennet Becker2023-01-032-2/+2
| | | | | | | | | | | | Signed-off-by: Bennet Becker <dev@bennet.cc>
| * | updating autoloader filesBennet Becker2023-01-033-17/+12
| | | | | | | | | | | | Signed-off-by: Bennet Becker <dev@bennet.cc>
| * | refactor AutoSubmittedValue to Headers\AutoSubmitted and addingBennet Becker2023-01-033-13/+22
| | | | | | | | | | | | | | | | | | header name to constants Signed-off-by: Bennet Becker <dev@bennet.cc>
| * | use constant as default value in value getterBennet Becker2022-12-262-2/+2
| | | | | | | | | | | | Signed-off-by: Bennet Becker <dev@bennet.cc>
| * | Revert "ran build/autoloaderchecker.sh after adding AutoSubmittedValue class"Bennet Becker2022-12-244-35/+31
| | | | | | | | | | | | | | | | | | This reverts commit 77569bae4511c057e3023c01fa247aae60a0a3a3. Signed-off-by: Bennet Becker <dev@bennet.cc>
| * | fix static-analysis error and formatting codeBennet Becker2022-12-231-6/+11
| | | | | | | | | | | | Signed-off-by: Bennet Becker <dev@bennet.cc>
| * | Update PHPDoc annotation in lib/public/Mail/IMessage.phpBennet B2022-12-231-1/+1
| | | | | | | | | | | | | | | Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com> Signed-off-by: Bennet B <bennet0496@users.noreply.github.com>
| * | ran build/autoloaderchecker.sh after adding AutoSubmittedValue classBennet Becker2022-12-234-31/+35
| | | | | | | | | | | | Signed-off-by: Bennet Becker <bbecker@pks.mpg.de>
| * | fix getAutoSubmitted return type and adding unit testsBennet Becker2022-12-231-1/+1
| | | | | | | | | | | | Signed-off-by: Bennet Becker <bbecker@pks.mpg.de>
| * | Adding API method to set the Auto-Submitted header to OCP\Mail\IMessageBennet Becker2022-12-233-0/+109
| | | | | | | | | | | | | | | | | | and implementation in OC\Mail\Message Signed-off-by: Bennet Becker <bbecker@pks.mpg.de>
* | | fix link to documentation of php functionbbx-github2023-01-031-1/+1
| | | | | | | | | Signed-off-by: bbx-github <53237674+bbx-github@users.noreply.github.com>
* | | Merge pull request #35943 from nextcloud/fix/code-fixes-from-34997Côme Chilliet2023-01-035-11/+8
|\ \ \ | | | | | | | | Code fixes from PR 34997
| * | | Suppress last psalm error until upstream fix is released and includedCôme Chilliet2023-01-021-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Small fix in OC_APICôme Chilliet2023-01-021-5/+2
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Fix psalm spotted errors with new requirementsCôme Chilliet2023-01-024-6/+5
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Align checksum dav property with desktop client parsingJulius Härtl2022-12-301-1/+4
|/ / / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Revert "avatar generation - disable setimageformat"Simon L2022-12-291-2/+1
| | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-292-0/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | avatar generation - disable setimageformatSimon L2022-12-271-1/+2
| | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-262-0/+12
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-242-2/+2
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(session): Always setup the session if a session cookie is passedJulius Härtl2022-12-221-1/+1
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #35856 from nextcloud/enh/31284/improve-preview-max-memorySimon L2022-12-221-3/+3
|\ | | | | increase preview_max_memory and make it easier to debug
| * increase preview_max_memory and make it easier to debugSimon L2022-12-221-3/+3
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Do not setup a session when not required on WebDAV requestsJulius Härtl2022-12-212-6/+17
|/ | | | | | | | | | If basic auth is used on WebDAV endpoints, we will not setup a session by default but instead set a test cookie. Clients which handle session cookies properly will send back the cookie then on the second request and a session will be initialized which can be resued for authentication. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-21134-2322/+90
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35723 from nextcloud/bugfix/35708Vincent Petry2022-12-201-0/+4
|\ | | | | fix: Make sure to reopen session before cleaning
| * fix: Make sure to reopen session before cleaningJulius Härtl2022-12-101-0/+4
| | | | | | | | | | | | | | Otherwise restoring the requesttoken would reopen and read the existing session data and restore it instead of clearing Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #34724 from nextcloud/encryption-read-before-cacheVincent Petry2022-12-201-4/+16
|\ \ | | | | | | fix reading newly written encrypted files before their cache entry is written
| * | clear is-encrypted cache when trying to fix encrypted versionRobin Appelman2022-12-011-0/+4
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix reading newly written encrypted files before their cache entry is writtenRobin Appelman2022-11-301-4/+12
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #34772 from nextcloud/fix/clean-ldap-access-factory-usageCôme Chilliet2022-12-202-12/+11
|\ \ \ | | | | | | | | Make sure to use AccessFactory to create Access instances and use DI
| * \ \ Merge branch 'master' into fix/clean-ldap-access-factory-usageCôme Chilliet2022-11-21185-780/+1894
| |\ \ \ | | | | | | | | | | Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
| * | | | Fix return type for countUsers methodCôme Chilliet2022-10-252-12/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #34172 from audriga/add-scim-json-supportJoas Schilling2022-12-202-2/+8
|\ \ \ \ \ | | | | | | | | | | | | Add support for application/scim+json
| * \ \ \ \ Merge branch 'master' into add-scim-json-supportStanimir Bozhilov2022-12-19337-3749/+5969
| |\ \ \ \ \ | | | | | | | | | | | | | | Signed-off-by: Stanimir Bozhilov <stanimir.bozhilov.1998@gmail.com>
| * | | | | | Remove type doc for regex constStanimir Bozhilov2022-12-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Stanimir Bozhilov <stanimir.bozhilov.1998@gmail.com>
| * | | | | | Update phpDoc of the content type JSON regex and fix the regex delimiterStanimir Bozhilov2022-12-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Stanimir Bozhilov <stanimir.bozhilov.1998@gmail.com>