summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #34599 from nextcloud/fix/background-appdata-scropeVincent Petry2022-10-1414-58/+173
|\ | | | | Scope the appdata theming storage for global and users
| * Improve cache buster for user backgroundsVincent Petry2022-10-147-19/+34
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * Fix testsJohn Molakvoæ2022-10-143-11/+57
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * Fix migrationJohn Molakvoæ2022-10-141-6/+22
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * Properly use user background cachebusterJohn Molakvoæ2022-10-142-1/+5
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * Scope the appdata theming storage for global and usersJohn Molakvoæ2022-10-146-24/+58
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Merge pull request #34188 from nextcloud/feat/profiler-clearCarl Schwan2022-10-143-0/+11
|\ \ | |/ |/| Expose clearing the profiles and fix it
| * Expose clearing the profiles and fix itCarl Schwan2022-10-103-0/+11
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #34471 from starypatyk/dav_read_share_notesVincent Petry2022-10-142-15/+18
|\ \ | | | | | | Reduce number of database queries during WebDAV propfind request
| * | Review comment - remove redundant empty() callDariusz Olszewski2022-10-101-1/+1
| | | | | | | | | | | | Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
| * | Read notes from share already loaded into memoryDariusz Olszewski2022-10-072-15/+18
| | | | | | | | | | | | Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
* | | Merge pull request #34569 from nextcloud/filterOutBackupStatusVincent Petry2022-10-141-4/+9
|\ \ \ | | | | | | | | Filter out backup user status (those beginning with _ as userId)
| * | | Properly escape underscore in db queryCarl Schwan2022-10-131-1/+1
| | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | Do the filtering on the DB insteadCarl Schwan2022-10-132-6/+10
| | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | Filter out backup user status (those beginning with _ as userId)tobiasKaminsky2022-10-131-1/+2
| | | |
* | | | Merge pull request #33388 from nextcloud/enh/container-annotationsJulius Härtl2022-10-145-6/+28
|\ \ \ \
| * | | | Improve container return type annotationsJulius Härtl2022-10-145-6/+28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #34135 from ↵Julien Veyssier2022-10-141-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/noid/disable_activity.email_address_changed_by_admin Fix "email changed" activity email check
| * | | | | check disable_activity.email_address_changed_by_admin when email is changed ↵Julien Veyssier2022-10-141-0/+5
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | by admin via the OCS API Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | | | Merge pull request #34595 from nextcloud/fix/invalid-templateSimon L2022-10-143-11/+14
|\ \ \ \ \ | |/ / / / |/| | | | Fix file creation issue if no action are registered
| * | | | Compile assetsnextcloud-command2022-10-142-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | Fix file creation issue if no action are registeredJohn Molakvoæ2022-10-141-8/+11
|/ / / / | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | Merge pull request #34450 from ↵Joas Schilling2022-10-141-4/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/noid/opengraph-preview-without-cache Fix reference preview when no server-side cache configured
| * | | | fix reference preview endpoint when no server-side cache configuredJulien Veyssier2022-10-131-4/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-10-14108-224/+404
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #34541 from nextcloud/deps/password-confirmation-4.0.2Pytal2022-10-1314-49/+49
|\ \ \ \ \
| * | | | | Fix empty password string being submitted to serverChristopher Ng2022-10-135-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix reveal password not working Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | Bump @nextcloud/password-confirmation from 4.0.1 to 4.0.2Christopher Ng2022-10-1311-45/+45
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Merge pull request #34461 from nextcloud/fix/migrate-backgroundVincent Petry2022-10-138-6/+246
|\ \ \ \ \ | | | | | | | | | | | | Fix missing background on upgrade
| * | | | | graceful background image handlingArthur Schiwon2022-10-134-5/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fallback to background image from old location - migrate background images to new location as insensitive job Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | Fix migration parameter handlingJoas Schilling2022-10-131-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | fix querybuilder instance recuseArthur Schiwon2022-10-131-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...and execute delete query Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | Delete theming background preferencesChristopher Ng2022-10-131-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | New code being newJoas Schilling2022-10-131-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Fix SQL errorsJoas Schilling2022-10-131-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Fix missing background on upgradeChristopher Ng2022-10-134-1/+68
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Merge pull request #34437 from nextcloud/feat/theming-default-system-valueSimon L2022-10-1323-47/+248
|\ \ \ \ \ | | | | | | | | | | | | Use default system primary
| * | | | | Adjust testingJohn Molakvoæ2022-10-137-26/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | Fix primary and debounce to avoid infinite loopJohn Molakvoæ2022-10-134-24/+30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | | | Allow to pick custom colourJohn Molakvoæ (skjnldsv)2022-10-1313-23/+133
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Use default system primaryJohn Molakvoæ (skjnldsv)2022-10-137-22/+92
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | Merge pull request #34438 from nextcloud/dav-exception-requestVincent Petry2022-10-131-33/+37
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | return proper error code when reporting exception fails in remote.php
| * | | | | return proper error code when reporting exception fails in remote.phpRobin Appelman2022-10-051-33/+37
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #34572 from nextcloud/bugfix/noid/green-ciJohn Molakvoæ2022-10-132-43/+46
|\ \ \ \ \ \
| * | | | | | Make CI green againJoas Schilling2022-10-132-43/+46
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #34546 from nextcloud/improve-hight-contrastJohn Molakvoæ2022-10-132-0/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add seperator in high contrast mode
| * | | | | Add seperator in high contrast modeCarl Schwan2022-10-112-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Between navigation and content and between entry in breadcrump Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #34571 from nextcloud/bugfix/noid/fix-popovermenu-selectorJoas Schilling2022-10-135-2/+19
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Fix avatar menu icons in darkmode
| * | | | | Fix avatar menu icons in darkmodeJoas Schilling2022-10-135-2/+19
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #32226 from ↵dependabot[bot]2022-10-1324-376/+1486
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/moment-1.2.1