summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Simplify variable namesJohn Molakvoæ2022-10-193-64/+100
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix testsJohn Molakvoæ2022-10-197-12/+54
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add admin user customization kill switchJohn Molakvoæ2022-10-1913-16/+96
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-198-4/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* 🧭 Fix rebuilding the navigationJoas Schilling2022-10-181-117/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #34628 from nextcloud/fix/files_sharing_psalmCarl Schwan2022-10-1810-32/+23
|\ | | | | Various psalm fixes in files_sharing
| * Fix various other small psalm issuesCarl Schwan2022-10-175-18/+9
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Fix incorrect argument name in inherited methodCarl Schwan2022-10-171-2/+2
| | | | | | | | | | | | The arguments now need to be the same as in the parent method Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Fix checkpassword undocummented null parameterCarl Schwan2022-10-171-3/+3
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Fix permission not being intCarl Schwan2022-10-172-5/+5
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Fix exception getCode typeCarl Schwan2022-10-171-2/+2
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Fix type when getting appconfig with intCarl Schwan2022-10-172-2/+2
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #34636 from nextcloud/fix/user-status-dislexiaSimon L2022-10-181-0/+1
|\ \ | | | | | | Fix vertical alignment of user status icon
| * | Make css rule importantCarl Schwan2022-10-181-1/+1
| | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | Fix vertical alignment of user status iconCarl Schwan2022-10-171-0/+1
| | | | | | | | | | | | | | | | | | | | | Now it is properly centered even if the font size is bigger (when using the dislexia font) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #34620 from nextcloud/fix/cleanup-theming-cacheblizzz2022-10-182-1/+78
|\ \ \ | | | | | | | | Add a repair step to cleanup old theming cache
| * | | Add a repair step to cleanup old theming cacheChristopher Ng2022-10-182-1/+78
| |/ / | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #34634 from nextcloud/fix/focus-file-selectionCarl Schwan2022-10-183-5/+5
|\ \ \ | | | | | | | | Fix unnecessary highlighting of selected element
| * | | Fix unnecessary highlighting of selected elementCarl Schwan2022-10-173-5/+5
| |/ / | | | | | | | | | | | | | | | | | | | | | Use focus-visible to only show focus ring on keyboard navigation Fix #34589 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* / / [tx-robot] updated from transifexNextcloud bot2022-10-186-0/+6
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #34563 from nextcloud/debt/noid/carddav-too-many-argumentsChristoph Wurst2022-10-171-1/+1
|\ \ | | | | | | Fix TooManyArguments warning for carddav.php
| * | Fix TooManyArguments warning for carddav.phpDaniel Kesselberg2022-10-161-1/+1
| |/ | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #34565 from nextcloud/debt/noid/fakelocker-too-many-argumentsChristoph Wurst2022-10-171-1/+1
|\ \ | | | | | | Fix TooManyArguments for FakeLockerPlugin
| * | Fix TooManyArguments for FakeLockerPluginDaniel Kesselberg2022-10-141-1/+1
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | [tx-robot] updated from transifexNextcloud bot2022-10-1734-44/+60
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #34618 from nextcloud/rakekniven-patch-1Daniel2022-10-161-1/+1
|\ \ | | | | | | l10n: Fixed grammar
| * | l10n: Fixed grammarrakekniven2022-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-10-1614-28/+32
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-10-154-2/+4
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Improve cache buster for user backgroundsVincent Petry2022-10-145-16/+31
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Fix testsJohn Molakvoæ2022-10-141-11/+21
| | | | | | | | 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-145-24/+43
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | 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 #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>
* | | | Fix file creation issue if no action are registeredJohn Molakvoæ2022-10-141-8/+11
|/ / / | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-10-14102-158/+326
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #34461 from nextcloud/fix/migrate-backgroundVincent Petry2022-10-134-5/+171
|\ \ \ | | | | | | | | 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>
* | | Merge pull request #34437 from nextcloud/feat/theming-default-system-valueSimon L2022-10-1316-38/+237
|\ \ \ | | | | | | | | Use default system primary
| * | | Adjust testingJohn Molakvoæ2022-10-132-20/+33
| | | | | | | | | | | | | | | | | | | | 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>