summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #32587 from nextcloud/bugfix/noid/improve-jsconfighelperJoas Schilling2022-05-311-54/+29
|\
| * Restore old behaviour of sending flase for not found appsJoas Schilling2022-05-301-2/+6
| * Improve JSConfigHelper code quality a bitJoas Schilling2022-05-301-53/+24
* | Merge pull request #32628 from nextcloud/bugfix/noid/json-throwJoas Schilling2022-05-311-7/+1
|\ \
| * | Use JSON_THROW_ON_ERROR instead of custom error handlingJulius Härtl2022-05-301-7/+1
* | | [tx-robot] updated from transifexNextcloud bot2022-05-312-0/+2
* | | Merge pull request #32206 from nextcloud/enh/migrator-add-estimatedsize-getterPytal2022-05-303-0/+45
|\ \ \ | |/ / |/| |
| * | Add the ISizeEstimationMigrator interface for method getExportEstimatedSizeCôme Chilliet2022-05-304-8/+45
| * | Implement getExportEstimatedSize in migratorsCôme Chilliet2022-05-301-1/+1
| * | Add a method to get estimated export size in IMigratorCôme Chilliet2022-05-301-0/+8
| |/
* | Merge pull request #32634 from nextcloud/debt/noid/psalm-moveable-mountCôme Chilliet2022-05-301-1/+0
|\ \
| * | Fix docblock for return typeDaniel Kesselberg2022-05-271-1/+0
* | | Merge pull request #31948 from nextcloud/core-cleanup-74Carl Schwan2022-05-302-17/+5
|\ \ \
| * | | Update core to PHP 7.4 standardCarl Schwan2022-05-202-17/+5
* | | | Merge pull request #32655 from nextcloud/fix/handle-non-existing-settingsCarl Schwan2022-05-301-2/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Handle non existing settings againCarl Schwan2022-05-301-2/+7
* | | | [tx-robot] updated from transifexNextcloud bot2022-05-292-0/+4
| |_|/ |/| |
* | | Merge pull request #32349 from nextcloud/enh/projects-eventCarl Schwan2022-05-275-7/+72
|\ \ \
| * | | Introduce event for loading additional script on projectsJulius Härtl2022-05-125-7/+72
* | | | Merge pull request #32592 from nextcloud/fix/noid/allow-rememberme-token-apac...Julius Härtl2022-05-271-0/+1
|\ \ \ \
| * | | | allow use of rememberme cookies for IApacheAuth backendsArthur Schiwon2022-05-251-0/+1
| | |/ / | |/| |
* / | | Move Gd failed operations to debug levelGit'Fellow2022-05-251-20/+18
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2022-05-252-2/+2
* | | Merge pull request #32555 from nextcloud/fix/revert-api-breakCôme Chilliet2022-05-241-2/+2
|\ \ \
| * | | Revert api breakCarl Schwan2022-05-241-2/+2
* | | | Merge pull request #32560 from nextcloud/feature/noid/preferences-apiJoas Schilling2022-05-244-0/+179
|\ \ \ \
| * | | | Add API to change preferencesJoas Schilling2022-05-234-0/+179
| |/ / /
* | | | Merge pull request #32554 from nextcloud/followup/32378/adjust-docs-on-interfaceJoas Schilling2022-05-241-1/+1
|\ \ \ \
| * | | | Adjust docs to the same as the implementationJoas Schilling2022-05-231-1/+1
| |/ / /
* / / / [tx-robot] updated from transifexNextcloud bot2022-05-2446-484/+484
|/ / /
* | | Merge pull request #32378 from nextcloud/fix/psalm-userbackendCarl Schwan2022-05-2311-41/+54
|\ \ \
| * | | Fix psalm issues related to the user backendCarl Schwan2022-05-2011-41/+54
* | | | [tx-robot] updated from transifexNextcloud bot2022-05-232-0/+4
* | | | Merge pull request #32486 from nextcloud/debt/noid/psalm-usernameCarl Schwan2022-05-202-4/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix return type for createSpecificUserDaniel Kesselberg2022-05-191-2/+1
| * | | Rename userName to username to align with child classesDaniel Kesselberg2022-05-191-2/+2
* | | | Make appName of TemplateResponse accessible in BeforeTemplateRenderedEventJoas Schilling2022-05-201-0/+9
* | | | Merge pull request #32406 from nextcloud/debt/noid/psalm-warning-idbconnectionJoas Schilling2022-05-201-1/+1
|\ \ \ \
| * | | | Fix spelling for PreConditionNotMetExceptionDaniel Kesselberg2022-05-151-1/+1
| | |/ / | |/| |
* | | | Merge pull request #32410 from nextcloud/bugfix/noid/imaginary-exceptionJohn Molakvoæ2022-05-201-2/+7
|\ \ \ \
| * | | | Add explicit return if getSmallImagePreview failsJulius Härtl2022-05-191-2/+7
* | | | | Fix crop conditionCarl Schwan2022-05-191-4/+11
| |_|/ / |/| | |
* | | | [tx-robot] updated from transifexNextcloud bot2022-05-192-2/+2
* | | | Merge pull request #32451 from nextcloud/fix/cropped-image-when-not-askedCarl Schwan2022-05-181-1/+2
|\ \ \ \
| * | | | Fix cropped image generated when not askedCarl Schwan2022-05-171-1/+2
* | | | | Merge pull request #26813 from nextcloud/feature/files-search-tagsSimon L2022-05-183-7/+22
|\ \ \ \ \
| * | | | | Files: Extend search to also cover tagsMarcel Klehr2022-05-173-7/+22
* | | | | | Merge pull request #32404 from nextcloud/debt/noid/psalm-warning-iaddressbookCôme Chilliet2022-05-171-1/+0
|\ \ \ \ \ \
| * | | | | | Drop redundanten return commentDaniel Kesselberg2022-05-151-1/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #32427 from nextcloud/boot-event-orderingRobin Appelman2022-05-171-5/+5
|\ \ \ \ \ \