summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #25084 from rfc2822/patch-2Roeland Jago Douma2021-01-143-7/+7
|\
| * Update DAVx5 in AuthToken.vueRicki Hirner2021-01-143-7/+7
* | Merge pull request #25114 from nextcloud/dismiss-reminder-notifications-from-...Roeland Jago Douma2021-01-142-7/+83
|\ \
| * | Dismiss reminder notifications from passed eventsThomas Citharel2021-01-142-7/+83
* | | Merge pull request #25036 from nextcloud/fix/noid/limitied-allowed-items-db-in_2blizzz2021-01-144-12/+178
|\ \ \
| * | | silence psalm false positiveArthur Schiwon2021-01-131-0/+2
| * | | DB: warn on parameter number constraintsArthur Schiwon2021-01-112-6/+112
| * | | respect DB limits limit per statement and queryArthur Schiwon2021-01-112-6/+64
* | | | Merge pull request #25110 from nextcloud/fix/24970/dashboard-greetingsRoeland Jago Douma2021-01-143-3/+3
|\ \ \ \
| * | | | refs #24970 fix night condition in dashboard greetingJulien Veyssier2021-01-133-3/+3
* | | | | Merge pull request #25065 from nextcloud/version/21/beta6v21.0.0beta6Roeland Jago Douma2021-01-141-2/+2
|\ \ \ \ \
| * | | | | 21 beta6Roeland Jago Douma2021-01-111-2/+2
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-01-1410-0/+50
| |/ / / / |/| | | |
* | | | | Merge pull request #25105 from nextcloud-pr-bot/automated/noid/psalm-baseline...Roeland Jago Douma2021-01-131-12/+0
|\ \ \ \ \
| * | | | | Update psalm baselineNextcloud-PR-Bot2021-01-131-12/+0
|/ / / / /
* | | | | [tx-robot] updated from transifexNextcloud bot2021-01-1322-24/+130
* | | | | Merge pull request #25089 from nextcloud/enhancement/ocp-db-typesblizzz2021-01-1237-34/+149
|\ \ \ \ \
| * | | | | Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-1234-34/+34
| * | | | | Add our own constants for db column typesChristoph Wurst2021-01-123-0/+115
* | | | | | Merge pull request #25088 from nextcloud/fix/allow_app_updates_againRoeland Jago Douma2021-01-124-18/+24
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix option in the client code itself as wellRoeland Jago Douma2021-01-122-12/+18
| * | | | | Allow installing/updating of apps againRoeland Jago Douma2021-01-122-6/+6
* | | | | | Merge pull request #24606 from hosting-de/feature/allow-symlinks-configurableVincent Petry2021-01-122-3/+11
|\ \ \ \ \ \
| * | | | | | Add 'allow Symlinks' as an option to config.phpJohannes Leuker2021-01-122-3/+11
* | | | | | | Merge pull request #25080 from nextcloud/fix/file-scan-dbRoeland Jago Douma2021-01-122-18/+22
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix database connection usage in the files scannerChristoph Wurst2021-01-112-18/+22
* | | | | | | Merge pull request #25087 from nextcloud/techdebt/noid/update-psalm-baseline-...Morris Jobke2021-01-122-10/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix casing of MySQLPlatform class nameVincent Petry2021-01-121-2/+2
| * | | | | | Update psalm baseline to remove obsolete stuffVincent Petry2021-01-121-8/+0
|/ / / / / /
* | | | | / [tx-robot] updated from transifexNextcloud bot2021-01-1222-114/+280
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #25038 from nextcloud/bugfix/noid/install-mysql8-with-php8blizzz2021-01-112-4/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Only rollback when not MySQLJoas Schilling2021-01-111-2/+10
| * | | | Don't try a transaction for the migrator on MySQLJoas Schilling2021-01-081-2/+7
* | | | | Merge pull request #25039 from nextcloud/fix/libxml-use-internal-errors-depre...Roeland Jago Douma2021-01-111-3/+9
|\ \ \ \ \
| * | | | | Only use libxml_disable_entity_loader on php older than 8Christoph Wurst2021-01-081-3/+9
* | | | | | Merge pull request #25048 from nextcloud/dependabot/npm_and_yarn/webdav-3.6.2dependabot-preview[bot]2021-01-116-15/+15
|\ \ \ \ \ \
| * | | | | | Bump webdav from 3.6.1 to 3.6.2dependabot-preview[bot]2021-01-116-15/+15
* | | | | | | Merge pull request #25034 from nextcloud/bugfix/noid/load-authentication-for-...Morris Jobke2021-01-111-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Make sure to do priority app upgrades firstJulius Härtl2021-01-081-2/+2
* | | | | | | | Merge pull request #25016 from nextcloud/enh/noid/add-check-for-unsupported-dbRoeland Jago Douma2021-01-116-3/+180
|\ \ \ \ \ \ \ \
| * | | | | | | | Add setup check to verify that the used DB version is still supported in the ...Morris Jobke2021-01-087-3/+181
* | | | | | | | | Merge pull request #25073 from nextcloud/psalm/24521/remove-unneeded-castsMorris Jobke2021-01-1139-172/+170
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove unneeded casts that were found by PsalmMorris Jobke2021-01-1139-172/+170
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #25070 from nextcloud/feature/noid/card-ros-definitionsRoeland Jago Douma2021-01-111-0/+62
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Deck Rich-Object-String definitions for deck boards and cardsJoas Schilling2021-01-111-0/+62
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #24910 from nextcloud/dependachristoph/composer/scss-1.4.0Morris Jobke2021-01-115-53/+58
|\ \ \ \ \ \ \ \
| * | | | | | | | Unquote string when removing the hash from a colorJulius Härtl2021-01-111-1/+2
| * | | | | | | | Make SCSS compliantJulius Härtl2021-01-112-39/+39
| * | | | | | | | Bump scssphp/scssphp from 1.0.3 to 1.4.0Christoph Wurst2021-01-113-15/+19
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #25069 from nextcloud/bugfix/noid/regression-dont-touch-as...Roeland Jago Douma2021-01-111-7/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |