Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-26 | 20 | -6/+108 |
* | Merge branch 'master' into contactsmenu | Jan-Christoph Borchardt | 2017-04-26 | 8 | -1/+360 |
|\ | |||||
| * | Merge pull request #4508 from nextcloud/fix/remove-js-debug-logging | Morris Jobke | 2017-04-25 | 1 | -1/+0 |
| |\ | |||||
| | * | Remove js debug logging | Christoph Wurst | 2017-04-25 | 1 | -1/+0 |
| * | | Fix auth flow background color and redirect view layout | Jan-Christoph Borchardt | 2017-04-25 | 2 | -4/+11 |
| * | | AppToken to 72 chars | Roeland Jago Douma | 2017-04-25 | 1 | -1/+1 |
| * | | Do not remove the state token to early | Roeland Jago Douma | 2017-04-25 | 1 | -1/+3 |
| * | | Correctly case the stateToken | Roeland Jago Douma | 2017-04-25 | 1 | -1/+1 |
| * | | Add new auth flow | Lukas Reschke | 2017-04-25 | 7 | -0/+351 |
| |/ | |||||
* | | Fix test | Jan-Christoph Borchardt | 2017-04-26 | 1 | -1/+1 |
* | | Fix emptycontent HTML and wording | Jan-Christoph Borchardt | 2017-04-25 | 1 | -4/+5 |
* | | Fix spinner position of Contacts menu | Jan-Christoph Borchardt | 2017-04-25 | 1 | -3/+1 |
* | | Use HTTP POST to retrieve the list of contacts | Christoph Wurst | 2017-04-25 | 2 | -2/+2 |
* | | Fix failing contacts menu js test data | Christoph Wurst | 2017-04-25 | 1 | -2/+12 |
* | | Fix icon of second action | Christoph Wurst | 2017-04-25 | 1 | -3/+5 |
* | | Use absolute URI for action icons | Christoph Wurst | 2017-04-25 | 1 | -2/+4 |
* | | Let apps register contact menu provider via info.xml | Christoph Wurst | 2017-04-25 | 1 | -6/+7 |
* | | Use tooltop for contact's top action title | Christoph Wurst | 2017-04-25 | 1 | -1/+4 |
* | | Contacts menu | Christoph Wurst | 2017-04-25 | 11 | -21/+988 |
|/ | |||||
* | Fix loading spinner for new app menu | Julius Härtl | 2017-04-25 | 2 | -13/+33 |
* | Responsive app menu | Julius Härtl | 2017-04-25 | 3 | -87/+100 |
* | Merge pull request #3195 from nextcloud/settings-apps-tabular | Morris Jobke | 2017-04-25 | 1 | -0/+0 |
|\ | |||||
| * | Fix app icon being inverted for app store apps too | Jan-Christoph Borchardt | 2017-04-25 | 1 | -0/+1 |
| * | Show placeholder for image-less apps in app management | Jan-Christoph Borchardt | 2017-04-25 | 1 | -1/+0 |
* | | Merge pull request #4462 from danxuliu/fix-sharing-password-protected-link | Roeland Jago Douma | 2017-04-25 | 4 | -33/+327 |
|\ \ | |||||
| * | | Use "complete" callback in onPasswordEntered | Daniel Calviño Sánchez | 2017-04-24 | 2 | -3/+3 |
| * | | Extract common ajax call for addShare and updateShare | Daniel Calviño Sánchez | 2017-04-24 | 1 | -36/+17 |
| * | | Document options parameter in saveLinkShare | Daniel Calviño Sánchez | 2017-04-24 | 1 | -1/+8 |
| * | | Add "complete" callback support for addShare | Daniel Calviño Sánchez | 2017-04-24 | 2 | -0/+57 |
| * | | Add "complete" callback support for updateShare | Daniel Calviño Sánchez | 2017-04-24 | 2 | -0/+55 |
| * | | Add missing unit test cases and conditions | Daniel Calviño Sánchez | 2017-04-24 | 1 | -0/+49 |
| * | | Fix working icon not hidden when successfully setting a password | Daniel Calviño Sánchez | 2017-04-24 | 2 | -0/+145 |
* | | | Fix remember redirect_url on failed login attempts | Christoph Wurst | 2017-04-25 | 1 | -0/+3 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-25 | 60 | -1464/+544 |
| |/ |/| | |||||
* | | Merge pull request #4321 from nextcloud/improve-sharing-tooltip | Morris Jobke | 2017-04-24 | 1 | -43/+38 |
|\ \ | |||||
| * | | simplify share placeholder | Bjoern Schiessle | 2017-04-18 | 1 | -20/+7 |
| * | | change sharing tooltip with a more general description of all available share... | Bjoern Schiessle | 2017-04-12 | 1 | -23/+31 |
* | | | Fix link password toggle | Roeland Jago Douma | 2017-04-24 | 1 | -1/+1 |
* | | | Merge pull request #4463 from danxuliu/fix-working-icon-placement-on-password... | Roeland Jago Douma | 2017-04-24 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | Fix working icon placement on password save | Daniel Calviño Sánchez | 2017-04-24 | 1 | -2/+2 |
* | | | | Merge pull request #4458 from nextcloud/fix/sinon-stub-deprecation-warnings | Roeland Jago Douma | 2017-04-24 | 2 | -3/+3 |
|\ \ \ \ | |||||
| * | | | | Fix sinon.stub deprecation warnings | Christoph Wurst | 2017-04-24 | 2 | -3/+3 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #4443 from nextcloud/cleanup-unused-imports | Joas Schilling | 2017-04-24 | 2 | -2/+0 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Remove unused use statements | Morris Jobke | 2017-04-22 | 2 | -2/+0 |
* | | | | Merge pull request #4434 from nextcloud/add-rate-limiting-to-solve-challenge-... | Lukas Reschke | 2017-04-24 | 1 | -0/+2 |
|\ \ \ \ | |||||
| * | | | | Add rate limit to TOTP solve challenge controller | Lukas Reschke | 2017-04-22 | 1 | -0/+2 |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-24 | 6 | -0/+10 |
| |_|/ / |/| | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-23 | 4 | -4/+8 |
* | | | | Add at most 10 password reset requests per 5 minutes and IP range | Lukas Reschke | 2017-04-22 | 2 | -1/+4 |
|/ / / | |||||
* / / | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-22 | 4 | -2/+38 |
|/ / |