Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make sure files end with emtpy line | Christoph Wurst | 2017-01-18 | 2 | -2/+2 |
* | ignore code we're unable to test | Christoph Wurst | 2017-01-18 | 5 | -3/+8 |
* | test activity provider | Christoph Wurst | 2017-01-18 | 2 | -0/+136 |
* | increase GenericProvider's test coverage | Christoph Wurst | 2017-01-18 | 1 | -9/+35 |
* | Merge pull request #3142 from senden9/patch-1 | Morris Jobke | 2017-01-18 | 1 | -1/+1 |
|\ | |||||
| * | Fix style in comment | Stefano Probst | 2017-01-18 | 1 | -1/+1 |
* | | Merge pull request #3120 from nextcloud/brute-force-protection-api | Morris Jobke | 2017-01-18 | 9 | -25/+152 |
|\ \ | |/ |/| | |||||
| * | add action to existing brute force protection | Bjoern Schiessle | 2017-01-18 | 3 | -10/+10 |
| * | add some unit tests | Bjoern Schiessle | 2017-01-18 | 2 | -1/+85 |
| * | handle optional annotation parameters | Bjoern Schiessle | 2017-01-18 | 2 | -3/+20 |
| * | Fix the regex for annotations with values | Joas Schilling | 2017-01-18 | 1 | -1/+1 |
| * | introduce brute force protection for api calls | Bjoern Schiessle | 2017-01-18 | 3 | -11/+37 |
* | | Merge pull request #3078 from nextcloud/2fa-backup-codes-entropy | Lukas Reschke | 2017-01-18 | 2 | -20/+28 |
|\ \ | |/ |/| | |||||
| * | use constant and clean up unit test | Christoph Wurst | 2017-01-16 | 2 | -19/+18 |
| * | Increase 2fa backup codes entropy | Christoph Wurst | 2017-01-16 | 2 | -2/+11 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-01-18 | 10 | -60/+290 |
* | | Merge pull request #2776 from nextcloud/prevent-quotes-from-being-a-problem | Morris Jobke | 2017-01-17 | 1 | -1/+9 |
|\ \ | |||||
| * | | Escape the name for the jquery selector | Joas Schilling | 2016-12-20 | 1 | -1/+9 |
* | | | Merge pull request #3116 from nextcloud/spreed-turnserver-secret-is-sensitive | Lukas Reschke | 2017-01-17 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | Make sure the spreed TURN server secret stays a secret | Joas Schilling | 2017-01-17 | 1 | -0/+4 |
* | | | | Merge pull request #3075 from nils/debug-no-versionhash | Joas Schilling | 2017-01-17 | 1 | -3/+12 |
|\ \ \ \ | |||||
| * | | | | [Enhancement] Do not add version hash in debug mode | Nils | 2017-01-15 | 1 | -3/+12 |
* | | | | | Merge pull request #3106 from nextcloud/spreed-calls-are-objects | Joas Schilling | 2017-01-17 | 1 | -0/+25 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Add call-type in case the information shall be used for styling or something ... | Joas Schilling | 2017-01-17 | 1 | -0/+6 |
| * | | | | Define spreed calls | Joas Schilling | 2017-01-16 | 1 | -0/+19 |
* | | | | | Merge pull request #3114 from nextcloud/menuitem-fix | Björn Schießle | 2017-01-17 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Add menuitem to popover menu | John Molakvoæ | 2017-01-17 | 1 | -1/+2 |
* | | | | | | Merge pull request #1594 from nextcloud/markdown-support-for-app-descriptions | Joas Schilling | 2017-01-17 | 18 | -51/+625 |
|\ \ \ \ \ \ | |||||
| * | | | | | | add a bit of space around paragraphs | Morris Jobke | 2017-01-16 | 1 | -0/+3 |
| * | | | | | | fix list style of app description | Morris Jobke | 2017-01-16 | 2 | -4/+18 |
| * | | | | | | Allow ordered lists as well | Joas Schilling | 2017-01-16 | 1 | -1/+2 |
| * | | | | | | Manually whitelist tags | Lukas Reschke | 2017-01-13 | 1 | -1/+16 |
| * | | | | | | Apply DOMPurify over HTML | Lukas Reschke | 2017-01-13 | 7 | -3/+434 |
| * | | | | | | Fix JSUnit tests | Morris Jobke | 2017-01-13 | 3 | -1/+13 |
| * | | | | | | Fix tests | Joas Schilling | 2017-01-13 | 2 | -16/+20 |
| * | | | | | | Don't render non HTTP links, images and quotes | Joas Schilling | 2017-01-13 | 1 | -1/+47 |
| * | | | | | | Fix "broken" app descriptions | Joas Schilling | 2017-01-13 | 2 | -6/+4 |
| * | | | | | | Remove the magic parsing of the description | Joas Schilling | 2017-01-13 | 1 | -24/+2 |
| * | | | | | | Render markdown | Joas Schilling | 2017-01-13 | 2 | -2/+6 |
| * | | | | | | Add marked | Joas Schilling | 2017-01-13 | 5 | -0/+68 |
* | | | | | | | Merge pull request #3023 from nextcloud/issue-2915-filter-out-sensitive-appco... | Christoph Wurst | 2017-01-17 | 7 | -12/+103 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | Fix tests | Joas Schilling | 2017-01-12 | 3 | -1/+29 |
| * | | | | | | Filter out sensitive appconfig values | Joas Schilling | 2017-01-11 | 4 | -11/+74 |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-01-17 | 18 | -472/+492 |
* | | | | | | | Merge pull request #3096 from nextcloud/update-theme-urls | Morris Jobke | 2017-01-16 | 1 | -3/+3 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| * | | | | | | Prevent Example-Theme from using invalid URLs | Marius Blüm | 2017-01-16 | 1 | -3/+3 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #3070 from dnel/Clarify-English-setting | Joas Schilling | 2017-01-16 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Update personal.php | David Nelson | 2017-01-13 | 1 | -1/+1 |
* | | | | | | | Merge pull request #3033 from nextcloud/share-by-mail-use-display-name | Björn Schießle | 2017-01-16 | 1 | -7/+12 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | generate correct path for owner and use the display name instead of the user id | Bjoern Schiessle | 2017-01-12 | 1 | -7/+12 |