summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Fix type for resourceDaniel Kesselberg2022-05-241-1/+1
| * | | | | 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
| * | | | | | Add the ISizeEstimationMigrator interface for method getExportEstimatedSizeCôme Chilliet2022-05-302-8/+43
| * | | | | | 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 #32349 from nextcloud/enh/projects-eventCarl Schwan2022-05-271-0/+40
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Introduce event for loading additional script on projectsJulius Härtl2022-05-121-0/+40
| * | | | | 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-242-0/+175
| |\ \ \ \ \ \
| | * | | | | | Add API to change preferencesJoas Schilling2022-05-232-0/+175
| | |/ / / / /
| * / / / / / Adjust docs to the same as the implementationJoas Schilling2022-05-231-1/+1
| |/ / / / /
| * | | | | Merge pull request #32378 from nextcloud/fix/psalm-userbackendCarl Schwan2022-05-235-9/+8
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Fix psalm issues related to the user backendCarl Schwan2022-05-205-9/+8
| * | | | | 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 #32404 from nextcloud/debt/noid/psalm-warning-iaddressbookCôme Chilliet2022-05-171-1/+0
| |\ \ \ \
| | * | | | Drop redundanten return commentDaniel Kesselberg2022-05-151-1/+0
| | |/ / /
* | / / / expose displayname cache trough a public interfaceRobin Appelman2022-05-181-0/+11
|/ / / /
* | | | Merge pull request #32405 from nextcloud/debt/noid/psalm-warning-isearchrequestJohn Molakvoæ2022-05-171-1/+1
|\ \ \ \
| * | | | Fix spelling for return typeDaniel Kesselberg2022-05-151-1/+1
| |/ / /
* | | / Allow to tweak default scopes for accountsThomas Citharel2022-05-161-0/+36
| |_|/ |/| |
* | | Fix psalm errors fron the end of the baseline fileCarl Schwan2022-05-163-5/+5
* | | Merge pull request #31662 from nextcloud/modernize-contactmenuJohn Molakvoæ2022-05-133-17/+13
|\ \ \
| * | | Modernize contacts menuThomas Citharel2022-05-123-17/+13
* | | | Merge pull request #32384 from nextcloud/improve-psalm-server-getJohn Molakvoæ2022-05-131-2/+3
|\ \ \ \
| * | | | Improve psalm annotation to make it stricterCarl Schwan2022-05-131-2/+3
| | |/ / | |/| |
* / | | Fix psalm warning for zip response due wrong typeDaniel Kesselberg2022-05-131-4/+4
|/ / /
* | | Merge pull request #32077 from nextcloud/cleanup/lockCarl Schwan2022-05-121-19/+17
|\ \ \ | |/ / |/| |
| * | Cleanup lock related codeCarl Schwan2022-05-121-19/+17
* | | Merge pull request #32344 from nextcloud/fix/always-free-db-result-qbmapper-f...Joas Schilling2022-05-121-9/+8
|\ \ \
| * | | Always free the DB result in QBMapper::findEntitiesChristoph Wurst2022-05-121-9/+8
| | |/ | |/|
* | | Merge pull request #32339 from nextcloud/appdatafactory-publicCarl Schwan2022-05-121-0/+21
|\ \ \ | |/ / |/| |
| * | Make it possible to get the appdata folder using the public APICarl Schwan2022-05-111-0/+21
* | | Add talk-poll to the ROS definitionsJoas Schilling2022-05-111-0/+19
|/ /
* | Merge pull request #31900 from nextcloud/feat/server-container-publicCarl Schwan2022-05-103-0/+57
|\ \
| * | Add a public replacement for OC::$server->getCarl Schwan2022-05-103-0/+57
* | | Merge pull request #32113 from nextcloud/bugfix/noid/fix-csp-merging-boolsVincent Petry2022-05-051-1/+1
|\ \ \ | |/ / |/| |
| * | Add CSP policy merge priority for booleansVincent Petry2022-04-011-1/+1
* | | Merge pull request #31963 from nextcloud/feat/use_setting_in_dav_searchLouis2022-05-041-0/+16
|\ \ \
| * | | Use email settings in DAV searchLouis Chemineau2022-04-191-1/+9
| * | | Use share setting in DAV searchLouis Chemineau2022-04-191-0/+8
| | |/ | |/|
* | | Extract the EmojiService from user status and add an OCP interfaceJoas Schilling2022-04-281-0/+39
* | | tell mysql to ignore the sort index for search queriesRobin Appelman2022-04-221-1/+1
|/ /
* | Merge pull request #31839 from nextcloud/feat/metadata-serverVincent Petry2022-04-144-0/+17
|\ \
| * | Add a metadata service to store file metadataCarl Schwan2022-04-134-0/+17
* | | Fix migrators according to exceptionsVincent Petry2022-04-131-1/+1
* | | Adapt user_migration APIs to have information about failuresCôme Chilliet2022-04-132-8/+23
|/ /