Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #43461 from nextcloud/fix/get-rid-of-getlogger | F. E Noel Nfebe | 2024-02-14 | 1 | -1/+2 |
|\ | | | | | chore: Migrate away from OC::$server->getLogger | ||||
| * | chore: Migrate away from OC::$server->getLogger | Côme Chilliet | 2024-02-13 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix: replace `Account name` by `Login` | John Molakvoæ | 2024-02-13 | 1 | -6/+6 |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 2 | -8/+8 |
|/ | | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps | Côme Chilliet | 2024-02-05 | 2 | -3/+3 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: Fix missing template parameter for IEventListener | Côme Chilliet | 2024-01-30 | 1 | -0/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(auth): Fix logging in with email, password and login name mismatch | Christoph Wurst | 2024-01-19 | 1 | -13/+24 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | fix(session): Avoid two useless authtoken DB queries for every anonymous request | Git'Fellow | 2024-01-17 | 1 | -2/+5 |
| | | | | | | Co-Authored-By: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Always catch OCP versions of authentication exceptions | Côme Chilliet | 2024-01-11 | 1 | -2/+2 |
| | | | | | | And always throw OC versions for BC Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #41927 from nextcloud/perf/login-with-email-token | Julius Härtl | 2023-12-05 | 1 | -2/+11 |
|\ | |||||
| * | perf: Use more performant way to obtain and check the email as a login name ↵ | Julius Härtl | 2023-11-30 | 1 | -2/+11 |
| | | | | | | | | | | | | with token login Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | fix(dav): Make current ooo info time-dependent | Christoph Wurst | 2023-12-05 | 1 | -0/+11 |
|/ | | | | | | | | * If there is an out of office absence info and it happens now -> return data * Else: return no data Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | enh(userstatus): add OOO automation and remove calendar automation | Anna Larch | 2023-11-28 | 1 | -19/+31 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | feat(dav): dispatch out-of-office started and ended events | Richard Steinmetz | 2023-11-23 | 1 | -1/+6 |
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 5 | -23/+23 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Merge pull request #40114 from summersab/refactor/OC-Server-getAvatarManager | Arthur Schiwon | 2023-11-22 | 1 | -1/+1 |
|\ | | | | | Refactor `OC\Server::getAvatarManager` | ||||
| * | Refactor `OC\Server::getAvatarManager | Andrew Summers | 2023-09-01 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | ||||
* | | feat(dav): Enable OOO UI and expose enabled via OCP | Christoph Wurst | 2023-11-15 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | Makes the feature opt-out now that we have meaningful integrations based on OOO data. Allows instances still to turn the feature off. For apps like Mail that build on top of this feature we need to know if the instance has the feature turned on or off. This is exposed as OCP API, too. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #41302 from zero0cool0/master | Andy Scherzinger | 2023-11-10 | 1 | -1/+1 |
|\ \ | | | | | | | Lower log level about invalid session token | ||||
| * | | 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 |
|/ / | | | | | | | | | | | | | [skipci] Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | fix(session): Log why session renewal failed | Christoph Wurst | 2023-10-11 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | 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 | ||||
| * | | Add endpoint for getting disabled user list | Côme Chilliet | 2023-10-09 | 1 | -0/+30 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | fix: Log critical session renewal and logout paths | Christoph Wurst | 2023-10-09 | 1 | -5/+33 |
|/ / | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | fix(user): Log affected user of app token login name mismatch | Christoph Wurst | 2023-10-06 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #39216 from shdehnavi/replace_substr_calls_in_lib_private | Robin Appelman | 2023-09-21 | 1 | -1/+1 |
|\ \ | |/ |/| | Refactor "substr" calls in lib/private to improve code readability | ||||
| * | Refactor "substr" calls to improve code readability | Hamid Dehnavi | 2023-07-07 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> | ||||
* | | Merge pull request #40079 from ↵ | Joas Schilling | 2023-08-28 | 1 | -4/+4 |
|\ \ | | | | | | | | | | | | | nextcloud/techdebt/noid/user-IThrottler-interface-for-DI techdebt(DI): Use public IThrottler interface which exists since 25 | ||||
| * | | techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25 | Joas Schilling | 2023-08-28 | 1 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | fix(cache): Remove displayname cache entry on delete | Joas Schilling | 2023-08-28 | 1 | -0/+6 |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | fix!: Move getEventDispatcher usage to IEventDispatcher | Joas Schilling | 2023-07-28 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | fix!: Remove symfony EventDispatcherInterface from User | Joas Schilling | 2023-07-27 | 2 | -28/+9 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | fix!: Remove User events which have a typed event replacement | Joas Schilling | 2023-07-27 | 1 | -4/+0 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | chore: Replace \OC::$server->query with \OCP\Server::get in /lib | Christoph Wurst | 2023-07-06 | 2 | -4/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #34443 from nextcloud/feat/add-enabled-user-backend | Côme Chilliet | 2023-07-03 | 1 | -9/+31 |
|\ | | | | | Add IProvideEnabledStateBackend interface | ||||
| * | Fix since annotations and add boolean return type for setUserEnabled | Côme Chilliet | 2023-06-20 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | Fix user tests, avoid setting enabled state to the same value | Côme Chilliet | 2023-05-23 | 1 | -3/+4 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | Add user enabled state backend feature | Côme Chilliet | 2023-05-23 | 1 | -9/+30 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | 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. | ||||
| * | | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 2 | -2/+2 |
| |/ | | | | | | | Signed-off-by: Faraz Samapoor <fsamapoor@gmail.com> | ||||
* / | fix(dav): Fix avatar size in system address book | Joas Schilling | 2023-05-26 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | feat(users): Store and load a user's manager | Christoph Wurst | 2023-05-12 | 2 | -0/+33 |
| | | | | | Co-Authored-By: hamza221 <hamzamahjoubi221@gmail.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | fix(user): Can change display name | Christopher Ng | 2023-05-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(dav): Abort requests with 429 instead of waiting | Joas Schilling | 2023-05-03 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update version number in since and deprecated annotations | Côme Chilliet | 2023-04-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Make code clearer and bump @ deprecated annotations | Côme Chilliet | 2023-04-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Split new method in a new group backend interface | Carl Schwan | 2023-04-27 | 2 | -5/+3 |
| | | | | | | Better for backward compatibility, also move new interfaces to nc 26 Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Optimize retrieving display name when searching for users in a group | Carl Schwan | 2023-04-27 | 2 | -20/+29 |
| | | | | | | | | | This is recurrent scenario that we are searching for users and then for each users we fetch the displayName. This is inefficient, so instead try to do one query to fetch everything (e.g. Database backend) or use the already existing DisplayNameCache helper. Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 3 | -6/+6 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> |