aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* feat: support excalidraw fileHoang Pham2024-07-042-2/+4
* fix(tests): Remove output when running testsJoas Schilling2024-07-031-0/+15
* Merge pull request #46185 from nextcloud/debt/noid/migrate-background-command...Daniel2024-07-022-38/+59
|\
| * refactor: simplify background commandsDaniel Kesselberg2024-07-012-38/+59
* | Merge pull request #45766 from nextcloud/feat/ooo-replacementDaniel2024-07-011-3/+15
|\ \
| * | Feat: Allow users to select another user as their out-of-office replacementHamza Mahjoubi2024-07-011-3/+15
| |/
* / feat(AppFramework): Add ExAppRequired attributeprovokateurin2024-07-012-1/+58
|/
* feat: reduce available languages per config value "reduce_to_languages"Misha M.-Kupriyanov2024-07-011-0/+47
* refactor: Use `IAppConfig` for setting cron typeFerdinand Thiessen2024-06-281-10/+10
* Merge pull request #46133 from nextcloud/bugfix/noid/fix-missing-protocol-on-...Joas Schilling2024-06-272-16/+13
|\
| * fix(federation): Fix missing protocol on CloudID remoteJoas Schilling2024-06-272-16/+13
* | Merge pull request #45951 from nextcloud/chore/comments-event-legacyArthur Schiwon2024-06-271-0/+4
|\ \
| * | chore: Move comments event handler to use proper event dispatcherJulius Härtl2024-06-261-0/+4
| |/
* | Merge pull request #45655 from nextcloud/feat/mysql_ignore_conflicsBenjamin Gaussorgues2024-06-271-0/+66
|\ \ | |/ |/|
| * feat(dbal): add proper insert ignore conflict method for SQLiteBenjamin Gaussorgues2024-06-251-0/+66
* | Merge pull request #45532 from nextcloud/feat/publish-resources-room-updateRichard Steinmetz2024-06-253-0/+467
|\ \ | |/ |/|
| * feat: implement public OCP api to update resources and roomsRichard Steinmetz2024-05-273-0/+467
* | chore: remove chunking-v1Robin Appelman2024-06-191-58/+0
* | Merge pull request #45930 from nextcloud/repair-mimetype-expensiveRobin Appelman2024-06-191-2/+4
|\ \
| * | feat: add setup check for needed mimetype migrationsRobin Appelman2024-06-181-2/+4
* | | Merge pull request #45228 from smokris/heartbeat-routeAndy Scherzinger2024-06-181-5/+14
|\ \ \
| * | | fix(tests): Strong type property $router in RouterTestCôme Chilliet2024-06-181-2/+1
| * | | fix(settings): define a 'heartbeat' route, so SecurityHeaders can handle redi...Steve Mokris2024-05-071-5/+15
* | | | fix(tests): Fix tests with new LazyUser usage in DefaultShareProviderCôme Chilliet2024-06-171-11/+19
| |/ / |/| |
* | | Merge pull request #45582 from nextcloud/joblist-cleanup-by-idRobin Appelman2024-06-171-4/+18
|\ \ \
| * | | test: update DummyJobListRobin Appelman2024-05-301-4/+18
* | | | Merge pull request #45811 from nextcloud/add-test-for-profile-page-controllerDaniel2024-06-121-0/+78
|\ \ \ \
| * | | | test: add tests for ProfilePageControllerDaniel Kesselberg2024-06-121-0/+78
* | | | | fix(files_sharing): dark avatar supportskjnldsv2024-06-121-2/+13
|/ / / /
* | | | chore(webhooks): Rename webhooks application to webhook_listenersCôme Chilliet2024-06-111-1/+1
* | | | feat: Add webhooks applicationCôme Chilliet2024-06-111-0/+1
* | | | Merge pull request #43942 from nextcloud/fix/43612/avoid-pwd-confirm-ssoArthur Schiwon2024-06-075-7/+72
|\ \ \ \
| * | | | refactor(Token): introduce scope constantsArthur Schiwon2024-06-054-7/+10
| * | | | fix(Session): avoid password confirmation on SSOArthur Schiwon2024-06-052-1/+63
* | | | | Merge pull request #45570 from nextcloud/fix/strict-email-verificationFerdinand Thiessen2024-06-042-9/+33
|\ \ \ \ \
| * | | | | fix(Mailer): Allow to enforce strict email formatFerdinand Thiessen2024-05-312-9/+33
* | | | | | Merge branch 'master' into refactor/OC-Server-getSecureRandomJohn Molakvoæ2024-05-302-4/+5
|\| | | | |
| * | | | | Merge branch 'master' into refactor/OC-Server-getL10NFactoryJohn Molakvoæ2024-05-301-3/+3
| |\ \ \ \ \
| | * | | | | Merge branch 'master' into refactor/OC-Server-getHTTPClientServiceJohn Molakvoæ2024-05-30628-21553/+9693
| | |\| | | |
| | * | | | | Refactor `OC\Server::getHTTPClientService`Andrew Summers2023-08-291-3/+3
| * | | | | | Merge branch 'master' into refactor/OC-Server-getL10NFactoryJohn Molakvoæ2024-05-30628-21553/+9693
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Refactor `OC\Server::getL10NFactory`Andrew Summers2023-08-291-1/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'master' into refactor/OC-Server-getSecureRandomJohn Molakvoæ2024-05-30628-21553/+9693
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | feat(ldap): sync additional properties to profile and SABJake Nabasny2024-05-301-0/+6
| * | | | | feat(db): add mapping for lock wait timeoutDaniel Kesselberg2024-05-291-0/+2
| | |/ / / | |/| | |
| * | | | fix(db): Prevent two connections for single node databasesChristoph Wurst2024-05-281-0/+101
| | |_|/ | |/| |
| * | | chore: Add SPDX headerAndy Scherzinger2024-05-2232-13/+93
| * | | Merge pull request #44763 from nextcloud/fix/group_name_length_dbBenjamin Gaussorgues2024-05-162-5/+37
| |\ \ \
| | * | | fix(groups): allows to save group names with more than 64 charactersBenjamin Gaussorgues2024-04-222-5/+37
| * | | | fix: Extend SVG reference checkJoas Schilling2024-05-161-0/+29