summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | Respect user enumeration settings in user status listsJonas Meurer2021-10-203-7/+101
|/ / / / / / / / / / /
* | | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-10-202-0/+2
* | | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-10-2068-194/+472
|/ / / / / / / / / /
* | | | | | | | | | Add missing trailing commas in DAV availability settingsChristoph Wurst2021-10-192-3/+3
* | | | | | | | | | Fix missing app version increment to trigger migrationsJoas Schilling2021-10-191-1/+1
* | | | | | | | | | Merge pull request #28751 from nextcloud/feat/28139/profile-pagePytal2021-10-1870-560/+3412
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Profile frontendChristopher Ng2021-10-1965-463/+3053
| * | | | | | | | | | Profile backendChristopher Ng2021-10-193-38/+146
| * | | | | | | | | | Add new account propertiesChristopher Ng2021-10-193-68/+222
* | | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-10-1994-76/+140
* | | | | | | | | | | Merge pull request #27466 from nextcloud/feature/dav-scheduling-availability-...Christoph Wurst2021-10-1819-3/+2710
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add scheduling availability settingsChristoph Wurst2021-10-1819-3/+2710
| | |_|/ / / / / / / / | |/| | | | | | | | |
* / | | | | | | | | | Add an API to set and rollback the user statusCarl Schwan2021-10-1811-15/+237
|/ / / / / / / / / /
* / / / / / / / / / Deprecate PHP7.3 for Nextcloud 23Christoph Wurst2021-10-181-1/+1
|/ / / / / / / / /
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-10-1810-10/+0
* | | | | | | | | Merge pull request #29279 from nextcloud/Valdnet-patch-1Daniel2021-10-171-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | l10n: Spelling unificationValdnet2021-10-171-1/+1
* | | | | | | | | | Bump core-js from 3.18.2 to 3.18.3dependabot[bot]2021-10-1748-60/+60
|/ / / / / / / / /
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-10-1712-94/+104
* | | | | | | | | Merge pull request #28991 from nextcloud/feature/bulk_uploadJulius Härtl2021-10-1611-0/+824
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Clean BulkUpload pluginLouis Chemineau2021-10-1618-2543/+665
| * | | | | | | | | Add benchmark testsLouis Chemineau2021-10-157-231/+174
| * | | | | | | | | Add BulkUpload DAV pluginLouis Chemineau2021-10-1515-4/+2763
* | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-10-16370-370/+370
* | | | | | | | | | Merge pull request #29240 from nextcloud/work/admin-delegation-implementationCarl Schwan2021-10-1517-45/+265
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add support for Delegation Settings for more appsCarl Schwan2021-10-1517-45/+265
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #29210 from nextcloud/work/status-navbar-vueCarl Schwan2021-10-159-142/+332
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add current status in navbarCarl Schwan2021-10-159-142/+332
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #29090 from nextcloud/bug/noid/disable-versions-expire-bac...Vincent Petry2021-10-152-3/+90
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add configuration flag to disable the background job for files_versionsDaniel Kesselberg2021-10-112-3/+90
* | | | | | | | | | | Merge pull request #29125 from nextcloud/bug/noid/disable-trash-expire-backgr...Daniel2021-10-152-18/+65
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | Add configuration flag to disable the background job for files_trashbinDaniel Kesselberg2021-10-112-18/+65
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #29185 from nextcloud/revert-29165-bug/noid/s3-delete-fold...Robin Appelman2021-10-151-23/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Revert "Delete S3 versions in rmdir"Vincent Petry2021-10-121-23/+1
* | | | | | | | | | Merge pull request #29188 from nextcloud/enhancement/public-write-apiDaniel2021-10-156-10/+128
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add create method to extended calendar implementationAnna Larch2021-10-156-10/+128
* | | | | | | | | | | Merge pull request #27217 from nextcloud/techdebt/noid/make-debugging-a-cron-...John Molakvoæ2021-10-1525-50/+50
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Bump autoloaderJoas Schilling2021-10-1425-50/+50
* | | | | | | | | | | | Merge pull request #29180 from nextcloud/bug/27798/fix-php-error-in-ldap-accessJohn Molakvoæ2021-10-1512-116/+207
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Use Psr\Log\LoggerInterface where it can easily be used in user_ldapCôme Chilliet2021-10-145-78/+136
| * | | | | | | | | | | | Fix two mistakes in previous migration to LoggerInterface in OCA\User_LDAP\Ac...Côme Chilliet2021-10-142-2/+3
| * | | | | | | | | | | | Use Psr\Log\LoggerInterface in OCA\User_LDAP\AccessCôme Chilliet2021-10-126-37/+65
| * | | | | | | | | | | | Avoid PHP errors when the LDAP attribute is not foundCôme Chilliet2021-10-121-1/+5
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-10-154-0/+42
* | | | | | | | | | | | Change return type to correct typeAnna Larch2021-10-141-1/+1
| |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #28250 from pjft/patch-3Louis2021-10-142-1/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix bug introduced on drag and drop external filespjft2021-08-132-1/+7
* | | | | | | | | | | | Merge pull request #27194 from nextcloud/new-ftpJohn Molakvoæ2021-10-143-112/+567
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | ftp ci improvementsRobin Appelman2021-10-071-1/+1
| * | | | | | | | | | | update copyright headerRobin Appelman2021-10-071-1/+2