Commit Graph

53 Commits (2bc77a3c5aff352cdc19aa683bbb36da2ff20b01)

Author SHA1 Message Date
Ferdinand Thiessen 660f3f6fd1
refactor: use logical `&&` `||` instead of weak `and` `or` operators 3 months ago
provokateurin 77114fb327
fix(OpenAPI): Adjust array syntax to avoid ambiguities 1 year ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Louis Chemineau dff8815449
feat(users): Add support for admin delegation for users and groups management 1 year ago
Joas Schilling 047479ccf9
feat(security): Add public API to allow validating IP Ranges and checking for "in range" 1 year ago
Benjamin Gaussorgues 202e5b1e95
feat(security): restrict admin actions to IP ranges 1 year ago
yemkareems 4cb85f7c9e fix: rebased the branch with master and resolved conflicts 2 years ago
yemkareems 76c875a588 fix: change orderBy and sort to sortMode and sortOrder. default it to uid asc. enable email search by changing query 2 years ago
yemkareems 0ee676cd51 feat: add ability to sort users by last_login, uid or displayName. one of these needs to be passed as orderBy and sort can be ASC or DESC 2 years ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
Côme Chilliet 672923f0a6
fix: Fix newly spotted psalm issues, add exhaustive typed magic properties for LDAP classes 2 years ago
Benjamin Gaussorgues 7a6b1f8ae8
fix(groups): allows to save group names with more than 64 characters 2 years ago
Côme Chilliet ec5133b739 fix: Apply new coding standard to all files 2 years ago
Arthur Schiwon c98b0462e3 fix(admin role): fix old and wrong way to determine whether user is admin 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Christoph Wurst ea8f9a7e84 refactor: Repalce array_search with in_array in lib/ 2 years ago
Côme Chilliet 2c8b415c55
Move new methods to a new interface in OCP 2 years ago
Carl Schwan 3270b7f12e
Add batch methods in user backends 2 years ago
Joas Schilling 80f79e170d
fix!: Remove symfony EventDispatcherInterface from Group 2 years ago
Robin Appelman 13b06ba4e2
revert public interface back to the original types, just cast them before passing the nulls to the backends 3 years ago
Robin Appelman e4b9ecd8f2
fix default values and type hints for GroupManager::search 3 years ago
Anna Larch 7c4ceb444c Add group display name cache 3 years ago
Côme Chilliet 6be7aa112f
Migrate from ILogger to LoggerInterface in lib/private 4 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Roeland Jago Douma 68ec18323d Fix types in the Group Manager 5 years ago
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 5 years ago
Morris Jobke e4f53ff91b
Add typed events for adding and removing a subadmin 5 years ago
Robin Appelman aa83b0b22d
dont get the group details if we only ask for the id 6 years ago
Christoph Wurst 14c996d982
Use elseif instead of else if 6 years ago
Christoph Wurst 1a9330cd69
Update the license headers for Nextcloud 19 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Joas Schilling 06f97c0fd0
Fix autocomplete suggestions with numeric user ids 6 years ago
Arthur Schiwon f0ff8b0307
reformat code for @skjnldsv <3 6 years ago
Arthur Schiwon 7ff15c9756
fix documentation, get and createGroup may return null 6 years ago
Arthur Schiwon 7b1eedb11e
take group creation result into consideration 6 years ago
Joas Schilling 01b4db62fb
Add dispatcher events to User and Group objects 7 years ago
Robin Appelman 605ba57086
Fix groupExists when a backend provides group details 8 years ago
John Molakvoæ (skjnldsv) 00122fa027
Use group displayNames in users list 8 years ago
Morris Jobke 4866314ce0
Run updated license header updater 8 years ago
Morris Jobke 0eebff152a
Update license headers 8 years ago
Vinicius Cubas Brand 10ca793452 Plugins infrastructure in User_LDAP 8 years ago
Julius Härtl b3c025fd08
Revert copyright changes 8 years ago
Julius Härtl 4cfa1c66b8
Doc: Fix phpDoc issues 8 years ago
Lukas Reschke b4d4db0e39
Take IUser instead of User 9 years ago
Knut Ahlers 92d2fb8771
Allow group backend to declare users as admins 9 years ago
Robin Appelman f707a40f19
filter missing groups in share provider 9 years ago
Joas Schilling bd97b7d130
Use DI 9 years ago
Vincent Petry 377fdf3860
Skip null groups in group manager (#26871) (#26956) 9 years ago