summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Systemtags and external actions updateJohn Molakvoæ (skjnldsv)2019-10-296-10/+23
* Add ShareTabSections service to register sections in the share tabJulius Härtl2019-10-292-0/+53
* Add projects view to sidebarJulius Härtl2019-10-291-0/+8
* Transpile also dependencies in node_modulesJohn Molakvoæ (skjnldsv)2019-10-293-2/+5
* Add OCA.Files.SidebarJohn Molakvoæ (skjnldsv)2019-10-2946-109/+4607
* Extend data returned when searching remote sharesJohn Molakvoæ (skjnldsv)2019-10-295-9/+32
* Merge pull request #17730 from nextcloud/fix/15048/search_mimetype_likeRoeland Jago Douma2019-10-291-4/+7
|\
| * Fix DAV mimetype searchRoeland Jago Douma2019-10-281-4/+7
* | [tx-robot] updated from transifexNextcloud bot2019-10-2910-14/+206
|/
* Merge pull request #17521 from R0Wi/masterJohn Molakvoæ2019-10-281-0/+4
|\
| * Revert changes and add css-rule to correct file inside files-appRobin Windey2019-10-261-0/+4
* | Merge pull request #17712 from nextcloud/enh/limit_hardening/database/userRoeland Jago Douma2019-10-281-0/+10
|\ \
| * | Make sure limit is never negativeRoeland Jago Douma2019-10-281-0/+10
* | | Merge pull request #17173 from nextcloud/feature/event-broadcastingRoeland Jago Douma2019-10-288-0/+308
|\ \ \ | |/ / |/| |
| * | Make it possible to broadcast events to (web) clientsChristoph Wurst2019-10-288-0/+308
* | | Bump nextcloud-vue from 0.12.6 to 0.12.7 (#17702)John Molakvoæ2019-10-2818-179/+184
|\ \ \
| * | | Bump nextcloud-vue from 0.12.6 to 0.12.7dependabot-preview[bot]2019-10-2818-179/+184
* | | | [tx-robot] updated from transifexNextcloud bot2019-10-284-10/+12
|/ / /
* | | Merge pull request #17698 from nextcloud/dependabot/npm_and_yarn/build/node-s...Roeland Jago Douma2019-10-272-8/+14
|\ \ \
| * | | Bump node-sass from 4.12.0 to 4.13.0 in /builddependabot-preview[bot]2019-10-272-8/+14
* | | | Merge pull request #17706 from nextcloud/dependabot/npm_and_yarn/nextcloud/ax...Roeland Jago Douma2019-10-2730-130/+151
|\ \ \ \
| * | | | Bump @nextcloud/axios from 0.4.2 to 0.5.0dependabot-preview[bot]2019-10-2730-130/+151
* | | | | Merge pull request #17699 from nextcloud/dependabot/npm_and_yarn/build/handle...Roeland Jago Douma2019-10-272-11/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Bump handlebars from 4.4.3 to 4.4.5 in /builddependabot-preview[bot]2019-10-272-11/+11
|/ / / /
* | | | Merge pull request #17703 from nextcloud/dependabot/npm_and_yarn/handlebars-4...Roeland Jago Douma2019-10-2714-43/+29
|\ \ \ \
| * | | | Bump handlebars from 4.4.3 to 4.4.5dependabot-preview[bot]2019-10-2714-43/+29
|/ / / /
* | | | Merge pull request #17704 from nextcloud/dependabot/npm_and_yarn/dompurify-2.0.7Roeland Jago Douma2019-10-272-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Bump dompurify from 2.0.6 to 2.0.7dependabot-preview[bot]2019-10-272-4/+4
* | | | Merge pull request #17701 from nextcloud/dependabot/npm_and_yarn/node-sass-4....Roeland Jago Douma2019-10-272-5/+5
|\ \ \ \
| * | | | Bump node-sass from 4.12.0 to 4.13.0dependabot-preview[bot]2019-10-272-5/+5
| |/ / /
* / / / [tx-robot] updated from transifexNextcloud bot2019-10-274-2/+4
|/ / /
* | | Merge pull request #17691 from nextcloud/enh/17673/fix-first-day-weekRoeland Jago Douma2019-10-262-7/+7
|\ \ \
| * | | Show first day of the week in correct languageDaniel Kesselberg2019-10-262-7/+7
* | | | Merge pull request #17693 from nextcloud/enh/unused-test-dependencyRoeland Jago Douma2019-10-261-1/+0
|\ \ \ \
| * | | | Remove unused import Punic\DataDaniel Kesselberg2019-10-261-1/+0
| |/ / /
* | | | Cleanup and do not list current user shares in getShares too (#16789)John Molakvoæ2019-10-265-86/+1099
|\ \ \ \
| * | | | Add more integration tests for getting sharesDaniel Calviño Sánchez2019-10-262-2/+126
| * | | | Unify code to get shares of a file or also including subfilesJohn Molakvoæ (skjnldsv)2019-10-251-39/+21
| * | | | Filter out duplicated shares before processing themJohn Molakvoæ (skjnldsv)2019-10-251-3/+11
| * | | | Do not return shares with the current userDaniel Calviño Sánchez2019-10-252-2/+4
| * | | | Extract method to get all sharesDaniel Calviño Sánchez2019-10-251-34/+43
| * | | | Add missing share types when getting shares of a fileDaniel Calviño Sánchez2019-10-252-0/+12
| * | | | Unify share type sorting when getting shares of a file or with subfilesDaniel Calviño Sánchez2019-10-252-2/+2
| * | | | Remove unneeded calls to "ShareManager::shareProviderExists()"Daniel Calviño Sánchez2019-10-252-25/+6
| * | | | Add unit tests for getting shares of a fileDaniel Calviño Sánchez2019-10-251-6/+185
| * | | | Add unit tests for getting shares including subfilesDaniel Calviño Sánchez2019-10-251-0/+421
| * | | | Add integration tests for getting shares including subfilesDaniel Calviño Sánchez2019-10-252-0/+294
| * | | | Replace fully qualified name with aliasDaniel Calviño Sánchez2019-10-251-10/+11
* | | | | Bump davclient.js from 0.1.3 to 0.2.1 (#17606)John Molakvoæ2019-10-268-9/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Bump davclient.js from 0.1.3 to 0.2.1dependabot-preview[bot]2019-10-268-9/+9
|/ / / /