summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Bump webpack from 5.66.0 to 5.67.0dependabot[bot]2022-01-222-10/+10
| |/ / / / /
* | | | | | Merge pull request #30808 from nextcloud/dependabot/npm_and_yarn/nextcloud/ax...John Molakvoæ2022-01-2214-30/+48
|\ \ \ \ \ \
| * | | | | | Bump @nextcloud/axios from 1.8.0 to 1.9.0dependabot[bot]2022-01-2214-30/+48
|/ / / / / /
* | | | | | Merge pull request #30795 from nextcloud/fix/smb-kerberosJohn Molakvoæ2022-01-221-4/+2
|\ \ \ \ \ \
| * | | | | | Fix accessing undefined offsetsCarl Schwan2022-01-211-4/+2
* | | | | | | Merge pull request #30729 from nextcloud/dependabot/npm_and_yarn/nextcloud/es...John Molakvoæ2022-01-22107-633/+761
|\ \ \ \ \ \ \
| * | | | | | | Compile frontendLouis Chemineau2022-01-2139-58/+58
| * | | | | | | Auto fix warningsLouis Chemineau2022-01-2165-278/+142
| * | | | | | | Adapt eslint ignore comment to silent errorLouis Chemineau2022-01-211-1/+1
| * | | | | | | Bump @nextcloud/eslint-config from 6.1.2 to 7.0.1dependabot[bot]2022-01-212-296/+560
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-01-2290-178/+282
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #30379 from nextcloud/feature/add-comments-reactionsJoas Schilling2022-01-2112-15/+810
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix affected unit testVitor Mattos2022-01-211-0/+1
| * | | | | | Refactor and fixes on testsVitor Mattos2022-01-211-124/+135
| * | | | | | Fix conflictVitor Mattos2022-01-212-2/+2
| * | | | | | Fix check after change from string to mb_stringVitor Mattos2022-01-212-4/+5
| * | | | | | Fix CSJoas Schilling2022-01-211-1/+1
| * | | | | | Throw if trying to save reaction without supportJoas Schilling2022-01-211-0/+4
| * | | | | | Only check mb_strlen()Joas Schilling2022-01-211-1/+1
| * | | | | | Remove order from groupConcat as it is not working everywhereJoas Schilling2022-01-216-8/+7
| * | | | | | Limit the summary and sort it afterwardsJoas Schilling2022-01-212-10/+44
| * | | | | | Fix groupConcat and ordering on OracleVitor Mattos2022-01-216-10/+12
| * | | | | | Order the reaction summary, improvements on validationsVitor Mattos2022-01-212-13/+122
| * | | | | | Disable reactions if database don't support utf8mb4Vitor Mattos2022-01-212-5/+21
| * | | | | | Skip if dont support 4 bytes UTF8Vitor Mattos2022-01-211-0/+13
| * | | | | | Update composer autoload and change string to constantVitor Mattos2022-01-212-0/+2
| * | | | | | Rename vars and move logic to methodVitor Mattos2022-01-211-7/+8
| * | | | | | Fix column size to work with Oracle. Add unit testsVitor Mattos2022-01-211-4/+4
| * | | | | | Fix column size to work with Oracle. Add unit testsVitor Mattos2022-01-211-2/+9
| * | | | | | Add unit testsVitor Mattos2022-01-211-4/+261
| * | | | | | Prevent query error when use subqueryVitor Mattos2022-01-214-9/+12
| * | | | | | Prevent violate constraintVitor Mattos2022-01-211-9/+28
| * | | | | | Rename varsVitor Mattos2022-01-211-14/+14
| * | | | | | Add comments reactionsVitor Mattos2022-01-214-0/+316
* | | | | | | Merge pull request #30788 from nextcloud/automated/noid/psalm-baseline-update...Joas Schilling2022-01-211-5/+0
|\ \ \ \ \ \ \
| * | | | | | | Update psalm baselinenextcloud-command2022-01-211-5/+0
* | | | | | | | Merge pull request #30789 from nextcloud/Valdnet-patch-2John Molakvoæ2022-01-211-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | l10n: Change to a capital letterValdnet2022-01-211-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #30123 from nextcloud/rakekniven-patch-1Joas Schilling2022-01-213-5/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | l10n: Add dot at the end of an sentencerakekniven2022-01-203-5/+5
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-01-21134-176/+206
* | | | | | | Merge pull request #29349 from nextcloud/enh/noid/filesext_kerberos_apache_authJohn Molakvoæ2022-01-2025-126/+633
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Add test for samba kerberos sso in ciRobin Appelman2022-01-202-0/+111
| * | | | | | update icewind/smb to 3.5.2Robin Appelman2022-01-206-53/+72
| * | | | | | update to release smb libRobin Appelman2022-01-201-4/+4
| * | | | | | update icewind/smb to 3.5.1Robin Appelman2022-01-2020-91/+375
| * | | | | | do not use deprecated query() methodArthur Schiwon2022-01-201-28/+28
| * | | | | | add changes from Sebastian/dassIT and move default_realm to backendArthur Schiwon2022-01-202-5/+27
| * | | | | | add KerberosApacheAuth support to files_externalArthur Schiwon2022-01-203-7/+78
* | | | | | | Merge pull request #30771 from nextcloud/fix/proppatch-convert-complex-proper...Côme Chilliet2022-01-201-0/+5
|\ \ \ \ \ \ \