summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36166 from nextcloud/fix/php82/declare-symfony-console-ap...Christoph Wurst2023-01-171-0/+1
|\
| * fix(PHP8.2): Declare Symfony Application property in console applicationChristoph Wurst2023-01-161-0/+1
* | Revert "Add alt to the logo, adapt css for logo"John Molakvoæ2023-01-171-5/+4
|/
* Merge pull request #35970 from nextcloud/perf/noid/exception-serializerJulius Härtl2023-01-163-20/+18
|\
| * chore: Add typings to Log propertiesJulius Härtl2023-01-161-16/+6
| * fix(ExceptionSerializer): encode arguments before filtering the traceJulius Härtl2023-01-161-3/+3
| * perf(logging): Return early when log level does not match before serializing ...Julius Härtl2023-01-162-1/+9
* | Merge pull request #36073 from nextcloud/fix/fix-background-job-listblizzz2023-01-161-16/+16
|\ \ | |/ |/|
| * Fix API breakage by using a new method insteadCôme Chilliet2023-01-121-1/+10
| * Remove deprecated method getAll instead of breaking API on deprecated methodCôme Chilliet2023-01-121-11/+0
| * Use a Generator for job list to fix background-job:list commandCôme Chilliet2023-01-101-9/+11
* | Merge pull request #36075 from fmenabe/s3-storage-classCôme Chilliet2023-01-162-1/+7
|\ \
| * | Manage s3 storage class in objectstoreFrançois Ménabé2023-01-122-1/+7
* | | 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
* | | | 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
* | | | | | improve link reference content-type check, accept 'text/html;*'Julien Veyssier2023-01-101-1/+3
| |_|_|/ / |/| | | |
* | | | | 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-102-142/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | chore(OCP): Remove deprecated dashboard interfaces and classesJulius Härtl2023-01-032-142/+1
| |/ / /
* | / / in the link reference provider, check if the link content type begins with te...Julien Veyssier2023-01-091-1/+3
| |/ / |/| |
* | | 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-052-4/+22
|\ \ \
| * | | PublickKeyTokenProvider: Fix password update routine with password hashMarcel Klehr2023-01-042-4/+22
| |/ /
* | | Merge pull request #35981 from nextcloud/followup/35965/const-for-max-passwor...Joas Schilling2023-01-051-1/+2
|\ \ \
| * | | Add a const for the max user password lengthJoas Schilling2023-01-041-1/+2
| | |/ | |/|
* / | Show local time in avatar menuJoas Schilling2023-01-042-0/+89
|/ /
* | 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-041-0/+38
|\ \ \ | |_|/ |/| |
| * | refactor AutoSubmittedValue to Headers\AutoSubmitted and addingBennet Becker2023-01-031-7/+7
| * | use constant as default value in value getterBennet Becker2022-12-261-1/+1
| * | fix static-analysis error and formatting codeBennet Becker2022-12-231-6/+11
| * | 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-231-0/+33
| |/
* | Suppress last psalm error until upstream fix is released and includedCôme Chilliet2023-01-021-0/+1
* | Small fix in OC_APICôme Chilliet2023-01-021-5/+2
* | Fix psalm spotted errors with new requirementsCôme Chilliet2023-01-024-6/+5
* | Revert "avatar generation - disable setimageformat"Simon L2022-12-291-2/+1
* | avatar generation - disable setimageformatSimon L2022-12-271-1/+2
|/