summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adapt test to User_Proxy constructorCôme Chilliet2022-10-251-7/+13
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix return type for countUsers methodCôme Chilliet2022-10-256-22/+20
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Make sure to use AccessFactory to create Access instances and use DICôme Chilliet2022-10-256-81/+53
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #34742 from nextcloud/add_well-known_changepasswordChristoph Wurst2022-10-246-4/+72
|\ | | | | Add .well-known/changepassword handler
| * Add .well-known/changepassword handlerRoeland Jago Douma2022-10-226-4/+72
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #34740 from nextcloud/fix/image/x-iconSimon L2022-10-241-24/+25
|\ \ | | | | | | Add ico image/x-icon
| * | Sort alphabeticallyJohn Molakvoæ2022-10-221-24/+24
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | Add ico image/x-iconJohn Molakvoæ2022-10-221-0/+1
| |/ | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Merge pull request #34626 from ↵Christoph Wurst2022-10-247-8/+15
|\ \ | | | | | | | | | | | | nextcloud/enhancement/rename-personal-groupware-settings-section-availability Rename personal Groupware settings section to "Availability"
| * | Rename personal Groupware settings section to "Availability"Christoph Wurst2022-10-177-8/+15
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2022-10-2434-64/+332
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #33087 from nextcloud/fix/30282/external-storagesJohn Molakvoæ2022-10-232-6/+2
|\ \ \ | | | | | | | | fix external storages access
| * | | fix external storages accessszaimen2022-07-012-6/+2
| | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | [tx-robot] updated from transifexNextcloud bot2022-10-2336-118/+168
| |_|/ |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-10-22202-294/+458
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #33945 from nextcloud/fix/noid/fair-use-ldapSimon L2022-10-2115-59/+261
|\ \ \ | | | | | | | | 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] throw exception only against prov apiArthur Schiwon2022-10-181-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - unbreaks functionality for end users when on demand mapping takes place 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-1814-51/+215
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #34136 from nextcloud/fix/default-channelblizzz2022-10-212-11/+16
|\ \ \ \ | | | | | | | | | | on installation save channel to config.php if not stable
| * | | | silence psalmArthur Schiwon2022-10-211-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | 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>
* | | | | | Merge pull request #34662 from nextcloud/enh/error-pagesSimon L2022-10-217-13/+94
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use proper error pages instead of always redirecting
| * | | | | | Use proper error pages instead of always redirectingJulius Härtl2022-10-217-13/+94
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #34508 from starypatyk/dav_displaynameVincent Petry2022-10-211-0/+17
|\ \ \ \ \ \ | |/ / / / / |/| | | | | WebDAV - use file/folder name for dav:displayname
| * | | | | WebDAV - use file/folder name for dav:displaynameDariusz Olszewski2022-10-101-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
* | | | | | Merge pull request #34717 from ↵blizzz2022-10-211-2/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | | | | | Update psalm baselinenextcloud-command2022-10-211-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | | Merge pull request #34714 from nextcloud/fix/invert-more-iconSimon L2022-10-213-3/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Fix more icon color
| * | | | | | Fix more icon colorChristopher Ng2022-10-213-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-10-21278-842/+1006
|/ / / / / / | | | | | | | | | | | | | | | | | | 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 #34703 from ↵Pytal2022-10-209-282/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/use-vue-lib-multiselect-tags-component
| * | | | | | | RecompileJoas Schilling2022-10-205-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | Use @nextcloud/vue MultiselectTags componentJoas Schilling2022-10-204-276/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #34502 from nextcloud/fix/correct-attribute-resharingCarl Schwan2022-10-202-185/+106
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Propagate attributes when resharing
| * | | | | | | More fixesCarl Schwan2022-10-181-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | | | Small progress with fixing unit testsCarl Schwan2022-10-112-169/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | | | Propagate attributes when resharingCarl Schwan2022-10-101-27/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When updating a share, load the node from the initiator instead of the owner similar to how this is done when creating the share. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | | Merge pull request #34624 from nextcloud/fix/files_external_psalmCarl Schwan2022-10-2055-768/+539
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Multiple fix for files external
| * | | | | | | | Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-1826-295/+284
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | | | | Additional type hinting found by psalmCarl Schwan2022-10-188-17/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>