Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #38207 from nextcloud/fix/jsresourcelocator-l10n-handling | John Molakvoæ | 2023-05-12 | 1 | -0/+22 |
|\ | |||||
| * | fix(JSResourceLocator): Handle missing translations silently | Ferdinand Thiessen | 2023-05-11 | 1 | -0/+22 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Fix table view | julia.kirschenheuter | 2023-05-11 | 1 | -3/+3 |
|/ | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | ||||
* | Merge pull request #37691 from nextcloud/object-store-background-scan | John Molakvoæ | 2023-05-11 | 1 | -16/+26 |
|\ | |||||
| * | repair -1 folder sizes for object store background scan | Robin Appelman | 2023-05-10 | 1 | -16/+26 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #37838 from nextcloud/event-logger-http | Robin Appelman | 2023-05-09 | 1 | -1/+11 |
|\ \ | |/ |/| | log performance events for http requests | ||||
| * | log performance events for http requests | Robin Appelman | 2023-04-28 | 1 | -1/+11 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix(dav): Abort requests with 429 instead of waiting | Joas Schilling | 2023-05-03 | 1 | -5/+5 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #38024 from nextcloud/fix/fix-32bits-ci | Arthur Schiwon | 2023-05-03 | 1 | -6/+3 |
|\ \ | | | | | | | Fix 32bits ci | ||||
| * | | Put back file cleanups, and remove dead code in ↵ | Côme Chilliet | 2023-05-02 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | tests/lib/Template/JSResourceLocatorTest.php Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Remove the array_pop failing tests on 32bit CI | Côme Chilliet | 2023-05-02 | 1 | -3/+1 |
| |/ | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #33106 from nextcloud/feature/update-expire-date | Arthur Schiwon | 2023-05-03 | 1 | -2/+28 |
|\ \ | | | | | | | Update expire_date column of table comments | ||||
| * | | Cover expire_date with unit tests | Vitor Mattos | 2023-04-26 | 1 | -2/+28 |
| |/ | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio> | ||||
* | | Fix tests, and fix Group::searchUsers to avoid duplicates | Côme Chilliet | 2023-05-02 | 2 | -6/+10 |
| | | | | | | | | | | | | | | | | Also went back to searchUsers indexing the array by uid as it was the previous behavior and the IGroup phpdoc does not say anything about the keys. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Clear up return types | Côme Chilliet | 2023-04-27 | 2 | -3/+3 |
| | | | | | | | | | | | | usersInGroup index by int for BC, searchInGroup index by uid (string). Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Optimize retrieving display name when searching for users in a group | Carl Schwan | 2023-04-27 | 3 | -63/+62 |
|/ | | | | | | | | | 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> | ||||
* | Merge pull request #37905 from ↵ | Joas Schilling | 2023-04-25 | 8 | -250/+801 |
|\ | | | | | | | | | nextcloud/techdebt/noid/add-attributes-for-remaining-security-annotations feat(security): Add PHP \Attribute for remaining security annotations | ||||
| * | feat(security): Add PHP \Attribute for remaining security annotations | Joas Schilling | 2023-04-25 | 8 | -250/+801 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #37835 from nextcloud/feat/background-allow-parallel-runs | Côme Chilliet | 2023-04-25 | 4 | -9/+101 |
|\ \ | |/ |/| | feat(BackgroundJobs): Allow preventing parallel runs for a job class | ||||
| * | JobListTest: Fix JobList constructor call | Marcel Klehr | 2023-04-24 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | Update tests/lib/BackgroundJob/DummyJobList.php | Marcel Klehr | 2023-04-24 | 1 | -2/+2 |
| | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | Run cs:Fix | Marcel Klehr | 2023-04-23 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | Fix BackgroundJob tests | Marcel Klehr | 2023-04-23 | 2 | -11/+20 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | JobListTest: clearJobsList before testHasReservedJobs | Marcel Klehr | 2023-04-23 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix(tests): Remove duplicated method | Marcel Klehr | 2023-04-23 | 1 | -21/+0 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | test(BackgroundJobs): Add tests for allowParallelRuns and hasReservedJobs | Marcel Klehr | 2023-04-23 | 4 | -4/+105 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | feat(ratelimit): Add Attributes support to rate limit middleware | Joas Schilling | 2023-04-24 | 1 | -103/+170 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge branch 'master' into enh/type-iconfig-getter-calls | Côme Chilliet | 2023-04-20 | 13 | -162/+141 |
|\ | | | | | Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> | ||||
| * | Merge pull request #37795 from nextcloud/techdebt/noid/improve-ci | Joas Schilling | 2023-04-18 | 1 | -10/+10 |
| |\ | | | | | | | fix(CI): Disable unstable test until someone can have a look at it | ||||
| | * | fix(CI): Disable unstable test until someone can have a look at it | Joas Schilling | 2023-04-18 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | Passes locally 100% and on CI 50% of the time Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | feat(app-framework): Add native argument types for middleware | Christoph Wurst | 2023-04-18 | 1 | -8/+8 |
| |/ | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | Merge pull request #36617 from nextcloud/update/psr-container | Simon L | 2023-04-18 | 3 | -0/+6 |
| |\ | | | | | | | chore: Update PSR container to 2.0.2 | ||||
| | * | fix: Adjust console formatter code to match with Symfony type hints | Ferdinand Thiessen | 2023-04-17 | 3 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | Symfony has added type hints on the `OutputFormatterInterface`, so we must adjust our type hints to match with Symfony. Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> | ||||
| * | | tests: Adapt node related unit tests mocks to required root view | Julius Härtl | 2023-04-17 | 4 | -126/+66 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | fix: Use proper path when creating node instances | Julius Härtl | 2023-04-17 | 1 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | adapt test to new workflow | Glandos | 2023-04-17 | 1 | -12/+7 |
| |/ | | | | | | | | | | | | | getDirectoryListing should return all files getFile is not called anymore Signed-off-by: Glandos <bugs-github@antipoul.fr> | ||||
| * | Add type hints for mappers | jld3103 | 2023-04-07 | 1 | -6/+6 |
| | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
| * | fix(tests): acceptance | John Molakvoæ | 2023-04-06 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
| * | Merge pull request #37595 from jtrees/add-some-tests-to-lost-controller | Arthur Schiwon | 2023-04-06 | 1 | -0/+36 |
| |\ | | | | | | | Add some tests for input trimming in LostController.php | ||||
| | * | Add some tests for input trimming in LostController.php | Joshua Trees | 2023-04-05 | 1 | -0/+36 |
| | | | | | | | | | | | | Signed-off-by: Joshua Trees <me@jtrees.io> | ||||
* | | | Adapt tests to config value typing | Côme Chilliet | 2023-04-05 | 36 | -304/+332 |
|/ / | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #36836 from nextcloud/fix/view-type-cleanup | Côme Chilliet | 2023-04-05 | 1 | -2/+1 |
|\ \ | | | | | | | Tidy up typing in OC\Files\View | ||||
| * | | Remove unused method getLocalFolder | Côme Chilliet | 2023-04-03 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | It’s not used and not in any OCP interface/class. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Tidy up typing in OC\Files\View | Côme Chilliet | 2023-04-03 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Fix types for reading and writing config values | jld3103 | 2023-04-05 | 2 | -14/+14 |
| | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | | | fix(initial-state): Log an error when initial-state can not be JSON encoded | Joas Schilling | 2023-04-04 | 1 | -5/+26 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #37146 from nextcloud/artonge/feat/migrate_metadata_to_value | Louis | 2023-04-04 | 1 | -8/+8 |
|\ \ \ | |_|/ |/| | | Migrate metadata JSON column to new value TEXT column | ||||
| * | | Migrate metadata as JSON to value as STRING | Louis Chemineau | 2023-04-03 | 1 | -8/+8 |
| | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | | Merge pull request #37542 from ↵ | Joas Schilling | 2023-04-03 | 1 | -0/+9 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing feat(security): Allow to opt-out of ratelimit protection, e.g. for te… | ||||
| * | | | feat(security): Allow to opt-out of ratelimit protection, e.g. for testing on CI | Joas Schilling | 2023-04-03 | 1 | -0/+9 |
| | |/ | |/| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |