| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | make placeholder a const for reuse | Arthur Schiwon | 2022-06-16 | 1 | -1/+1 |
| * | | | | fix overwriting original vars when logging | Arthur Schiwon | 2022-06-16 | 1 | -1/+2 |
| * | | | | add serializer test | Arthur Schiwon | 2022-06-16 | 1 | -0/+67 |
| |/ / / |
|
| * | | | Merge pull request #32813 from nextcloud/debt/noid/check-for-3rdparty-updates | Daniel | 2022-06-14 | 1 | -0/+2 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Run php tests when 3rdparty changed | Daniel Kesselberg | 2022-06-10 | 1 | -0/+2 |
| * | | | Merge pull request #32853 from nextcloud/fix/update-acceptance-composer-lock | Côme Chilliet | 2022-06-13 | 1 | -327/+899 |
| |\ \ \ |
|
| | * | | | Update dependencies in acceptance tests composer.lock | Côme Chilliet | 2022-06-13 | 1 | -327/+899 |
| * | | | | Merge pull request #31966 from nextcloud/unencrypted-size | Vincent Petry | 2022-06-13 | 3 | -3/+24 |
| |\ \ \ \ |
|
| | * | | | | store unencrypted size in the unencrypted_size column | Robin Appelman | 2022-06-02 | 2 | -3/+7 |
| | * | | | | add case statement to sql function builder | Robin Appelman | 2022-06-02 | 1 | -0/+17 |
| * | | | | | Make LostController use IInitialState and LoggerInterface | Thomas Citharel | 2022-06-10 | 1 | -6/+18 |
| * | | | | | Modernize the LostControllerTest test | Thomas Citharel | 2022-06-10 | 1 | -33/+25 |
| * | | | | | Add password reset typed events | Thomas Citharel | 2022-06-10 | 1 | -12/+32 |
| | |/ / /
| |/| | | |
|
| * | | | | Keep non default protocol in cloud id | Joas Schilling | 2022-06-09 | 1 | -53/+58 |
| | |/ /
| |/| | |
|
| * | | | Merge pull request #32697 from nextcloud/fix/get-avatar-authz | Pytal | 2022-06-08 | 1 | -5/+28 |
| |\ \ \ |
|
| | * | | | Test all scopes | Christopher Ng | 2022-06-07 | 1 | -5/+8 |
| | * | | | Fix get avatar authorization | Christopher Ng | 2022-06-07 | 1 | -0/+20 |
| * | | | | Simlify tests for integrity check on modified mimetype lists | Julius Härtl | 2022-06-07 | 3 | -254/+46 |
| | |/ /
| |/| | |
|
| * | | | Add unit tests for encryption's isSystemWideMountPoint | Vincent Petry | 2022-06-01 | 1 | -0/+41 |
| |/ / |
|
| * | | Merge pull request #32371 from nextcloud/fix-31952 | Vincent Petry | 2022-06-01 | 1 | -1/+1 |
| |\ \ |
|
| | * | | More meaningfull message when a public authenticated share's password is wron... | Cyrille Bollu | 2022-05-31 | 1 | -1/+1 |
| * | | | Merge pull request #32667 from nextcloud/followup/32655/fix-tests | blizzz | 2022-05-31 | 1 | -12/+30 |
| |\ \ \ |
|
| | * | | | Fix unit tests | Joas Schilling | 2022-05-31 | 1 | -12/+30 |
| * | | | | Merge pull request #32587 from nextcloud/bugfix/noid/improve-jsconfighelper | Joas Schilling | 2022-05-31 | 1 | -72/+52 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | Restore old behaviour of sending flase for not found apps | Joas Schilling | 2022-05-30 | 1 | -72/+52 |
| | |/ / |
|
| * | | | Use JSON_THROW_ON_ERROR instead of custom error handling | Julius Härtl | 2022-05-30 | 1 | -3/+3 |
| * | | | Merge pull request #32591 from nextcloud/fix/node-test | Vincent Petry | 2022-05-30 | 2 | -27/+1 |
| |\ \ \ |
|
| | * | | | Fix node tests ci | Carl Schwan | 2022-05-30 | 2 | -27/+1 |
| | |/ / |
|
| * | | | Merge pull request #31948 from nextcloud/core-cleanup-74 | Carl Schwan | 2022-05-30 | 9 | -43/+31 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Update core to PHP 7.4 standard | Carl Schwan | 2022-05-20 | 9 | -43/+31 |
| * | | | Require a recent phpunit version in integration and acceptance | Côme Chilliet | 2022-05-24 | 3 | -260/+708 |
| * | | | Merge pull request #32378 from nextcloud/fix/psalm-userbackend | Carl Schwan | 2022-05-23 | 1 | -2/+2 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Fix psalm issues related to the user backend | Carl Schwan | 2022-05-20 | 1 | -2/+2 |
| * | | | Merge pull request #26813 from nextcloud/feature/files-search-tags | Simon L | 2022-05-18 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Files: Extend search to also cover tags | Marcel Klehr | 2022-05-17 | 1 | -1/+1 |
* | | | | | expose displayname cache trough a public interface | Robin Appelman | 2022-05-18 | 1 | -1/+0 |
|/ / / / |
|
* | | | | Allow to tweak default scopes for accounts | Thomas Citharel | 2022-05-16 | 1 | -33/+71 |
* | | | | Merge pull request #32306 from nextcloud/fix/migrate-phpunit-configuration | Julius Härtl | 2022-05-16 | 1 | -21/+20 |
|\ \ \ \ |
|
| * | | | | Migrate phpunit configuration to new format | Côme Chilliet | 2022-05-09 | 1 | -21/+20 |
| |/ / / |
|
* | | | | Merge pull request #32305 from nextcloud/bugfix/32302/fix-browser-agent-trimming | Joas Schilling | 2022-05-16 | 1 | -2/+7 |
|\ \ \ \ |
|
| * | | | | Fix user agent trimming on installation | Joas Schilling | 2022-05-09 | 1 | -2/+7 |
| |/ / / |
|
* | | | | Merge pull request #32375 from nextcloud/bugfix/noid/show-user-account-on-gra... | Joas Schilling | 2022-05-16 | 2 | -33/+50 |
|\ \ \ \ |
|
| * | | | | Extend tests | Joas Schilling | 2022-05-16 | 2 | -33/+50 |
* | | | | | Merge pull request #31662 from nextcloud/modernize-contactmenu | John Molakvoæ | 2022-05-13 | 8 | -217/+192 |
|\ \ \ \ \ |
|
| * | | | | | Modernize contacts menu | Thomas Citharel | 2022-05-12 | 8 | -217/+192 |
* | | | | | | Fix jsunit | John Molakvoæ | 2022-05-13 | 1 | -6/+0 |
* | | | | | | Remove SCSSCacher | John Molakvoæ | 2022-05-13 | 3 | -545/+1 |
* | | | | | | Merge pull request #30863 from nextcloud/performance/saving-user-profile-info | Carl Schwan | 2022-05-13 | 1 | -6/+3 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Minor optimizations for saving user personal information | Carl Schwan | 2022-05-12 | 1 | -6/+3 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #32250 from nextcloud/cleanup/cappedmemorycache | John Molakvoæ | 2022-05-13 | 1 | -1/+2 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|