Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #29750 from nextcloud/bugfix/noid/dont-use-deprecated-method | John Molakvoæ | 2022-01-14 | 1 | -1/+2 |
|\ | |||||
| * | Don't use the deprecated method | Joas Schilling | 2022-01-14 | 1 | -1/+2 |
* | | Merge pull request #30275 from nextcloud/bugfix/noid/add-version-of-disabled-... | Vincent Petry | 2022-01-14 | 1 | -2/+2 |
|\ \ | |||||
| * | | Add version of disabled apps when available | Joas Schilling | 2021-12-15 | 1 | -2/+2 |
* | | | Improve layout for the public download page | Carl Schwan | 2022-01-13 | 1 | -10/+21 |
| |/ |/| | |||||
* | | Fix file picker not respecting hidden files settings | Carl Schwan | 2022-01-13 | 1 | -0/+10 |
* | | Merge pull request #30508 from nextcloud/fix/psaml-bin | Carl Schwan | 2022-01-13 | 9 | -11/+10 |
|\ \ | |||||
| * | | Check style update | Carl Schwan | 2022-01-13 | 7 | -9/+8 |
| * | | Fix a few psalm issues and moved back to psalm/phar 4.18 | Carl Schwan | 2022-01-12 | 3 | -4/+4 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-01-13 | 2 | -0/+4 |
* | | | Merge pull request #30572 from nextcloud/fix/lint_warnings | Louis | 2022-01-12 | 92 | -178/+179 |
|\ \ \ | |||||
| * | | | Replace license information to SPDX expression | Louis Chemineau | 2022-01-11 | 91 | -91/+91 |
| * | | | Import type from packages | Louis Chemineau | 2022-01-11 | 5 | -4/+6 |
| * | | | Add generic type and description when its missing | Louis Chemineau | 2022-01-11 | 7 | -22/+22 |
| * | | | Typing corrections | Louis Chemineau | 2022-01-11 | 22 | -61/+60 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-01-12 | 2 | -0/+28 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-01-11 | 4 | -2/+6 |
* | | | Merge pull request #30571 from nextcloud/fix/missing-jquery | John Molakvoæ | 2022-01-10 | 1 | -10/+11 |
|\ \ \ | |||||
| * | | | fix: only use jquery once it is available | Azul | 2022-01-10 | 1 | -10/+11 |
* | | | | Fix JS tests after test lib updates | Vincent Petry | 2022-01-10 | 2 | -6/+11 |
|/ / / | |||||
* | | | Merge pull request #30020 from nextcloud/feat/webpack-vendors-bundles | Carl Schwan | 2022-01-10 | 74 | -4323/+291 |
|\ \ \ | |||||
| * | | | Fix undescore version | Louis Chemineau | 2022-01-08 | 1 | -0/+1 |
| * | | | Don't import $ in every file that needs it | Louis Chemineau | 2022-01-08 | 1 | -0/+2 |
| * | | | Fix dynamic loading | John Molakvoæ (skjnldsv) | 2022-01-08 | 3 | -9/+0 |
| * | | | Adapt test to new dist file layout | Louis Chemineau | 2022-01-08 | 1 | -5/+6 |
| * | | | Eslint fix | John Molakvoæ (skjnldsv) | 2022-01-08 | 39 | -170/+267 |
| * | | | Delete outdated bundles | John Molakvoæ (skjnldsv) | 2022-01-08 | 22 | -4053/+0 |
| * | | | Migrate to webpack v5 | Louis Chemineau | 2022-01-08 | 1 | -2/+3 |
| * | | | Use new div method in scss | Louis Chemineau | 2022-01-08 | 2 | -4/+8 |
| * | | | Move bundles to /dist | John Molakvoæ (skjnldsv) | 2022-01-08 | 4 | -4/+4 |
| * | | | Remove old configs | John Molakvoæ (skjnldsv) | 2022-01-08 | 1 | -76/+0 |
| |/ / | |||||
* / / | [tx-robot] updated from transifex | Nextcloud bot | 2022-01-10 | 2 | -0/+2 |
|/ / | |||||
* | | Restore innocent code from IE purge | Louis Chemineau | 2022-01-03 | 5 | -29/+32 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-01-03 | 4 | -2/+4 |
* | | Bump core-js from 3.20.0 to 3.20.1 | dependabot[bot] | 2022-01-01 | 16 | -35/+35 |
* | | Merge pull request #29531 from nextcloud/bugfix/noid/flow-auth-v2-apptoken | John Molakvoæ | 2021-12-30 | 6 | -4/+91 |
|\ \ | |||||
| * | | Adjust auth token link design | Julius Härtl | 2021-12-03 | 3 | -7/+12 |
| * | | Allow using an app token to login with v2 flow auth | Julius Härtl | 2021-12-03 | 4 | -0/+82 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-12-30 | 2 | -0/+20 |
* | | | Merge pull request #30296 from nextcloud/enhancement/strict-2fa-middleware | Julius Härtl | 2021-12-29 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | Enable strict types for the 2FA middleware | Christoph Wurst | 2021-12-16 | 1 | -0/+3 |
* | | | | Also pass user on flow v2 landing | Julius Härtl | 2021-12-29 | 1 | -2/+2 |
* | | | | Pass username prefill through unauthenticated request redirects | Julius Härtl | 2021-12-29 | 4 | -4/+6 |
* | | | | Properly apply the username prefill | Julius Härtl | 2021-12-29 | 3 | -5/+4 |
* | | | | Merge pull request #30403 from nextcloud/dependabot/npm_and_yarn/jquery-ui-di... | Julius Härtl | 2021-12-29 | 2 | -78/+92 |
|\ \ \ \ | |||||
| * | | | | Bump jquery-ui-dist from 1.12.1 to 1.13.0 | dependabot[bot] | 2021-12-27 | 2 | -78/+92 |
* | | | | | Merge pull request #30392 from nextcloud/fix/missing-properties-propertypath-... | Julius Härtl | 2021-12-28 | 3 | -0/+17 |
|\ \ \ \ \ | |||||
| * | | | | | Add missing index for propertypath only queries against properties | Christoph Wurst | 2021-12-23 | 3 | -0/+17 |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-12-28 | 2 | -2/+2 |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-12-25 | 2 | -2/+2 |
| |/ / / / |/| | | | |