summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #33266 from nextcloud/bugfix/noid/skip-content-publicVincent Petry2022-07-201-2/+2
|\
| * Add skip content buttons to the public page layoutJulius Härtl2022-07-181-2/+2
* | fix loading legacy app.php with multi app dirArthur Schiwon2022-07-181-1/+1
|/
* Merge pull request #32981 from nextcloud/typing/carl/simplefsCarl Schwan2022-07-183-60/+31
|\
| * Add typing to SimpleFSCarl Schwan2022-07-143-60/+31
* | Merge pull request #27929 from nextcloud/enh/allowSsoToProvideSecretblizzz2022-07-181-2/+6
|\ \
| * | Allow SSO authentication to provide a user secretMichaIng2022-07-121-2/+6
* | | Merge pull request #33064 from nextcloud/feat/capped-memorycache-ocpCarl Schwan2022-07-1814-13/+14
|\ \ \
| * | | Move CappedMemoryCache to OCPCarl Schwan2022-07-1414-13/+14
| |/ /
* | | Merge pull request #32963 from nextcloud/s3-crt-bundle-downloadDaniel2022-07-182-12/+24
|\ \ \
| * | | only use nextcloud bundle when explicitly enabledRobin Appelman2022-07-052-10/+15
| * | | also use nextcloud certificate bundle when downloading from s3Robin Appelman2022-07-052-10/+17
* | | | Allow to override #app-content and #app-navigation hrefs for content skippingJulius Härtl2022-07-161-0/+3
| |/ / |/| |
* | | Merge pull request #32552 from nextcloud/enh/improve-job-handling-commandsCôme Chilliet2022-07-121-62/+51
|\ \ \
| * | | Fix typing in IJobListCôme Chilliet2022-07-111-8/+4
| * | | Code cleaning of Background/ListCommandCôme Chilliet2022-07-111-3/+6
| * | | Add command to list jobsCôme Chilliet2022-07-111-1/+17
| * | | Clean up JobList classCôme Chilliet2022-07-111-52/+26
* | | | Fix listening for circle events in SetupManagerJonas2022-07-121-4/+4
* | | | Merge pull request #32973 from nextcloud/cleanup/avatar-codeCarl Schwan2022-07-117-189/+186
|\ \ \ \ | |/ / / |/| | |
| * | | Make Color class publicCarl Schwan2022-07-055-52/+21
| * | | Cleanup avatar related codeCarl Schwan2022-06-227-151/+179
| | |/ | |/|
* | | Merge pull request #32865 from nextcloud/bugfix/remove-unecessary-rowblizzz2022-07-082-7/+2
|\ \ \
| * | | Set as optional argumentVitor Mattos2022-06-131-1/+1
| * | | Remove unecessary row and make compatible with db schemaVitor Mattos2022-06-132-6/+1
* | | | Merge pull request #33110 from nextcloud/feat/handle-onetime-password-largeblizzz2022-07-081-2/+5
|\ \ \ \
| * | | | Handler large passwordsCarl Schwan2022-07-051-1/+4
| * | | | Handle one time passwordsCarl Schwan2022-07-051-1/+1
* | | | | Only ignore attempts of the same actionJoas Schilling2022-07-071-4/+4
* | | | | Merge pull request #33052 from nextcloud/fix/set-display-nameJoas Schilling2022-07-061-0/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Do not save invalid display name to the databaseChristopher Ng2022-06-281-0/+4
* | | | | Allow to expire comments of multiple objects with one callJoas Schilling2022-07-011-5/+9
| |/ / / |/| | |
* | | | Fix detection of firefox in ContentSecurityPolicyNonceManagerCarl Schwan2022-06-291-4/+2
* | | | Check whether entry is of type ICacheEntry in Cache->remove()Jonas2022-06-291-1/+1
* | | | Merge pull request #32994 from nextcloud/fix/extended-query-searchCarl Schwan2022-06-292-5/+9
|\ \ \ \
| * | | | Search without join on filecache_extendedCarl Schwan2022-06-232-5/+9
| | |_|/ | |/| |
* | | | Merge pull request #33042 from nextcloud/bugfix/noid/extend-email-loggingJoas Schilling2022-06-281-0/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Extend email loggingJoas Schilling2022-06-281-0/+3
* | | | Merge pull request #32982 from nextcloud/fix/metadata-extractionCarl Schwan2022-06-281-1/+1
|\ \ \ \
| * | | | Fix metadata extractionCarl Schwan2022-06-221-1/+1
| | |/ / | |/| |
* | | | Merge pull request #32960 from nextcloud/fix/avoid-using-undeclared-propertiesCôme Chilliet2022-06-286-66/+30
|\ \ \ \ | |_|/ / |/| | |
| * | | composer run cs:fixCôme Chilliet2022-06-212-2/+0
| * | | Fix PHP 8.2 warnings about undeclared propertiesCôme Chilliet2022-06-216-65/+31
* | | | Merge pull request #32998 from nextcloud/fix/setting_nameLouis2022-06-272-2/+2
|\ \ \ \
| * | | | Rename setting name to reduce its lengthLouis Chemineau2022-06-272-2/+2
* | | | | Merge pull request #32863 from nextcloud/feature/add-comments-expire-dateblizzz2022-06-242-0/+37
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add comments expire dateVitor Mattos2022-06-152-0/+37
| | |_|/ | |/| |
* | | | Merge pull request #32980 from nextcloud/fix/32887/dashboard-load-only-enable...blizzz2022-06-233-16/+25
|\ \ \ \
| * | | | avoid early DI of IAppManagerArthur Schiwon2022-06-221-3/+5
| * | | | load widgets only of enabled appsArthur Schiwon2022-06-223-16/+23
| | |_|/ | |/| |