aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #40737 from nextcloud/cors-app_apiAlexander Piskun2023-10-091-0/+5
|\
| * Merge branch 'master' into cors-app_apiAlexander Piskun2023-10-0922-627/+200
| |\
| * | 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-0910-386/+104
| |\ \
| * \ \ Merge branch 'master' into imaginary-performanceDaniel Hansson2023-10-0411-221/+79
| |\ \ \
| * \ \ \ Merge branch 'master' into imaginary-performanceDaniel Hansson2023-10-022-4/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | 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-062-52/+0
* | | | | fix(postgres): Remove old Postgres 9.4 workaroundJoas Schilling2023-10-062-58/+0
* | | | | fix(sqlite): Remove no longer required autoincrement fixJoas Schilling2023-10-063-106/+2
|/ / / /
* | | | 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
* | | | | Refactors lib/private/Collaboration.Faraz Samapoor2023-10-039-214/+61
| |/ / / |/| | |
* | | | Merge pull request #40656 from nextcloud/feat/backgroundjob/schedule-job-afterChristoph Wurst2023-10-021-7/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | feat(backgroundjob): Schedule job after <timestamp>Christoph Wurst2023-09-291-7/+14
* | | | chore: rename serializedClosure to argument to align with parent classDaniel Kesselberg2023-09-302-4/+4
| |_|/ |/| |
* | | fix(systemreport): Mask onlyoffice secret as sensitiveJoas Schilling2023-09-291-0/+3
|/ /
* | Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-2816-28/+24
* | Merge pull request #40617 from nextcloud/enh/allow-user-to-set-apporderCôme Chilliet2023-09-282-3/+21
|\ \
| * | Fix behavior when defaultapp is emptyCôme Chilliet2023-09-281-0/+1
| * | Default to first application if no default app is setCôme Chilliet2023-09-261-1/+14
| * | Revert "Support admin default order for applications"Côme Chilliet2023-09-261-8/+2
| * | Support admin default order for applicationsCôme Chilliet2023-09-251-2/+8
| * | Read apporder from configuration valueCôme Chilliet2023-09-251-2/+6
* | | Merge pull request #39011 from fsamapoor/refactor_lib_private_security_part1Côme Chilliet2023-09-2810-201/+65
|\ \ \ | |_|/ |/| |
| * | Refactors lib/private/Security.Faraz Samapoor2023-09-2710-201/+65
* | | refactor: Use DBAL's executeQuery instead of query (deprecated)Christoph Wurst2023-09-272-2/+2
|/ /
* | Merge pull request #39108 from fsamapoor/refactor_lib_private_lockCôme Chilliet2023-09-263-19/+17
|\ \
| * | Refactors lib/private/Lock.Faraz Samapoor2023-09-263-19/+17
* | | Merge pull request #40565 from nextcloud/fix/remove-writelogCôme Chilliet2023-09-264-45/+15
|\ \ \
| * | | Remove deprecated methods Util::writeLog and DIContainer::logCôme Chilliet2023-09-254-45/+15
* | | | Merge pull request #40620 from nextcloud/feat/noid/ocp-for-phonenumber-utilJoas Schilling2023-09-263-10/+69
|\ \ \ \ | |_|/ / |/| | |
| * | | fix(phonenumber): Improve docs by adding input detailsJoas Schilling2023-09-251-13/+2
| * | | fix(phonenumber): Use the newly introduced API to limit 3rdparty lib usageJoas Schilling2023-09-251-10/+5
| * | | feat(phonenumber): Add OCP wrapper for PhoneNumber utils libraryJoas Schilling2023-09-252-0/+75
| | |/ | |/|
* | | Merge pull request #40501 from nextcloud/fix/fix-int-size-in-files-scannerCôme Chilliet2023-09-252-4/+7
|\ \ \ | |/ / |/| |
| * | Store size in int|float for 32bit supportCôme Chilliet2023-09-192-4/+7
* | | chore(3rdparty): remove opis/closureDaniel Kesselberg2023-09-221-2/+1
| |/ |/|