| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix tests, add test for the new feature | Côme Chilliet | 2023-09-18 | 1 | -13/+77 |
* | Merge pull request #40167 from nextcloud/backport/40108/stable26 | Arthur Schiwon | 2023-09-06 | 1 | -1/+42 |
|\ |
|
| * | feat: add switch to disable dns pinning | Daniel Kesselberg | 2023-08-30 | 1 | -1/+42 |
* | | cleanup di for share permissions wrapper | Robin Appelman | 2023-09-04 | 2 | -12/+28 |
|/ |
|
* | tests: Add test for CacheEntry getters | Ferdinand Thiessen | 2023-08-17 | 1 | -0/+25 |
* | Add instance category while checking new updates | Benjamin Gaussorgues | 2023-07-21 | 1 | -7/+20 |
* | fix: also run phpunit on `apps/theming/css` modified files | John Molakvoæ | 2023-07-13 | 1 | -0/+2 |
* | Merge pull request #39031 from nextcloud/backport/38917/stable26 | Arthur Schiwon | 2023-07-10 | 1 | -0/+9 |
|\ |
|
| * | fix(l10n): Fix plural issue with different locale and language | Joas Schilling | 2023-06-27 | 1 | -0/+9 |
* | | fix(dav): Abort requests with 429 instead of waiting | Joas Schilling | 2023-07-10 | 1 | -5/+5 |
* | | Merge pull request #38977 from nextcloud/backport/38625/stable26 | Arthur Schiwon | 2023-07-04 | 1 | -3/+5 |
|\ \
| |/
|/| |
|
| * | chore: ugly type juggling | Arthur Schiwon | 2023-06-23 | 1 | -3/+5 |
* | | try to fix tests | Simon L | 2023-06-26 | 1 | -10/+27 |
|/ |
|
* | Merge pull request #37230 from nextcloud/backport/36033/stable26 | Arthur Schiwon | 2023-06-15 | 1 | -0/+44 |
|\ |
|
| * | unit tests for Manager::invalidateTokensOfUser | Artur Neumann | 2023-05-19 | 1 | -0/+44 |
* | | redis: move lua scripts to class and add type hints | Varun Patil | 2023-05-31 | 1 | -3/+1 |
* | | add test to verify redis lua script hashes | Robin Appelman | 2023-05-31 | 1 | -0/+8 |
|/ |
|
* | Clear generated avatar caches | jld3103 | 2023-05-16 | 1 | -1/+1 |
* | Merge pull request #38275 from nextcloud/backport/38274/stable26 | Joas Schilling | 2023-05-16 | 1 | -3/+3 |
|\ |
|
| * | fix(middleware): Also abort the request when reaching max delay in afterContr... | Joas Schilling | 2023-05-15 | 1 | -3/+3 |
* | | fix(tests): Adjust unit tests | Joas Schilling | 2023-05-15 | 1 | -8/+8 |
|/ |
|
* | Merge pull request #37549 from nextcloud/backport/37520/stable26 | Joas Schilling | 2023-05-09 | 1 | -2/+21 |
|\ |
|
| * | fix DBAL exception handling in setValues | Arthur Schiwon | 2023-04-03 | 1 | -2/+21 |
* | | tests: Adapt node related unit tests mocks to required root view | Julius Härtl | 2023-05-08 | 4 | -126/+66 |
* | | fix: Use proper path when creating node instances | Julius Härtl | 2023-05-08 | 1 | -0/+2 |
* | | Cover expire_date with unit tests | Vitor Mattos | 2023-05-03 | 1 | -2/+28 |
* | | Migrate metadata as JSON to value as STRING | Louis Chemineau | 2023-04-06 | 1 | -8/+8 |
* | | fix(initial-state): Log an error when initial-state can not be JSON encoded | Joas Schilling | 2023-04-04 | 1 | -5/+26 |
* | | feat(security): Allow to opt-out of ratelimit protection, e.g. for testing on CI | Joas Schilling | 2023-04-03 | 1 | -0/+9 |
|/ |
|
* | Add label for logo link | Christopher Ng | 2023-03-30 | 2 | -70/+53 |
* | chore(tests): add tests for handleLoginFailed | Daniel Kesselberg | 2023-03-15 | 1 | -0/+97 |
* | Add chunking in SystemTagObjectMapper::getTagIdsForObjects | Côme Chilliet | 2023-03-14 | 1 | -5/+16 |
* | fix(CI): Fix acceptance test password field selector after @nextcloud/vue lib... | Joas Schilling | 2023-03-07 | 1 | -2/+2 |
* | Merge pull request #36803 from nextcloud/fix/sqlite-comments | blizzz | 2023-03-02 | 1 | -0/+24 |
|\ |
|
| * | tests(db): Add test case to ensure column comments work | Ferdinand Thiessen | 2023-02-28 | 1 | -0/+24 |
* | | 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 |
* | | | Fix SystemTagManagerTest#createTag test | Marcel Klehr | 2023-02-24 | 1 | -1/+1 |
* | | | Update tests/lib/SystemTag/SystemTagManagerTest.php | Marcel Klehr | 2023-02-24 | 1 | -5/+2 |
* | | | fix(SystemTagManager): Truncate overlong tag names | Marcel Klehr | 2023-02-24 | 1 | -4/+12 |
| |/
|/| |
|
* | | 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 |
|/ |
|
* | Do not set up filesystem on every call | Anna Larch | 2023-02-17 | 1 | -72/+0 |
* | 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 |
* | 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 p... | Ferdinand Thiessen | 2023-02-16 | 1 | -1/+35 |
* | | 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 | Simon L | 2023-02-15 | 1 | -1/+1 |
* | | | Change X-Robots-Tag header from "none" to "noindex, nofollow" | MichaIng | 2023-02-15 | 4 | -4/+4 |
|/ / |
|
* | | Merge pull request #36656 from nextcloud/route-instrumentation | Julius Härtl | 2023-02-14 | 2 | -7/+57 |
|\ \ |
|