Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | feat: Add factory method for in-memory caches | Christoph Wurst | 2023-10-11 | 2 | -0/+21 | |
| |/ / / / | ||||||
* | | | | | feat(OCM): Dispatch an event so apps can register resources | Joas Schilling | 2023-10-13 | 4 | -0/+79 | |
* | | | | | feat(OCM): Add a way for apps to create a new IOCMResource | Joas Schilling | 2023-10-13 | 2 | -0/+15 | |
* | | | | | fix(OCM): Make the OCM provider stateful so apps can add resources | Joas Schilling | 2023-10-13 | 2 | -9/+12 | |
* | | | | | fix(OCM): Make the public API only rely on OCP | Joas Schilling | 2023-10-13 | 4 | -52/+77 | |
* | | | | | Merge pull request #40879 from nextcloud/fix/session/log-lost-crypto-session | Christoph Wurst | 2023-10-12 | 1 | -1/+7 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | fix(session): Log when crypto session data is lost | Christoph Wurst | 2023-10-11 | 1 | -1/+7 | |
| |/ / / | ||||||
* / / / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-12 | 2 | -0/+2 | |
|/ / / | ||||||
* | | | chore: Drop unused \OC\Memcache\Factory::createLowLatency | Christoph Wurst | 2023-10-11 | 1 | -9/+0 | |
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-11 | 2 | -2/+8 | |
* | | | Merge pull request #39756 from nextcloud/enh/add-disabled-users-endpoint | Côme Chilliet | 2023-10-10 | 2 | -0/+36 | |
|\ \ \ | ||||||
| * | | | Add endpoint for getting disabled user list | Côme Chilliet | 2023-10-09 | 2 | -0/+36 | |
* | | | | Merge pull request #40785 from nextcloud/fix/user/log-logout-conditions | Christoph Wurst | 2023-10-10 | 1 | -5/+33 | |
|\ \ \ \ | ||||||
| * | | | | fix: Log critical session renewal and logout paths | Christoph Wurst | 2023-10-09 | 1 | -5/+33 | |
* | | | | | Merge pull request #33105 from nextcloud/feature/noid/talk-federation-auth | Joas Schilling | 2023-10-09 | 1 | -0/+3 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Talk federation authentication | Joas Schilling | 2023-10-09 | 1 | -0/+3 | |
* | | | | | Merge pull request #40737 from nextcloud/cors-app_api | Alexander Piskun | 2023-10-09 | 1 | -0/+5 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Merge branch 'master' into cors-app_api | Alexander Piskun | 2023-10-09 | 30 | -635/+220 | |
| |\| | | | ||||||
| * | | | | fixed Drone test | Alexander Piskun | 2023-10-06 | 1 | -1/+2 | |
| * | | | | added CORS skip if session was created by AppAPI | Alexander Piskun | 2023-10-02 | 1 | -0/+4 | |
* | | | | | Merge pull request #40731 from nextcloud/imaginary-performance | Daniel Hansson | 2023-10-09 | 1 | -36/+0 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Merge branch 'master' into imaginary-performance | Daniel Hansson | 2023-10-09 | 13 | -394/+107 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into imaginary-performance | Daniel Hansson | 2023-10-04 | 16 | -221/+96 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into imaginary-performance | Daniel Hansson | 2023-10-02 | 3 | -7/+7 | |
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | ||||||
| * | | | | | | also remove function | Daniel Hansson | 2023-10-02 | 1 | -19/+0 | |
| * | | | | | | Generate all preview sizes for Imaginary | Daniel Hansson | 2023-09-30 | 1 | -17/+0 | |
* | | | | | | | Merge pull request #40472 from nextcloud/fix/aborted_pgsql_transaction_on_error | Joas Schilling | 2023-10-09 | 1 | -20/+17 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | fix(twofactor): avoid error in pgsql for duplicate entry | Benjamin Gaussorgues | 2023-10-06 | 1 | -20/+17 | |
* | | | | | | | fix(DB): Update comment to state why we still use the max 4k limit | Joas Schilling | 2023-10-06 | 1 | -1/+3 | |
* | | | | | | | fix(sqlite): Remove some old SQLite cheats | Joas Schilling | 2023-10-06 | 1 | -11/+0 | |
* | | | | | | | fix(oracle): Move away from internal and deprecated SchemaDiff API | Joas Schilling | 2023-10-06 | 1 | -149/+90 | |
* | | | | | | | fix(dbal): Move migrator away from deprecated calls | Joas Schilling | 2023-10-06 | 1 | -11/+9 | |
* | | | | | | | fix(mysql): Remove custom MySQL workaround from 2015 | Joas Schilling | 2023-10-06 | 4 | -54/+0 | |
* | | | | | | | fix(postgres): Remove old Postgres 9.4 workaround | Joas Schilling | 2023-10-06 | 4 | -60/+0 | |
* | | | | | | | fix(sqlite): Remove no longer required autoincrement fix | Joas Schilling | 2023-10-06 | 5 | -108/+2 | |
* | | | | | | | fix(dbal): Doctrine\DBAL\Connection::PARAM_* types are deprecated | Joas Schilling | 2023-10-06 | 1 | -2/+3 | |
|/ / / / / / | ||||||
* | | | | | | fix(user): Log affected user of app token login name mismatch | Christoph Wurst | 2023-10-06 | 1 | -0/+2 | |
* | | | | | | Merge pull request #40745 from nextcloud/fix/noid/ocm-provider-rewrite-rules | Arthur Schiwon | 2023-10-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | fix ocm-provider rewrite rules | Maxence Lange | 2023-10-02 | 1 | -1/+1 | |
* | | | | | | Merge pull request #40439 from Koc/feature/clickable-logo | John Molakvoæ | 2023-10-04 | 1 | -0/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Make logo in header clickable in the shared file view | Konstantin Myakshin | 2023-10-04 | 1 | -0/+4 | |
* | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-04 | 2 | -0/+2 | |
* | | | | | | | Refactors lib/private/Collaboration. | Faraz Samapoor | 2023-10-03 | 9 | -214/+61 | |
* | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-03 | 2 | -0/+2 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #40656 from nextcloud/feat/backgroundjob/schedule-job-after | Christoph Wurst | 2023-10-02 | 2 | -7/+27 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | feat(backgroundjob): Schedule job after <timestamp> | Christoph Wurst | 2023-09-29 | 2 | -7/+27 | |
* | | | | | | Merge pull request #40734 from nextcloud/debt/noid/align-param-name | Daniel | 2023-10-01 | 2 | -4/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | chore: rename serializedClosure to argument to align with parent class | Daniel Kesselberg | 2023-09-30 | 2 | -4/+4 | |
| | |_|/ / / | |/| | | | | ||||||
* / | | | | | Allow PHP 8.3 in version check | Côme Chilliet | 2023-09-30 | 1 | -3/+3 | |
|/ / / / / | ||||||
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-30 | 2 | -2/+2 |