Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | redis: move lua scripts to class and add type hints | Varun Patil | 2023-05-31 | 1 | -3/+1 |
| | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu> | ||||
* | add test to verify redis lua script hashes | Robin Appelman | 2023-05-31 | 1 | -0/+8 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Clear generated avatar caches | jld3103 | 2023-05-16 | 1 | -1/+1 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | Merge pull request #38275 from nextcloud/backport/38274/stable26 | Joas Schilling | 2023-05-16 | 1 | -3/+3 |
|\ | | | | | [stable26] fix(middleware): Also abort the request when reaching max delay in af… | ||||
| * | fix(middleware): Also abort the request when reaching max delay in ↵ | Joas Schilling | 2023-05-15 | 1 | -3/+3 |
| | | | | | | | | | | | | afterController Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | fix(tests): Adjust unit tests | Joas Schilling | 2023-05-15 | 1 | -8/+8 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #37549 from nextcloud/backport/37520/stable26 | Joas Schilling | 2023-05-09 | 1 | -2/+21 |
|\ | | | | | [stable26] fix DBAL exception handling in setValues | ||||
| * | fix DBAL exception handling in setValues | Arthur Schiwon | 2023-04-03 | 1 | -2/+21 |
| | | | | | | | | | | | | | | | | | | This seems to be a left over after abstracting DBAL. Nowadays, IQueryBuilder::executeStatement() only throws a \OCP\DB\Exception, where previously original DBAL exceptions where thrown. These are now wrapped, the orignal classes are now mapped to a reason. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | tests: Adapt node related unit tests mocks to required root view | Julius Härtl | 2023-05-08 | 4 | -126/+66 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | fix: Use proper path when creating node instances | Julius Härtl | 2023-05-08 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Cover expire_date with unit tests | Vitor Mattos | 2023-05-03 | 1 | -2/+28 |
| | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio> | ||||
* | | Migrate metadata as JSON to value as STRING | Louis Chemineau | 2023-04-06 | 1 | -8/+8 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | 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> | ||||
* | | 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> | ||||
* | Add label for logo link | Christopher Ng | 2023-03-30 | 2 | -70/+53 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | chore(tests): add tests for handleLoginFailed | Daniel Kesselberg | 2023-03-15 | 1 | -0/+97 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Add chunking in SystemTagObjectMapper::getTagIdsForObjects | Côme Chilliet | 2023-03-14 | 1 | -5/+16 |
| | | | | | | This avoids crashing on Oracle with more than 1000 objects Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(CI): Fix acceptance test password field selector after @nextcloud/vue ↵ | Joas Schilling | 2023-03-07 | 1 | -2/+2 |
| | | | | | | lib update Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #36803 from nextcloud/fix/sqlite-comments | blizzz | 2023-03-02 | 1 | -0/+24 |
|\ | | | | | [db]: Remove not supported column comments for SQLite | ||||
| * | tests(db): Add test case to ensure column comments work | Ferdinand Thiessen | 2023-02-28 | 1 | -0/+24 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> | ||||
* | | Merge pull request #36471 from nextcloud/fix/theming-keep-images | John Molakvoæ | 2023-03-01 | 2 | -0/+0 |
|\ \ | |||||
| * | | Add webp and large jpg test assets | Ferdinand Thiessen | 2023-02-20 | 2 | -0/+0 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> | ||||
* | | | Fix SystemTagManagerTest#createTag test | Marcel Klehr | 2023-02-24 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | | Update tests/lib/SystemTag/SystemTagManagerTest.php | Marcel Klehr | 2023-02-24 | 1 | -5/+2 |
| | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | | fix(SystemTagManager): Truncate overlong tag names | Marcel Klehr | 2023-02-24 | 1 | -4/+12 |
| |/ |/| | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | Revert "fix(performance): Do not set up filesystem on every call" | Joas Schilling | 2023-02-21 | 1 | -0/+72 |
| | | |||||
* | | feat(directediting): Allow opening by file id | Julius Härtl | 2023-02-20 | 1 | -0/+80 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Do not set up filesystem on every call | Anna Larch | 2023-02-17 | 1 | -72/+0 |
| | | | | | | Also remove old Oc_FileChunking logis that produced GC- collectable chunks Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | Revert the token scope to not end up with storing the user used in the session | Julius Härtl | 2023-02-17 | 1 | -0/+9 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #36396 from nextcloud/fix/cors | Julius Härtl | 2023-02-17 | 1 | -1/+35 |
|\ | |||||
| * | fix(CORS): CORS should only be bypassed on `PublicPage` if not logged in to ↵ | Ferdinand Thiessen | 2023-02-16 | 1 | -1/+35 |
| | | | | | | | | | | | | prevent CSRF attack vectors Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> | ||||
* | | Merge pull request #36735 from nextcloud/fix/32635/fix-vcf-contacts | Louis | 2023-02-16 | 1 | -1/+1 |
|\ \ | | | | | | | fix the contacts-menu vcf-contact avatars | ||||
| * | | fix the contacts-menu vcf-contact avatars | Simon L | 2023-02-15 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
* | | | Change X-Robots-Tag header from "none" to "noindex, nofollow" | MichaIng | 2023-02-15 | 4 | -4/+4 |
|/ / | | | | | | | | | | | | | | | | | | | While "none" is indeed equivalent to "noindex, nofollow" for Google, but seems to be not supported by Bing and probably other search engines. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name#other_metadata_names https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag?hl=de#comma-separated-list https://www.bing.com/webmasters/help/which-robots-metatags-does-bing-support-5198d240 Signed-off-by: MichaIng <micha@dietpi.com> | ||||
* | | Merge pull request #36656 from nextcloud/route-instrumentation | Julius Härtl | 2023-02-14 | 2 | -7/+57 |
|\ \ | |||||
| * | | DI for Router | Robin Appelman | 2023-02-13 | 2 | -7/+57 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #36643 from nextcloud/fs-setup-instrimuntion | Robin Appelman | 2023-02-13 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | more filesystem setup performance instrumentation | ||||
| * | | | more filesystem setup performance instrumentation | Robin Appelman | 2023-02-10 | 1 | -1/+2 |
| |/ / | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Port user menu to Vue | Christopher Ng | 2023-02-09 | 1 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | Fix unit tests | Joas Schilling | 2023-02-09 | 1 | -47/+42 |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #36566 from nextcloud/mount-find-by-numeric-id | Julius Härtl | 2023-02-08 | 1 | -0/+3 |
|\ \ | |/ |/| | |||||
| * | fix tests | Robin Appelman | 2023-02-07 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #36417 from nextcloud/fix/psr-container | Joas Schilling | 2023-02-07 | 1 | -3/+24 |
|\ \ | | | | | | | Make the container fully fulfill PSR container interface | ||||
| * | | fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface ↵ | Ferdinand Thiessen | 2023-02-06 | 1 | -3/+24 |
| |/ | | | | | | | | | | | if class not found Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> | ||||
* | | Skip buggy tests for 32bits CI | Côme Chilliet | 2023-02-07 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Improve error output on failed Router test | Côme Chilliet | 2023-02-07 | 1 | -1/+6 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Add helper to cast to int|float, fix MemoryInfo on 32bits | Côme Chilliet | 2023-02-07 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Fix filesize return type error in ViewTest | Côme Chilliet | 2023-02-07 | 1 | -4/+16 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Improve test failure output for RouterTest.php | Côme Chilliet | 2023-02-07 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Add apcu and ffmpeg to have less skipped tests | Côme Chilliet | 2023-02-07 | 6 | -0/+21 |
| | | | | | | | | | | | | Also exclude test groups which rely on a service Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> |