summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-10-0254-54/+8
|
* Fix typo in "which"Joas Schilling2019-10-011-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2019-10-014-8/+10
|
* Revert "[stable17] Bring the default font size up to 15px"John Molakvoæ2019-09-302-4/+2
|
* Bring the default font size up to 15pxMarco Ambrosini2019-09-282-2/+4
| | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* [tx-robot] updated from transifexNextcloud bot2019-09-282-0/+2
|
* Merge pull request #17219 from nextcloud/backport/17017/stable17Roeland Jago Douma2019-09-261-2/+2
|\ | | | | [stable17] fix "create folder" icon overlaying home icon
| * fix "create folder" icon overlaying home iconritsute2019-09-191-2/+2
| | | | | | | | Signed-off-by: Brandon <brandon.yeow@websparks.sg>
* | Fix spaces being collapsed in move dialogGary Kim2019-09-251-1/+2
| | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | [tx-robot] updated from transifexNextcloud bot2019-09-242-36/+36
|/
* [tx-robot] updated from transifexNextcloud bot2019-09-17130-2364/+124
|
* Bump bundlesJulius Härtl2019-09-122-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix opening apps with Ctrl+clickJulius Härtl2019-09-121-4/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2019-09-052-12/+12
|
* Merge pull request #16882 from nextcloud/enh/apppassword_rotationRoeland Jago Douma2019-09-042-0/+25
|\ | | | | Allow rotation of apppasswords
| * Allow rotation of apppasswordsRoeland Jago Douma2019-08-272-0/+25
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #16454 from ↵Roeland Jago Douma2019-09-043-7/+2
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/sharelink-shouldnt-open-menu-automatically Dont show menu automatically when share link is clicked
| * | Dont show menu automatically when share link is clickedGreta Doci2019-08-293-7/+2
| | | | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-09-044-2/+4
| | |
* | | Merge pull request #16955 from nextcloud/dependabot/npm_and_yarn/webpack-4.39.3Roeland Jago Douma2019-09-038-58/+16
|\ \ \ | | | | | | | | Bump webpack from 4.39.2 to 4.39.3
| * | | Bump webpack from 4.39.2 to 4.39.3dependabot-preview[bot]2019-09-028-58/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.39.2 to 4.39.3. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.39.2...v4.39.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2019-09-032-2/+2
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2019-09-012-0/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-08-302-0/+30
|/ /
* | [tx-robot] updated from transifexNextcloud bot2019-08-292-0/+2
| |
* | Ignore Enter key up event on menu button togglesDaniel Calviño Sánchez2019-08-287-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Like links, buttons generate a "click" event as well as the regular "keydown" and "keyup" events when pressing Enter. Due to this, if both the "click" and the "keyup" events are handled, when the menu is open and Enter is pressed in the toggle the menu is first hidden when the first event is handled, but then shown again when the second event is handled. To prevent that only the "click" event should be handled when the toggle is a button, like it is already done with links. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #16872 from ↵Roeland Jago Douma2019-08-281-0/+1
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/left-alignment-search-resuls Fix left-alignment of other results on search
| * | Fix left-alignment of other results on searchGreta Doci2019-08-261-0/+1
| | | | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-08-284-306/+668
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2019-08-278-4/+8
| |
* | Merge pull request #16854 from ↵Roeland Jago Douma2019-08-264-4/+4
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/sass-loader-7.3.1 Bump sass-loader from 7.2.0 to 7.3.1
| * | Bump sass-loader from 7.2.0 to 7.3.1dependabot-preview[bot]2019-08-254-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 7.2.0 to 7.3.1. - [Release notes](https://github.com/webpack-contrib/sass-loader/releases) - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/sass-loader/compare/v7.2.0...v7.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-08-264-0/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-08-2510-0/+10
|/ /
* | [tx-robot] updated from transifexNextcloud bot2019-08-2450-50/+50
| |
* | Merge pull request #16847 from nextcloud/bugfix/empty-itunes-idRoeland Jago Douma2019-08-233-0/+6
|\ \ | | | | | | Only add the app-itunes-app tag if the id is set
| * | Only add the app-itunes-app tag if the id is setJulius Härtl2019-08-233-0/+6
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | adviced should be advisedVictor Goff2019-08-232-2/+2
| | | | | | | | | | | | Signed-off-by: Victor Goff <keeperotphones@gmail.com>
* | | Merge pull request #16829 from nextcloud/bugfix/noid/projects-pick-foldersRoeland Jago Douma2019-08-227-10/+14
|\ \ \ | | | | | | | | Let users pick folders on projects
| * | | Properly handle failures and allow choosing folders for projectsJulius Härtl2019-08-216-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * | | filepicker: Add option to also choose folders without a mimetype limitJulius Härtl2019-08-211-4/+8
| |/ / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / / [tx-robot] updated from transifexNextcloud bot2019-08-226-6/+20
|/ /
* | Merge pull request #16782 from nextcloud/fix/16729/stop-if-encrypted-token-nullblizzz2019-08-211-1/+5
|\ \ | |/ |/| Stop if there is no encrypted token
| * Stop if there is no encrypted tokenDaniel Kesselberg2019-08-181-1/+5
| | | | | | | | | | | | Fix Argument 1 passed to OC\Security\Crypto::decrypt() must be of the type string, null given Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2019-08-206-12/+12
| |
* | Merge pull request #16781 from nextcloud/bug/fix-password-resetRoeland Jago Douma2019-08-194-3/+4
|\ \ | | | | | | Send new password instead of empty string
| * | Update bundlesJulius Härtl2019-08-192-2/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Force proper action for login formJulius Härtl2019-08-191-0/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Send new password instead of empty stringDaniel Kesselberg2019-08-191-1/+1
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Bump css-vars-ponyfill from 2.0.2 to 2.1.1dependabot-preview[bot]2019-08-182-4/+4
|/ / | | | | | | | | | | | | | | | | | | Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 2.0.2 to 2.1.1. - [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases) - [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md) - [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>