summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-07-102-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2021-07-092-0/+62
|
* [tx-robot] updated from transifexNextcloud bot2021-07-066-2/+14
|
* [tx-robot] updated from transifexNextcloud bot2021-07-014-22/+22
|
* [tx-robot] updated from transifexNextcloud bot2021-06-304-2/+10
|
* [tx-robot] updated from transifexNextcloud bot2021-06-282-20/+20
|
* [tx-robot] updated from transifexNextcloud bot2021-06-272-4/+4
|
* Merge pull request #27664 from nextcloud/techdebt/noid/master-is-now-23-part2John Molakvoæ2021-06-251-1/+1
|\ | | | | Bump app version
| * Bump app versionJoas Schilling2021-06-241-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2021-06-252-2/+48
|/
* Master is now 23Joas Schilling2021-06-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #27629 from nextcloud/dependabot/npm_and_yarn/core-js-3.15.1dependabot[bot]2021-06-248-42/+42
|\
| * Bump core-js from 3.13.1 to 3.15.1dependabot[bot]2021-06-248-42/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.13.1 to 3.15.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.15.1/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-06-244-22/+22
|/
* [tx-robot] updated from transifexNextcloud bot2021-06-222-2/+2
|
* Update AutoloaderLouis Chemineau2021-06-211-1/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* [tx-robot] updated from transifexNextcloud bot2021-06-212-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2021-06-194-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2021-06-182-2/+2
|
* Let apps toggle an unread counter on app iconsJulius Härtl2021-06-161-1/+7
| | | | | Co-authored-by: Louis Chemineau <louis@chmn.me> Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add timestamp tooltipChristopher Ng2021-06-149-49/+60
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2021-06-112-6/+6
|
* Trigger click event when scrollTo is setLouis Chemineau2021-06-099-34/+116
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* [tx-robot] updated from transifexNextcloud bot2021-06-092-16/+18
|
* Merge pull request #27123 from nextcloud/feature/emit_sidebar_eventsMorris Jobke2021-06-079-51/+72
|\ | | | | Emit Sidebar events on nextcloud-bus
| * Emit sidebar eventsLouis Chemineau2021-06-079-51/+72
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #26494 from rigrig/fix-php8-deprecationsMorris Jobke2021-06-071-1/+1
|\ \ | |/ |/| Fix some php 8 warnings
| * Fix functions taking optional parameters before required onesRichard de Boer2021-05-291-1/+1
| | | | | | | | | | | | | | PHP 8 shows deprecation warnings about this, see #25806 Removes the "default" values, as they actually are required parameters anyway. Signed-off-by: Richard de Boer <git@tubul.net>
* | Merge pull request #27008 from francoisfreitag/no-jq-app-calendarJohn Molakvoæ2021-06-058-48/+48
|\ \
| * | Port dav calendar settings page to Vue.jsFrançois Freitag2021-06-058-48/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Drop reliance on deprecated global jQuery object. - Allow testing user interactions. - Use newer technology stack. --- Test user interactions with the groupware dav settings Add infrastructure to test Vue components: - Use recommended libraries: - https://vuejs.org/v2/guide/testing.html#Recommendations - Use jest-dom for robust assertions on the DOM state - Use user-event to be more representative of user actions - Code is transpiled by Jest, with the help of vue-jest. Ignore test files for no-unpublished-import. Prevent ESLint from flagging: ``` /home/runner/work/server/server/apps/dav/src/views/CalDavSettings.spec.js Error: 1:24 error "@testing-library/vue" is not published node/no-unpublished-import Error: 2:23 error "@testing-library/user-event" is not published node/no-unpublished-import ``` Signed-off-by: François Freitag <mail@franek.fr>
* | | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0462-123/+73
|/ / | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2021-06-046-56/+62
| |
* | [tx-robot] updated from transifexNextcloud bot2021-06-034-4/+4
| |
* | Replace proposal-class-private-properties by regular propertiesJohn Molakvoæ (skjnldsv)2021-06-028-73/+73
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-06-022-0/+2
| |
* | Merge pull request #27286 from francoisfreitag/rewrite-npm-test-with-jestJohn Molakvoæ2021-05-318-50/+50
|\ \ | | | | | | Rewrite requesttoken.spec.js with Jest
| * | Rewrite requesttoken.spec.js with JestFrançois Freitag2021-05-308-50/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Jest](https://jestjs.io/) is a test runner that focuses on simplicity. It instruments babel to transform modules and test them. Using Jest simplifies the existing configuration and allows dropping a bunch of workarounds, as well as following the shared Babel configuration for new code. Signed-off-by: François Freitag <mail@franek.fr>
* | | [tx-robot] updated from transifexNextcloud bot2021-05-314-2/+6
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-05-302-8/+8
|/ /
* | Npm buildJohn Molakvoæ (skjnldsv)2021-05-298-47/+47
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Bump core-js from 3.10.1 to 3.13.1dependabot-preview[bot]2021-05-298-34/+34
|/ | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.10.1 to 3.13.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.13.1/packages/core-js) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Fix test on masterLukas Reschke2021-05-291-1/+1
| | | | | | Regression by https://github.com/nextcloud/server/pull/26410 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #27185 from ↵John Molakvoæ2021-05-287-13/+13
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/master/node-sass-replace Replace node-sass with sass & bump css-loader
| * Bump css-loader from 5.2.0 to 5.2.6dependabot[bot]2021-05-276-6/+6
| | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.0 to 5.2.6. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v5.2.0...v5.2.6) Signed-off-by: dependabot[bot] <support@github.com>
| * Replace node-sass with sassJohn Molakvoæ (skjnldsv)2021-05-277-12/+12
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2021-05-282-2/+2
| |
* | Merge pull request #26410 from nextcloud/fix/noid/phpdocMorris Jobke2021-05-271-10/+10
|\ \ | |/ |/| Add proper PHPDoc tags to files ApiController
| * Fix more psalm warningsRoeland Jago Douma2021-05-211-8/+8
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Add proper PHPDoc tags to files ApiControllerMorris Jobke2021-05-211-2/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Bump @nextcloud/vue from 3.7.2 to 3.10.0dependabot-preview[bot]2021-05-277-56/+56
| | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.7.2 to 3.10.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/v3.10.0/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v3.7.2...v3.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>