aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Correctly handle Redis::keys returning falseCôme Chilliet2022-09-291-1/+1
* | | | | | | | Merge pull request #34322 from nextcloud/bugfix/noid/limit-url-matching-to-httpsJulius Härtl2022-09-301-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Only match http(s) URLs for referencesJoas Schilling2022-09-291-1/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Cleanup tags and Share componentCarl Schwan2022-09-2913-778/+480
| |/ / / / / / |/| | | | | |
* | | | | | | unbundle files_videoplayer and clean up a littleArthur Schiwon2022-09-294-4/+60
|/ / / / / /
* | | | | | Merge pull request #34306 from nextcloud/fix/noid/step-file-not-movedblizzz2022-09-281-1/+1
|\ \ \ \ \ \
| * | | | | | fix default value for updatedirectory settingArthur Schiwon2022-09-281-1/+1
* | | | | | | Merge pull request #34152 from nextcloud/bugfix/noid/db-password-installVincent Petry2022-09-281-0/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Do not store generated mysql password if it was not usedJulius Härtl2022-09-201-0/+3
* | | | | | | Merge pull request #34142 from nextcloud/move-background-clearingJoas Schilling2022-09-275-14/+56
|\ \ \ \ \ \ \
| * | | | | | | Move avatar clearing in the backgroundCarl Schwan2022-09-265-14/+56
| | |_|/ / / / | |/| | | | |
* / | | | | | [tx-robot] updated from transifexNextcloud bot2022-09-272-0/+8
|/ / / / / /
* | | | | | Add sinceJoas Schilling2022-09-261-9/+97
* | | | | | Move Reference class to public namespaceJulius Härtl2022-09-266-6/+6
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-09-252-2/+2
* | | | | | Merge pull request #34220 from nextcloud/fix-php-cs-setupJohn Molakvoæ2022-09-241-1/+0
|\ \ \ \ \ \
| * | | | | | Make phpcs happy and remove unused setup thingVincent Petry2022-09-231-1/+0
| | |_|_|/ / | |/| | | |
* / | | | | [tx-robot] updated from transifexNextcloud bot2022-09-242-0/+102
|/ / / / /
* | | | | [tx-robot] updated from transifexNextcloud bot2022-09-238-2/+214
* | | | | update autoloaderArthur Schiwon2022-09-222-4/+0
* | | | | remove getDefaultInstallationBundleArthur Schiwon2022-09-222-31/+4
* | | | | remove InstallCoreBundle repair stepArthur Schiwon2022-09-222-86/+0
* | | | | remove Core BundleArthur Schiwon2022-09-222-43/+0
* | | | | Merge pull request #34160 from nextcloud/fix/detect-weird-local-ipsVincent Petry2022-09-222-15/+20
|\ \ \ \ \
| * | | | | Fix tests for nested v4 in v6Côme Chilliet2022-09-201-14/+6
| * | | | | Use new dependency to normalize IPsCôme Chilliet2022-09-201-0/+13
| * | | | | Add missing urldecode and idn_to_utf8 calls to local address checkerCôme Chilliet2022-09-202-2/+2
| | |/ / / | |/| | |
* | | | | [tx-robot] updated from transifexNextcloud bot2022-09-226-4/+6
* | | | | Allow CSRF on CORS routesJonas Rittershofer2022-09-212-1/+5
* | | | | Merge pull request #34147 from nextcloud/bugfix/noid/fix-avatar-cleanup-on-us...Joas Schilling2022-09-204-10/+10
|\ \ \ \ \
| * | | | | Rebuild autoloaderJoas Schilling2022-09-202-2/+2
| * | | | | Fix avatar cleanup on user deleteJoas Schilling2022-09-192-8/+8
* | | | | | Fix FFMPEG preview managerJoas Schilling2022-09-201-3/+3
| |_|/ / / |/| | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2022-09-204-0/+4
|/ / / /
* / / / Revert "Make config file saving safe against write failures"Joas Schilling2022-09-191-29/+25
|/ / /
* | | Merge pull request #32740 from jasperweyne/patch-2Carl Schwan2022-09-191-0/+2
|\ \ \
| * \ \ Merge branch 'master' into patch-2Jasper Weyne2022-08-11227-1270/+2503
| |\ \ \
| * | | | Disable ~/.aws/config access by S3ConnectionTraitJasper Weyne2022-06-071-0/+2
* | | | | [tx-robot] updated from transifexNextcloud bot2022-09-198-4/+20
* | | | | [tx-robot] updated from transifexNextcloud bot2022-09-186-0/+24
* | | | | [tx-robot] updated from transifexNextcloud bot2022-09-17138-548/+558
* | | | | Merge pull request #34073 from nextcloud/login-email-filterVincent Petry2022-09-161-0/+3
|\ \ \ \ \
| * | | | | dont try email login if the provider username is not a valid emailRobin Appelman2022-09-141-0/+3
* | | | | | Merge pull request #24596 from kofemann/dcache-wormVincent Petry2022-09-161-0/+14
|\ \ \ \ \ \
| * | | | | | config: add a switch to control truncate before updateTigran Mkrtchyan2022-09-161-6/+12
| * | | | | | files: remove destination file before copying new content (WORM)Tigran Mkrtchyan2022-09-161-0/+2
| * | | | | | files: make OC\Files\Storage\Local WORM friendlyTigran Mkrtchyan2022-08-251-0/+6
* | | | | | | Merge pull request #34020 from nextcloud/logical-opVincent Petry2022-09-161-18/+12
|\ \ \ \ \ \ \
| * | | | | | | Switch logical operators (and|or)Git'Fellow2022-09-121-18/+12
* | | | | | | | Merge pull request #33658 from nextcloud/dashboard-api-widgetsVincent Petry2022-09-167-0/+269
|\ \ \ \ \ \ \ \