Andy Scherzinger
|
dae7c159f7
chore: Add SPDX header
|
5 miesięcy temu |
Benjamin Gaussorgues
|
e630e4b983
Merge pull request #44763 from nextcloud/fix/group_name_length_db
|
5 miesięcy temu |
Côme Chilliet
|
672923f0a6
fix: Fix newly spotted psalm issues, add exhaustive typed magic properties for LDAP classes
|
6 miesięcy temu |
Benjamin Gaussorgues
|
7a6b1f8ae8
fix(groups): allows to save group names with more than 64 characters
|
7 miesięcy temu |
Côme Chilliet
|
ec5133b739
fix: Apply new coding standard to all files
|
7 miesięcy temu |
Arthur Schiwon
|
c98b0462e3
fix(admin role): fix old and wrong way to determine whether user is admin
|
10 miesięcy temu |
Joas Schilling
|
aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1
|
11 miesięcy temu |
Christoph Wurst
|
ea8f9a7e84
refactor: Repalce array_search with in_array in lib/
|
1 rok temu |
Côme Chilliet
|
2c8b415c55
Move new methods to a new interface in OCP
|
1 rok temu |
Carl Schwan
|
3270b7f12e
Add batch methods in user backends
|
2 lat temu |
Joas Schilling
|
80f79e170d
fix!: Remove symfony EventDispatcherInterface from Group
|
1 rok temu |
Robin Appelman
|
13b06ba4e2
revert public interface back to the original types, just cast them before passing the nulls to the backends
|
1 rok temu |
Robin Appelman
|
e4b9ecd8f2
fix default values and type hints for GroupManager::search
|
1 rok temu |
Anna Larch
|
7c4ceb444c
Add group display name cache
|
2 lat temu |
Côme Chilliet
|
6be7aa112f
Migrate from ILogger to LoggerInterface in lib/private
|
2 lat temu |
John Molakvoæ (skjnldsv)
|
215aef3cbd
Update php licenses
|
3 lat temu |
Roeland Jago Douma
|
68ec18323d
Fix types in the Group Manager
|
3 lat temu |
Christoph Wurst
|
d89a75be0b
Update all license headers for Nextcloud 21
|
3 lat temu |
Morris Jobke
|
e4f53ff91b
Add typed events for adding and removing a subadmin
|
4 lat temu |
Robin Appelman
|
aa83b0b22d
dont get the group details if we only ask for the id
|
4 lat temu |
Christoph Wurst
|
14c996d982
Use elseif instead of else if
|
4 lat temu |
Christoph Wurst
|
1a9330cd69
Update the license headers for Nextcloud 19
|
4 lat temu |
Christoph Wurst
|
b80ebc9674
Use the short array syntax, everywhere
|
4 lat temu |
Christoph Wurst
|
5bf3d1bb38
Update license headers
|
4 lat temu |
Joas Schilling
|
06f97c0fd0
Fix autocomplete suggestions with numeric user ids
|
5 lat temu |
Arthur Schiwon
|
f0ff8b0307
reformat code for @skjnldsv <3
|
5 lat temu |
Arthur Schiwon
|
7ff15c9756
fix documentation, get and createGroup may return null
|
5 lat temu |
Arthur Schiwon
|
7b1eedb11e
take group creation result into consideration
|
5 lat temu |
Joas Schilling
|
01b4db62fb
Add dispatcher events to User and Group objects
|
5 lat temu |
Robin Appelman
|
605ba57086
Fix groupExists when a backend provides group details
|
6 lat temu |