summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36316 from nextcloud/improve-fatal-loggingSimon L2023-05-231-0/+1
|\
| * Log to error_log in fatal caseRobin Windey2023-05-231-0/+1
* | Merge pull request #37665 from fsamapoor/patch-2Arthur Schiwon2023-05-231-11/+11
|\ \ | |/ |/|
| * Refactors core/Command/Encryption/Enable.php to improve code readability.Faraz Samapoor2023-04-111-11/+11
* | Merge pull request #38413 from nextcloud/fix/38412/save-avatar-SABJohannes2023-05-231-1/+1
|\ \
| * | fix(SAB): Save avatar to SABJohannes Merkel2023-05-231-1/+1
* | | Merge pull request #38075 from nextcloud/fix/36923-The_Default_quota_input_fi...Julia Kirschenheuter2023-05-235-22/+28
|\ \ \
| * | | Add label to "default quota" multiselectjulia.kirschenheuter2023-05-235-22/+28
| |/ /
* | | Merge pull request #38308 from nextcloud/fix/check-for-php-auth-server-variablesSimon L2023-05-231-5/+4
|\ \ \ | |/ / |/| |
| * | fix(carddav): Check if SERVER variables are set before accessing themAnna Larch2023-05-231-5/+4
* | | Merge pull request #38393 from nextcloud/enh/noid/improve-issue-templateSimon L2023-05-231-1/+1
|\ \ \ | |/ / |/| |
| * | bug-report-template - move archive to the topSimon L2023-05-221-1/+1
* | | Merge pull request #38400 from nextcloud/cleanup/drop-oc-appsettingsJohn Molakvoæ2023-05-238-153/+6
|\ \ \
| * | | chore: Remove deprecated OC.appSettingsFerdinand Thiessen2023-05-208-153/+6
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-2326-16/+126
* | | | Merge pull request #38365 from JanisPlayer/patch-3Louis2023-05-222-1/+7
|\ \ \ \
| * | | | Allow to specify an imaginary keyJanisPlayer2023-05-222-1/+7
* | | | | Merge pull request #38259 from nextcloud/webui-share-reloadRobin Appelman2023-05-224-6/+14
|\ \ \ \ \
| * | | | | reload filelist when adding or removing sharesRobin Appelman2023-05-224-6/+14
* | | | | | Merge pull request #38291 from nextcloud/fix-loading-themed-logoRobin Appelman2023-05-223-6/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix loading custom logo imageRobin Appelman2023-05-223-6/+6
|/ / / / /
* | | | | Merge pull request #38162 from nextcloud/automated/noid/master-update-psalm-b...Côme Chilliet2023-05-221-33/+1
|\ \ \ \ \
| * | | | | Update psalm baselinenextcloud-command2023-05-221-33/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #38164 from nextcloud/show-pending-popover-menu-when-passw...Joas Schilling2023-05-223-13/+13
|\ \ \ \ \
| * | | | | chore(assets): Recompile JSJoas Schilling2023-05-222-3/+3
| * | | | | Show pending popover menu when password is enabled by defaultDaniel Calviño Sánchez2023-05-221-8/+8
| * | | | | Rename "pendingPassword" to "pendingEnforcedPassword"Daniel Calviño Sánchez2023-05-221-4/+4
| |/ / / /
* | | | | Merge pull request #38227 from nextcloud/allow-enforcing-share-passwords-only...Joas Schilling2023-05-224-11/+28
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | chore(assets): Recompile JSJoas Schilling2023-05-222-3/+3
| * | | | Disable "Enforce password protection" if not asking for a passwordDaniel Calviño Sánchez2023-05-222-1/+20
| * | | | Split long lineDaniel Calviño Sánchez2023-05-221-1/+2
| * | | | Indent "Enforce password protection"Daniel Calviño Sánchez2023-05-221-3/+3
| * | | | Replace "div" with "span" inside "p"Daniel Calviño Sánchez2023-05-221-6/+4
| * | | | Move "br" immediately after "label" for consistency with other elementsDaniel Calviño Sánchez2023-05-221-2/+1
| * | | | Add missing end tag for "label"Daniel Calviño Sánchez2023-05-221-1/+1
|/ / / /
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-226-4/+8
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-2154-46/+118
| |/ / |/| |
* | | Merge pull request #38372 from nextcloud/dependabot/npm_and_yarn/tar-6.1.15dependabot[bot]2023-05-202-5/+8
|\ \ \
| * | | chore(deps-dev): Bump tar from 6.1.14 to 6.1.15dependabot[bot]2023-05-202-5/+8
|/ / /
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-2084-174/+438
* | | Merge pull request #38354 from nextcloud/pulsejet/patch-ubrSimon L2023-05-207-50/+75
|\ \ \
| * | | Make unsupported browser check asynchronousVarun Patil2023-05-197-50/+75
* | | | Merge pull request #37758 from nextcloud/redis-atomicSimon L2023-05-192-35/+61
|\ \ \ \ | |/ / / |/| | |
| * | | redis: move lua scripts to class and add type hintsVarun Patil2023-05-102-23/+21
| * | | add test to verify redis lua script hashesRobin Appelman2023-04-171-0/+8
| * | | redis: use atomic operations everywhereVarun Patil2023-04-161-35/+55
* | | | Merge pull request #38332 from nextcloud/pulsejet/patch-dead1Simon L2023-05-191-3/+0
|\ \ \ \
| * | | | Remove some dead code in files appVarun Patil2023-05-171-3/+0
* | | | | Merge pull request #32775 from nextcloud/fix/23877/unread-commentsMarcel Klehr2023-05-1910-14/+103
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Compile assetsnextcloud-command2023-05-194-0/+8