summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Allow apps to specify an icon with the sections via the APIJoas Schilling2017-01-195-6/+74
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add viewBox to not run into scaling issuesMorris Jobke2017-01-194-4/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* add icons to admin settings navigationJan-Christoph Borchardt2017-01-197-2/+40
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* add icons to personal settings navigationJan-Christoph Borchardt2017-01-197-2/+39
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* 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
| * | | | | | Add menuitem to popover menuJohn Molakvoæ2017-01-171-1/+2
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | Merge pull request #1594 from nextcloud/markdown-support-for-app-descriptionsJoas Schilling2017-01-1718-51/+625
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Markdown support for app descriptions
| * | | | | | | add a bit of space around paragraphsMorris Jobke2017-01-161-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | | fix list style of app descriptionMorris Jobke2017-01-162-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | | Allow ordered lists as wellJoas Schilling2017-01-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | Manually whitelist tagsLukas Reschke2017-01-131-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | | | Apply DOMPurify over HTMLLukas Reschke2017-01-137-3/+434
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | | | Fix JSUnit testsMorris Jobke2017-01-133-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | | Fix testsJoas Schilling2017-01-132-16/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>