summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Add IManager::getCalendarsForPrincipal APIChristoph Wurst2021-11-032-3/+12
* Merge pull request #29479 from nextcloud/fix/images-php-8.0Côme Chilliet2021-11-021-1/+1
|\
| * Fix resource usages in OC_ImageCôme Chilliet2021-10-281-1/+1
* | Register missing DAV app calendar providerChristoph Wurst2021-10-281-1/+2
|/
* Merge pull request #29444 from nextcloud/bugfix/noid/public-api-for-trusted-d...Joas Schilling2021-10-281-0/+56
|\
| * Add an OCP for trusted domain helperJoas Schilling2021-10-281-0/+56
* | Merge pull request #29453 from nextcloud/bugfix/noid/improve-wordingJohn Molakvoæ2021-10-271-2/+1
|\ \
| * | Improve wordingJoas Schilling2021-10-271-2/+1
| |/
* / Use more explicit naming for profile link actionChristopher Ng2021-10-251-2/+2
|/
* Fair use of push notificationsJoas Schilling2021-10-232-1/+15
* Merge branch 'master' into imountpoint-ocp-storageJohn Molakvoæ2021-10-22586-1538/+2564
|\
| * Bump doctrine/dbal from 3.0.0 to 3.1.3Christoph Wurst2021-10-221-2/+2
| * Move preview provider registration to bootstrapRoeland Jago Douma2021-10-212-0/+16
| * Change origin field to appIdJoas Schilling2021-10-202-7/+7
| * Add appName to contactsmenu action APIJohn Molakvoæ2021-10-202-2/+16
| * Merge pull request #28541 from nextcloud/path-prefix-index2Robin Appelman2021-10-191-1/+14
| |\
| | * disable path prefix index on postgresql for nowRobin Appelman2021-10-081-1/+14
| * | Merge pull request #28751 from nextcloud/feat/28139/profile-pagePytal2021-10-185-0/+203
| |\ \
| | * | Profile backendChristopher Ng2021-10-194-0/+194
| | * | Add new account propertiesChristopher Ng2021-10-191-0/+9
| * | | Add an API to set and rollback the user statusCarl Schwan2021-10-182-1/+22
| |/ /
| * | Merge pull request #29243 from nextcloud/bugfix/noid/ipropagator-sizedifferenceVincent Petry2021-10-181-1/+2
| |\ \
| | * | Add already used optional sizeDifference parameter to IPropagatorJulius Härtl2021-10-141-1/+2
| * | | Merge pull request #29188 from nextcloud/enhancement/public-write-apiDaniel2021-10-152-0/+74
| |\ \ \
| | * | | Add create method to extended calendar implementationAnna Larch2021-10-152-0/+74
| | |/ /
| * | | Bump since versionJoas Schilling2021-10-141-2/+2
| * | | Move queries to the joblistJoas Schilling2021-10-141-0/+15
| |/ /
| * | Add Public Calendar ProviderAnna Larch2021-10-145-0/+168
| * | Merge pull request #29187 from nextcloud/fix/noid/passwordless-app-password-g...Julius Härtl2021-10-131-3/+3
| |\ \
| | * | allow null password in UserLoggedInEventJulien Veyssier2021-10-131-3/+3
| | |/
| * | Merge pull request #26688 from nextcloud/enh/better-share-exceptiondebugJohn Molakvoæ2021-10-131-0/+14
| |\ \
| | * | Default message for ShareNotFound exceptionJohn Molakvoæ (skjnldsv)2021-08-181-0/+14
| * | | Merge pull request #29015 from nextcloud/enhancement/l10n-factory-find-generi...Christoph Wurst2021-10-131-5/+30
| |\ \ \
| | * | | Add L10n factory method for generic language heuristicsChristoph Wurst2021-10-131-5/+30
| | | |/ | | |/|
| * / | Keep group restrictions when reenabling apps after an updateJoas Schilling2021-10-131-6/+0
| |/ /
| * | Merge pull request #28608 from nextcloud/path-prefix-filterVincent Petry2021-10-072-0/+20
| |\ \
| | * | generate a better optimized query for path prefix search filtersRobin Appelman2021-08-262-0/+20
| * | | Merge pull request #27733 from PhrozenByte/enhancement/noid/IURLGenerator-lin...Julius Härtl2021-10-052-3/+17
| |\ \ \
| | * \ \ Merge branch 'master' into enhancement/noid/IURLGenerator-linkToDefaultPageUrlDaniel Rudolf2021-08-0419-21/+113
| | |\ \ \
| | * | | | Add RedirectToDefaultAppResponse::__construct() annotationsDaniel Rudolf2021-07-011-0/+3
| | * | | | Deprecate RedirectToDefaultAppResponseDaniel Rudolf2021-07-011-3/+2
| | * | | | Remove \OC::$server->getURLGenerator() usageDaniel Rudolf2021-07-011-1/+4
| | * | | | Add IUrlGenerator::linkToDefaultPageUrl()Daniel Rudolf2021-06-302-1/+10
| * | | | | Add admin privilege delegation for admin settingsCarl Schwan2021-09-292-5/+78
| * | | | | Use IRoomMetadata as source of truth for supported room typesRichard Steinmetz2021-09-211-1/+1
| * | | | | enable the user to set a primary (notification) email address (backend)Arthur Schiwon2021-09-092-1/+64
| * | | | | Confirm mails only per POSTArthur Schiwon2021-09-091-0/+7
| * | | | | add a job to clean up expired verification tokensArthur Schiwon2021-09-091-1/+1
| * | | | | fix parameter type hint in phpdocArthur Schiwon2021-09-091-1/+1
| * | | | | implement verification for additional mailsArthur Schiwon2021-09-092-0/+29