| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Remove unused method getLocalFolder | Côme Chilliet | 2023-04-03 | 1 | -1/+0 |
| * | | Tidy up typing in OC\Files\View | Côme Chilliet | 2023-04-03 | 1 | -1/+1 |
* | | | Fix types for reading and writing config values | jld3103 | 2023-04-05 | 2 | -14/+14 |
* | | | fix(initial-state): Log an error when initial-state can not be JSON encoded | Joas Schilling | 2023-04-04 | 1 | -5/+26 |
* | | | Merge pull request #37146 from nextcloud/artonge/feat/migrate_metadata_to_value | Louis | 2023-04-04 | 1 | -8/+8 |
|\ \ \
| |_|/
|/| | |
|
| * | | Migrate metadata as JSON to value as STRING | Louis Chemineau | 2023-04-03 | 1 | -8/+8 |
* | | | Merge pull request #37542 from nextcloud/bugfix/noid/allow-to-opt-out-of-rate... | Joas Schilling | 2023-04-03 | 1 | -0/+9 |
|\ \ \ |
|
| * | | | feat(security): Allow to opt-out of ratelimit protection, e.g. for testing on CI | Joas Schilling | 2023-04-03 | 1 | -0/+9 |
| | |/
| |/| |
|
* / | | fix DBAL exception handling in setValues | Arthur Schiwon | 2023-03-31 | 1 | -2/+21 |
|/ / |
|
* | | Add label for logo link | Christopher Ng | 2023-03-29 | 2 | -70/+53 |
* | | Fix tests | Git'Fellow | 2023-03-28 | 1 | -25/+4 |
* | | Merge pull request #36057 from nextcloud/feat/esm-js-scripts | Julius Härtl | 2023-03-22 | 2 | -12/+93 |
|\ \ |
|
| * | | feat(OC/Template): Add `type="module"` for ES6 scripts | Ferdinand Thiessen | 2023-02-22 | 1 | -0/+29 |
| * | | feat(template): Allow `JSResourceLocator` to find ES6 scripts | Ferdinand Thiessen | 2023-02-22 | 1 | -12/+64 |
* | | | Fix BackgroundCleanupJobTest | Côme Chilliet | 2023-03-20 | 1 | -2/+2 |
* | | | Merge pull request #36928 from nextcloud/techdebt/noid/bruteforce-protection-... | Joas Schilling | 2023-03-16 | 1 | -64/+198 |
|\ \ \ |
|
| * | | | Add a debug message when throttling without defining | Joas Schilling | 2023-03-08 | 1 | -6/+33 |
| * | | | feat(middleware): Migrate BruteForceProtection annotation to PHP Attribute an... | Joas Schilling | 2023-03-08 | 1 | -61/+168 |
| | |/
| |/| |
|
* | | | Merge pull request #37227 from nextcloud/h1-dav-brute-force-protection | Arthur Schiwon | 2023-03-15 | 1 | -0/+97 |
|\ \ \ |
|
| * | | | chore(tests): add tests for handleLoginFailed | Daniel Kesselberg | 2023-03-10 | 1 | -0/+97 |
* | | | | unit tests for Manager::invalidateTokensOfUser | Artur Neumann | 2023-03-14 | 1 | -0/+44 |
* | | | | Merge pull request #37029 from nextcloud/fix/chunk-objectids-in-systemtagobje... | Côme Chilliet | 2023-03-13 | 1 | -5/+16 |
|\ \ \ \ |
|
| * | | | | Add chunking in SystemTagObjectMapper::getTagIdsForObjects | Côme Chilliet | 2023-03-13 | 1 | -5/+16 |
| | |/ /
| |/| | |
|
* / | | | Introduced app enable/disable/update typed events | Thomas Citharel | 2023-03-13 | 2 | -7/+25 |
|/ / / |
|
* | | | fix(CI): Fix acceptance test password field selector after @nextcloud/vue lib... | Joas Schilling | 2023-03-07 | 1 | -2/+2 |
* | | | feat(appframework): ⌚ Make ITimeFactory extend \PSR\Clock\ClockInterface | Joas Schilling | 2023-03-03 | 1 | -0/+49 |
* | | | Merge pull request #36941 from nextcloud/bugfix/prevent-error-with-oracle-dat... | Joas Schilling | 2023-03-03 | 1 | -0/+1207 |
|\ \ \ |
|
| * | | | Split the comments ids by chunks | Vitor Mattos | 2023-03-01 | 1 | -0/+1207 |
* | | | | 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 |
|\ \ |
|
| * | | DI for Router | Robin Appelman | 2023-02-13 | 2 | -7/+57 |
* | | | Merge pull request #36643 from nextcloud/fs-setup-instrimuntion | Robin Appelman | 2023-02-13 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | more filesystem setup performance instrumentation | Robin Appelman | 2023-02-10 | 1 | -1/+2 |
| |/ / |
|
* | | | Port user menu to Vue | Christopher Ng | 2023-02-09 | 1 | -3/+3 |
* | | | Fix unit tests | Joas Schilling | 2023-02-09 | 1 | -47/+42 |
|/ / |
|