Robin Appelman
f76b4473ee
escape path prefix when doing cache jail search
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-11-02 12:44:51 +01:00
Côme Chilliet
91392c08d6
Merge pull request #34774 from nextcloud/fix/fair-use-ldap-fix
...
Expose mapped user count from LDAP and use that for user limit check
2022-10-25 11:16:01 +02:00
Côme Chilliet
8b7f6a80c3
Fix autoloaders
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-25 09:13:56 +02:00
Côme Chilliet
b4eeaae77d
Update lib/public/User/Backend/ICountMappedUsersBackend.php
...
Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
2022-10-25 09:12:02 +02:00
Nextcloud bot
e3aac7d573
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-25 02:18:42 +00:00
Simon L
7835223902
Merge pull request #34756 from nextcloud/revert-33087-fix/30282/external-storages
...
Revert "fix external storages access"
2022-10-24 20:58:13 +02:00
Simon L
855be71bbd
Merge pull request #34706 from nextcloud/enh/noid/improve-one-click-instance-notification
...
update notifications for one-click instances
2022-10-24 19:55:01 +02:00
szaimen
9e7e1e8a87
update notifications for one-click instances
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-10-24 18:28:00 +02:00
Côme Chilliet
46e31d4c06
Add missing file
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-24 17:32:51 +02:00
Côme Chilliet
142f9913a6
Expose mapped user count from LDAP and use that for user limit check
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-24 16:54:41 +02:00
Christoph Wurst
6435191a6e
Merge pull request #34742 from nextcloud/add_well-known_changepassword
...
Add .well-known/changepassword handler
2022-10-24 11:13:33 +02:00
Simon L
4415fca5f8
Merge pull request #34740 from nextcloud/fix/image/x-icon
...
Add ico image/x-icon
2022-10-24 10:31:10 +02:00
Christoph Wurst
232c760de4
Merge pull request #34626 from nextcloud/enhancement/rename-personal-groupware-settings-section-availability
...
Rename personal Groupware settings section to "Availability"
2022-10-24 10:13:37 +02:00
Nextcloud bot
999f89ff66
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-24 02:14:59 +00:00
Simon L
11108e8032
Revert "fix external storages access"
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-10-23 22:36:34 +02:00
John Molakvoæ
304c1b9b61
Merge pull request #33087 from nextcloud/fix/30282/external-storages
...
fix external storages access
2022-10-23 10:42:46 +02:00
Nextcloud bot
54ce35ebd8
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-23 02:14:46 +00:00
Roeland Jago Douma
58a70fe098
Add .well-known/changepassword handler
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2022-10-22 13:23:59 +02:00
John Molakvoæ
52fe1b6199
Sort alphabetically
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-10-22 12:21:05 +02:00
John Molakvoæ
3776d1d2ed
Add ico image/x-icon
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-10-22 12:18:40 +02:00
Nextcloud bot
a66c80135d
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-22 02:15:49 +00:00
Simon L
47da08fe85
Merge pull request #33945 from nextcloud/fix/noid/fair-use-ldap
...
LDAP to not register new users when outside of fair use or over limits
2022-10-21 18:53:16 +02:00
blizzz
294a00d8e0
Merge pull request #34136 from nextcloud/fix/default-channel
...
on installation save channel to config.php if not stable
2022-10-21 17:14:56 +02:00
Vincent Petry
4aa8e80511
Merge pull request #34579 from nextcloud/unencrypted-size-null
...
fix null error in getUnencryptedSize
2022-10-21 16:53:43 +02:00
Simon L
9f2ecc7322
Merge pull request #34662 from nextcloud/enh/error-pages
...
Use proper error pages instead of always redirecting
2022-10-21 16:38:19 +02:00
Vincent Petry
56fe33ffca
Merge pull request #34508 from starypatyk/dav_displayname
...
WebDAV - use file/folder name for dav:displayname
2022-10-21 15:42:27 +02:00
Arthur Schiwon
2ef9826c3b
silence psalm
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-10-21 15:35:35 +02:00
Julius Härtl
11bedf1c3b
Use proper error pages instead of always redirecting
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-10-21 15:12:21 +02:00
Arthur Schiwon
403923d72c
on installation save channel to config.php if not stable
...
- 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>
2022-10-21 12:01:26 +00:00
blizzz
7848d1cab6
Merge pull request #34717 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-10-21 13:59:08 +02:00
blizzz
bff23762d1
extended hint message
...
Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
2022-10-21 13:46:44 +02:00
Simon L
ac7e3efe46
Merge pull request #34714 from nextcloud/fix/invert-more-icon
...
Fix more icon color
2022-10-21 09:13:50 +02:00
nextcloud-command
3004d92b0b
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-10-21 04:34:24 +00:00
Nextcloud bot
67ce025d61
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-21 02:14:44 +00:00
Christopher Ng
c6f3eb954c
Fix more icon color
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-10-21 01:13:11 +00:00
Simon L
9aaa370e07
Merge pull request #34688 from nextcloud/bugfix/34673/dont-crash-with-outdated-share-providers
...
Don't crash with outdated share provider on update with the web updater
2022-10-20 23:50:15 +02:00
Pytal
72744a71c9
Merge pull request #34703 from nextcloud/bugfix/noid/use-vue-lib-multiselect-tags-component
2022-10-20 10:14:14 -07:00
Simon L
d48a637e54
Merge pull request #34685 from nextcloud/fix-alt-login-class
...
Fix alternative logins custom css class
2022-10-20 17:15:02 +02:00
Joas Schilling
1b30ca0320
Recompile
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-10-20 17:05:41 +02:00
Joas Schilling
46bf96ee29
Use @nextcloud/vue MultiselectTags component
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-10-20 17:05:40 +02:00
Carl Schwan
0de71a73e5
Merge pull request #34502 from nextcloud/fix/correct-attribute-resharing
...
Propagate attributes when resharing
2022-10-20 17:03:02 +02:00
Carl Schwan
0f0f132959
Merge pull request #34624 from nextcloud/fix/files_external_psalm
...
Multiple fix for files external
2022-10-20 16:53:43 +02:00
Côme Chilliet
00c4c3d723
Merge pull request #30223 from nextcloud/nested_ldap_groups
...
Nested ldap groups
2022-10-20 15:03:37 +02:00
Côme Chilliet
5193b94c21
Merge pull request #33703 from nextcloud/fix/ldap-simplify-paged-results
...
Clean up paged result handling.
2022-10-20 14:48:50 +02:00
Carl Schwan
99a752922f
Fix psalm
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-20 13:14:39 +02:00
Carl Schwan
60ec5e655c
Check if cache is present with isset
...
Otherwise we get false for empty array
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-20 13:14:39 +02:00
Côme Chilliet
1a6a6c985a
Bring back small fixes by Carl
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-20 13:14:39 +02:00
Côme Chilliet
746a5fb7e0
Fix LDAP recursive nested group support
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-20 13:14:39 +02:00
Carl Schwan
be5338e572
Revert Carl changes on apps/user_ldap/lib/Group_LDAP.php
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-20 13:14:31 +02:00
Côme Chilliet
8b5586b793
Fix autoload
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-20 12:56:54 +02:00