| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(auth): Fix logging in with email, password and login name mismatch | Christoph Wurst | 2024-01-22 | 1 | -13/+24 |
* | fix(session): Avoid two useless authtoken DB queries for every anonymous request | Git'Fellow | 2024-01-17 | 1 | -2/+5 |
* | Always catch OCP versions of authentication exceptions | Côme Chilliet | 2024-01-11 | 1 | -2/+2 |
* | perf: Use more performant way to obtain and check the email as a login name w... | Julius Härtl | 2024-01-09 | 1 | -2/+11 |
* | fix(dav): Make current ooo info time-dependent | Christoph Wurst | 2023-12-06 | 1 | -0/+11 |
* | [stable28] enh(userstatus): add OOO automation and remove calendar automation | Anna Larch | 2023-11-28 | 1 | -19/+31 |
* | feat(dav): dispatch out-of-office started and ended events | Richard Steinmetz | 2023-11-23 | 1 | -1/+6 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 5 | -23/+23 |
* | Merge pull request #40114 from summersab/refactor/OC-Server-getAvatarManager | Arthur Schiwon | 2023-11-22 | 1 | -1/+1 |
|\ |
|
| * | Refactor `OC\Server::getAvatarManager | Andrew Summers | 2023-09-01 | 1 | -1/+1 |
* | | feat(dav): Enable OOO UI and expose enabled via OCP | Christoph Wurst | 2023-11-15 | 1 | -0/+11 |
* | | Merge pull request #41302 from zero0cool0/master | Andy Scherzinger | 2023-11-10 | 1 | -1/+1 |
|\ \ |
|
| * | | Lower log level about invalid session token | Patrick Fischer | 2023-11-06 | 1 | -1/+1 |
* | | | feat: Add out-of-office message API | Christoph Wurst | 2023-11-09 | 2 | -0/+174 |
|/ / |
|
* | | fix(session): Log why session renewal failed | Christoph Wurst | 2023-10-11 | 1 | -1/+2 |
* | | Merge pull request #39756 from nextcloud/enh/add-disabled-users-endpoint | Côme Chilliet | 2023-10-10 | 1 | -0/+30 |
|\ \ |
|
| * | | Add endpoint for getting disabled user list | Côme Chilliet | 2023-10-09 | 1 | -0/+30 |
* | | | fix: Log critical session renewal and logout paths | Christoph Wurst | 2023-10-09 | 1 | -5/+33 |
|/ / |
|
* | | fix(user): Log affected user of app token login name mismatch | Christoph Wurst | 2023-10-06 | 1 | -0/+2 |
* | | Merge pull request #39216 from shdehnavi/replace_substr_calls_in_lib_private | Robin Appelman | 2023-09-21 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Refactor "substr" calls to improve code readability | Hamid Dehnavi | 2023-07-07 | 1 | -1/+1 |
* | | Merge pull request #40079 from nextcloud/techdebt/noid/user-IThrottler-interf... | Joas Schilling | 2023-08-28 | 1 | -4/+4 |
|\ \ |
|
| * | | techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25 | Joas Schilling | 2023-08-28 | 1 | -4/+4 |
* | | | fix(cache): Remove displayname cache entry on delete | Joas Schilling | 2023-08-28 | 1 | -0/+6 |
|/ / |
|
* | | fix!: Move getEventDispatcher usage to IEventDispatcher | Joas Schilling | 2023-07-28 | 1 | -2/+4 |
* | | fix!: Remove symfony EventDispatcherInterface from User | Joas Schilling | 2023-07-27 | 2 | -28/+9 |
* | | fix!: Remove User events which have a typed event replacement | Joas Schilling | 2023-07-27 | 1 | -4/+0 |
|/ |
|
* | chore: Replace \OC::$server->query with \OCP\Server::get in /lib | Christoph Wurst | 2023-07-06 | 2 | -4/+4 |
* | Merge pull request #34443 from nextcloud/feat/add-enabled-user-backend | Côme Chilliet | 2023-07-03 | 1 | -9/+31 |
|\ |
|
| * | Fix since annotations and add boolean return type for setUserEnabled | Côme Chilliet | 2023-06-20 | 1 | -3/+3 |
| * | Fix user tests, avoid setting enabled state to the same value | Côme Chilliet | 2023-05-23 | 1 | -3/+4 |
| * | Add user enabled state backend feature | Côme Chilliet | 2023-05-23 | 1 | -9/+30 |
* | | Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_private | Robin Appelman | 2023-06-01 | 2 | -2/+2 |
|\ \ |
|
| * | | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 2 | -2/+2 |
| |/ |
|
* / | fix(dav): Fix avatar size in system address book | Joas Schilling | 2023-05-26 | 1 | -1/+1 |
|/ |
|
* | feat(users): Store and load a user's manager | Christoph Wurst | 2023-05-12 | 2 | -0/+33 |
* | fix(user): Can change display name | Christopher Ng | 2023-05-04 | 1 | -1/+1 |
* | fix(dav): Abort requests with 429 instead of waiting | Joas Schilling | 2023-05-03 | 1 | -2/+2 |
* | Update version number in since and deprecated annotations | Côme Chilliet | 2023-04-27 | 1 | -1/+1 |
* | Make code clearer and bump @ deprecated annotations | Côme Chilliet | 2023-04-27 | 1 | -1/+1 |
* | Split new method in a new group backend interface | Carl Schwan | 2023-04-27 | 2 | -5/+3 |
* | Optimize retrieving display name when searching for users in a group | Carl Schwan | 2023-04-27 | 2 | -20/+29 |
* | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 3 | -6/+6 |
* | Merge pull request #35561 from nextcloud/create-user-transaction | Julius Härtl | 2023-03-15 | 1 | -11/+18 |
|\ |
|
| * | Create the database user in a transaction | Thomas Citharel | 2023-03-15 | 1 | -11/+18 |
* | | Merge pull request #37227 from nextcloud/h1-dav-brute-force-protection | Arthur Schiwon | 2023-03-15 | 1 | -10/+16 |
|\ \
| |/
|/| |
|
| * | chore: use local variable for remote address | Daniel Kesselberg | 2023-03-10 | 1 | -10/+16 |
* | | fix: Recalculate storage statistics on updating the quota | Julius Härtl | 2023-03-06 | 1 | -0/+1 |
* | | also cache backend for user in memory instead of always going to redis | Robin Appelman | 2023-02-10 | 1 | -1/+2 |
|/ |
|
* | Fix setQuota on User on 32bits | Côme Chilliet | 2023-02-07 | 1 | -2/+6 |