summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-01-2110-28/+30
|
* Merge pull request #3177 from nextcloud/default-value-mail_smtpmodeJoas Schilling2017-01-203-5/+5
|\ | | | | Fix default of mail_smtpmode
| * Adjust the testsJoas Schilling2017-01-201-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix default of mail_smtpmode - fixes #3102Morris Jobke2017-01-192-3/+3
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-01-208-10/+124
|
* Merge pull request #3144 from nextcloud/use-data-download-responseMorris Jobke2017-01-192-7/+3
|\ | | | | Use DataDownloadResponse
| * Use DataDownloadResponseLukas Reschke2017-01-182-7/+3
| | | | | | | | | | | | | | 1. As documented 2. No need to show this inline, downloading has security advantages Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #3152 from nextcloud/add-brute-force-protectionJoas Schilling2017-01-192-19/+28
|\ \ | | | | | | Add brute force protection to some public APIs
| * | some code cleanup while working on the fileBjoern Schiessle2017-01-191-19/+26
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | add brute force protection to 'mount public link' operationBjoern Schiessle2017-01-191-0/+1
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | add brute force protection to password reset to make it harder to guess user ↵Bjoern Schiessle2017-01-191-0/+1
| | | | | | | | | | | | | | | | | | logins Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Revert "update icewind/streams to 0.5.2"Robin Appelman2017-01-1911-135/+57
| | | | | | | | | | | | This reverts commit d5728b3f117ff3b7ab45a4672f4999f7225b875b.
* | | update icewind/streams to 0.5.2Robin Appelman2017-01-1911-57/+135
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #3150 from nextcloud/highlight-active-navigationJohn Molakvoæ2017-01-193-1/+8
|\ \ | | | | | | highlight active navigation entry better, fix #2096
| * | theme app navigation menu highlight colorMorris Jobke2017-01-182-0/+5
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | highlight active navigation entry better, fix #2096Jan-Christoph Borchardt2017-01-191-1/+3
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #3081 from nextcloud/2fa-backup-codes-test-coverageLukas Reschke2017-01-197-17/+184
|\ \ \ | | | | | | | | 2fa backup codes test coverage
| * | | fix file endingChristoph Wurst2017-01-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | make sure files end with emtpy lineChristoph Wurst2017-01-182-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | ignore code we're unable to testChristoph Wurst2017-01-185-3/+8
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | test activity providerChristoph Wurst2017-01-182-0/+136
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | increase GenericProvider's test coverageChristoph Wurst2017-01-181-9/+35
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #3050 from nextcloud/header-scss-optimisationLukas Reschke2017-01-191-119/+108
|\ \ \ \ | | | | | | | | | | Header scss optimisation
| * | | | Copyright and code formatJohn Molakvoæ (skjnldsv)2017-01-121-13/+25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Header scss optimisationJohn Molakvoæ (skjnldsv)2017-01-121-106/+83
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2017-01-194-28/+28
| |_|/ / |/| | |
* | | | Merge pull request #3133 from nextcloud/j-ed-masterMorris Jobke2017-01-181-32/+192
|\ \ \ \ | |_|/ / |/| | | added parameter default values
| * | | added parameter default valuesj-ed2017-01-171-32/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | based on a source code analysis (looking for getSystemValue() function) I added the default values of the prameters Update config.sample.php replaced three backticks by two. applied various fixes - removed default value for 'objectstore' because it has not default value. - removed default value for 'tempdirectory' because it is unset. - changed default value for 'theme' to "Defaults to the theming app which is shipped since Nextcloud 9" - fixed typo in default value of 'minimum.supported.desktop.version', after double-checking the version number in /apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php:71. Signed-off-by: Juergen Edner <juergen@eisfair.org>
* | | | Merge pull request #3142 from senden9/patch-1Morris Jobke2017-01-181-1/+1
|\ \ \ \ | | | | | | | | | | Fix style in comment
| * | | | Fix style in commentStefano Probst2017-01-181-1/+1
| | |_|/ | |/| | | | | | Add missing grave accent to fix the highlighting in the documentation.
* | | | Merge pull request #3120 from nextcloud/brute-force-protection-apiMorris Jobke2017-01-189-25/+152
|\ \ \ \ | |/ / / |/| | | brute force protection for api calls
| * | | add action to existing brute force protectionBjoern Schiessle2017-01-183-10/+10
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | add some unit testsBjoern Schiessle2017-01-182-1/+85
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | handle optional annotation parametersBjoern Schiessle2017-01-182-3/+20
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | Fix the regex for annotations with valuesJoas Schilling2017-01-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | introduce brute force protection for api callsBjoern Schiessle2017-01-183-11/+37
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | Merge pull request #3078 from nextcloud/2fa-backup-codes-entropyLukas Reschke2017-01-182-20/+28
|\ \ \ \ | |/ / / |/| | | Increase 2fa backup codes entropy
| * | | use constant and clean up unit testChristoph Wurst2017-01-162-19/+18
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | Increase 2fa backup codes entropyChristoph Wurst2017-01-162-2/+11
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | [tx-robot] updated from transifexNextcloud bot2017-01-1810-60/+290
| | | |
* | | | Merge pull request #2776 from nextcloud/prevent-quotes-from-being-a-problemMorris Jobke2017-01-171-1/+9
|\ \ \ \ | |_|/ / |/| | | Escape the name for the jquery selector
| * | | Escape the name for the jquery selectorJoas Schilling2016-12-201-1/+9
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #3116 from nextcloud/spreed-turnserver-secret-is-sensitiveLukas Reschke2017-01-171-0/+4
|\ \ \ \ | | | | | | | | | | Make sure the spreed TURN server secret stays a secret
| * | | | Make sure the spreed TURN server secret stays a secretJoas Schilling2017-01-171-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #3075 from nils/debug-no-versionhashJoas Schilling2017-01-171-3/+12
|\ \ \ \ \ | | | | | | | | | | | | Do not add version hash in debug mode
| * | | | | [Enhancement] Do not add version hash in debug modeNils2017-01-151-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nils <git@to.nilsschnabel.de>
* | | | | | Merge pull request #3106 from nextcloud/spreed-calls-are-objectsJoas Schilling2017-01-171-0/+25
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Define spreed calls
| * | | | | Add call-type in case the information shall be used for styling or something ↵Joas Schilling2017-01-171-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | else in the future Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Define spreed callsJoas Schilling2017-01-161-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #3114 from nextcloud/menuitem-fixBjörn Schießle2017-01-171-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add menuitem to popover menu