Andy Scherzinger
cc1686dba9
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 year ago
John Molakvoæ
0fec5324ac
Merge pull request #40120 from summersab/refactor/OC-Server-getCsrfTokenManager
1 year ago
Pytal
06878535c4
Merge pull request #45315 from nextcloud/fix/new-user-dialog
fix(settings): Move new user modal to dialog + minor refactoring
1 year ago
Christopher Ng
930e47d44c
test(cypress): Fix tests
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 year ago
nextcloud-command
f54acd52a3
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 year ago
Christopher Ng
6b583f73b7
chore: Change more "user" strings to "account"
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 year ago
Christopher Ng
fad49e6aee
refactor: Shorten input focus calls
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 year ago
Christopher Ng
76104aa709
fix: Autofocus username input
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 year ago
Christopher Ng
45ba61bbfb
refactor: Migrate to built-in NcSelect input label
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 year ago
Christopher Ng
6f63ecfc80
chore: Change some "user" strings to "account"
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 year ago
Christopher Ng
359003da12
fix(settings): Move user creation modal to dialog
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 year ago
Ferdinand Thiessen
48e6240502
Merge pull request #45413 from nextcloud/createIfNotExists
fix(files): Try to create dir only if it not exists
1 year ago
Andy Scherzinger
2d62b0a936
Merge pull request #45573 from nextcloud/chore/noid/spdx-batch9
Add SPDX header - batch 9
1 year ago
John Molakvoæ
5c3619c899
Merge branch 'master' into refactor/OC-Server-getCsrfTokenManager
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 year ago
John Molakvoæ
5866e49b3a
Merge pull request #40141 from summersab/refactor/OC-Server-getL10NFactory
1 year ago
John Molakvoæ
dee0eb2f0b
Merge pull request #36942 from nextcloud/unmark-login-date
1 year ago
John Molakvoæ
6438d95009
Merge pull request #45572 from nextcloud/fix/update-email-validator
1 year ago
John Molakvoæ
4d9199fb88
Merge branch 'master' into refactor/OC-Server-getL10NFactory
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 year ago
John Molakvoæ
84d40a76f9
Merge branch 'master' into refactor/OC-Server-getCsrfTokenManager
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 year ago
John Molakvoæ
be4e97d1dc
Merge pull request #40206 from summersab/refactor/apps/user_ldap/OC-Server-getAvatarManager
1 year ago
John Molakvoæ
94a1b8a591
Merge pull request #40151 from summersab/refactor/OC-Server-getMailer
1 year ago
John Molakvoæ
22f185473d
Merge pull request #40119 from summersab/refactor/OC-Server-getContactsManager
1 year ago
nextcloud-command
3b165f5348
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 year ago
Ferdinand Thiessen
575b067119
fix(deps): Update `egulias/email-validator` to version 4.0.2
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 year ago
Côme Chilliet
eb3bbf4f58
chore: run "composer run cs:fix" in user_ldap/templates
Not ideal output for part.wizard-server.php but this is legacy code anyway.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 year ago
Andy Scherzinger
8d8891c5bc
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 year ago
John Molakvoæ
db60aca6e8
Merge pull request #40137 from summersab/refactor/OC-Server-getHTTPClientService
Refactor `OC\Server::getHTTPClientService`
1 year ago
John Molakvoæ
db4aaf43a8
Merge pull request #40207 from summersab/refactor/apps/dav/OC-Server-getAvatarManager
Refactor `OC\Server::getAvatarManager` in dav app
1 year ago
John Molakvoæ
3aab6b2327
chore: adjust php comment usage hint
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 year ago
John Molakvoæ
0963336fb1
chore: fix missing semi-colon in refactor
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 year ago
John Molakvoæ
41fc07896a
Merge branch 'master' into refactor/OC-Server-getContactsManager
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 year ago
John Molakvoæ
cc7e6e5e4c
Merge branch 'master' into refactor/OC-Server-getCsrfTokenManager
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 year ago
Git'Fellow
77979b1475
Try create folder first and check if it exists after
Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
1 year ago
John Molakvoæ
98666298c8
chore: fix duplicate php import
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 year ago
Git'Fellow
5c4e4c5590
fix(files): Try to create dir only if it not exists
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
1 year ago
John Molakvoæ
91227c908b
Merge branch 'master' into refactor/OC-Server-getHTTPClientService
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 year ago
John Molakvoæ
99af78cd66
Merge branch 'master' into refactor/OC-Server-getL10NFactory
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 year ago
John Molakvoæ
7f2a1e5b7a
Merge branch 'master' into refactor/OC-Server-getMailer
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 year ago
Andrew Summers
d62eb333a7
Refactor `OC\Server::getAvatarManager` in user_ldap app
Refactor `OC\Server::getAvatarManager` in user_ldap app (missed one)
Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
2 years ago
Andrew Summers
7a887b4513
Refactor `OC\Server::getAvatarManager` in dav app
Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
2 years ago
Richard Steinmetz
31b0a44cf6
Merge pull request #45512 from nextcloud/feat/ldap/additional-attributes
feat(ldap): sync additional properties to profile and SAB
1 year ago
Jake Nabasny
f863290572
feat(ldap): sync additional properties to profile and SAB
Synced from LDAP to profile:
- Date of birth
Synced from LDAP to SAB (via the profile):
- Biography
- Date of birth
Original code by Jake Nabasny (GitHub: @slapcat )
Co-authored-by: Jake Nabasny <jake@nabasny.com>
Co-authored-by: Richard Steinmetz <richard@steinmetz.cloud>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2 years ago
Ferdinand Thiessen
57a7f09a72
Merge pull request #44906 from nextcloud/feat/localized-ownership-transfer-target
feat(files): Use receiving users language for the ownership transfer target folder
1 year ago
John Molakvoæ
b8856e21df
Merge pull request #45480 from nextcloud/fix/archive-grey-color
fix(theming): replace standard generic package icon by material design
1 year ago
Ferdinand Thiessen
4bd9bc7b06
feat(files): Use receiving users language for the ownership transfer target folder
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 years ago
John Molakvoæ
a5fd623469
Merge pull request #45508 from Agnibaan/issue-42611-security-txt-fix
fix:Ensure security.txt file ends with a newline character
1 year ago
John Molakvoæ
9277def86b
Merge pull request #44272 from nextcloud/feature/40205/show-add-menu-in-emptycontent
Show upload menu in folders' emptycontent
1 year ago
Ferdinand Thiessen
2bdff7b257
Merge pull request #45428 from nextcloud/fix/update-archive-tar
chore(deps): Bump pear/archive_tar from 1.4.14 to 1.5.0
1 year ago
Daniel
7f44b9d9d0
Merge pull request #45222 from nextcloud/bug/noid/caldav-search-limit-and-timerange
CalDAV fix search with limit and time range
1 year ago
Ferdinand Thiessen
e5d25dcd52
Merge pull request #45247 from nextcloud/add-border-width
Add variable for inputs border width
1 year ago