Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Fix profiler trying to serialize invalid utf8 | Carl Schwan | 2022-06-20 | 1 | -1/+9 | |
* | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-06-20 | 4 | -10/+12 | |
* | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-06-19 | 12 | -2/+60 | |
* | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-06-18 | 12 | -2/+18 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #32874 from bill-mcgonigle/patch-1 | Simon L | 2022-06-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Mention missing files subdir | Bill McGonigle | 2022-06-14 | 1 | -1/+1 | |
* | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-06-17 | 24 | -0/+92 | |
* | | | | | | | | | Merge pull request #32898 from nextcloud/fix/noid/logger-overwrites-vars | blizzz | 2022-06-16 | 2 | -4/+76 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | make placeholder a const for reuse | Arthur Schiwon | 2022-06-16 | 2 | -3/+5 | |
| * | | | | | | | | fix overwriting original vars when logging | Arthur Schiwon | 2022-06-16 | 2 | -3/+6 | |
| * | | | | | | | | add serializer test | Arthur Schiwon | 2022-06-16 | 1 | -0/+67 | |
|/ / / / / / / / | ||||||
* | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-06-16 | 24 | -2/+82 | |
* | | | | | | | | Merge pull request #32876 from nextcloud/fix/fix-string-interpolation | blizzz | 2022-06-15 | 5 | -5/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Use {$var} instead of ${var} for PHP 8.2 compatibility | Côme Chilliet | 2022-06-14 | 5 | -5/+5 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #32878 from nextcloud/fix-default-toast-message-for-failed... | blizzz | 2022-06-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fix default toast message for failed uploads with HTTP/2 | Daniel Calviño Sánchez | 2022-06-14 | 1 | -1/+1 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #32584 from nextcloud/fix-ResetTokenBackgroundJob | Daniel | 2022-06-15 | 2 | -9/+30 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Update tests after ResetTokenBackgroundJob changes | Thomas Citharel | 2022-06-15 | 1 | -6/+26 | |
| * | | | | | | Use OCP version of TimedJob instead of OC for ResetTokenBackgroundJob | Thomas Citharel | 2022-06-15 | 1 | -2/+3 | |
| * | | | | | | Make sure ResetTokenBackgroundJob doesn't execute if config is read-only | Thomas Citharel | 2022-06-15 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-06-15 | 124 | -130/+236 | |
* | | | | | | Merge pull request #32351 from nextcloud/dav-handle-move-operation-properly | Christoph Wurst | 2022-06-14 | 11 | -11/+312 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Handle the move operation properly between shared calendars | Thomas Citharel | 2022-06-14 | 11 | -11/+312 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #32875 from nextcloud/fix/setup-set-up-2fa | Christoph Wurst | 2022-06-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Fix 2FA setup vs set up typo | Christoph Wurst | 2022-06-14 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | 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 | |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-06-14 | 40 | -8/+220 | |
| |/ / / |/| | | | ||||||
* | | | | 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 | 20 | -173/+321 | |
|\ \ \ \ \ | ||||||
| * | | | | | store unencrypted size in the unencrypted_size column | Robin Appelman | 2022-06-02 | 9 | -52/+153 | |
| * | | | | | add case statement to sql function builder | Robin Appelman | 2022-06-02 | 3 | -0/+40 | |
| * | | | | | make expression build return IQueryFunction instead of string | Robin Appelman | 2022-06-02 | 8 | -121/+128 | |
* | | | | | | Merge pull request #32847 from nextcloud/followup/32748/fix-second-integratio... | Joas Schilling | 2022-06-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix second integration test as well | Joas Schilling | 2022-06-13 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #31637 from nextcloud/add-password-reset-typed-events | Vincent Petry | 2022-06-13 | 6 | -65/+228 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Make LostController use IInitialState and LoggerInterface | Thomas Citharel | 2022-06-10 | 2 | -21/+33 | |
| * | | | | | | | Modernize the LostControllerTest test | Thomas Citharel | 2022-06-10 | 1 | -33/+25 | |
| * | | | | | | | Add password reset typed events | Thomas Citharel | 2022-06-10 | 6 | -13/+172 | |
* | | | | | | | | Merge pull request #32843 from nextcloud/bugfix/noid/correctly-log-failed-att... | Vincent Petry | 2022-06-13 | 1 | -4/+12 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Correctly log failed attempts | Joas Schilling | 2022-06-13 | 1 | -4/+12 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #32774 from nextcloud/enh/a11y/keyboard-legacy-contacts-menu | Louis | 2022-06-13 | 3 | -4/+9 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Enable keyboard activation of legacy contacts menu | Christopher Ng | 2022-06-10 | 3 | -4/+9 | |
* | | | | | | | | | Merge pull request #31197 from nextcloud/acsfer-patch-1 | Carl Schwan | 2022-06-13 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Add memcached unis socket instructions | zroebg | 2022-02-15 | 1 | -1/+2 | |
* | | | | | | | | | Merge pull request #31345 from nextcloud/fix/31164/delete-additional-email | Vincent Petry | 2022-06-13 | 4 | -7/+11 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Use unique key to prevent email component reuse | Christopher Ng | 2022-06-10 | 4 | -7/+11 | |
* | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-06-13 | 34 | -0/+70 | |
* | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-06-12 | 52 | -14/+134 |