summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #34929 from nextcloud/chore/deprecate-app-container-aliasesRoeland Jago Douma2022-11-071-6/+9
|\
| * Clean up and deprecate app container aliasesChristoph Wurst2022-11-021-6/+9
* | Merge pull request #34937 from nextcloud/fix/do-not-crash-on-extension-withou...Simon L2022-11-071-1/+8
|\ \
| * | Suppress false-positives from psalm, waiting for fix upstreamCôme Chilliet2022-11-071-0/+4
| * | Avoid a crash when a PHP extension has no versionCôme Chilliet2022-11-031-1/+4
| |/
* | Limit-number-of-concurrent-preview-generationsszaimen2022-11-052-21/+134
* | Merge pull request #34775 from nextcloud/bugfix/noid/mailer-set-toJulius Härtl2022-11-041-7/+11
|\ \
| * | Do not throw errors when invalid setTo email is providedJulius Härtl2022-11-031-7/+11
* | | Merge pull request #34834 from nextcloud/bugfix/noid/skeleton-size-calcVincent Petry2022-11-041-1/+1
|\ \ \
| * | | Use proper storage method for writing skeleton filesJulius Härtl2022-10-271-1/+1
* | | | Merge pull request #34934 from nextcloud/bugfix/noid/session-reopen-readJulius Härtl2022-11-031-2/+5
|\ \ \ \
| * | | | Do not remove complete encrypted session key when just a key should be removedJulius Härtl2022-11-031-1/+0
| * | | | Read encrypted session data again on reopenJulius Härtl2022-11-031-1/+5
* | | | | Merge pull request #34678 from pulsejet/patch-jpegCôme Chilliet2022-11-031-0/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Interlace all output JPEGVarun Patil2022-10-251-0/+4
* | | | | Merge pull request #34893 from nextcloud/fix/move-imip-to-separate-interfaceChristoph Wurst2022-11-031-2/+4
|\ \ \ \ \
| * | | | | Move iMIP to it's own interfaceAnna Larch2022-11-031-2/+4
| | |_|_|/ | |/| | |
* | | | | Merge pull request #32565 from nextcloud/chore/modernize-error-handlerChristoph Wurst2022-11-031-45/+39
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Log all deprecations with debug levelChristoph Wurst2022-11-021-0/+1
| * | | | Refactor the ErrorHandler into a dynamic classChristoph Wurst2022-11-021-45/+38
* | | | | Merge pull request #34852 from nextcloud/enhancement/host-validator-apiChristoph Wurst2022-11-038-131/+259
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add remote host validation APIChristoph Wurst2022-10-318-131/+259
| |/ / /
* | | | Merge pull request #34907 from nextcloud/enh/noid/remove-32bit-compatibilitiySimon L2022-11-024-32/+5
|\ \ \ \
| * | | | fix psalmszaimen2022-11-021-1/+1
| * | | | remove 32-bit workaroundsszaimen2022-11-024-31/+4
| |/ / /
* / / / disable upgrades to 26 for 32-bitszaimen2022-11-011-0/+4
|/ / /
* | | Add Talk converstation delete APIChristoph Wurst2022-10-311-0/+8
* | | Merge pull request #34832 from nextcloud/bugfix/noid/allow-to-conditionally-e...Joas Schilling2022-10-281-0/+5
|\ \ \
| * | | Allow to conditionally enable dashboard widgetsJoas Schilling2022-10-271-0/+5
| | |/ | |/|
* | | Merge pull request #34847 from nextcloud/refactor/local-address-checker-metho...Joas Schilling2022-10-273-5/+5
|\ \ \
| * | | Rename LocalAddressChecker methods to lower caseChristoph Wurst2022-10-273-5/+5
* | | | Emit typed event when preview is requestedJulius Härtl2022-10-273-19/+28
|/ / /
* / / Continue registering and loading other dashboard widgets when one failed crea...Joas Schilling2022-10-271-4/+7
|/ /
* | allow disabling object store write checkRobin Appelman2022-10-261-1/+7
* | Merge pull request #34809 from nextcloud/artonge/fix/getMetadata_return_typeLouis2022-10-261-1/+1
|\ \
| * | Fix getMetadata return typeLouis Chemineau2022-10-261-1/+1
* | | Merge pull request #34804 from nextcloud/bugfix/noid/ldap-login-filter-no-mailVincent Petry2022-10-261-0/+12
|\ \ \ | |/ / |/| |
| * | Skip general login with email for non-valid addresses and LDAPJulius Härtl2022-10-261-0/+12
* | | Merge pull request #34774 from nextcloud/fix/fair-use-ldap-fixCôme Chilliet2022-10-251-3/+5
|\ \ \ | |/ / |/| |
| * | Expose mapped user count from LDAP and use that for user limit checkCôme Chilliet2022-10-241-3/+5
* | | Revert "fix external storages access"Simon L2022-10-231-1/+3
|/ /
* | Merge pull request #33087 from nextcloud/fix/30282/external-storagesJohn Molakvoæ2022-10-231-3/+1
|\ \
| * | fix external storages accessszaimen2022-07-011-3/+1
* | | Merge pull request #33945 from nextcloud/fix/noid/fair-use-ldapSimon L2022-10-214-19/+89
|\ \ \
| * | | extended hint messageblizzz2022-10-211-1/+1
| * | | improve admin notification experienceArthur Schiwon2022-10-181-8/+27
| * | | LDAP to no register new users when outside of fair use or over limitsArthur Schiwon2022-10-183-11/+62
* | | | Merge pull request #34136 from nextcloud/fix/default-channelblizzz2022-10-211-11/+13
|\ \ \ \
| * | | | on installation save channel to config.php if not stableArthur Schiwon2022-10-211-11/+13
* | | | | Merge pull request #34579 from nextcloud/unencrypted-size-nullVincent Petry2022-10-211-1/+1
|\ \ \ \ \