Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import type from packages | Louis Chemineau | 2022-01-11 | 13 | -10/+19 |
* | Add generic type and description when its missing | Louis Chemineau | 2022-01-11 | 36 | -80/+79 |
* | Typing corrections | Louis Chemineau | 2022-01-11 | 149 | -352/+370 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-01-11 | 22 | -4/+186 |
* | 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 |
* | | Revert "Streamline reseting of private static properties" | Louis Chemineau | 2022-01-10 | 2 | -2/+12 |
* | | Streamline reseting of private static properties | Louis Chemineau | 2022-01-10 | 2 | -12/+2 |
* | | Merge pull request #30499 from nextcloud/bugfix/29941/remove-shareinfo-query-... | Vincent Petry | 2022-01-10 | 2 | -82/+0 |
|\ \ | |||||
| * | | Remove inefficient fed share scanner | Vincent Petry | 2022-01-10 | 2 | -82/+0 |
* | | | Merge pull request #30565 from nextcloud/bugfix/30564/fix-mkdir-fail-when-key... | Vincent Petry | 2022-01-10 | 1 | -1/+5 |
|\ \ \ | |||||
| * | | | Fix fail when keys/files folder already exists | Vincent Petry | 2022-01-10 | 1 | -1/+5 |
| |/ / | |||||
* | | | Merge pull request #30567 from nextcloud/bugfix/noid/npm-ci-for-karma | Vincent Petry | 2022-01-10 | 25 | -286/+5513 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fix JS tests after test lib updates | Vincent Petry | 2022-01-10 | 22 | -273/+277 |
| * | | Update node deps for JS tests | Vincent Petry | 2022-01-10 | 2 | -12/+5235 |
| * | | Use npm ci when running JS tests | Vincent Petry | 2022-01-10 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #30561 from nextcloud/rakekniven-branch2 | John Molakvoæ | 2022-01-10 | 236 | -12470/+0 |
|\ \ | |/ |/| | |||||
| * | Removed obselete language files | rakekniven | 2022-01-09 | 236 | -12470/+0 |
* | | Merge pull request #30020 from nextcloud/feat/webpack-vendors-bundles | Carl Schwan | 2022-01-10 | 425 | -46605/+24145 |
|\ \ | |||||
| * | | Use sync modifier with openMenu | John Molakvoæ | 2022-01-08 | 12 | -268/+144 |
| * | | Bump p-queue | Louis Chemineau | 2022-01-08 | 7 | -35/+35 |
| * | | Deprecate script function | Louis Chemineau | 2022-01-08 | 1 | -0/+1 |
| * | | Reset $scriptDeps in tests | Louis Chemineau | 2022-01-08 | 2 | -0/+12 |
| * | | Detect app's script higher up as some scripts were shadowed | Louis Chemineau | 2022-01-08 | 1 | -0/+1 |
| * | | Revert build/package-lock.json change | Louis Chemineau | 2022-01-08 | 3 | -175/+109 |
| * | | Restore line in autotest-js | Louis Chemineau | 2022-01-08 | 1 | -1/+1 |
| * | | Fix undescore version | Louis Chemineau | 2022-01-08 | 34 | -298/+53 |
| * | | Don't import $ in every file that needs it | Louis Chemineau | 2022-01-08 | 35 | -144/+11250 |
| * | | Fix webpack version | Louis Chemineau | 2022-01-08 | 89 | -396/+364 |
| * | | Compile bundle | Louis Chemineau | 2022-01-08 | 106 | -720/+379 |
| * | | Fix node test | John Molakvoæ (skjnldsv) | 2022-01-08 | 2 | -0/+2 |
| * | | Fix dynamic loading | John Molakvoæ (skjnldsv) | 2022-01-08 | 19 | -107/+13 |
| * | | Move backgroundjob script after main core scripts | John Molakvoæ (skjnldsv) | 2022-01-08 | 1 | -8/+12 |
| * | | Adapt test to new dist file layout | Louis Chemineau | 2022-01-08 | 2 | -33/+37 |
| * | | Ensure mapfile consistency | John Molakvoæ (skjnldsv) | 2022-01-08 | 95 | -197/+199 |
| * | | Split common vendor chunk | John Molakvoæ (skjnldsv) | 2022-01-08 | 139 | -438/+4588 |
| * | | Eslint fix | John Molakvoæ (skjnldsv) | 2022-01-08 | 130 | -4761/+1922 |
| * | | Delete outdated bundles | John Molakvoæ (skjnldsv) | 2022-01-08 | 107 | -25824/+67 |
| * | | Copy core/webpack config into common config | Louis Chemineau | 2022-01-08 | 1 | -1/+14 |
| * | | Migrate to webpack v5 | Louis Chemineau | 2022-01-08 | 8 | -17177/+9530 |
| * | | Restore some line in JSResourceLocator.php | Louis Chemineau | 2022-01-08 | 1 | -5/+7 |
| * | | Use new div method in scss | Louis Chemineau | 2022-01-08 | 3 | -5/+11 |
| * | | Move bundles to /dist | John Molakvoæ (skjnldsv) | 2022-01-08 | 22 | -56/+64 |
| * | | Use rootModule when module is concatenated | Louis Chemineau | 2022-01-08 | 1 | -1/+4 |
| * | | Remove iedavclient from entry list | Louis Chemineau | 2022-01-08 | 1 | -1/+0 |
| * | | Remove old configs | John Molakvoæ (skjnldsv) | 2022-01-08 | 17 | -702/+0 |
| * | | Merge all configs into one | John Molakvoæ (skjnldsv) | 2022-01-08 | 6 | -149/+223 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-01-10 | 24 | -8/+186 |
| |/ |/| | |||||
* | | Merge pull request #30468 from nextcloud/fix/handle-server-unavailable-scanner | Carl Schwan | 2022-01-09 | 1 | -2/+11 |
|\ \ | |||||
| * | | Handle LocalServerException when scanning external shares | Carl Schwan | 2022-01-06 | 1 | -2/+11 |