summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Import type from packagesLouis Chemineau2022-01-1113-10/+19
* Add generic type and description when its missingLouis Chemineau2022-01-1136-80/+79
* Typing correctionsLouis Chemineau2022-01-11149-352/+370
* [tx-robot] updated from transifexNextcloud bot2022-01-1122-4/+186
* Merge pull request #30571 from nextcloud/fix/missing-jqueryJohn Molakvoæ2022-01-101-10/+11
|\
| * fix: only use jquery once it is availableAzul2022-01-101-10/+11
* | Revert "Streamline reseting of private static properties"Louis Chemineau2022-01-102-2/+12
* | Streamline reseting of private static propertiesLouis Chemineau2022-01-102-12/+2
* | Merge pull request #30499 from nextcloud/bugfix/29941/remove-shareinfo-query-...Vincent Petry2022-01-102-82/+0
|\ \
| * | Remove inefficient fed share scannerVincent Petry2022-01-102-82/+0
* | | Merge pull request #30565 from nextcloud/bugfix/30564/fix-mkdir-fail-when-key...Vincent Petry2022-01-101-1/+5
|\ \ \
| * | | Fix fail when keys/files folder already existsVincent Petry2022-01-101-1/+5
| |/ /
* | | Merge pull request #30567 from nextcloud/bugfix/noid/npm-ci-for-karmaVincent Petry2022-01-1025-286/+5513
|\ \ \ | |_|/ |/| |
| * | Fix JS tests after test lib updatesVincent Petry2022-01-1022-273/+277
| * | Update node deps for JS testsVincent Petry2022-01-102-12/+5235
| * | Use npm ci when running JS testsVincent Petry2022-01-101-1/+1
| |/
* | Merge pull request #30561 from nextcloud/rakekniven-branch2John Molakvoæ2022-01-10236-12470/+0
|\ \ | |/ |/|
| * Removed obselete language filesrakekniven2022-01-09236-12470/+0
* | Merge pull request #30020 from nextcloud/feat/webpack-vendors-bundlesCarl Schwan2022-01-10425-46605/+24145
|\ \
| * | Use sync modifier with openMenuJohn Molakvoæ2022-01-0812-268/+144
| * | Bump p-queueLouis Chemineau2022-01-087-35/+35
| * | Deprecate script functionLouis Chemineau2022-01-081-0/+1
| * | Reset $scriptDeps in testsLouis Chemineau2022-01-082-0/+12
| * | Detect app's script higher up as some scripts were shadowedLouis Chemineau2022-01-081-0/+1
| * | Revert build/package-lock.json changeLouis Chemineau2022-01-083-175/+109
| * | Restore line in autotest-jsLouis Chemineau2022-01-081-1/+1
| * | Fix undescore versionLouis Chemineau2022-01-0834-298/+53
| * | Don't import $ in every file that needs itLouis Chemineau2022-01-0835-144/+11250
| * | Fix webpack versionLouis Chemineau2022-01-0889-396/+364
| * | Compile bundleLouis Chemineau2022-01-08106-720/+379
| * | Fix node testJohn Molakvoæ (skjnldsv)2022-01-082-0/+2
| * | Fix dynamic loadingJohn Molakvoæ (skjnldsv)2022-01-0819-107/+13
| * | Move backgroundjob script after main core scriptsJohn Molakvoæ (skjnldsv)2022-01-081-8/+12
| * | Adapt test to new dist file layoutLouis Chemineau2022-01-082-33/+37
| * | Ensure mapfile consistencyJohn Molakvoæ (skjnldsv)2022-01-0895-197/+199
| * | Split common vendor chunkJohn Molakvoæ (skjnldsv)2022-01-08139-438/+4588
| * | Eslint fixJohn Molakvoæ (skjnldsv)2022-01-08130-4761/+1922
| * | Delete outdated bundlesJohn Molakvoæ (skjnldsv)2022-01-08107-25824/+67
| * | Copy core/webpack config into common configLouis Chemineau2022-01-081-1/+14
| * | Migrate to webpack v5Louis Chemineau2022-01-088-17177/+9530
| * | Restore some line in JSResourceLocator.phpLouis Chemineau2022-01-081-5/+7
| * | Use new div method in scssLouis Chemineau2022-01-083-5/+11
| * | Move bundles to /distJohn Molakvoæ (skjnldsv)2022-01-0822-56/+64
| * | Use rootModule when module is concatenatedLouis Chemineau2022-01-081-1/+4
| * | Remove iedavclient from entry listLouis Chemineau2022-01-081-1/+0
| * | Remove old configsJohn Molakvoæ (skjnldsv)2022-01-0817-702/+0
| * | Merge all configs into oneJohn Molakvoæ (skjnldsv)2022-01-086-149/+223
* | | [tx-robot] updated from transifexNextcloud bot2022-01-1024-8/+186
| |/ |/|
* | Merge pull request #30468 from nextcloud/fix/handle-server-unavailable-scannerCarl Schwan2022-01-091-2/+11
|\ \
| * | Handle LocalServerException when scanning external sharesCarl Schwan2022-01-061-2/+11