summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #34832 from ↵Joas Schilling2022-10-284-0/+51
|\ | | | | | | | | nextcloud/bugfix/noid/allow-to-conditionally-enable-dashboard-widgets Allow to conditionally enable dashboard widgets
| * Allow to conditionally enable dashboard widgetsJoas Schilling2022-10-274-0/+51
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2022-10-286-2/+204
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #34847 from ↵Joas Schilling2022-10-273-5/+5
|\ \ | | | | | | | | | | | | nextcloud/refactor/local-address-checker-method-capitalization Rename LocalAddressChecker methods to lower case
| * | Rename LocalAddressChecker methods to lower caseChristoph Wurst2022-10-273-5/+5
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Emit typed event when preview is requestedJulius Härtl2022-10-276-19/+81
|/ / | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / Continue registering and loading other dashboard widgets when one failed ↵Joas Schilling2022-10-271-4/+7
|/ | | | | | creation Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-276-8/+54
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* allow disabling object store write checkRobin Appelman2022-10-261-1/+7
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #34809 from nextcloud/artonge/fix/getMetadata_return_typeLouis2022-10-261-1/+1
|\ | | | | Fix getMetadata return type
| * Fix getMetadata return typeLouis Chemineau2022-10-261-1/+1
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | 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 LDAP
| * | Skip general login with email for non-valid addresses and LDAPJulius Härtl2022-10-261-0/+12
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2022-10-264-2/+4
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #34774 from nextcloud/fix/fair-use-ldap-fixCôme Chilliet2022-10-254-3/+46
|\ \ | |/ |/| Expose mapped user count from LDAP and use that for user limit check
| * Fix autoloadersCôme Chilliet2022-10-252-0/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Update lib/public/User/Backend/ICountMappedUsersBackend.phpCôme Chilliet2022-10-251-2/+2
| | | | | | | | Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
| * Add missing fileCôme Chilliet2022-10-241-0/+39
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Expose mapped user count from LDAP and use that for user limit checkCôme Chilliet2022-10-241-3/+5
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-10-256-0/+16
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #34756 from ↵Simon L2022-10-241-1/+3
|\ \ | |/ |/| | | | | nextcloud/revert-33087-fix/30282/external-storages Revert "fix external storages access"
| * Revert "fix external storages access"Simon L2022-10-231-1/+3
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | [tx-robot] updated from transifexNextcloud bot2022-10-2410-34/+104
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #33087 from nextcloud/fix/30282/external-storagesJohn Molakvoæ2022-10-231-3/+1
|\ | | | | fix external storages access
| * fix external storages accessszaimen2022-07-011-3/+1
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | [tx-robot] updated from transifexNextcloud bot2022-10-2310-26/+40
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-10-2262-62/+62
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33945 from nextcloud/fix/noid/fair-use-ldapSimon L2022-10-217-19/+137
|\ \ | | | | | | LDAP to not register new users when outside of fair use or over limits
| * | extended hint messageblizzz2022-10-211-1/+1
| | | | | | | | | | | | Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
| * | improve admin notification experienceArthur Schiwon2022-10-181-8/+27
| | | | | | | | | | | | | | | | | | | | | | | | - do not stack notifications, replace them - and replace them once a day only - with LDAP it might end in total spam terror (also push) otherwise Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | LDAP to no register new users when outside of fair use or over limitsArthur Schiwon2022-10-186-11/+110
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #34136 from nextcloud/fix/default-channelblizzz2022-10-211-11/+13
|\ \ \ | | | | | | | | on installation save channel to config.php if not stable
| * | | on installation save channel to config.php if not stableArthur Schiwon2022-10-211-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - the default channel to the NC server is what is provided in /version.php unless it is overridden in config.php - the default channel to the NC Updater however is 'stable' - this resultant in inconsistent results and confusing admin experience - therefore "stable" is considered default and other channels are being written to config.php now upon installation Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #34579 from nextcloud/unencrypted-size-nullVincent Petry2022-10-211-1/+1
|\ \ \ \ | | | | | | | | | | fix null error in getUnencryptedSize
| * | | | fix null error in getUnencryptedSizeRobin Appelman2022-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Use proper error pages instead of always redirectingJulius Härtl2022-10-214-11/+27
| |/ / / |/| | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | [tx-robot] updated from transifexNextcloud bot2022-10-214-10/+16
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #34688 from ↵Simon L2022-10-201-7/+32
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/34673/dont-crash-with-outdated-share-providers Don't crash with outdated share provider on update with the web updater
| * | | | Fix PHP CSJoas Schilling2022-10-201-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Also catch in getProviderJoas Schilling2022-10-201-3/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Don't crash with outdated share providerJoas Schilling2022-10-201-4/+23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #34685 from nextcloud/fix-alt-login-classSimon L2022-10-201-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix alternative logins custom css class
| * | | | | Fix alternative logins custom css classzorn-v2022-10-201-1/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | In NC 25 login page was changed, and alternative login css class get from `class` prop but not `style`. It is correct change in my opinion, so just add backend fix. Signed-off-by: zorn-v <zorn7@yandex.ru>
* | | | | Merge pull request #34624 from nextcloud/fix/files_external_psalmCarl Schwan2022-10-2017-210/+209
|\ \ \ \ \ | |/ / / / |/| | | | Multiple fix for files external
| * | | | Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-1817-210/+209
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Add config and fix seleniumJohn Molakvoæ2022-10-191-9/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | Cleanup ie and old edge propertiesJohn Molakvoæ (skjnldsv)2022-10-192-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-10-192-0/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Add rate limiting on lost password emailsCôme Chilliet2022-10-181-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #34628 from nextcloud/fix/files_sharing_psalmCarl Schwan2022-10-184-4/+4
|\ \ \ \ \ | | | | | | | | | | | | Various psalm fixes in files_sharing