summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Remove js debug loggingChristoph Wurst2017-04-251-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix loading spinner for new app menuJulius Härtl2017-04-252-13/+33
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Responsive app menuJulius Härtl2017-04-253-87/+100
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #3195 from nextcloud/settings-apps-tabularMorris Jobke2017-04-251-0/+0
|\ | | | | Make apps settings tabular
| * Fix app icon being inverted for app store apps tooJan-Christoph Borchardt2017-04-251-0/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Show placeholder for image-less apps in app managementJan-Christoph Borchardt2017-04-251-1/+0
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #4462 from danxuliu/fix-sharing-password-protected-linkRoeland Jago Douma2017-04-254-33/+327
|\ \ | | | | | | Fix sharing a password protected link
| * | Use "complete" callback in onPasswordEnteredDaniel Calviño Sánchez2017-04-242-3/+3
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Extract common ajax call for addShare and updateShareDaniel Calviño Sánchez2017-04-241-36/+17
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Document options parameter in saveLinkShareDaniel Calviño Sánchez2017-04-241-1/+8
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Add "complete" callback support for addShareDaniel Calviño Sánchez2017-04-242-0/+57
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Add "complete" callback support for updateShareDaniel Calviño Sánchez2017-04-242-0/+55
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Add missing unit test cases and conditionsDaniel Calviño Sánchez2017-04-241-0/+49
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Fix working icon not hidden when successfully setting a passwordDaniel Calviño Sánchez2017-04-242-0/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | When a request to set the password of a shared link is sent a working icon is shown. However, as there was no "success" callback, the icon was never hidden again after successfully setting the password (it worked fine if there was an error, though). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Fix remember redirect_url on failed login attemptsChristoph Wurst2017-04-251-0/+3
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2017-04-2560-1464/+544
| |/ |/|
* | Merge pull request #4321 from nextcloud/improve-sharing-tooltipMorris Jobke2017-04-241-43/+38
|\ \ | | | | | | change sharing tooltip with a more general description of all available share options
| * | simplify share placeholderBjoern Schiessle2017-04-181-20/+7
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | change sharing tooltip with a more general description of all available ↵Bjoern Schiessle2017-04-121-23/+31
| | | | | | | | | | | | | | | | | | share options Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Fix link password toggleRoeland Jago Douma2017-04-241-1/+1
| | | | | | | | | | | | | | | | | | | | | We took the wrong field from the share api response. So the password was never shown as set. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #4463 from ↵Roeland Jago Douma2017-04-241-2/+2
|\ \ \ | | | | | | | | | | | | | | | | danxuliu/fix-working-icon-placement-on-password-save Fix working icon placement on password save
| * | | Fix working icon placement on password saveDaniel Calviño Sánchez2017-04-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, the icon appeared below the text input for the password. Now, it appears inside the text input, to the right end. The CSS was adjusted based on other icons shown in that position for other text inputs in the Share tab view, like the information icon or the clipboard icon. Fixes #4135 Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | Merge pull request #4458 from nextcloud/fix/sinon-stub-deprecation-warningsRoeland Jago Douma2017-04-242-3/+3
|\ \ \ \ | | | | | | | | | | Fix sinon.stub deprecation warnings
| * | | | Fix sinon.stub deprecation warningsChristoph Wurst2017-04-242-3/+3
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calls to `sinon.stub(obj, 'meth', fn)` are deprecated and therefore replaced by `sinon.stub(obj, 'meth).callsFake(fn)` as instructed by the deprecation warning. This makes the js unit testing output readable again. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #4443 from nextcloud/cleanup-unused-importsJoas Schilling2017-04-242-2/+0
|\ \ \ \ | |/ / / |/| | | Remove unused use statements
| * | | Remove unused use statementsMorris Jobke2017-04-222-2/+0
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #4434 from ↵Lukas Reschke2017-04-241-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/add-rate-limiting-to-solve-challenge-controller Add rate limit to TOTP solve challenge controller
| * | | | Add rate limit to TOTP solve challenge controllerLukas Reschke2017-04-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/2626 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | [tx-robot] updated from transifexNextcloud bot2017-04-246-0/+10
| |_|/ / |/| | |
* | | | [tx-robot] updated from transifexNextcloud bot2017-04-234-4/+8
| | | |
* | | | Add at most 10 password reset requests per 5 minutes and IP rangeLukas Reschke2017-04-222-1/+4
|/ / / | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* / / [tx-robot] updated from transifexNextcloud bot2017-04-224-2/+38
|/ /
* | Update core.jsRoeland Jago Douma2017-04-211-6/+6
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Bump to DOMPurify 0.8.6Lukas Reschke2017-04-212-5/+5
| | | | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/4424 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | [tx-robot] updated from transifexNextcloud bot2017-04-212-0/+4
| |
* | Merge pull request #4409 from nextcloud/socialharing_mailMorris Jobke2017-04-202-8/+16
|\ \ | | | | | | Allow social sharing to specify if a new window is opened
| * | Allow social sharing to specify if a new window is openedRoeland Jago Douma2017-04-202-8/+16
| | | | | | | | | | | | | | | | | | | | | For example mail shares should not open a new window because it looks weird. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | allow to set a password for shares which where created without a password ↵Bjoern Schiessle2017-04-201-1/+1
| | | | | | | | | | | | | | | | | | before the admin started to enforce the password Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | allow admin to enforce password on mail sharesBjoern Schiessle2017-04-202-1/+3
|/ / | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | [tx-robot] updated from transifexNextcloud bot2017-04-2020-14/+68
| |
* | Rename renderHTML to renderHtmlMorris Jobke2017-04-191-1/+1
| | | | | | | | | | | | | | * fixes #4383 * improves consistency Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #4387 from nextcloud/fix-little-glitchMorris Jobke2017-04-191-1/+1
|\ \ | | | | | | Fix font-weight of settings button
| * | Fix font-weight of settings buttonMorris Jobke2017-04-181-1/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #4388 from nextcloud/remove-unused-stuffMorris Jobke2017-04-191-58/+0
|\ \ \ | | | | | | | | Remove unused CSS styles
| * | | Remove unused CSS stylesMorris Jobke2017-04-181-58/+0
| |/ / | | | | | | | | | | | | | | | * could not find an traces of .popup and .arrow anywhere else Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Improve menu CSSMorris Jobke2017-04-192-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | * fix mess with menus and actions in the files app * reduces amount of !important usages * keeps the behaviour on mobile as well as on desktop Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #4385 from nextcloud/remove-unused-cssRoeland Jago Douma2017-04-191-6/+0
|\ \ \ | | | | | | | | Remove unused CSS
| * | | Remove unused CSSMorris Jobke2017-04-181-6/+0
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #4350 from ↵Roeland Jago Douma2017-04-192-12/+13
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/adjust-old-bruteforce-protection-annotations Adjust existing bruteforce protection code
| * | | Adjust existing bruteforce protection codeLukas Reschke2017-04-142-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Moves code to annotation - Adds the `throttle()` call on the responses on existing annotations Signed-off-by: Lukas Reschke <lukas@statuscode.ch>