aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-11-0454-130/+414
|
* [tx-robot] updated from transifexNextcloud bot2019-11-0342-172/+270
|
* [tx-robot] updated from transifexNextcloud bot2019-11-0240-10/+1206
|
* [tx-robot] updated from transifexNextcloud bot2019-11-01184-242/+284
|
* Merge pull request #17771 from nextcloud/fix/files/ignore_compiled_jsRoeland Jago Douma2019-11-011-0/+1
|\ | | | | Ignored compiled js files in files
| * Ignored compiled js files in filesRoeland Jago Douma2019-11-011-0/+1
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #17683 from nextcloud/enh/login-flow-v2-polishRoeland Jago Douma2019-10-314-13/+14
|\ | | | | Polish login flow v2
| * The loading animation is backDaniel Kesselberg2019-10-263-11/+12
| | | | | | | | | | | | | | | | Refactor grant.js to Vanilla JS Remove id="submit" because of side effects: https://stackoverflow.com/questions/22982741/form-submit-jquery-does-not-work Fix arrow for login flow v1 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Move "you can close this window" to newlineDaniel Kesselberg2019-10-251-1/+2
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Add icon-confirm-white to submit buttonDaniel Kesselberg2019-10-251-2/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #17739 from nextcloud/enh/share/filterRoeland Jago Douma2019-10-318-0/+322
|\ \ | | | | | | Get all shares iterable
| * | Add unit tests for "getAllShares()"Daniel Calviño Sánchez2019-10-302-0/+216
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | fixup! Get all shares as iterableDaniel Calviño Sánchez2019-10-302-0/+2
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Get all shares as iterableRoeland Jago Douma2019-10-306-0/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes we need all shares or rather a specific subset of shares but creating dedicated functions is a pain. This just returns an iterable object for all shares so we can loop over them without allocating all the memory on the system. It should not be used by any user called code. But in an occ command or background job it is fine IMO. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #17670 from ↵Roeland Jago Douma2019-10-311-0/+3
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/noid/collapsing-spaces-in-move-again Fix spaces being collapsed in move dialog again
| * | | Fix spaces being collapsed in move dialog againGary Kim2019-10-251-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | | | Merge pull request #17745 from coliff/patch-1Roeland Jago Douma2019-10-311-1/+0
|\ \ \ \ | | | | | | | | | | Remove unnedeed IE8 CSS
| * | | | Remove unnedeed IE8 CSSChristian Oliff2019-10-301-1/+0
| | |/ / | |/| | | | | | IE8 is not supported at all by Microsoft, has a tiny marketshare and doesn't work with Nextcloud anyway (as Nextcloud uses jQuery 2.x which doesn't work with IE8)
* | | | Merge pull request #17755 from nextcloud/fix/external-storage-group-checkboxesRoeland Jago Douma2019-10-311-0/+10
|\ \ \ \ | | | | | | | | | | Bring back external storage group select delete
| * | | | Bring back external storage group select deleteJohn Molakvoæ (skjnldsv)2019-10-301-0/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #17756 from nextcloud/fixbug/17719/fix_menu_action_mobileRoeland Jago Douma2019-10-311-1/+4
|\ \ \ \ \ | | | | | | | | | | | | fix action menu on mobile
| * | | | | fix action menu on mobileGreta Doci2019-10-301-1/+4
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | | | | Merge pull request #17759 from Schneidoa/fix/17661/unlinkRoeland Jago Douma2019-10-311-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | unlink(....): No such file or directory at ..../lib/private/Preview/Movie.php#98
| * | | | #17661Daniel Schneider2019-10-301-1/+1
|/ / / /
* | | | Merge pull request #17674 from nextcloud/enh/do_not_show_footer_subRoeland Jago Douma2019-10-301-1/+9
|\ \ \ \ | |/ / / |/| | | Do not show 'Get your own free account' on services under subscription
| * | | Do not show 'Get your own free account' on services under subscriptionRoeland Jago Douma2019-10-251-1/+9
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #17562 from ↵Roeland Jago Douma2019-10-291-2/+25
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/17509/log-error-when-setting-up-application-incorrectly Log an error in development cases when the application class was set …
| * | | | Log an error in development cases when the application class was set up ↵Joas Schilling2019-10-161-2/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | incorrectly Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #17741 from nextcloud/fix/no_contructor_in_interfaceRoeland Jago Douma2019-10-291-7/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove constructor from IProvderFactory interface
| * | | | | Having the contructor in the interface makes no sense...Roeland Jago Douma2019-10-291-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #17740 from nextcloud/fix/17479/always-return-schemaRoeland Jago Douma2019-10-291-1/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Return null from migration to match with typehint
| * | | | | Return $schema on change and null otherwiseDaniel Kesselberg2019-10-291-1/+3
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Add OCA.Files.Sidebar and migrate sharing (#15719)John Molakvoæ2019-10-2998-1999/+7748
|\ \ \ \ \ | | | | | | | | | | | | Add OCA.Files.Sidebar and migrate sharing
| * | | | | Compile assetsnpmbuildbot[bot]2019-10-2928-1396/+2805
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * | | | | Fix current user edit/delete permissionsJohn Molakvoæ (skjnldsv)2019-10-295-63/+181
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Fix legacy tab backbone fileinfo changeJohn Molakvoæ (skjnldsv)2019-10-292-8/+19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Fix triggering favorite file actions on the file listJohn Molakvoæ (skjnldsv)2019-10-291-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Adjust acceptance tests to new OCA.SidebarJohn Molakvoæ (skjnldsv)2019-10-294-46/+53
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Adjust unit tests to new OCA.SidebarJohn Molakvoæ (skjnldsv)2019-10-294-419/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Prevent multiple systemtags viewsJohn Molakvoæ (skjnldsv)2019-10-292-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Add LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-10-296-32/+45
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Systemtags and external actions updateJohn Molakvoæ (skjnldsv)2019-10-296-10/+23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Add ShareTabSections service to register sections in the share tabJulius Härtl2019-10-292-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Add projects view to sidebarJulius Härtl2019-10-291-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Transpile also dependencies in node_modulesJohn Molakvoæ (skjnldsv)2019-10-293-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some of the dependencies in node_modules, such as "p-queue", are not ES5 compatible, so they need to be transpiled to work in older browsers like Internet Explorer 11. Besides not excluding the dependencies for babel-loader in "webpack.common.js" the global Babel configuration must be defined in "babel.config.js", as in Babel 7.X, when ".babelrc.js" is used, all the dependencies in "node_modules" are ignored (even if whitelisted in the configuration file itself). Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Add OCA.Files.SidebarJohn Molakvoæ (skjnldsv)2019-10-2946-109/+4607
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Extend data returned when searching remote sharesJohn Molakvoæ (skjnldsv)2019-10-295-9/+32
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #17730 from nextcloud/fix/15048/search_mimetype_likeRoeland Jago Douma2019-10-291-4/+7
|\ \ \ \ \ | | | | | | | | | | | | Fix DAV mimetype search
| * | | | | Fix DAV mimetype searchRoeland Jago Douma2019-10-281-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #15048 Catches the case where a full mimetype is sumbitted in the where like clause. Before we didn't catch this and it was just forwarded as is causing invalid queries. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | [tx-robot] updated from transifexNextcloud bot2019-10-2910-14/+206
|/ / / / /