aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #40367 from nextcloud/fix/user_ldap-update-groups-on-loginCôme Chilliet2023-10-161-1/+1
|\
| * Fix registerEventListener signatureCôme Chilliet2023-10-121-1/+1
* | Merge pull request #40865 from nextcloud/bugfix/noid/fix-version-commentJoas Schilling2023-10-162-2/+2
|\ \
| * | Fix version number in ITimeFactory after it was delayedJoas Schilling2023-10-112-2/+2
* | | Merge pull request #40900 from nextcloud/bugfix/noid/fix-parameter-types-in-docsJoas Schilling2023-10-161-8/+2
|\ \ \
| * | | fix(docs): Fix parameter types in docsJoas Schilling2023-10-131-8/+2
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-152-2/+6
* | | | Merge pull request #40868 from nextcloud/feat/in-memory-cache-factoryChristoph Wurst2023-10-132-0/+21
|\ \ \ \ | |/ / / |/| | |
| * | | feat: Add factory method for in-memory cachesChristoph Wurst2023-10-112-0/+21
| |/ /
* | | feat(OCM): Dispatch an event so apps can register resourcesJoas Schilling2023-10-134-0/+79
* | | feat(OCM): Add a way for apps to create a new IOCMResourceJoas Schilling2023-10-132-0/+15
* | | fix(OCM): Make the OCM provider stateful so apps can add resourcesJoas Schilling2023-10-132-9/+12
* | | fix(OCM): Make the public API only rely on OCPJoas Schilling2023-10-134-52/+77
* | | Merge pull request #40879 from nextcloud/fix/session/log-lost-crypto-sessionChristoph Wurst2023-10-121-1/+7
|\ \ \ | |_|/ |/| |
| * | fix(session): Log when crypto session data is lostChristoph Wurst2023-10-111-1/+7
| |/
* / Fix(l10n): Update translations from TransifexNextcloud bot2023-10-122-0/+2
|/
* chore: Drop unused \OC\Memcache\Factory::createLowLatencyChristoph Wurst2023-10-111-9/+0
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-112-2/+8
* Merge pull request #39756 from nextcloud/enh/add-disabled-users-endpointCôme Chilliet2023-10-102-0/+36
|\
| * Add endpoint for getting disabled user listCôme Chilliet2023-10-092-0/+36
* | Merge pull request #40785 from nextcloud/fix/user/log-logout-conditionsChristoph Wurst2023-10-101-5/+33
|\ \
| * | fix: Log critical session renewal and logout pathsChristoph Wurst2023-10-091-5/+33
* | | Merge pull request #33105 from nextcloud/feature/noid/talk-federation-authJoas Schilling2023-10-091-0/+3
|\ \ \ | |/ / |/| |
| * | Talk federation authenticationJoas Schilling2023-10-091-0/+3
* | | Merge pull request #40737 from nextcloud/cors-app_apiAlexander Piskun2023-10-091-0/+5
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into cors-app_apiAlexander Piskun2023-10-0930-635/+220
| |\|
| * | fixed Drone testAlexander Piskun2023-10-061-1/+2
| * | added CORS skip if session was created by AppAPIAlexander Piskun2023-10-021-0/+4
* | | Merge pull request #40731 from nextcloud/imaginary-performanceDaniel Hansson2023-10-091-36/+0
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into imaginary-performanceDaniel Hansson2023-10-0913-394/+107
| |\ \
| * \ \ Merge branch 'master' into imaginary-performanceDaniel Hansson2023-10-0416-221/+96
| |\ \ \
| * \ \ \ Merge branch 'master' into imaginary-performanceDaniel Hansson2023-10-023-7/+7
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | also remove functionDaniel Hansson2023-10-021-19/+0
| * | | | Generate all preview sizes for ImaginaryDaniel Hansson2023-09-301-17/+0
* | | | | Merge pull request #40472 from nextcloud/fix/aborted_pgsql_transaction_on_errorJoas Schilling2023-10-091-20/+17
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fix(twofactor): avoid error in pgsql for duplicate entryBenjamin Gaussorgues2023-10-061-20/+17
* | | | | fix(DB): Update comment to state why we still use the max 4k limitJoas Schilling2023-10-061-1/+3
* | | | | fix(sqlite): Remove some old SQLite cheatsJoas Schilling2023-10-061-11/+0
* | | | | fix(oracle): Move away from internal and deprecated SchemaDiff APIJoas Schilling2023-10-061-149/+90
* | | | | fix(dbal): Move migrator away from deprecated callsJoas Schilling2023-10-061-11/+9
* | | | | fix(mysql): Remove custom MySQL workaround from 2015Joas Schilling2023-10-064-54/+0
* | | | | fix(postgres): Remove old Postgres 9.4 workaroundJoas Schilling2023-10-064-60/+0
* | | | | fix(sqlite): Remove no longer required autoincrement fixJoas Schilling2023-10-065-108/+2
* | | | | fix(dbal): Doctrine\DBAL\Connection::PARAM_* types are deprecatedJoas Schilling2023-10-061-2/+3
|/ / / /
* | | | fix(user): Log affected user of app token login name mismatchChristoph Wurst2023-10-061-0/+2
* | | | Merge pull request #40745 from nextcloud/fix/noid/ocm-provider-rewrite-rulesArthur Schiwon2023-10-051-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix ocm-provider rewrite rulesMaxence Lange2023-10-021-1/+1
* | | | Merge pull request #40439 from Koc/feature/clickable-logoJohn Molakvoæ2023-10-041-0/+4
|\ \ \ \
| * | | | Make logo in header clickable in the shared file viewKonstantin Myakshin2023-10-041-0/+4
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-042-0/+2