summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36067 from nextcloud/enh/noid/spaces-are-allowed-in-useridsblizzz2023-01-131-2/+2
|\
| * spaces are allowed in useridsSimon L2023-01-101-2/+2
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-132-0/+6
* | Merge pull request #35844 from nextcloud/debt/noid/add-explanation-for-get-ne...Julius Härtl2023-01-121-0/+15
|\ \
| * | docs: add description how BackgroundCleanupJob.getNewPreviewLocations worksDaniel Kesselberg2023-01-031-0/+15
* | | Merge pull request #36001 from nextcloud/validate-user-tzVincent Petry2023-01-111-1/+5
|\ \ \
| * | | Validate user timezone given from login data before saving itThomas Citharel2023-01-041-1/+5
* | | | Switch logical operatorsGit'Fellow2023-01-111-18/+11
* | | | Merge pull request #36071 from nextcloud/enh/36043/improve-link-reference-con...Julien Veyssier2023-01-111-1/+3
|\ \ \ \
| * | | | improve link reference content-type check, accept 'text/html;*'Julien Veyssier2023-01-101-1/+3
* | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-112-0/+8
|/ / / /
* | | | Merge pull request #36048 from nextcloud/bugfix/36046/only-verify-the-same-ha...Joas Schilling2023-01-101-4/+28
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix(authentication): Update the token when the hash is null or can not be ver...Joas Schilling2023-01-091-4/+21
| * | | fix(authentication): Only hash the new password when neededJoas Schilling2023-01-091-2/+6
| * | | fix(authentication): Invert the logic to the original intentionJoas Schilling2023-01-091-2/+3
| * | | fix(authentication): Only verify each hash onceJoas Schilling2023-01-091-2/+4
* | | | Merge pull request #35964 from nextcloud/IMigrationStep-fixVincent Petry2023-01-101-1/+4
|\ \ \ \
| * | | | IMigrationStep progress bar fixGit'Fellow2023-01-031-1/+4
| | |_|/ | |/| |
* | | | Merge pull request #35966 from nextcloud/chore/remove-deprecated-dashboardJulius Härtl2023-01-1014-1735/+1
|\ \ \ \
| * | | | chore(OCP): Remove deprecated dashboard interfaces and classesJulius Härtl2023-01-0314-1735/+1
| |/ / /
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-104-0/+4
* | | | in the link reference provider, check if the link content type begins with te...Julien Veyssier2023-01-091-1/+3
| |/ / |/| |
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-092-0/+2
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-084-0/+4
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-0710-6/+16
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-062-0/+4
* | | add restrictions on content-type and content-size when downloading to resolve...Julien Veyssier2023-01-051-0/+16
* | | Merge pull request #33898 from nextcloud/fix/authtoken-password-updateJulius Härtl2023-01-054-4/+24
|\ \ \
| * | | PublickKeyTokenProvider: Fix password update routine with password hashMarcel Klehr2023-01-044-4/+24
* | | | Merge pull request #35981 from nextcloud/followup/35965/const-for-max-passwor...Joas Schilling2023-01-052-1/+8
|\ \ \ \
| * | | | Add a const for the max user password lengthJoas Schilling2023-01-042-1/+8
| | |_|/ | |/| |
* | | | Merge pull request #35979 from nextcloud/feature/talk-4657/show-local-time-in...Joas Schilling2023-01-054-0/+91
|\ \ \ \
| * | | | Show local time in avatar menuJoas Schilling2023-01-044-0/+91
| |/ / /
* / / / Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-052-0/+2
|/ / /
* | | Merge pull request #35873 from leegarrett/35830_lgarrettJoas Schilling2023-01-041-1/+2
|\ \ \
| * | | Implement occ status command via return codes (Fixes: #35704)Lee Garrett2023-01-031-1/+2
* | | | Merge pull request #35876 from bennet0496/patch-mail-headerJoas Schilling2023-01-046-17/+135
|\ \ \ \ | |_|/ / |/| | |
| * | | fix missing class in NewUserMailHelper and static code analysis errorsBennet Becker2023-01-032-2/+2
| * | | updating autoloader filesBennet Becker2023-01-033-17/+12
| * | | refactor AutoSubmittedValue to Headers\AutoSubmitted and addingBennet Becker2023-01-033-13/+22
| * | | use constant as default value in value getterBennet Becker2022-12-262-2/+2
| * | | Revert "ran build/autoloaderchecker.sh after adding AutoSubmittedValue class"Bennet Becker2022-12-244-35/+31
| * | | fix static-analysis error and formatting codeBennet Becker2022-12-231-6/+11
| * | | Update PHPDoc annotation in lib/public/Mail/IMessage.phpBennet B2022-12-231-1/+1
| * | | ran build/autoloaderchecker.sh after adding AutoSubmittedValue classBennet Becker2022-12-234-31/+35
| * | | fix getAutoSubmitted return type and adding unit testsBennet Becker2022-12-231-1/+1
| * | | Adding API method to set the Auto-Submitted header to OCP\Mail\IMessageBennet Becker2022-12-233-0/+109
* | | | fix link to documentation of php functionbbx-github2023-01-031-1/+1
| |_|/ |/| |
* | | Merge pull request #35943 from nextcloud/fix/code-fixes-from-34997Côme Chilliet2023-01-035-11/+8
|\ \ \
| * | | Suppress last psalm error until upstream fix is released and includedCôme Chilliet2023-01-021-0/+1