Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 2 | -3/+3 | |
|/ / / | | | | | | | | | | | | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com> | |||||
* | | | Add timezone getter to ITimeFactory | Anna Larch | 2024-02-13 | 1 | -0/+17 | |
| | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | |||||
* | | | Merge pull request #43370 from nextcloud/test-iappconfig | Maxence Lange | 2024-02-12 | 1 | -245/+1241 | |
|\ \ \ | | | | | | | | | [IAppConfig] new tests | |||||
| * | | | removing deprecated tests | Maxence Lange | 2024-02-12 | 1 | -366/+0 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
| * | | | new API, new tests | Maxence Lange | 2024-02-07 | 1 | -0/+1361 | |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
| * | | | moving previous test | Maxence Lange | 2024-02-07 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | | | only get the path for the users cached mount info when we use it | Robin Appelman | 2024-02-09 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | most of the time we shouldn't need it so we can save joining on the filecache Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs | Côme Chilliet | 2024-02-08 | 6 | -100/+29 | |
| | | | | ||||||
* | | | | Revert "Merge branch 'master' of github.com:nextcloud/server" | Louis Chemineau | 2024-02-08 | 6 | -29/+100 | |
| | | | | | | | | | | | | | | | | | | | | This reverts commit d9d60238c7aaab9c61bf2d50c15aa59bc88c8975, reversing changes made to ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d. | |||||
* | | | | chore: Remove last uses of IJob::execute method | Côme Chilliet | 2024-02-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | | chore: Migrate away from internal Job classes | Côme Chilliet | 2024-02-08 | 5 | -99/+28 | |
|/ / / | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | make storage directory test be a bit less strict about mtimes | Robin Appelman | 2024-02-07 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | sometimes the clock ticks over during the test Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps | Côme Chilliet | 2024-02-05 | 2 | -5/+5 | |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | refactor(objectstorage): cleanup types | Thomas Citharel | 2024-02-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | |||||
* | | | Merge pull request #43132 from nextcloud/enh/41755/update-appframework-api | Maxence Lange | 2024-02-01 | 1 | -0/+691 | |
|\ \ \ | | | | | | | | | sync with new OCP\IAppConfig | |||||
| * | | | better tests | Maxence Lange | 2024-02-01 | 1 | -129/+606 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
| * | | | fix lint | Maxence Lange | 2024-01-31 | 1 | -18/+18 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
| * | | | adding test | Maxence Lange | 2024-01-31 | 1 | -0/+214 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | | | Merge pull request #43203 from nextcloud/fix/cleanup-register-command-with-di | Joas Schilling | 2024-02-01 | 2 | -17/+10 | |
|\ \ \ \ | |/ / / |/| | | | Use Dependency Injection in register_commands.php | |||||
| * | | | fix: Make Repair object injectable and fix BackgroundRepair test | Côme Chilliet | 2024-02-01 | 1 | -16/+9 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | chore: use DI for \OC\Repair | Côme Chilliet | 2024-01-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | | add test for updating etag with unchanged mtime in child folder | Robin Appelman | 2024-01-31 | 1 | -0/+25 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | add test for updating etag with unchanged mtime | Robin Appelman | 2024-01-31 | 1 | -0/+19 | |
| |_|/ |/| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | test(php): Fix the unit tests | Baptiste Fotia | 2024-01-31 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | I added our context in the unit tests following the advice of Louis. Link : https://github.com/nextcloud/server/pull/43186#issuecomment-1916571027 Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com> | |||||
* | | | feat(php,vue): Create a new parameter | Baptiste Fotia | 2024-01-31 | 1 | -0/+5 | |
|/ / | | | | | | | Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com> | |||||
* | | fix: Use DI for Setup class and move away from deprecated methods | Côme Chilliet | 2024-01-29 | 1 | -18/+14 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | test(unit): fix RequestTest | Arthur Schiwon | 2024-01-27 | 1 | -3/+4 | |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | | fix(tests): Add messages to assertions to explain what failed | Joas Schilling | 2024-01-26 | 1 | -8/+8 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | chore(tests): Migrate object storage unit tests from drone to GitHub Actions | Ferdinand Thiessen | 2024-01-26 | 2 | -54/+39 | |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | fix(tests): Fix deprecation errors in S3 tests | Ferdinand Thiessen | 2024-01-26 | 1 | -1/+2 | |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | chore(tests): Align oracle database tests with the other databases | Ferdinand Thiessen | 2024-01-26 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | fix(tests): Make PostgreSQL unit tests less flacky by ordering | Joas Schilling | 2024-01-25 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | fix: Use viewBox instead of viewbox in SVGs | provokateurin | 2024-01-22 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | fix(session): Avoid two useless authtoken DB queries for every anonymous request | Git'Fellow | 2024-01-17 | 1 | -0/+50 | |
| | | | | | | 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> | |||||
* | Merge pull request #41755 from nextcloud/enh/noid/lazyconfig | Maxence Lange | 2024-01-16 | 4 | -59/+78 | |
|\ | | | | | Lazy grouping within IAppConfig | |||||
| * | lazy AppConfig | Maxence Lange | 2024-01-15 | 4 | -59/+78 | |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | fix(appstore): Only send subscription keys to valid appstores | Joas Schilling | 2024-01-15 | 1 | -2/+93 | |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | fix(tests): Fix remaining tests | Joas Schilling | 2024-01-09 | 1 | -1/+7 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix tests after slow logout fix | Louis Chemineau | 2024-01-08 | 1 | -1/+4 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | Cancel PR #37405, remove regression code | Gaspard d'Hautefeuille | 2024-01-05 | 1 | -4/+25 | |
| | | | | Signed-off-by: Gaspard d'Hautefeuille <github@dhautefeuille.eu> | |||||
* | tests(DB): Add test for date time comparisons in query builder | Julius Härtl | 2023-12-29 | 1 | -0/+86 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | AppAPI: allowed to bypass Two-Factor | Alexander Piskun | 2023-12-28 | 1 | -4/+19 | |
| | | | | Signed-off-by: Alexander Piskun <bigcat88@icloud.com> | |||||
* | adjust redis compareSetTTL to use a lua script | Robin Appelman | 2023-12-21 | 1 | -0/+21 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | restore shared lock ttl when releasing | Robin Appelman | 2023-12-21 | 1 | -1/+3 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | feat(comments): Add a meta data column for comments | Joas Schilling | 2023-12-14 | 2 | -1/+13 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Merge pull request #41927 from nextcloud/perf/login-with-email-token | Julius Härtl | 2023-12-05 | 1 | -1/+1 | |
|\ | ||||||
| * | perf: Use more performant way to obtain and check the email as a login name ↵ | Julius Härtl | 2023-11-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | with token login Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | fix(security): Handle idn_to_utf8 returning false | Joas Schilling | 2023-12-04 | 2 | -3/+13 | |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | enh(userstatus): add OOO automation and remove calendar automation | Anna Larch | 2023-11-28 | 1 | -29/+61 | |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | |||||
* | fix(API): Use a distinct exception so apps can react to it and customize the ↵ | Joas Schilling | 2023-11-28 | 1 | -1/+2 | |
| | | | | | | return Signed-off-by: Joas Schilling <coding@schilljs.com> |